/* [Master Stylesheet] */
/* ----------------------------------------------------------
    :: Template 
    :: Author: Turbo
    :: Author URL: 
    :: Version: 1.0
    :: Created: 02 2022
    :: Last Updated: 02 2022
    ---------------------------------------------------------- */
/* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */
/*start my style */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Cairo', sans-serif;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.section-padding {
  padding: 60px 0;
}

.transition, .btn-prim, .btn-prim2, .btn-prim3, .btn-prim4, header button.create, header .navbar-right li.cart a, .contact-social li i, .most-read a, footer .links li, footer .social i, .checkout span.tabs {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

h2.main-header {
  font-size: 46px;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}

h2.main-header::after {
  content: "";
  display: block;
  background: #099FEC;
  height: 5px;
  width: 100px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.header-bold {
  font-size: 46px;
  position: relative;
  padding-bottom: 30px;
}

.header-bold::after {
  content: "";
  display: block;
  background: #099FEC;
  height: 5px;
  width: 100px;
  margin-top: 30px;
}

p.primary {
  color: #777;
  line-height: 1.6;
  font-size: 18px;
}

.btn-prim {
  border: 2px solid #099FEC;
  border-radius: 2px;
  opacity: 1;
  padding: 10px 30px;
  outline: none;
  background: #099FEC;
  font-size: 18px;
  color: #fff;
}

.btn-prim:hover {
  background: transparent;
  color: #099FEC;
}

.btn-prim i {
  margin-left: 5px;
}

.btn-prim2 {
  border: 2px solid #099FEC;
  border-radius: 2px;
  opacity: 1;
  padding: 10px 30px;
  outline: none;
  background: transparent;
  color: #099FEC;
  font-size: 18px;
}

.btn-prim2 i {
  margin-left: 5px;
}

.btn-prim2:hover {
  background: #099FEC;
  color: #fff;
}

.btn-prim3 {
  border: 2px solid #fff;
  border-radius: 2px;
  opacity: 1;
  padding: 10px 30px;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 18px;
}

.btn-prim3 i {
  margin-left: 5px;
}

.btn-prim3:hover {
  background: #fff;
  color: #099FEC;
}

.btn-prim4 {
  border: 2px solid #fff;
  border-radius: 2px;
  opacity: 1;
  padding: 10px 30px;
  outline: none;
  background: #fff;
  color: #099FEC;
  font-size: 18px;
}

.btn-prim4 i {
  margin-left: 5px;
}

.btn-prim4:hover {
  background: transparent;
  color: #fff;
}

header .top-nav {
  padding: 15px 0;
  background: #ECECEC;
  padding-bottom: 12px;
}

header .top-nav i {
  color: #099FEC;
}

header .top-nav .date {
  margin-right: 5px;
}

header .top-nav .news span {
  background: #099FEC;
  padding: 3px 10px;
  color: #fff;
  border-radius: 0 25px 25px 0;
  position: relative;
}

header .top-nav .news span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 16px;
  border-color: transparent #099FEC transparent transparent;
  left: -32px;
  z-index: 100;
  top: 0px;
}

header .top-nav .news p {
  display: inline-block;
  margin: 0;
  margin-right: 20px;
}

header .top-nav .weather {
  text-align: center;
  background: #fff;
  border-radius: 25px;
  padding: 5px 0;
  margin-top: -6px;
}

header .top-nav .weather i {
  color: #ffae00;
  margin-left: 5px;
}

header .top-nav ul.social {
  margin-bottom: 0;
}

header nav.navbar {
  margin-bottom: 0;
  -webkit-box-shadow: 0px 5px 20px #00000029;
          box-shadow: 0px 5px 20px #00000029;
  padding-top: 8px;
  padding-bottom: 8px;
}

header nav.navbar a.nav-btn {
  padding-left: 0;
}

header .navbar-collapse {
  padding-right: 0;
  margin-right: -15px;
}

header .navbar-default .navbar-nav > li > a {
  border-bottom: 2px solid transparent;
  padding-top: 14px;
  padding-bottom: 7px;
}

header ul.social {
  margin-top: -6px;
}

header ul.social i {
  width: 30px;
  height: 30px;
  background: #099FEC;
  color: #fff;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}

header ul.social a {
  color: #fff;
}

header button.login {
  margin-top: -7px;
  background: #099FEC;
  padding: 5px 10px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #099FEC;
}

header button.login i {
  color: #fff;
}

header .navbar-default {
  background-color: #fff;
}

header .caret {
  color: #099FEC;
}

header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:focus,
header .navbar-default .navbar-nav > .active > a:hover {
  color: #099FEC;
  background-color: transparent;
  border-color: #099FEC;
}

header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:focus,
header .navbar-default .navbar-nav > .open > a:hover {
  color: #099FEC;
  background-color: transparent;
  border-color: #099FEC;
}

header .navbar-default .navbar-nav > li > a {
  margin-left: 10px;
  color: #000;
}

header .dropdown-menu {
  background: #F8F8F8;
}

header .dropdown-menu li {
  border-bottom: 1px solid #eee;
  padding-top: 5px;
  padding-bottom: 5px;
}

header .dropdown-menu li:last-child {
  border-bottom: none;
}

header input {
  border: 1px solid #D5D5D5;
  border-radius: 0 !important;
  text-indent: 20px;
  background: url(../images/search.png) no-repeat 100% 3px !important;
}

header button.create {
  margin-top: -6px;
  border: 2px solid #099FEC;
  border-radius: 2px;
  opacity: 1;
  padding: 5px 30px;
  outline: none;
  background: #099FEC;
  font-size: 16px;
  color: #fff;
}

header button.create:hover {
  background: transparent;
  color: #099FEC;
}

header button.create i {
  margin-left: 5px;
}

header .navbar-right li.cart a {
  padding-left: 5px;
  padding-right: 5px;
  color: #099FEC;
  margin-top: -3px;
}

.slider img {
  width: 100%;
  height: 35vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.side-social {
  position: absolute;
  right: 0;
  top: 43vh;
}

.side-social li {
  background-color: #099FEC;
  padding: 15px;
  border-radius: 40px 0 0 40px;
  width: 70px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.companies-slider {
  padding: 20px 20px;
  padding-top: 50px;
}

.subscribe {
  padding: 60px 0;
  background: #099FEC;
  color: #fff;
}

.subscribe h3 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.gorgia-azribgan {
  background-color: #F8F8F8;
}

.gorgia-azribgan img {
  padding: 10px;
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gorgia-azribgan h4.city {
  font-size: 28px;
  font-weight: 600;
}

.gorgia-azribgan p {
  margin-bottom: 20px;
}

.most-overs {
  overflow-x: hidden !important;
}

.most-overs .shadow {
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
  padding-top: 15px;
  padding-bottom: 15px;
}

.most-overs .prog {
  background-image: url("../images/most-overs/bg.png");
  background-size: cover;
  height: 420px;
  position: relative;
}

.most-overs .prog .price {
  position: absolute;
  background: #fff;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  -webkit-box-shadow: -4px 3px 0 7px #099fec;
          box-shadow: -4px 3px 0 7px #099fec;
}

.most-overs .prog .price h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 28px;
}

.most-overs .prog .price p {
  font-size: 20px;
}

.most-overs .prog .info {
  background: rgba(255, 255, 255, 0.671);
  height: 100%;
  text-align: center;
  padding: 30px 50px;
}

.most-overs .prog .info h3 {
  font-size: 36px;
  color: #000;
}

.most-overs .prog .info h4 {
  font-size: 20px;
  color: #727272;
  margin-top: 10px;
  position: relative;
}

.most-overs .prog .info h4::after {
  content: "";
  display: block;
  background: #099FEC;
  height: 2px;
  width: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.most-overs .prog .info p {
  color: #222;
}

.prog-small {
  text-align: center;
  padding: 15px;
  margin-top: 30px;
}

.prog-small img {
  position: relative;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.prog-small .price {
  position: absolute;
  background: #fff;
  text-align: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  top: 165px;
  right: 40px;
  -webkit-box-shadow: -2px 1px 0 4px #099fec;
          box-shadow: -2px 1px 0 4px #099fec;
}

.prog-small .price h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 12px;
}

.prog-small .price p {
  font-size: 14px;
}

.prog-small h3 {
  font-size: 22px;
  color: #000;
}

.prog-small h4 {
  font-size: 14px;
  color: #727272;
  margin-top: 10px;
  position: relative;
}

.prog-small h4::after {
  content: "";
  display: block;
  background: #099FEC;
  height: 2px;
  width: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.prog-small.shadow {
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
  padding-top: 15px;
  padding-bottom: 15px;
}

.around-world {
  height: 580px;
  background: url("../images/around/bg.png");
  background-size: cover;
  text-align: center;
}

.around-world h2 {
  font-size: 45px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 60px;
}

.around-world img {
  width: 250px !important;
  height: 250px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}

.around-world h4 {
  color: #fff;
  margin-top: 20px;
  font-size: 22px;
}

.around-world .owl-carousel .owl-nav button.owl-prev {
  right: -30px;
}

.around-world .owl-carousel .owl-nav button.owl-next {
  left: -30px;
}

.around-world .owl-carousel .owl-nav button.owl-next,
.around-world .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 16%;
  font-size: 100px;
  color: #fff;
}

.around-world .owl-carousel .owl-nav button.owl-next:hover,
.around-world .owl-carousel .owl-nav button.owl-prev:hover {
  background: transparent;
}

.honeymoon button {
  margin-top: 40px;
}

.your-round {
  height: 500px;
  background: url("../images/your-round/bg.png");
  background-size: cover;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.your-round h2 {
  color: #ffff;
  font-size: 40px;
  margin-bottom: 70px;
}

.your-round button {
  -webkit-box-shadow: 0px 0px 19px #0000006E;
          box-shadow: 0px 0px 19px #0000006E;
}

.gorgia img {
  padding: 10px;
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
  margin-top: 40px;
  height: 315px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gorgia h3 {
  font-size: 28px;
  color: #000;
  margin-top: 20px;
  text-align: center;
}

.contact-social {
  text-align: center;
  height: 500px;
  background: url("../images/social/bg.png");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-social h3 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
}

.contact-social li {
  margin-left: 20px;
  margin-right: 20px;
}

.contact-social li i {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border: 2px solid #fff;
  color: #099FEC;
  background-color: #fff;
  border-radius: 50%;
  font-size: 40px;
}

.contact-social li i:hover {
  background: transparent;
  color: #fff;
}

.invest {
  background-color: #F8F8F8;
}

.invest .header-bold {
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
}

.invest .header-bold::after {
  content: "";
  display: block;
  background: #099FEC;
  height: 3px;
  width: 100px;
  margin-top: 30px;
}

.invest img {
  margin-top: 25px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

.study {
  background-color: #F8F8F8;
}

.study .header-bold {
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
}

.study .header-bold::after {
  content: "";
  display: block;
  background: #099FEC;
  height: 3px;
  width: 100px;
  margin-top: 30px;
}

.study img {
  margin-top: 25px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

.most-read img {
  padding: 10px;
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.most-read h4 {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 300;
}

.most-read h4::after {
  content: "";
  display: block;
  background: #099FEC;
  height: 2px;
  width: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.most-read a {
  color: #099FEC;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.most-read a:hover {
  padding-right: 10px;
}

.feat {
  background: #fff url("../images/feat/bg.png");
  background-size: cover;
  height: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feat .single-feat {
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: #099FEC;
  padding-top: 45px;
  -webkit-box-shadow: -3px 2px 0px 5px #e3e3e3;
          box-shadow: -3px 2px 0px 5px #e3e3e3;
}

.feat .single-feat img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feat h3 {
  text-align: center;
  font-size: 22px;
  color: #000;
  margin-top: 30px;
}

footer {
  background: #099FEC;
  color: #fff;
  padding-bottom: 0 !important;
}

footer img.logo {
  width: 120px;
  margin-bottom: 30px;
}

footer h3 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
}

footer h3::after {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
  width: 50px;
  margin-top: 20px;
  margin-bottom: 40px;
}

footer p.primary {
  color: #fff;
  width: 70%;
}

footer .links li {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

footer .links li a {
  color: #fff;
}

footer .links li:hover {
  padding-right: 10px;
}

footer .pay img {
  height: 30px;
  margin-bottom: 15px;
  margin-left: 15px;
}

footer .social {
  margin-top: 30px;
}

footer .social li {
  margin-left: 10px;
  margin-right: 10px;
}

footer .social i {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 43px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 20px;
}

footer .social a {
  color: #fff;
}

footer .bottom-footer {
  padding: 12px 0;
  margin-top: 30px;
  text-align: center;
  background: #545454;
}

footer h4 {
  color: #fff;
  font-size: 18px;
}

.slider.goriga {
  padding-bottom: 30px;
}

.slider.goriga img {
  height: 65vh !important;
}

.slider.goriga .carousel-indicators {
  bottom: -55px;
}

.slider.goriga .carousel-indicators li {
  border: none;
  background: #ccc;
}

.slider.goriga .carousel-indicators .active {
  border: none;
  background: #099FEC;
}

.program h3 {
  font-size: 40px;
  text-align: center;
  color: #000;
}

.program h5 {
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-top: 50px;
  color: #222;
}

.program h5::after {
  content: "";
  display: block;
  background: #099FEC;
  height: 3px;
  width: 100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.program .program-info {
  margin-top: 30px;
}

.program .program-info h4 {
  padding: 15px 15px;
  margin: 0;
  background: #1AB95A;
  color: #fff;
}

.program .program-info h4.second {
  background: #AF4949;
}

.program .program-info ul {
  padding: 30px 15px;
  background: #F8F8F8;
  padding-right: 40px;
  min-height: 510px;
}

.program .program-info ul li {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
}

h5.head {
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-top: 50px;
  color: #222;
}

h5.head::after {
  content: "";
  display: block;
  background: #099FEC;
  height: 3px;
  width: 100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.track .panel-group a {
  text-decoration: none;
  color: #000;
}

.track .panel-group a h4 {
  font-size: 18px;
  font-weight: 600;
}

.track .panel-group .panel-default {
  border: none;
  margin-bottom: 20px;
}

.track .panel-group .panel-default > .panel-heading {
  padding: 20px 15px;
  border: none;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

.track .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  margin-top: 15px;
  border-top: none;
}

.track .panel-group img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.track .panel-group p {
  font-size: 16px;
  color: #3E3E3E;
  line-height: 1.6;
}

.offers .search {
  padding: 40px 20px;
  background: #F8F8F8;
  margin-top: 40px;
}

.offers .search button.btn-prim {
  padding-top: 5px;
  padding-bottom: 5px;
}

.offers .search select {
  border: 1px solid #E9E9E9;
  padding: 5px 10px;
  outline: none;
}

.offers .search label {
  margin-top: 10px;
}

.offers .offers-info {
  margin-top: 30px;
}

.offers .offers-info h4 {
  margin: 0;
  padding: 12px 10px;
  background: #099ded73;
  color: #000;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
}

.offers .offers-info ul {
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
}

.offers .offers-info ul li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #3E3E3E;
}

.offers .offers-info ul li i {
  margin-left: 10px;
}

.offers .offers-info ul li span {
  margin-left: 10px;
}

.offers .offers-info ul .offer-price {
  position: absolute;
  width: 65px;
  height: 65px;
  left: 20px;
  bottom: 25px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: -2px 1px 0 4px #099fec;
          box-shadow: -2px 1px 0 4px #099fec;
}

.offers .offers-info ul .offer-price p {
  font-size: 21px;
  color: #000;
  font-weight: 700px;
  margin-bottom: 0;
  margin-top: 7px;
}

.cart .cart-info {
  padding: 10px;
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
}

.cart .cart-info a {
  color: #3E3E3E;
}

.cart .cart-info h3 {
  font-size: 18px;
}

.cart .cart-info p {
  font-size: 15px;
  opacity: 0.5;
}

.cart .cart-info img {
  width: 100%;
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.cart .cart-info ul.hotel-info li {
  font-size: 16px;
  margin-bottom: 10px;
}

.cart .cart-info ul.hotel-info li i {
  color: #099FEC;
}

.cart .cart-details h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #3E3E3E;
  font-weight: 700;
}

.cart .cart-details input {
  border: 1px solid #ccc;
  width: 70%;
  outline: none;
  padding: 10px;
  border-left: none;
}

.cart .cart-details button {
  border: 1px solid #099FEC;
  outline: none;
  padding: 10px;
  width: 30%;
  background: #099FEC;
  color: #fff;
  margin-right: -4px;
}

.cart .cart-details .shopping-cart {
  padding: 20px 40px;
  background: #F8F8F8;
  margin-top: 30px;
}

.cart .cart-details .shopping-cart h4 {
  font-size: 22px;
  color: #3E3E3E;
  font-weight: 700;
  margin-bottom: 30px;
}

.cart .cart-details .shopping-cart ul {
  margin-bottom: 30px;
}

.cart .cart-details .shopping-cart ul li {
  font-size: 17px;
  color: #000;
  margin-bottom: 20px;
}

.cart .cart-details .shopping-cart ul li span {
  float: left;
  font-weight: 700;
}

.cart .cart-details .shopping-cart button {
  width: 100%;
}

.terms h3 {
  font-size: 28px;
  color: #000;
  position: relative;
}

.terms h3::after {
  content: "";
  display: block;
  background: #099FEC;
  height: 3px;
  width: 100px;
  margin-top: 20px;
}

.terms p {
  margin-top: 30px;
  font-size: 17px;
}

.blog .blog-info {
  padding: 10px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
  min-height: 568px;
  margin-bottom: 30px;
}

.blog .blog-info img {
  height: 245px;
  width: 100%;
  overflow: hidden;
}

.blog .blog-info h5 {
  font-size: 16px;
  color: #808080;
}

.blog .blog-info h5 i {
  margin-left: 10px;
}

.blog .blog-info h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
}

.blog .blog-info button {
  margin-top: 30px;
}

.blog .pagination > li > a,
.blog .pagination > li > span {
  border-radius: 0;
  border-color: transparent;
  color: #000;
  font-weight: 700;
}

.blog .pagination > .active > a,
.blog .pagination > .active > a:focus,
.blog .pagination > .active > a:hover,
.blog .pagination > .active > span,
.blog .pagination > .active > span:focus,
.blog .pagination > .active > span:hover {
  background: #099FEC;
  border-color: #099FEC;
  border-radius: 0;
  color: #fff;
}

.blog h3.blog-header {
  font-size: 28px;
  position: relative;
  margin-top: 0px;
  color: #222;
  text-align: right;
}

.blog h3.blog-header::after {
  content: "";
  display: block;
  background: #099FEC;
  height: 3px;
  width: 100px;
  margin-top: 20px;
  margin-right: 0;
}

.blog h6 {
  font-size: 20px;
  color: #777;
  margin-top: 20px;
}

.blog h6 i {
  margin-left: 10px;
}

.blog p {
  margin-top: 20px;
}

.blog h4 {
  color: #000;
  font-size: 28px;
  margin-top: 30px;
}

.same-link {
  background: #F6F6F6;
}

.same-link .same-box {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
  margin-top: 30px;
}

.same-link .same-box img {
  width: 100%;
  height: 156px;
  -o-object-fit: cover;
     object-fit: cover;
}

.same-link .same-box h4 {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  margin-top: 10px;
}

.same-link .same-box h6 {
  color: #666;
  margin-bottom: 20px;
  font-size: 14px;
}

.same-link .same-box h6 i {
  margin-left: 5px;
}

.same-link .same-box button {
  padding-top: 5px;
  padding-bottom: 5px;
}

.login-section {
  background: url("../images/login/bg.png");
  min-height: 80vh;
}

.login-section .login-box {
  background: #ffffffe0;
  padding: 40px;
}

.login-section .login-box img {
  width: 85px;
}

.login-section .login-box h4 {
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 0;
  color: #3E3E3E;
}

.login-section .login-box h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
}

.login-section .login-box input {
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
  background-color: #fff;
  margin-top: 30px;
}

.login-section .login-box button {
  margin-top: 30px;
}

.login-section .login-box p {
  color: #333;
  margin-top: 30px;
  font-size: 16px;
}

.login-section .login-box p a {
  color: #099FEC;
  font-weight: 700;
}

.login-section .login-box input[type="checkbox"] {
  margin-left: 10px;
}

.login-section .login-box label {
  text-decoration: underline;
}

.checkout span.tabs {
  border: 2px solid #F6F6F6;
  border-radius: 2px;
  opacity: 1;
  padding: 7px 30px;
  outline: none;
  background: #F6F6F6;
  font-size: 18px;
  color: #000;
}

.checkout span.btn-active {
  background: #099FEC;
  color: #fff;
  border-color: #099FEC;
}

.checkout span.first {
  position: relative;
}

.checkout span.first::after {
  content: "";
  width: 270px;
  height: 2px;
  background: #e2e2e2;
  position: absolute;
  left: -295px;
  top: 23px;
  background: transparent;
  border: 2px dashed #e2e2e2;
}

.checkout .payment-box {
  margin-top: 50px;
  padding: 40px;
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
}

.checkout .payment-box h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 0;
}

.checkout .payment-box label {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.checkout .payment-box ul li {
  margin-bottom: 15px;
}

.checkout button {
  margin-top: 0px;
}

.checkout button.prev {
  border: 2px solid #F6F6F6;
  border-radius: 2px;
  opacity: 1;
  padding: 10px 30px;
  outline: none;
  background: #F6F6F6;
  font-size: 18px;
  color: #000;
}

.checkout .shopping-cart {
  padding: 20px 40px;
  background: #F8F8F8;
  margin-top: 50px;
}

.checkout .shopping-cart h4 {
  font-size: 22px;
  color: #3E3E3E;
  font-weight: 700;
  margin-bottom: 30px;
}

.checkout .shopping-cart ul {
  margin-bottom: 30px;
}

.checkout .shopping-cart ul li {
  font-size: 17px;
  color: #000;
  margin-bottom: 20px;
}

.checkout .shopping-cart ul li span {
  float: left;
  font-weight: 700;
}

.checkout .shopping-cart button {
  width: 100%;
}

.checkout .pay-box {
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 20px;
  text-align: center;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkout .pay-box img {
  height: 30px;
}

.checkout .pay-box h6 {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 15px;
  color: #000;
  font-weight: 700;
}

.checkout .map iframe {
  width: 100%;
  height: 300px;
  margin-top: 10px;
  border: 1px solid #ccc;
}

.checkout .payment-img {
  width: 100%;
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 0 9px #ccc;
          box-shadow: 0 0 9px #ccc;
}

.checkout ul.hotel-info li {
  font-size: 16px;
  margin-bottom: 10px;
}

.checkout ul.hotel-info li i {
  color: #099FEC;
}

.checkout .payment-box p {
  font-size: 15px;
  opacity: 0.5;
}

.checkout .payment-box h3 {
  font-size: 18px;
  margin-top: 0;
}

.checkout ul.price li {
  font-size: 17px;
  color: #000;
  margin-bottom: 20px;
}

.checkout ul.price li span {
  float: left;
  font-weight: 700;
}

.checkout ul.price li.spec {
  color: #099FEC;
}

.checkout h5.payment-done {
  font-size: 15px;
  color: #444;
  margin-bottom: 20px;
}

.checkout h5.payment-done i {
  margin-left: 10px;
  color: #099FEC;
}

.checkout p.payment-done {
  font-size: 16px;
  color: #3E3E3E;
  opacity: .7;
}

.gorgia-study h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
}

.gorgia-study p {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  opacity: .7;
}

.gorgia-study .study-box-info {
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
  margin-top: 30px;
  min-height: 102px;
}

.gorgia-study .study-box-info p {
  width: 100%;
  font-size: 16px;
}

.gorgia-study .study-box-info span {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #099FEC;
  color: #fff;
  border-radius: 50%;
  right: -15px;
  top: -15px;
  font-size: 18px;
  font-weight: 600;
}

.gorgia-study .study-box-info.big {
  min-height: 178px;
}

.subscribe.gorgia-study-s h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.universties h5.head {
  margin-top: 0;
}

.universties .university-box {
  padding: 10px;
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
  margin-top: 30px;
}

.universties .university-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 245px;
}

.universties .university-box h4 {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.cost {
  background: #F8F8F8;
}

.cost h5.head {
  margin-top: 0;
}

.cost .cost-box {
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
}

.cost .cost-box h3 {
  margin: 0;
  padding: 30px 30px;
  font-size: 18px;
  background: #099ded69;
  color: #000;
  border-bottom: 1px solid #ccc;
}

.cost .cost-box h3 span {
  float: left;
}

.cost .cost-box h3.spec {
  background: #fff;
}

.steps h5.head {
  margin-top: 0;
}

.steps ul li {
  font-size: 18px;
  color: #777;
  margin-bottom: 20px;
  line-height: 1.6;
  list-style: square;
}

.gorgia-invest h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #000;
}

.gorgia-invest h4 {
  color: #099FEC;
  margin-bottom: 30px;
  font-size: 28px;
}

.gorgia-invest img {
  width: 100%;
  height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 80px;
}

.gorgia-invest img.last {
  margin-bottom: 0;
}

.gorgia-invest p {
  margin-bottom: 80px;
}

.gorgia-invest p.last {
  margin-bottom: 0;
}

.projects {
  background: #F8F8F8;
}

.projects .project-box {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
  text-align: center;
  margin-top: 30px;
}

.projects .project-box img {
  width: 100%;
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

.projects .project-box h4 {
  font-size: 18px;
  color: #000;
}

.projects .project-box h2 {
  color: #099FEC;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.projects .project-box p {
  color: #777;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 10px;
  padding-right: 20px;
}

.invset-steps {
  background: #F8F8F8;
}

.invset-steps .invset-steps-box {
  margin-top: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
  text-align: center;
  min-height: 388px;
}

.invset-steps .invset-steps-box h4 {
  margin: 0;
  padding: 20px;
  background-color: #09a0ec71;
  color: #000;
  font-size: 18px;
}

.invset-steps .invset-steps-box p {
  padding: 20px;
  color: #3E3E3E;
  font-size: 16px;
  line-height: 1.8;
}

.testemonials h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
  color: #000;
}

.testemonials h4 {
  font-size: 24px;
  position: relative;
  margin-top: 50px;
  color: #222;
  text-align: right;
}

.testemonials h4::after {
  content: "";
  display: block;
  background: #099FEC;
  height: 3px;
  width: 100px;
  margin-top: 20px;
  margin-right: 0;
}

.testemonials iframe {
  width: 100%;
  height: 500px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.testemonials .carousel-indicators li {
  border-color: #099ded52;
  background: #099ded52;
}

.testemonials .carousel-indicators li.active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #099FEC;
  border-color: #099FEC;
}

.testemonials .carousel-indicators {
  bottom: -45px;
}

.testemonials .carousel-control .glyphicon-chevron-left,
.testemonials .carousel-control .icon-prev,
.testemonials .carousel-control .glyphicon-chevron-right,
.testemonials .carousel-control .icon-next {
  border-radius: 50%;
  background-color: #099deda8;
  font-size: 22px;
  line-height: 29px;
}

.testemonials .slide img {
  width: 200px;
  height: 400px;
}

.branch h3 {
  font-size: 40px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
  margin-top: 0;
}

.branch .branch-info {
  padding: 10px;
  padding-right: 30px;
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
  margin-bottom: 30px;
}

.branch .branch-info h4 {
  font-size: 24px;
  color: #000;
  text-align: 600;
  margin-top: 20px;
}

.branch .branch-info h5 {
  color: #3E3E3E;
  font-size: 17px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.branch .branch-info h5 i {
  margin-left: 10px;
}

.branch .branch-info h5 i.fa-whatsapp {
  color: #1AB95A;
}

.branch .branch-info h5 i.fa-map-marker {
  color: #AF4949;
}

.branch .branch-info p {
  font-size: 16px;
  color: #3E3E3E;
  line-height: 1.6;
  width: 80%;
}

.branch .branch-info iframe {
  width: 100%;
  height: 365px;
  margin-top: 0px;
  border: 1px solid #ccc;
}

.profile h3 {
  font-size: 40px;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}

.profile ul.sidebar li {
  background: #F8F8F8;
  border-radius: 2px;
  padding: 20px;
  color: #000;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.profile ul.sidebar li.active {
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  background: #099FEC;
  color: #fff;
}

.profile .profile-info {
  -webkit-box-shadow: 0px 2px 6px #00000029;
          box-shadow: 0px 2px 6px #00000029;
}

.profile .profile-info .profile-list {
  padding: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.profile .profile-info .profile-list h5 {
  color: #999;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.profile .profile-info .profile-list h5 i {
  margin-left: 6px;
}

.profile .profile-info .profile-list h5 span {
  margin-right: 5px;
}

.profile .profile-info .profile-list h5 span.expired {
  color: #08E200;
}

.profile .profile-info .profile-list h5 span.wait {
  color: #E2A600;
}

.profile .profile-info .profile-list h5 span.cancel {
  color: #ED093E;
}

.profile .profile-info .profile-list h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

.profile .profile-info button {
  margin-top: 14%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.profile .profile-list:last-child {
  border: none;
}

.profile-info-2 {
  padding: 10px 20px;
}

.profile-info-2 .btn-box a.cancel {
  color: #ED093E;
  text-decoration: underline !important;
  float: left;
  font-weight: 600;
  font-size: 16px;
}

.profile-info-2 ul.hotel-info li {
  font-size: 16px;
  margin-bottom: 15px;
}

.profile-info-2 ul.hotel-info li i {
  color: #099FEC;
}

.profile-info-2 .price-list {
  width: 40%;
}

.profile-info-2 .price-list li {
  font-size: 17px;
  color: #000;
  margin-bottom: 20px;
}

.profile-info-2 .price-list li span {
  float: left;
  font-weight: 700;
}

.profile-info-2 .price-list li.total span {
  color: #099FEC;
}

.profile-info-2 h5.payment-done {
  font-size: 15px !important;
  color: #444 !important;
  margin-bottom: 20px !important;
}

.profile-info-2 h5.payment-done i {
  margin-left: 10px;
  color: #099FEC;
  width: 25px;
}

.profile-info-2 p.payment-done {
  font-size: 16px !important;
  color: #3E3E3E !important;
  opacity: .7;
  line-height: 1.4;
}

.profile-info-2 h6 {
  color: #333;
  font-size: 17px;
}

.profile-info-2 h6.special {
  font-weight: 700;
  font-size: 15px;
  color: #c2c2c2;
}

.profile-info-2 h6.special::before {
  content: "\f111";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 8px;
}

.profile-info-2 h6.special.done {
  font-weight: 700;
  color: #08E200;
}

.profile-info-2 h6.special.done::before {
  content: "\f058";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 8px;
}

.profile-3 {
  padding: 20px;
}

.profile-3 h5 {
  font-size: 26px !important;
  color: #3E3E3E !important;
  margin-bottom: 30px !important;
  display: block;
  margin-top: 20px !important;
  clear: both;
}

.profile-3 h5 p {
  display: inline-block;
  text-align: right;
}

.profile-3 h5 img {
  margin-left: 12px;
  margin-top: -10px;
}

.profile-3 button {
  margin-top: 10px !important;
  padding-left: 70px;
  padding-right: 70px;
}

.profile-3 img.edit-profile {
  width: 200px;
}

.profile-3 label {
  font-size: 12px;
  margin-top: 10px;
}

.profile-3 input {
  border: 1px solid #ccc;
  padding: 10px;
}

.profile-3 input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #00000014, 0 0 8px #66afe999;
          box-shadow: inset 0 1px 1px #00000014, 0 0 8px #66afe999;
}

.profile-3 select {
  border: 1px solid #ccc;
  padding: 6px 10px;
}

.profile-3 select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #00000014, 0 0 8px #66afe999;
          box-shadow: inset 0 1px 1px #00000014, 0 0 8px #66afe999;
}

.profile-3 .profile-edit {
  width: 100%;
  margin-top: 50px !important;
}

/*start loading*/
.loading-overlay {
  background: #f8f8f8;
  color: #222;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.sk-folding-cube {
  margin: 300px auto;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #099FEC;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*end loading*/
/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .companies-slider {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-padding {
    padding: 30px 0;
  }
  h2.main-header {
    font-size: 26px;
  }
  .most-overs .prog .info {
    padding: 10px;
  }
  p.primary {
    font-size: 16px;
  }
  .prog-small h3 {
    font-size: 20px;
  }
  .prog-small .price {
    top: 140px;
  }
  .your-round h2 {
    font-size: 21px;
  }
  .gorgia h3 {
    font-size: 20px;
  }
  .contact-social li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .contact-social li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact-social h3 {
    font-size: 21px;
  }
  .around-world .owl-carousel .owl-nav button.owl-next,
  .around-world .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 16%;
    font-size: 65px;
    color: #fff;
  }
  .around-world .owl-carousel .owl-nav button.owl-next {
    left: -17px;
  }
  .around-world .owl-carousel .owl-nav button.owl-prev {
    right: -17px;
  }
  .most-overs .prog-small.shadow {
    margin-left: 15px;
    margin-right: 15px;
  }
  .most-overs .col-sm-12.shadow {
    margin-left: 15px;
    margin-right: 15px;
  }
  .most-overs .prog {
    height: unset;
    min-height: 420px;
  }
  .most-overs .prog .info h3 {
    font-size: 22px;
  }
  .around-world h2 {
    font-size: 35px;
  }
  .honeymoon button {
    margin-top: 20px;
  }
  header .top-nav .news span {
    display: inline-block;
    margin-top: 5px;
    padding: 6px 10px;
    margin-bottom: 5px;
    text-align: center;
  }
  header .top-nav .news p {
    margin-right: 0;
    margin-bottom: 5px;
  }
  header .top-nav .weather {
    display: block;
    clear: both;
    margin-right: 15px;
    margin-left: 15px;
  }
  header .top-nav ul.social {
    display: block;
    clear: both;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .date-top {
    text-align: center;
    margin-bottom: 5px;
  }
  .header-bold {
    font-size: 38px;
    position: relative;
    padding-bottom: 20px;
  }
  .navbar-nav {
    padding: 10px 30px;
  }
  header button.create {
    width: 100%;
  }
  .subscribe h3 {
    margin-bottom: 20px;
  }
  .gorgia-azribgan img {
    margin-top: 30px;
  }
  .most-overs .prog {
    height: unset;
    min-height: 385px;
  }
  .prog-small .price {
    right: 50px;
  }
  .honeymoon .prog-small .price {
    right: 40px;
  }
  .invest .header-bold {
    line-height: 1.6;
  }
  .most-read img {
    margin-top: 30px;
  }
  .feat {
    height: unset;
  }
  .feat h3 {
    margin-bottom: 40px;
  }
  .feat .single-feat {
    width: 130px;
    height: 130px;
    padding-top: 30px;
  }
  footer .social li {
    margin-left: 5px;
    margin-right: 5px;
  }
  footer h3 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  footer .links li {
    font-size: 16px;
  }
  footer p.primary {
    width: 100%;
    font-size: 16px;
  }
  .slider img {
    -o-object-fit: cover;
       object-fit: cover;
    height: unset !important;
  }
  .cart .cart-details h3 {
    margin-top: 30px;
  }
  .cart .cart-details .shopping-cart {
    padding: 10px;
  }
  .checkout span.first::after {
    display: none;
  }
  .checkout {
    overflow-x: hidden;
  }
  .checkout span.tabs {
    padding: 7px 1px;
    font-size: 14px;
    width: 100%;
    display: block;
  }
  .checkout .pay-box {
    padding: 12px;
  }
  .checkout .pay-box img {
    height: 19px;
  }
  .checkout .payment-img {
    margin-bottom: 20px;
  }
  .checkout .payment-box {
    padding: 20px;
  }
  .checkout .payment-box label {
    margin-right: 5px;
    font-size: 13px;
  }
  .slider.goriga img {
    height: unset !important;
  }
  .slider.goriga {
    padding-bottom: 0;
  }
  .gorgia-invest h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .gorgia-invest h4 {
    font-size: 22px;
  }
  .gorgia-invest p {
    margin-bottom: 30px;
  }
  .gorgia-invest img {
    margin-bottom: 30px;
  }
  .gorgia-study p {
    width: 100%;
  }
  .gorgia-study h3 {
    font-size: 36px;
  }
  .subscribe.gorgia-study-s h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  h5.head {
    line-height: 1.6;
  }
  .steps ul {
    margin-top: 30px;
  }
  .program h3 {
    font-size: 29px;
    line-height: 1.4;
  }
  .program .program-info ul {
    min-height: unset;
  }
  .track .panel-group a h4 {
    font-size: 16px;
    line-height: 1.6;
  }
  .offers .search button.btn-prim {
    margin-top: 20px;
  }
  .offers .offers-info ul .offer-price {
    width: 50px;
    height: 50px;
    left: 10px;
    bottom: 15px;
  }
  .offers .offers-info ul .offer-price p {
    margin-top: 0;
    font-size: 16px;
  }
  .login-section {
    overflow-x: hidden;
    min-height: unset;
    padding: 20px;
  }
  .login-section .login-box {
    padding: 20px;
  }
  .same-link .same-box h4 {
    font-size: 14px;
    line-height: 1.4;
  }
  .same-link .same-box h6 {
    font-size: 13px;
  }
  .terms h3 {
    font-size: 24px;
  }
  .testemonials h5.head {
    font-size: 21px;
  }
  .testemonials .carousel-indicators {
    bottom: -36px;
  }
  .testemonials iframe {
    height: 300px;
  }
  .testemonials h4 {
    margin-top: 30px;
  }
  .branch .branch-info p {
    width: 100%;
  }
  .branch .branch-info iframe {
    margin-top: 20px;
  }
  .profile ul li {
    padding: 14px 20px;
  }
  .profile .profile-info .profile-list h4 {
    line-height: 1.4;
  }
  .profile .profile-info .profile-list {
    padding: 7px;
  }
  .profile-info-2 ul.hotel-info li {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .profile-info-2 .price-list {
    width: 100%;
  }
  .profile-info-2 .price-list li {
    margin-bottom: 10px;
  }
  .profile-info-2 h6.special {
    margin-top: 20px;
  }
  .profile .profile-info .profile-list h5 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .profile .profile-info .profile-list h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .profile ul.sidebar li {
    border-radius: 2px;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .profile-3 h5 {
    font-size: 20px !important;
    margin-top: 30px !important;
  }
  .profile .profile-info button {
    width: 100%;
  }
  .sidebar {
    margin-bottom: 30px;
  }
}

/* galaxy S5 */
/* iphone x, 6/7/8 */
/* iphone 6/7/8 plus */
/* ipad */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .col-lg-5.col-sm-12.mt-5 {
    margin-top: 30px;
  }
  .most-overs .prog .info h3 {
    font-size: 23px;
  }
  .prog-small h3 {
    font-size: 14px;
  }
  p.primary {
    font-size: 15px;
  }
  .btn-prim {
    font-size: 16px;
  }
  .around-world img {
    width: 185px !important;
    height: 185px !important;
  }
  .gorgia h3 {
    font-size: 22px;
  }
  .invest .header-bold,
  .study .header-bold,
  .most-read h4 {
    font-size: 23px;
  }
  .feat h3 {
    font-size: 18px;
  }
  .navbar-right {
    float: right !important;
    margin-top: 12px;
  }
  .blog .blog-info {
    min-height: 636px;
  }
  .checkout .shopping-cart {
    padding: 20px 20px;
  }
  .checkout .shopping-cart h4 {
    font-size: 19px;
  }
  .checkout span.first::after {
    content: "";
    width: 100px;
    left: -120px;
  }
  .checkout .pay-box img {
    height: 12px;
  }
  .checkout .pay-box {
    padding: 10px;
    border-radius: 10px;
  }
  .checkout .payment-box label {
    font-size: 14px;
  }
  .checkout .payment-box h4 {
    font-size: 14px;
  }
  .slider.goriga img {
    height: unset !important;
  }
  .section-padding {
    padding: 30px 0;
  }
  .projects .project-box {
    min-height: 693px;
  }
  .subscribe h3 {
    font-size: 17px;
  }
  .invset-steps .invset-steps-box {
    min-height: 667px;
  }
  .gorgia-study .study-box-info p {
    font-size: 15px;
  }
  .gorgia-study .study-box-info {
    min-height: 122px;
  }
  .gorgia-study .study-box-info.big {
    min-height: 243px;
  }
  .program .program-info ul {
    min-height: 567px;
  }
  .offers .search button.btn-prim {
    padding: 5px 0;
  }
  .login-section {
    min-height: 53vh;
  }
  .login-section .login-box h3 {
    font-size: 18px;
  }
  .same-link .same-box h4 {
    font-size: 14px;
  }
  .testemonials .carousel-indicators {
    bottom: -33px;
  }
  .profile .profile-info .profile-list h4 {
    font-size: 16px;
  }
  .profile .profile-info button {
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 27%;
  }
  .profile ul li {
    padding: 13px;
    font-size: 16px;
  }
  .profile-info-2 h6.special {
    font-size: 12px;
  }
  .profile-info-2 .price-list {
    width: 54%;
  }
}

/* ipad pro  */
@media only screen and (min-width: 1024px) and (max-width: 1030px) {
  .prog-small h3 {
    font-size: 20px;
  }
  header .navbar-default .navbar-nav > li > a {
    margin-left: 0px;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 9px;
  }
  header .top-nav .date {
    font-size: 13px;
  }
  header .top-nav .news span {
    padding: 3px 6px;
    font-size: 11px;
  }
  header .top-nav .news span::after {
    border-width: 13px;
    left: -25px;
  }
  header .top-nav .news p {
    font-size: 11px;
  }
  header ul.social i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
  }
  header button.login {
    font-size: 11px;
  }
  header ul.social {
    margin-top: -1px;
  }
  header button.login {
    margin-top: -4px;
  }
  .navbar-right {
    float: right !important;
    margin-top: 12px;
  }
  .col-lg-5.col-sm-12.mt-5 {
    margin-top: 20px;
  }
  .blog .blog-info {
    min-height: 550px;
  }
  .checkout span.first::after {
    width: 180px;
    left: -212px;
  }
  .checkout .pay-box img {
    height: 20px;
  }
  .slider.goriga img {
    height: unset !important;
  }
  .projects .project-box {
    min-height: 597px;
  }
  .invset-steps .invset-steps-box {
    min-height: 475px;
  }
  .gorgia-study .study-box-info.big {
    min-height: 230px;
  }
  .login-section {
    min-height: 43vh;
  }
  .profile .profile-info button {
    margin-top: 20%;
  }
}

/* 17 inch */
/*# sourceMappingURL=style.css.map */