body,html{
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.pr-10 {
    padding-right: 10px;
}
ul li{
  list-style-type: none;
}
ul{
  padding: 0;
}
a, .text-default {
    color: #333333;
}
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-decoration: none;
}
a:hover {
    color: #A8CF45;
	text-decoration: underline;
}
#main_page{
    background-color:rgba(255, 255, 255, 0.7);
    position: fixed;
    z-index: 455;
    width: 100%;
}
#main_page .navbar-brand img{
    height: 140px;
    width: 150px;
}
#main_page .navbar-expand-lg .navbar-collapse{
    flex: none;
}
#main_page .navbar-expand-lg .navbar-nav .nav-link{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    padding: 0 15px;
    color: #00284b;
}
#main_page .navbar-expand-lg .navbar-nav .nav-link:hover{
    text-decoration: overline #000000;
}
/*.menu_img img{
    height: 336px;
    width: 100%;
}*/
.banner_wrapper{
  background-image: url(../images/bg03.jpeg);
  padding: 200px 0 100px;
  background-size: cover;
  background-repeat: no-repeat;
  /*position: absolute;
  top: 0;*/
}
/*.banner_overlay{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}*/
.banner_wrapper h1{
  font-size: 70px;
  font-family: "Brush Script MT", Cursive;
}
.banner_wrapper ul li{
  color: #000000;
  line-height: 45px;
  font-weight: 600;
  font-size: 22px;
  border: 2px solid white;
  background-color: rgba(255,255,255,0.5);
  padding: 15px 20px;
  display: inline-block;
  border-radius: 35px;
  margin: 15px;
}
.btn_mycolor{
  border: 2px solid white;
  color: white;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 35px;
  margin-left: 50px;
}
.btn_mycolor:hover{
  background-color: white;
  color: #00284b;
}
.about_wrapper{
    padding:80px 0;
}
.about_txt{
    padding-top: 25px;
}
.about_txt h2{
    font-family: "Ga Maamli", sans-serif;
    margin-bottom: 45px;
    position: relative;
    display: inline-block;
    color: #025a82;
}
.about_txt h2:before,.footer_link h2:before{
    content: "";
    width: 65%;
    height: 2px;
    position: absolute;
    background-color: #025a82;
    left: 0;
    bottom: -20px;
}
.about_txt h2:after,.footer_link h2:after{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 5px;
    position: absolute;
    background-color: #025a82;
    left: 0;
    bottom: -26px;
}
.about_txt p{
    font-size: 17px;
    line-height: 28px;
}
.choose_us_wrapper{
    background-image: url(../images/bg-.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    color: white;
}
.choose_overlay{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 80px 0;
}
.heading_wrapper h2:after, .heading_wrapper h2:before, .footer_link h2:after, .footer_link h2:before{
    background-color: white;
}
.choose_block{
    box-shadow: -2px -2px 8px #1f1f1f, 2px 2px 8px #1f1f1f;
    border-radius: 25px;
}
.choose_block h3{
    margin-bottom: 25px;
}
.choose_block:hover{
    
}
.footer_wrapper{
    background-image: url(../images/about.jpeg);
    background-position: center;
    color: white;
}
.footer_overlay{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 60px;
}
.footer_text h1{
    font-size: 30px;
    padding: 15px 25px;
    line-height: 36px;
}
.footer_link{
    padding-top: 30px ;
}
.footer_link h2{
    margin-bottom: 45px;
}
.footer_link ul li a{
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
}
.footer_link ul li p{
    display: inline-block;
}
.footer_link ul li a:hover{
    text-decoration: overline;
}
.footer_link h2{
    position: relative;
}
.menu_background{
    background-image: url(../images/bg-.jpg);
    background-position: center;
}
.menu_overlay1{
    padding: 60px 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.page_heading h1{
    color: white;
}

.contact-area {
  background-color: #f5f5f5;
}
.contact-wrapper {
  padding: 110px 120px 0px 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-wrapper {
    padding: 70px 80px 0px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-wrapper {
    padding: 50px 60px 60px 60px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-wrapper {
    padding: 50px 30px 60px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-wrapper {
    padding: 50px 20px 60px 20px;
  }
}
.contact-wrapper .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px 0px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-wrapper .contact-info {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-wrapper .contact-info {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-wrapper .contact-info .single-contact {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 264px;
  -webkit-box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-wrapper .contact-info .single-contact {
    width: 240px;
    height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-wrapper .contact-info .single-contact {
    width: auto;
    height: auto;
    margin-bottom: 50px;
    padding: 40px 0;
  }
}
.contact-wrapper .contact-info .single-contact .info-box {
  text-align: center;
  line-height: 1;
}
.contact-wrapper .contact-info .single-contact .info-box .title {
  font-size: 24px;
  color: #2e2e2e;
  font-weight: 500;
  margin: 21px 0 18px 0;
}
@media only screen and (max-width: 479px) {
  .contact-wrapper .contact-info .single-contact .info-box .title {
    font-size: 20px;
  }
}
.contact-wrapper .contact-info .single-contact .info-box p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 26px;
}
.contact-wrapper .contact-info .single-contact i{
    font-size: 50px;
    color: #025a82;
}
.contact-wrapper .contact-info .single-contact .info-box a {
  color: #000000;
}
.contact-wrapper .contact-info .single-contact .info-box a:hover {
  color: #266bf9;
}

.contact-form .contact-title {
  margin: 0 0 52px;
  text-align: center;
}
.contact-form .contact-title .title {
  font-size: 48px;
  color: #025a82;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form .contact-title .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form .contact-title .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form .contact-title .title {
    font-size: 28px;
  }
}
.contact-form .contact-title p {
  color: #747474;
  line-height: 27px;
}
.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
  background: #fff;
  border: 1px solid #d7d7d7;
  margin-bottom: 30px;
  color: #3a3a3a;
  font-size: 16px;
  border-radius: 15px;
  font-weight: 600;
      width: 100%;
    height: 60px;
    padding: 10px;
}
.contact-form .contact-form-style input::-webkit-input-placeholder, .contact-form .contact-form-style textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #025a82;
}
.contact-form .contact-form-style input::-moz-placeholder, .contact-form .contact-form-style textarea::-moz-placeholder {
  font-style: italic;
  color: #025a82;
}
.contact-form .contact-form-style input:-ms-input-placeholder, .contact-form .contact-form-style textarea:-ms-input-placeholder {
  font-style: italic;
  color: #025a82;
}
.contact-form .contact-form-style input::-ms-input-placeholder, .contact-form .contact-form-style textarea::-ms-input-placeholder {
  font-style: italic;
  color: #025a82;
}
.contact-form .contact-form-style input::placeholder,
.contact-form .contact-form-style textarea::placeholder {
  font-style: italic;
  color: #025a82;
}
.contact-form .contact-form-style input:focus,
.contact-form .contact-form-style textarea:focus {
  border-color: #025a82;
  color: #000;
}
.contact-form .contact-form-style textarea {
  margin-bottom: 50px;
  height: 250px;
}
.contact-form p {
  color: #3a3a3a;
}
.contact-form button {
  font-size: 18px;
  font-weight: 600;
  width: 230px;
  height: 64px;
  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;
  border-radius: 15px;
  background-color: #025a82;
  color: #fff;
  border: 0;
  outline: 0;
  text-transform: capitalize;
  margin: auto;
}
.contact-form button:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .contact-form button {
    font-size: 16px;
    width: 190px;
    height: 54px;
  }
}

.service_block{
    /*border: 1px solid #025a82;*/
    border-radius: 15px;
    box-shadow: 1px 1px 8px #025a82,-1px -1px 8px #025a82;
    padding: 25px;
    margin: 20px 0;
}
.service_block:hover{
    
}
.service_txt h3{
    margin-top: 35px;
    display: inline-block;
    border-bottom: 3px double #025a82;
}
.service_block h4{
    display: inline-block;
    border-bottom: 3px double #025a82;
    margin-bottom: 15px;
}


.banner_img{
  animation: loader 5s infinite;
}


@keyframes loader {
  0% {
    rotate: 0deg;
  }
  25% {
    rotate: y 40deg;
    scale: 0.9;
  }
  50% {
    rotate: 30deg;
  }
  75% {
    rotate: x 40deg;
    border-radius: 30%;
  }
  100% {
    rotate: 0deg;
  }
}

@supports not (rotate: 0deg) {
  @keyframes loader {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: scale(0.5) rotateY(90deg);
    }
    50% {
      transfrom: rotate(180deg);
    }
    75% {
      transform: rotateX(270deg);
      border-radius: 50%;
    }
    100% {
      transform: rotate(360deg);
    }
  }
}