@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dongle&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
body {
  font-family: "Dongle", sans-serif !important;
  color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 18px;
}

.navbar-brand img {
  width: 130px;
  position: absolute;
  zoom: 1.5;
  top: 0;
  border-radius: 10px;
}

.navbar-nav {
  padding: 10px;
}

h3 {
  color: #044e84;
}

.mainFontSize {
  font-size: 32px;
}

p,
a,
li,
th,
tr,
td,
table,
::-webkit-input-placeholder,
input {
  font-size: 29px !important;
}

p,
a,
li,
th,
tr,
td,
table,
:-ms-input-placeholder,
input {
  font-size: 29px !important;
}

p,
a,
li,
th,
tr,
td,
table,
::-ms-input-placeholder,
input {
  font-size: 29px !important;
}

p,
a,
li,
th,
tr,
td,
table,
::placeholder,
input {
  font-size: 29px !important;
}

a,
li {
  line-height: normal !important;
}

p {
  line-height: 1.8rem;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 0 0 #ddd;
          box-shadow: inset 0 0 0 #ddd;
}

/* side scroll */
body::-webkit-scrollbar {
  width: 8px;
  height: 50px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #154a94;
  outline: 1px solid #154a94;
}

body::-webkit-scrollbar-thumb:hover {
  background: #154a94;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

.underline {
  text-decoration: underline !important;
}

.btnbg {
  background-image: -webkit-gradient(linear, left top, right top, from(#045592), color-stop(0%, #3facff), to(#255c85));
  background-image: linear-gradient(90deg, #045592 0%, #3facff 0%, #255c85);
  background-color: #2e2929;
  color: #ffffff;
  text-align: center;
  padding: 4px 45px 0px 45px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0, 0, 0.41, 1);
  transition: 0.25s cubic-bezier(0, 0, 0.41, 1);
  border: none;
  outline: none;
}

.btnbg:hover {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#035ec3), color-stop(#035ec3), to(#035ec3));
  background-image: linear-gradient(90deg, #035ec3 0%, #035ec3, #035ec3);
  -webkit-box-shadow: 0px 11px 14px -7px #00000040;
          box-shadow: 0px 11px 14px -7px #00000040;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px #9696963d;
          box-shadow: 0px 0px 7px 0px #9696963d;
  overflow-x: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 60px;
}

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  font-size: 15px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 29px;
  right: 25px;
  font-size: 40px !important;
  margin-left: 50px;
}

.sidenav .fa {
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.navbar {
  background-color: #fff;
  z-index: 1;
  -webkit-box-shadow: 0 1px 1px 0 #d5dbe1;
  box-shadow: 0 1px 1px 0 #d5dbe1;
  color: white !important;
}

.navbar .active {
  color: #f29111;
}

.navbar img {
  background-color: #fff;
  padding: 10px;
}

.navbar a {
  color: #000;
}

.navbar a:hover {
  color: #0594ff;
}

.navbar .dropdown-menu a {
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  line-height: 25px !important;
}

.navbar .dropdown-menu a:active {
  background-color: whitesmoke;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0 !important;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  left: -70px;
  top: 40px;
  border: 0;
  border-radius: 5px;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #ffc100;
  border-radius: 0.25rem;
}

.quickSec {
  background-image: -webkit-gradient(linear, left top, right top, from(#045592), color-stop(0%, #3facff), to(#255c85));
  background-image: linear-gradient(90deg, #045592 0%, #3facff 0%, #255c85);
  border-radius: 15px 15px 0 0;
}

.quickSec a {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
  border: none;
  width: 200px;
  padding: 7px 0 3px 0;
  text-align: center;
}

.quickSec a:hover {
  background-color: #4b4b4b;
  color: #fff;
}

.bgimagecontact {
  background-image: url("../assets/images/banner.webp");
  -webkit-box-shadow: inset 0 0 0 1000px #14141496;
          box-shadow: inset 0 0 0 1000px #14141496;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.bgimageservice {
  height: 400px;
  width: 100%;
}

.bgimageservice h1 {
  color: #fff;
}

.aboutMain .service1 {
  border: 1px solid #ebeffc;
  background-color: #fff;
  padding: 45px 30px 33px;
  margin-top: -1px;
  margin-left: -1px;
  border-bottom: none;
  -webkit-box-shadow: 0px 0px 7px 0px #9696963d;
          box-shadow: 0px 0px 7px 0px #9696963d;
}
.aboutMain .service-left-top{
  border-radius:25px 0 0 0 ;
}
.aboutMain .service-left-bottom{
  border-radius:0 0 0 25px ;
}

.aboutMain .service1:hover {
  -webkit-box-shadow: 0 8px 10px #0c0c0c1a;
          box-shadow: 0 8px 10px #0c0c0c1a;
  background-color: #f9fbfd;
}

.aboutMain .service1 p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-block p{
  text-align: justify !important;
  padding: 0 20px;
}
.happyCustomers .cust {
  background-color: #ffff;
  -webkit-box-shadow: 0px 0px 7px 0px #9696963d;
  box-shadow: 0px 0px 7px 0px #9696963d;
  padding: 10px 0;
}

.testimonials {
  padding: 30px 0 20px 0;
}

.homeabout .fas {
  font-size: 15px;
}

.homeabout a:hover {
  color: #fff;
}

.services {
  background-image: url("../assets/images/2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  -webkit-box-shadow: inset 0 0 0 1000px #1314148f;
          box-shadow: inset 0 0 0 1000px #1314148f;
  background-attachment: fixed;
}

.clients .client1,
.clients .client6 {
  border-radius: 0 10px;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.clients .client1:hover,
.clients .client6:hover {
  -webkit-filter: none;
          filter: none;
}

@media (max-width: 992px) {
  .navbar .nav-item a {
    line-height: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .mainHeader .container .nav-item {
    margin: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .mainHeader .container .nav-item {
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mainHeader .container .nav-item {
    margin: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav-item {
    margin-left: 15px;
  }
}

@media (max-width: 992px) {
  .bgimageservice {
    height: 300px !important;
    background-position: 58% 8%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
  .cardsections .col-12 {
    margin-top: 120px;
  }
  .nav-item {
    margin-left: 15px;
  }
  .navbar-nav li .dropdown-menu {
    line-height: 0 !important;
  }
}

.bannerSec {
  height: 600px;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 0 0 1000px #1314148f;
          box-shadow: inset 0 0 0 1000px #1314148f;
}

.bannerSectwo,
.bannerSecthree,
.bannerSecone {
  background-image: url(".././assets/images/servicebg.jpg");
}

.contactPageForm .info-section {
  -webkit-box-shadow: 0 5px 20px 0 #d2d2f580;
          box-shadow: 0 5px 20px 0 #d2d2f580;
}

.contactPageForm .info-section:hover i {
  background: -webkit-linear-gradient(#eee, #1ca2ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contactPageForm .info-section button {
  background-color: #411319;
  border: none;
  padding: 10px 0 10px 0;
  font-weight: 500;
}

.contactPageForm i {
  font-size: 35px;
  margin-bottom: 25px;
  color: #36a9ff;
  background: -webkit-linear-gradient(#36a9ff, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contactPageForm a {
  margin-bottom: 15px;
  font-style: italic;
  color: #4b4b4b;
}

.contactPageForm .rounded-custom {
  border: 1px solid #f5f5f5;
}

.contactPageForm .rounded-custom h5 {
  font-weight: 600;
}

.contactPageForm .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.contactPageForm .social-list li {
  margin-right: 10px;
  height: 35px;
  width: 35px;
  background: #154a94;
  text-align: center;
  border-radius: 5px;
}

.contactPageForm .social-list li:hover {
  background: linear-gradient(45deg, #0e90d5, #3032a2);
}

.contactPageForm .social-list li a {
  font-size: 16px;
  line-height: 37px;
  color: #fff;
}

.contactPageForm .contactForm {
  -webkit-box-shadow: 0px 0px 40px 0px ​ #050505;
          box-shadow: 0px 0px 40px 0px ​ #050505;
}

.contactPageForm .contactForm form .form-group {
  margin-bottom: 15px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.contactPageForm .contactForm form .form-group input {
  height: 50px !important;
}

.contactPageForm .contactForm form .form-group input::-webkit-outer-spin-button,
.contactPageForm .contactForm form .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contactPageForm .contactForm form .form-group input[type="number"] {
  -moz-appearance: textfield;
}

.contactPageForm .contactForm form .form-group input,
.contactPageForm .contactForm form .form-group textarea {
  border: 2px solid whitesmoke;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: auto;
  resize: none;
  min-width: 100%;
}

.contactPageForm .contactForm form .cs-btn-one {
  border: 0;
  background-color: #0859bb;
  color: #fff;
  padding: 25px 30px 22px;
  border-radius: 5px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 0;
}

.contactPageForm .contactForm form .cs-btn-one h5 {
  color: #4b4b4b;
}

.fa,
.fas {
  font-size: 18px;
}

footer {
  padding: 70px 0 50px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#2c3a88), to(#0061c8));
  background-image: linear-gradient(90deg, #2c3a88, #0061c8);
}

footer strong {
  font-weight: normal;
}

footer .aboutMe a {
  background-color: #025ec3;
  text-align: center;
  color: #fff;
  width: 250px;
  padding: 0;
}

footer .fa-facebook,
footer .fa-instagram,
footer .fa-linkedin,
footer .fa-whatsapp {
  background-color: #0b56b7;
  color: #fff !important;
  padding: 15px;
  border-radius: 50%;
  font-size: 12px !important;
  margin-top: 15px;
}

footer p {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 5px;
}

footer .copyRights {
  font-size: 16px !important;
}
/*# sourceMappingURL=styles.css.map */