@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
::-moz-selection {
  color: #000;
  background: rgba(149, 193, 31, 0.3);
}
::selection {
  color: #000;
  background: rgba(149, 193, 31, 0.3);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}

body {
  font-family: "Montserrat", serif;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  .wow {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    visibility: visible !important;
  }
}
section {
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  color: #95C11F;
}
a:focus, a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.scroll-top {
  width: 35px;
  height: 35px;
  background-color: #95C11F;
  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;
  font-size: 18px;
  color: #fff;
  border-radius: 7px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
.scroll-top img {
  height: 18px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  fill: #FFFFFF;
}
.scroll-top:focus, .scroll-top:hover {
  color: #fff;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(149, 193, 31, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(149, 193, 31, 0.5);
}

/*--------------------------------------------------------------
  ##  Page Loader
  --------------------------------------------------------------*/
.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: #FFFFFF;
}

.lds-grid {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #95C11F;
  -webkit-animation: lds-grid 1.2s linear infinite;
          animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}

@-webkit-keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.sec-padding {
  padding: 90px 0px;
}
@media only screen and (max-width: 991px) {
  .sec-padding {
    padding: 70px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-padding {
    padding: 50px 0px;
  }
}

.font-italic {
  font-style: italic;
}

/*--------------------------------------------------------------
# btn-main-outline
--------------------------------------------------------------*/
.btn-fill {
  display: inline-block;
  border: 0;
  text-align: center;
  padding: 12px 22px;
  background-color: #95C11F;
  color: #000;
  border: 1px solid #95C11F;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 7px;
}
@media only screen and (max-width: 767px) {
  .btn-fill {
    font-size: 15px;
  }
}
.btn-fill:hover {
  background-color: transparent;
  color: #000;
}

.btn-border {
  display: inline-block;
  border: 0;
  text-align: center;
  padding: 12px 22px;
  background-color: transparent;
  color: #95C11F;
  border: 1px solid #95C11F;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 7px;
}
@media only screen and (max-width: 767px) {
  .btn-border {
    font-size: 15px;
  }
}
.btn-border:hover {
  background-color: #95C11F;
  color: #000;
}

.r-single {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.r-single .r-inner {
  position: relative;
}
.r-single .r-header {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.r-single .r-header h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
.r-single .r-header span {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.6;
}
.r-single .r-header .r-logo {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 6px;
}
.r-single .r-body {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .r-single .r-body {
    padding: 20px;
  }
}
.r-single .r-body p {
  font-size: 16px;
}
.r-single .r-body p:not(:last-child) {
  margin-bottom: 14px;
}
.r-single .r-dets p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(218, 218, 218, 0.1);
  border-radius: 12px;
  padding: 10px 15px;
  font-size: 14px;
}
.r-single .r-dets p span {
  font-weight: 400;
}
.r-single .r-dets p i {
  min-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.clip-board-box {
  position: relative;
  background-color: #000;
  display: inline-block;
  padding: 12px 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.clip-board-box .text-line {
  font-weight: 500;
  color: #bcbbbb;
  margin-right: 5px;
  font-size: 13px;
}

.btn-cun {
  position: absolute;
  top: 0px;
  right: 0;
}

.copy-button {
  height: 45.6px;
  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;
  background-color: #95C11F;
  outline: none;
  border: 0;
  color: #000;
  font-size: 16px;
  padding: 3px 12px;
  border-radius: 6px;
}

.tip {
  background-color: #263646;
  padding: 0 14px;
  line-height: 27px;
  position: absolute;
  border-radius: 4px;
  z-index: 100;
  color: #fff;
  font-size: 12px;
  -webkit-animation-name: tip;
  animation-name: tip;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tip:before {
  content: "";
  background-color: #263646;
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -4px;
  left: 17px;
}

#copied_tip {
  -webkit-animation-name: come_and_leave;
  animation-name: come_and_leave;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  bottom: -35px;
  left: -18px;
}
@media only screen and (max-width: 480px) {
  #copied_tip {
    left: -20px;
  }
}

.text-line {
  font-size: 13px;
}

.r-f-btn {
  padding-top: 13px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.r-f-btn .btn-d {
  margin-top: 12px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 14px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
}
.r-f-btn .btn-d img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  margin-right: 6px;
}
.r-f-btn .btn-d span {
  color: #000;
}

/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #1D71B8;
}

.navbar {
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 14px 0;
}
@media only screen and (max-width: 991px) {
  .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 10px 0;
  }
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  height: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-brand img {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-brand img {
    height: 45px;
  }
}
@media only screen and (max-width: 482px) {
  .navbar .navbar-brand img {
    height: 35px;
  }
}
.navbar .navbar-nav.main-nav li:not(:last-child) {
  margin-right: 37px;
}
@media only screen and (max-width: 1399px) {
  .navbar .navbar-nav.main-nav li:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav.main-nav li:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav.main-nav li {
    margin-left: 26px;
  }
}
.navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar .navbar-nav .nav-item a {
  text-decoration: none;
  font-size: 16px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item a {
    color: #fff;
  }
}
.navbar .navbar-nav .nav-item a:hover, .navbar .navbar-nav .nav-item a.active {
  color: #95C11F;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item a {
    display: inline-block;
    margin: 4px 0px;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-nav .nav-item a {
    display: inline-block;
    padding: 6px 0;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0F1320;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 12px 23px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0F1320;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 rgba(43, 56, 109, 0.1);
            box-shadow: 0 15px 20px 0 rgba(43, 56, 109, 0.1);
  }
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

.sticky {
  position: fixed;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sticky .navbar {
  padding: 12px 0;
  padding: 14px 0;
}
@media only screen and (max-width: 991px) {
  .sticky .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .sticky .navbar {
    padding: 10px 0;
  }
}
.sticky .navbar .navbar-brand {
  padding: 0;
}
.sticky .navbar .navbar-brand img {
  height: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .sticky .navbar .navbar-brand img {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sticky .navbar .navbar-brand img {
    height: 45px;
  }
}
.sticky .navbar .navbar-toggler .toggler-icon {
  background: #FFFFFF;
}
.sticky .navbar-nav .nav-item a {
  color: #fff;
}

.social {
  margin-left: 40px;
}
@media only screen and (max-width: 991px) {
  .social {
    padding-top: 12px;
    margin-left: 0px;
  }
}
.social li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .social li {
    margin-left: 26px;
  }
}
.social li a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  background-color: transparent;
  border: 1px solid #95C11F;
  font-size: 14px;
  color: #95C11F;
  padding: 8px 12px;
  border-radius: 7px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.social li a:last-child {
  margin-right: 0;
}
.social li a img {
  height: 23px;
}
.social li a:hover {
  background-color: #95C11F;
  color: #fff;
}

/*--------------------------------------------------------------
  ## hero
--------------------------------------------------------------*/
.hero {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .hero {
    margin-top: 50px;
  }
}
.hero .img-hero {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .hero .img-hero {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 482px) {
  .hero .img-hero {
    height: 200px;
  }
}

/*--------------------------------------------------------------
  ## intro
--------------------------------------------------------------*/
.intro {
  padding: 60px 0px;
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 40px 0px;
  }
}
.intro .in-single {
  background-color: #000;
  border-radius: 20px;
  height: 100%;
  padding: 40px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 991px) {
  .intro .in-single {
    padding: 30px;
  }
}
.intro .in-single h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1D71B8;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 1199px) {
  .intro .in-single h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .intro .in-single h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 482px) {
  .intro .in-single h2 {
    font-size: 26px;
  }
}
.intro .in-single h2.colored {
  color: #95C11F;
}
.intro .in-single p {
  font-size: 16px;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .intro .in-single p {
    font-size: 15px;
  }
}
.intro .in-single .steps-3 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: invert(60%);
          filter: invert(60%);
}
.intro .in-single:hover {
  background-color: #1D71B8;
  color: #fff;
}
.intro .in-single:hover h2 {
  color: #fff;
}
.intro .in-single.two {
  padding-bottom: 16px;
}
.intro .in-single.two:hover {
  background-color: #95C11F;
  color: #fff;
}
.intro .in-single.two:hover h2 {
  color: #fff;
}
.intro .in-single.two:hover .steps-3 {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}

/*--------------------------------------------------------------
  ## cosa
--------------------------------------------------------------*/
.cosa {
  padding: 60px 0px;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .cosa {
    padding: 40px 0px;
    padding-top: 0;
  }
}
.cosa .sec-t h2 {
  font-size: 44px;
  font-weight: 700;
  color: #95C11F;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .cosa .sec-t h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .cosa .sec-t h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cosa .sec-t h2 {
    font-size: 27px;
    margin-bottom: 30px;
  }
}
.cosa .cosa-link {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cosa .cosa-link img {
  width: 120px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 14px;
}
.cosa .cosa-link p {
  font-size: 15px;
  color: #000;
  font-weight: 700;
}
.cosa .cosa-link:hover img {
  -webkit-filter: brightness(0.6) contrast(1.8) saturate(5.5) hue-rotate(-5deg);
          filter: brightness(0.6) contrast(1.8) saturate(5.5) hue-rotate(-5deg);
}

/*--------------------------------------------------------------
  ## contact
--------------------------------------------------------------*/
.contact .sec-t h2 {
  font-size: 44px;
  font-weight: 700;
  color: #1D71B8;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .contact .sec-t h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .contact .sec-t h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .sec-t h2 {
    font-size: 27px;
    margin-bottom: 25px;
  }
}
.contact .con-logo {
  height: 60px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 767px) {
  .contact .con-logo {
    height: 45px;
    margin-bottom: 15px;
  }
}
.contact .con-blue {
  display: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.contact .con-inner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#737373), color-stop(#797979), color-stop(#7f7f7f), color-stop(#858585), color-stop(#8b8b8b), color-stop(#939393), color-stop(#9c9c9c), color-stop(#a4a4a4), color-stop(#b1b1b1), color-stop(#bebebe), color-stop(#cbcbcb), to(#d9d9d9));
  background-image: linear-gradient(to bottom, #737373, #797979, #7f7f7f, #858585, #8b8b8b, #939393, #9c9c9c, #a4a4a4, #b1b1b1, #bebebe, #cbcbcb, #d9d9d9);
  padding: 50px;
  border-radius: 60px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 1199px) {
  .contact .con-inner {
    border-radius: 50px;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .con-inner {
    border-radius: 30px;
    padding: 30px;
  }
}
.contact .con-inner:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d3252), color-stop(#0e3557), color-stop(#0e385d), color-stop(#0f3c62), color-stop(#103f68), color-stop(#114470), color-stop(#134a79), color-stop(#144f81), color-stop(#16578e), color-stop(#18609c), color-stop(#1b68aa), to(#1d71b8));
  background-image: linear-gradient(to bottom, #0d3252, #0e3557, #0e385d, #0f3c62, #103f68, #114470, #134a79, #144f81, #16578e, #18609c, #1b68aa, #1d71b8);
  color: #fff;
}
.contact .con-inner:hover .blue {
  color: #fff;
}
.contact .con-inner:hover .con-logo {
  display: none;
}
.contact .con-inner:hover .con-blue {
  display: block;
}
.contact .con-inner:hover .submit-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#737373), color-stop(#797979), color-stop(#7f7f7f), color-stop(#858585), color-stop(#8b8b8b), color-stop(#939393), color-stop(#9c9c9c), color-stop(#a4a4a4), color-stop(#b1b1b1), color-stop(#bebebe), color-stop(#cbcbcb), to(#d9d9d9));
  background-image: linear-gradient(to bottom, #737373, #797979, #7f7f7f, #858585, #8b8b8b, #939393, #9c9c9c, #a4a4a4, #b1b1b1, #bebebe, #cbcbcb, #d9d9d9);
}
.contact .con-inner:hover span {
  color: #fff;
}
.contact p {
  font-weight: 700;
  color: #FFFFFF;
}
.contact .blue {
  color: #1D71B8;
}
.contact ul {
  margin: 0;
}
.contact ul a {
  font-weight: 700;
  color: #FFFFFF;
}
.contact ul a span {
  color: #000;
}
.contact .form-con .form-control {
  border: 2px solid #FFFFFF;
  background-color: transparent;
  border-radius: 50px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  color: #fff;
  font-weight: 600;
}
.contact .form-con .form-control::-webkit-input-placeholder {
  color: #ccc;
}
.contact .form-con .form-control::-moz-placeholder {
  color: #ccc;
}
.contact .form-con .form-control:-ms-input-placeholder {
  color: #ccc;
}
.contact .form-con .form-control::-ms-input-placeholder {
  color: #ccc;
}
.contact .form-con .form-control::placeholder {
  color: #ccc;
}
.contact textarea {
  border-radius: 40px !important;
}
.contact .submit-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d71b8), color-stop(#1a69ab), color-stop(#18619e), color-stop(#165a91), color-stop(#145285), color-stop(#134d7d), color-stop(#124774), color-stop(#11426c), color-stop(#103e65), color-stop(#0f3a5f), color-stop(#0e3658), to(#0d3252));
  background-image: linear-gradient(to bottom, #1d71b8, #1a69ab, #18619e, #165a91, #145285, #134d7d, #124774, #11426c, #103e65, #0f3a5f, #0e3658, #0d3252);
  border: 0;
  text-decoration: none;
  padding: 6px 50px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 767px) {
  .contact .submit-btn {
    font-size: 22px;
  }
}
.contact .submit-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d71b8), color-stop(#1a69ab), color-stop(#18619e), color-stop(#165a91), color-stop(#145285), color-stop(#134d7d), color-stop(#124774), color-stop(#11426c), color-stop(#103e65), color-stop(#0f3a5f), color-stop(#0b2741), to(#0d3252));
  background-image: linear-gradient(to bottom, #1d71b8, #1a69ab, #18619e, #165a91, #145285, #134d7d, #124774, #11426c, #103e65, #0f3a5f, #0b2741, #0d3252);
}

/*--------------------------------------------------------------
  ## page-section
--------------------------------------------------------------*/
.page-section {
  padding-top: 130px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .page-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-section {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.page-section .page-title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .page-section .page-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-section .page-title {
    margin-bottom: 30px;
  }
}
.page-section .page-title h1 {
  font-size: 40px;
  font-weight: 700;
  color: #95C11F;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .page-section .page-title h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .page-section .page-title h1 {
    font-size: 30px;
  }
}
.page-section .page-title p {
  font-size: 25px;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .page-section .page-title p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .page-section .page-title p {
    font-size: 20px;
  }
}
.page-section .page-texts {
  background-color: #95C11F;
  border-radius: 22px;
  padding: 40px;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 1199px) {
  .page-section .page-texts {
    padding: 30px;
  }
}
.page-section .page-texts p {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 1199px) {
  .page-section .page-texts p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .page-section .page-texts p {
    font-size: 15px;
  }
}
.page-section .page-texts:hover {
  background-color: #000;
}
.page-section .page-texts:hover p {
  color: #FFFFFF;
}

/*--------------------------------------------------------------
  ## main-footer
--------------------------------------------------------------*/
.main-footer {
  margin-top: 40px;
  padding: 20px 0px;
  background-color: #D9D9D9;
}
.main-footer .footer-inner {
  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;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width: 767px) {
  .main-footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-footer .footer-inner .footer-flex {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .main-footer .footer-inner .footer-flex {
    margin: 4px 0px;
  }
}
.main-footer span, .main-footer a {
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .main-footer span {
    display: none;
  }
}
.main-footer p {
  text-align: center;
  font-weight: 700;
}
/*# sourceMappingURL=main.css.map */