/**************** common css start ****************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700,900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 12px;
  position: relative; }

input:hover,
input:focus,
.form-control:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
          box-shadow: 0 0 0 0.2rem transparent;
  border: 1px solid #eaecee; }

img {
  max-width: 100%; }

.logo {
  max-width: 300px;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  .fixed-header .logo {
    max-width: 60px; }
  @media (max-width: 991px) {
    .logo {
      max-width: 130px; } }
  @media (max-width: 576px) {
    .logo {
      max-width: 100px; } }

a {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  a:hover {
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #164e87; }

h1 {
  font-size: 2.5rem; }
  @media (max-width: 991px) {
    h1 {
      font-size: 2rem; } }
  @media (max-width: 576px) {
    h1 {
      font-size: 1.5rem; } }

.headerSlider {
  padding-top: 150px; }

.aboutSection {
  padding-top: 80px; }

.ourServicesSection {
  padding-top: 200px; }

.gallerySection {
  padding-top: 150px; }
  .gallerySection .galleryPhotos a {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 1rem; }
    .gallerySection .galleryPhotos a img {
      -webkit-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg);
      -webkit-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; }
    .gallerySection .galleryPhotos a:before {
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; }
    .gallerySection .galleryPhotos a:hover img {
      -webkit-transform: scale(1.2) rotate(5deg);
      transform: scale(1.2) rotate(5deg); }
    .gallerySection .galleryPhotos a:hover:before {
      background-color: #46c501;
      opacity: .6; }

.trustSafetySection {
  padding-top: 150px;
  position: relative; }
  .trustSafetySection .cols {
    max-width: 240px; }
    @media (max-width: 576px) {
      .trustSafetySection .cols {
        max-width: 100%; } }

.whatOurClientSection {
  padding-top: 150px; }
  .whatOurClientSection .owl-theme.clientSays img {
    border-radius: 1rem; }
  .whatOurClientSection .owl-theme.clientSays .owl-dots {
    margin-top: 30px; }
    .whatOurClientSection .owl-theme.clientSays .owl-dots .owl-dot span {
      background-color: rgba(22, 78, 135, 0.2); }
    .whatOurClientSection .owl-theme.clientSays .owl-dots .owl-dot.active span {
      background-color: rgba(22, 78, 135, 0.6); }

.policySection {
  padding-top: 500px;
  padding-bottom: 50px;
  position: relative; }
  @media (max-width: 576px) {
    .policySection {
      padding-top: 0; } }
  .policySection .policySectionImg {
    position: absolute;
    top: 100px;
    right: 130px;
    max-width: 450px; }
    @media (max-width: 576px) {
      .policySection .policySectionImg {
        position: relative;
        top: inherit;
        right: inherit; } }
  .policySection ul {
    margin: 0;
    padding: 0; }
    .policySection ul li {
      margin: 0 0 20px 10px;
      padding: 0 0 0 40px;
      list-style: none;
      background-image: url("../images/bullet.png");
      background-repeat: no-repeat;
      background-position: left top; }

.legPrint {
  background-image: url("../images/dog-leg-print.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 93px;
  height: 107px; }
  .legPrint.legPrint1 {
    top: 0;
    left: 0;
    opacity: 1; }
    .policySection .legPrint.legPrint1 {
      top: 45%;
      left: 35%;
      width: 70px;
      height: 81px; }
  .legPrint.legPrint2 {
    top: 96%;
    left: 10%;
    width: 70px;
    height: 81px;
    opacity: .9; }
    .policySection .legPrint.legPrint2 {
      top: 96%;
      left: 15%;
      width: 50px;
      height: 58px; }
    @media (max-width: 576px) {
      .legPrint.legPrint2 {
        width: 50px;
        height: 58px; } }
  .legPrint.legPrint3 {
    top: 100%;
    left: 25%;
    width: 60px;
    height: 69px;
    opacity: .4; }
    .policySection .legPrint.legPrint3 {
      top: 102%;
      left: 20%;
      width: 40px;
      height: 46px; }
    @media (max-width: 576px) {
      .legPrint.legPrint3 {
        width: 40px;
        height: 46px; } }
  .legPrint.legPrint4 {
    top: 116%;
    left: 20%;
    width: 50px;
    height: 58px;
    opacity: .2; }
    .policySection .legPrint.legPrint4 {
      top: 110%;
      width: 30px;
      height: 35px; }
    @media (max-width: 576px) {
      .legPrint.legPrint4 {
        width: 30px;
        height: 35px; } }

.oval {
  background-color: #fff;
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 100rem;
  right: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: jumping 9s ease-in-out 2s infinite alternate;
          animation: jumping 9s ease-in-out 2s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition: all .9s ease 5s;
  transition: all .9s ease 5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .6; }
  .oval.blue {
    background-color: #abcef1; }
  .oval.green {
    background-color: #a5fe75; }
  .oval.oval1 {
    right: 30%;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-transition: all .9s ease 5s;
    transition: all .9s ease 5s; }
    .gallerySection .oval.oval1 {
      right: 0;
      top: 0; }
    .policySection .oval.oval1 {
      right: 10%;
      top: 30%; }
  .oval.oval2 {
    right: 30%;
    top: 100%;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    -webkit-transition: all .6s ease 5s;
    transition: all .6s ease 5s; }
    .gallerySection .oval.oval2 {
      right: 20%;
      top: 100%; }
  .oval.oval3 {
    right: 140%;
    top: 110%;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-transition: all .10s ease 5s;
    transition: all .10s ease 5s; }
    .gallerySection .oval.oval3 {
      right: 100%;
      top: 50%; }
    .policySection .oval.oval3 {
      right: 100%;
      top: 50%; }

@-webkit-keyframes jumping {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0) scale(1);
            transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .6; }
  25% {
    -webkit-transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(1.3);
            transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(1.3);
    opacity: .4; }
  50% {
    -webkit-transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(1);
            transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(1);
    opacity: .5; }
  75% {
    -webkit-transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.8);
            transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.8);
    opacity: .6; }
  85% {
    -webkit-transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(1.1);
            transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(1.1);
    opacity: .4; }
  100% {
    -webkit-transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
            transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
    opacity: .55; } }

@keyframes jumping {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0) scale(1);
            transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .6; }
  25% {
    -webkit-transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(1.3);
            transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(1.3);
    opacity: .4; }
  50% {
    -webkit-transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(1);
            transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(1);
    opacity: .5; }
  75% {
    -webkit-transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.8);
            transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.8);
    opacity: .6; }
  85% {
    -webkit-transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(1.1);
            transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(1.1);
    opacity: .4; }
  100% {
    -webkit-transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
            transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
    opacity: .55; } }
/* Main Button Area css
============================================================================================ */
.btn {
  width: auto;
  display: inline-block;
  background: #164e87;
  padding: 0px 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.857em;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.25em;
  border-radius: 5px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
  border: 1px solid #164e87;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5em; }
  .btn.btn-green {
    background: #46c501;
    border-color: #46c501; }
  .btn.btn-sm {
    line-height: 40px; }
  .btn:hover {
    background: #fff;
    color: #164e87;
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
    .btn:hover.btn-green {
      color: #46c501; }

/* End Main Button Area css
============================================================================================ */
/**************menu part start*****************/
.home_menu .menu_btn:hover a {
  color: #fff !important; }
.home_menu .main-menu-item {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }
.home_menu .main-menu-item ul li .nav-link {
  color: #46c501; }

.main_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 1.5rem 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  .main_menu .main-menu-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main_menu .navbar-nav {
    margin-left: -140px; }
  .main_menu .navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0px; }
  .main_menu .navbar {
    padding: 0px; }
  .main_menu .main-menu-item ul li .nav-link {
    color: #012951;
    font-size: 14px;
    padding: 40px 20px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 12px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .main_menu .main-menu-item ul li .nav-link {
        padding: 35px 20px; } }
    .main_menu .main-menu-item ul li .nav-link:hover {
      color: #46c501; }
  .main_menu.fixed-header {
    padding: .5rem 0;
    background-color: rgba(255, 255, 255, 0.96);
    -webkit-box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.2); }
    .main_menu.fixed-header .main-menu-item ul li .nav-link {
      padding: 10px 20px; }
  .main_menu .menu_btn {
    border: 1px solid #dde0e3;
    color: #46c501;
    font-size: 16px;
    padding: 9px 41px;
    border-radius: 50px;
    background-color: #fff; }
    .main_menu .menu_btn:hover {
      background-color: #46c501;
      border: 1px solid #46c501;
      color: #fff; }
  .main_menu .single_page_logo {
    display: none; }

.dropdown .dropdown-menu {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  overflow: hidden;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  display: block;
  border: 0px solid transparent;
  background-color: #46c501; }
  .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 8px 20px !important;
    color: #fff !important;
    background-color: #46c501;
    text-transform: capitalize; }
.dropdown:hover .dropdown-menu {
  -webkit-transform: scale(1);
          transform: scale(1); }

@media (max-width: 991px) {
  .main_menu {
    padding: 20px 0px; }

  .navbar-nav {
    margin-left: 0 !important;
    text-align: center; }

  .main_logo {
    display: none; }

  .single_page_logo {
    display: block !important; }

  .home_menu .main-menu-item {
    padding-left: 0px; }

  .main_menu .main-menu-item {
    text-align: left !important;
    -webkit-box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.1); }
    .main_menu .main-menu-item .nav-item {
      padding: 10px 15px !important; }
      .main_menu .main-menu-item .nav-item .nav-link {
        padding: 5px 15px !important;
        color: #000; }

  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    right: 0;
    top: 50px;
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    text-align: center !important; }

  .dropdown .dropdown-menu {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    display: none;
    margin-top: 10px; }
  .dropdown:hover .dropdown-menu {
    -webkit-transform: scale(1);
            transform: scale(1);
    display: block;
    color: #46c501; }
  .dropdown .dropdown-item:hover {
    color: #fff !important; }

  .navbar-brand img {
    max-width: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 7px; }

  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
    height: 33px;
    outline: none; }

  .btn_1 {
    margin-top: 0; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu .navbar-nav {
    margin-left: -50px; }

  .main_logo {
    display: none; }

  .single_page_logo {
    display: block !important; }

  .main-menu-item ul li .nav-link {
    color: #000 !important; }
    .main-menu-item ul li .nav-link:hover {
      color: #46c501; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single_page_menu ul li .nav-link {
    color: #fff !important; }
    .single_page_menu ul li .nav-link:hover {
      color: #46c501; } }
@media (max-width: 576px) {
  .navbar-brand img {
    max-width: 100px;
    right: auto;
    left: 0;
    top: 5px; }

  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: 0;
    top: 5px;
    left: auto; }

  .main_menu {
    height: auto; } }
.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fafafa; }

.dropdown:hover .dropdown-menu {
  display: block; }

.menu_icon:after, .menu_icon:before {
  position: absolute;
  content: "";
  top: 7px;
  right: 0px;
  color: #000000;
  font-size: 25px;
  width: 20px;
  height: 3px;
  background-color: #164e87;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  @media (max-width: 991px) {
    .menu_icon:after, .menu_icon:before {
      top: 16px; } }
.menu_icon:before {
  width: 33px;
  top: 14px; }
  @media (max-width: 991px) {
    .menu_icon:before {
      top: 24px; } }
.navbar-toggler.active .menu_icon:after, .navbar-toggler.active .menu_icon:before {
  background-color: #46c501;
  width: 33px;
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.navbar-toggler.active .menu_icon:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.single_page_menu .menu_icon:after {
  position: absolute;
  content: "\e68e";
  top: 7px;
  left: 0px;
  font-family: 'themify';
  color: #fff;
  font-size: 25px;
  width: 33px;
  height: 33px; }

.single_page_menu .main-menu-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .single_page_menu .main-menu-item .navbar-nav {
    margin-left: 0 !important; }
.single_page_menu .btn_1 {
  background-color: #fff;
  border: 1px solid #fff;
  color: #182028;
  font-weight: 500; }
  .single_page_menu .btn_1:hover {
    background-color: #46c501;
    border: 1px solid #46c501; }

.menu_fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  top: 0;
  background-color: #562fc7; }
  .menu_fixed .navbar-nav {
    margin-left: 0; }
  .menu_fixed .btn_1 {
    border: 1px solid #fff;
    color: #000; }
    .menu_fixed .btn_1:hover {
      border: 1px solid #46c501; }
  .menu_fixed .main-menu-item ul li .nav-link {
    color: #fff !important; }
  .menu_fixed .main_logo {
    display: block; }
  .menu_fixed .single_page_logo {
    display: none !important; }
  .menu_fixed .menu_icon:after {
    color: #fff; }
  .menu_fixed .home_page_btn {
    color: #fff; }

/**************para start*****************/
.para-img-1 {
  background: url("../images/para-lg-1.png");
  background-position: center 200px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

.para-img-2 {
  background: url("../images/para-lg-2.png");
  background-position: center 90px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

.para-img-3 {
  background: url("../images/para-lg-3.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #edf6ff; }

/**********************footer part css*******************/
footer {
  padding: 130px 0px 25px; }
  @media (max-width: 991px) {
    footer {
      padding: 70px 0px 25px; } }
  @media (max-width: 576px) {
    footer .single_footer_part {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .single_footer_part {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .single_footer_part {
      margin-bottom: 20px; } }
  footer .single_footer_part h4 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500; }
    @media (max-width: 576px) {
      footer .single_footer_part h4 {
        margin-bottom: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      footer .single_footer_part h4 {
        margin-bottom: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      footer .single_footer_part h4 {
        margin-bottom: 15px; } }
  footer .single_footer_part p {
    margin-bottom: 10px; }
  footer .single_footer_part .list-unstyled li a {
    color: #888888;
    margin-bottom: 10px;
    display: inline-block; }
    footer .single_footer_part .list-unstyled li a:hover {
      color: #46c501 !important; }
  footer .single_footer_part .social_icon a {
    margin-left: 0;
    margin-right: 15px; }
    footer .single_footer_part .social_icon a img {
      max-width: 30px;
      -webkit-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
    footer .single_footer_part .social_icon a:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      -webkit-animation: pulse 1s;
              animation: pulse 1s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
  footer hr {
    background-color: #cad7dc;
    margin-top: 50px;
    margin-bottom: 25px; }
  footer .copyright_text p {
    color: #888; }
  footer .copyright_text span {
    color: #46c501;
    font-size: 12px; }
  @media (max-width: 991px) {
    footer .copyright_text {
      text-align: center !important; } }
  footer .copyright_text p a {
    color: #46c501;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    footer .copyright_text p a:hover {
      color: #46c501; }
  @media (max-width: 991px) {
    footer .footer_icon {
      text-align: center;
      float: none; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  100% {
    -webkit-transform: scale(1.4) rotate(360deg);
    transform: scale(1.4) rotate(360deg); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  100% {
    -webkit-transform: scale(1.4) rotate(360deg);
    transform: scale(1.4) rotate(360deg); } }

/*# sourceMappingURL=styles.css.map */