@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.clear,
.clearfix {
    clear: both
}

a,
button {
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}
.text-center{text-align: center;}

.form-control {
    width: 100%;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.container {
    width: 1170px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row::after,
.row::before {
    display: table;
    content: ""
}

.row::after {
    clear: both
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;1,400;1,500;1,600&display=swap');

[class*=col-] {
    position: relative
}

.col-lg-1 {
    width: 8.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-2 {
    width: 16.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-4 {
    width: 33.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-5 {
    width: 41.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-7 {
    width: 58.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-8 {
    width: 66.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-9 {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-10 {
    width: 83.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-11 {
    width: 91.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-12 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.hide {
    display: none
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none
    }
}

@media (max-width:1199px) {
    .f-w-md {
        width: 100%
    }
    .hidden-to-md {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .container {
        width: 992px
    }
    .col-md-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-3 {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-9 {
        width: 75%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-12 {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .hidden-md {
        display: none
    }
}

@media (max-width:991px) {
    .f-w-sm {
        width: 100%
    }
    .hidden-to-sm {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container {
        width: 768px
    }
    .col-sm-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-3 {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-9 {
        width: 75%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-12 {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .hidden-sm {
        display: none
    }
}

@media (max-width:767px) {
    .container {
        width: 100%
    }
    .f-w-xs {
        width: 100%
    }
}

@media (min-width:621px) and (max-width:767px) {
    .col-xs-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-3 {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-9 {
        width: 75%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-12 {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .hidden-xs {
        display: none
    }
}

@media (max-width:620px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
    .f-w-vxs {
        width: 100% !important
    }
}

@media (min-width:461px) and (max-width:620px) {
    .col-vxs-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-3 {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-6 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-9 {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-12 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .hidden-vxs {
        display: none
    }
}

@media (min-width:300px) and (max-width:460px) {
    .col-vvxs-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-3 {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-6 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-9 {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-12 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .hidden-vvxs {
        display: none
    }
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #333
}

@font-face {
    font-family: regular;
    src: url(fonts/Aileron-Regular.html)
}

@font-face {
    font-family: bold;
    src: url(fonts/Aileron-Bold.html)
}

@font-face {
    font-family: black;
    src: url(fonts/Aileron-Black.html)
}

::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px
}

::placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px
}

a:hover,
a:active,
a:focus {
    text-decoration: none !important
}
.lazy[data-src] {
    background: url(../images/loader.gif) no-repeat center center !important
}
.btn-1 {
    width: auto;
    display: inline-block;
    background: #f5bc04;
    color: #fff;
    padding: 15px 30px;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer
}

.text_icons .text_icons_area a.btn_read_more{
    display: inline-block;
    background: #f5bc04;
    color: #fff;
    padding: 7px 20px;
    outline: none;
    border: 4px solid #fff;
    font-size: 16px;
    line-height: 1;
    text-shadow: 2px 2px 2px #454545;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer
}



p {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.main {
    width: 100%;
    float: left;
    overflow: hidden
}

.main>* {
    width: 100%;
    float: left
}

.main .section {
    padding: 50px 0 30px
}

.main .section1 {
    padding: 50px 0 50px;
    background: #f4f4f4;
}

.main .grey {
    background: #f4f4f4
}

.main .full_width {
    width: 100%;
    float: left;
    position: relative
}


.header_top {
    width: 100%;
    float: left;
    padding-top: 10px;
    text-align: center
}

.header_top a {
    width: auto;
    display: inline-block;
    margin: 0 15px 10px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-left: 15px;
    font-size: 18px
}

.header_top a:hover,
.header_top a:active,
.header_top a:focus {
    color: #000
}

.header_top a::before {
    content: "";
    width: 13px;
    height: 18px;
    background: url(../images/fonts.png) no-repeat 0 0;
    position: absolute;
    top: -2px;
    left: 0;
    bottom: 0;
    margin: auto
}

.header {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff
}

.header.fixed {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;

}

.header .logo {
    float: left; margin: 18px 0; font-size: 24px; font-weight: 700; color: #414141;
}
.header a.logo span{color: #f5bc04;}
.header .menu {
    width: 40px;
    padding: 7px 7px 2px;
    float: right;
    border: 2px solid #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 21px 0;
    display: none
}

.header .menu>i {
    width: 100%;
    float: left;
    height: 3px;
    background: #000;
    margin-bottom: 5px
}

.header .menu:hover,
.header .menu.active {
    background: #f5bc04;
    border-color: transparent
}

.header .menu:hover>i,
.header .menu.active>i {
    background: #fff
}

.header .navigation_bar {
    width: auto;
    float: right;
    padding: 0;
    margin: 0
}

.header .navigation_bar>li {
    width: auto;
    float: left;
    list-style: none;
    position: relative
}

.header .navigation_bar>li:first-child {
    margin-left: 0;
}

.header .navigation_bar>li>a {
    width: auto;
    float: left;
    color: #333;
    padding: 24px 25px;
    font-weight: 600;
    cursor: pointer;
    transition: color 100ms, margin 300ms;
    position: relative;
}
.header img.logo{margin-top: 11px;}
.header .navigation_bar>li.current>a,
.header .navigation_bar>li>a:hover,
.header .navigation_bar>li>a:active,
.header .navigation_bar>li>a:focus {
    transform: translate3d(0, 0, 0);
    color: #f5bc04;
}

.header .navigation_bar>li>a>i {
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image: url(../images/fonts.png)
}

.header .navigation_bar>li>a .icon-home {
    width: 19px;
    height: 15px;
    background-position: -15px 0;
    margin-top: -5px
}

.header .navigation_bar>li>a .icon-plane {
    width: 17px;
    height: 15px;
    background-position: -36px 0;
    margin-top: -5px
}

.header .navigation_bar>li>a .icon-blog {
    width: 18px;
    height: 15px;
    background-position: -55px 0;
    margin-top: -5px
}

.header .navigation_bar>li>a .icon-cheap-flight {
    width: 28px;
    height: 15px;
    background-position: -74px 0;
    margin-top: -5px
}

.header .navigation_bar>li>a .icon-angle-down {
    width: 12px;
    height: 7px;
    background-position: -119px 0;
    margin-top: -2px
}

.header .navigation_bar>li .drop_down {
    width: 120px;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 10px 10px 5px;
    font-size: 14px;
    z-index: 9;
    box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    visibility: hidden;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px)
}

.header .navigation_bar>li .drop_down.left {
    left: 0
}

.header .navigation_bar>li .drop_down.right {
    right: 0
}

.header .navigation_bar>li:hover .drop_down {
    visibility: visible;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0)
}

.header .navigation_bar>li .drop_down>a {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    color: #333
}

.bk_banner {
    background: url(../images/home_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0
}

.banner_home {
    position: relative;
    background: url(../images/home_bg.webp);
    background-size: cover;
    background-position: inherit;
    height: 600px;
}

.hero_banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 600px;
    max-width: 660px;
    margin: 0 auto;
}
.hero_banner h4 {
    top: 100px;
    font-size: 24px;
    font-style: italic;
    color: #f5bc04;
}
.hero_banner h2 {
    font-size: 36px;
    color: #fff;
    text-shadow: 2px 3px 3px rgb(116 116 116 / 30%);
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.hero_banner p {
    bottom: 100px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
/*Why Choose Us*/

/*hero section*/
.hero_banner strong{background: #f5bc04; margin-bottom: 15px; padding: 10px 20px; display: inline-block; font-size: 18px; color: #4f3890; text-shadow: 0 1px 1px #fff;}
.btns_banner a {
  z-index: 1;
  min-width: 160px;
  text-align: center;
  text-decoration: none !important;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
  background-size: 200% auto;
  color: #fff;
  box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  background-image: -webkit-linear-gradient(
    to right,
    #846ff4 0,
    #efc600 51%,
    #846ff4 100%
  );
  background-image: linear-gradient(
    to right,
    #846ff4 0,
    #f5bc04 51%,
    #846ff4 100%
  );
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 15px 7px;
}
.btns_banner a:hover {
    background-position: right center;
    color: #fff;
}
.scrl_down {margin: 30px 0 0; text-align: center;}
.scrl_down span {font-size: 16px;cursor: pointer; color: #fff;}
.scrl_down i { margin-top: 6px; display: block; cursor: pointer; font-size: 38px; -webkit-animation: pulse 2s infinite; animation: pulse 2s infinite; color: #f5bc04; }
@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
@keyframes pulse {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}



section.form_area {
    background: url(../images/sheatblog_bg.jpg)no-repeat;
    background-size: cover
}

.sidebar_upgrade>a {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    color: #333;
    padding: 10px
}
.sidebar_upgrade>a:hover{border-bottom: 2px solid #e4e4e4; color: #f5bc04;}
.sidebar_form_content{padding: 40px; background: #fff; margin-bottom: 28px; box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; -moz-box-shadow: 0 0 10px #ccc;}
.sidebar_form_content a{font-size: 20px; color: #f5bc04;}
.form_area_top {margin: 30px auto}
.sidebar_form_content h2{font-size: 30px; color: #004767; font-weight: 700; margin: 0 0 12px;}
.sidebar_form_content .contact_div {padding: 0;}
.sidebar_form_content .contact_div li { list-style: none; border-bottom: 1px dotted #cecdcd; padding: 9px 0; }
.sidebar_form_content .contact_div li strong { display: block; color: #004767; }
.sidebar_form_content .contact_div li:last-child{border: none;}

/*comment_form_box*/
.comment_form_box{display: inline-block; width: 100%; background: #eff3f7; padding: 15px;}
.comment_form_box form input.form-control {height: 38px; padding-left: 15px; margin-bottom: 15px;}
.comment_form_box form textarea {resize: none; height: 170px; padding: 15px}
.comment_form_box h4{margin-bottom: 15px; font-size: 20px;}
.comment_form_box .review_btn{width: auto;}


.inner_banner {
    position: relative;
    background: url(../images/comman_banner_blog.webp) no-repeat bottom center;
    background-size: cover;
    height: 230px;
    background-position: center;
}
.inner_banner::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 20%)
}

.inner_banner .middle_area {
    width: 100%; position: absolute; top: 50%; left: 0%; transform: translate(0%, -50%); -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); text-align: left; color: #fff; line-height: 1.3;
}
.inner_banner .middle_area span.head {
    width: 100%;
    float: left;
    font-size: 20px;
    text-shadow: 2px 2px 2px #454545;
    -webkit-text-shadow: 0 0 3px #212529;
    -moz-text-shadow: 0 0 3px #212529;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
.inner_banner .middle_area .breadcrumbs {
    width: 100%;
    float: left;
    text-transform: capitalize;
    color: #fff;
}
.inner_banner .middle_area .breadcrumbs>a {
    color: #f2f2f2;
    font-family: bold;
}

.inner_banner .middle_area .breadcrumbs>* {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}
.inner_banner .middle_area .breadcrumbs>i {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 0 3px #212529;
    -webkit-box-shadow: 0 0 3px #212529;
    -moz-box-shadow: 0 0 3px #212529;
}
.inner_banner .middle_area .breadcrumbs>* {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}



.logos {
    background: #137fb0;
    padding: 10px 0;
    text-align: center
}

.logos .w_a {
    width: auto;
    max-width: 100%;
    display: inline-block;
    height: auto
}


.countries {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.countries .container {
    position: relative
}

.countries .middle_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px
}

.countries .middle_text>* {
    width: 100%;
    float: left;
    line-height: 1.3
}

.countries .middle_text .head {
    font-size: 40px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0
}

.countries .middle_text .text {
    font-size: 26px;
    color: #f5bc04;
    margin-bottom: 0;
    font-weight: bold
}

.countries .country {
    width: 66.67%;
    float: right;
    margin-left: 33.33%;
    margin-bottom: 30px;
    padding: 5px 20px 0;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1)
}

.countries .country>li {
    width: 100%;
    float: left;
    list-style: none;
    padding-top: 15px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #ccc
}

.countries .country>li:last-child {
    border-bottom: none
}

.countries .country>li>img {
    width: 33.33%;
    float: left
}

.countries .country>li .text {
    width: 66.67%;
    float: left;
    padding-left: 30px
}

.countries .country>li .text>* {
    width: 100%;
    float: left;
    color: #898989;
    line-height: 1.9
}

.countries .country>li .text .head {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3
}

.countries .country>li .text>a {
    width: auto;
    clear: both;
    color: #f5bc04;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold
}

.countries .country>li .text>a:hover,
.countries .country>li .text>a:active,
.countries .country>li .text>a:focus {
    color: #d53239
}


.details_page {
    width: 100%;
    float: left;
}

.details_page>* {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    line-height: 1.7;
    text-align: justify
}

.details_page h1,
.details_page h2,
.details_page h3,
.details_page h4,
.details_page h5,
.details_page h6 {
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.3
}

.details_page h1 {
    font-size: 32px
}

.details_page h2 {
    font-size: 29px
}

.details_page h3 {
    font-size: 26px
}

.details_page h4 {
    font-size: 24px
}

.details_page h5 {
    font-size: 22px
}

.details_page h6 {
    font-size: 20px
}

.details_page>ul,
.details_page>ol {
    padding-left: 15px
}

.details_page>ul>li,
.details_page>ol>li {
    width: 100%;
    float: left;
    margin-bottom: 5px
}

.details_page>ul>li:last-child,
.details_page>ol>li:last-child {
    margin-bottom: 0
}

/*.feature_text*/
.feature_text {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
.feature_text h4 {
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    color: #4b4b4b;
}
.feature_text h4 span {
    background-image: linear-gradient(135deg, #846ff4 0, #f5bc04 100%);
    background-image: -webkit-linear-gradient(135deg, #846ff4 0, #f5bc04 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.feature_text p{margin-bottom: 40px;}
/*end of feature_text*/

/*category area*/
.our_categories .cate-icon-box { background: #fff; border-radius: 10px; text-align: center; height: 225px; margin: 0 0 28px; box-shadow: 0 5px 15px 0 rgb(0 0 0 / 7%); padding: 40px; position: relative; transition: all 0.3s; }
.our_categories .cate-icon-box i { width: 70px; height: 70px; background: -webkit-linear-gradient( to right, #846ff4 0, #f5bc04 51%, #f5bc04 100% ); background: linear-gradient(to right, #846ff4 0, #f5bc04 51%, #f5bc04 100%); border-radius: 50%; color: #fff; font-size: 38px; line-height: 69px; margin: 0px 0 20px; }
.our_categories .cate-icon-box h6 { line-height: 22px; margin: 0 0 12px; font-weight: 600; font-size: 16px; }
.our_categories .cate-icon-box a.rm { background-image: linear-gradient( to right, #846ff4 0, #f5bc04 51%, #f5bc04 100% ); background-image: -webkit-linear-gradient( to right, #846ff4 0, #f5bc04 51%, #f5bc04 100% ); display: inline-block; color: #fff; line-height: 24px; border-radius: 22px; font-size: 14px; text-transform: uppercase; padding: 4px 15px; opacity: 0; transition: all 0.3s; }
.our_categories .cate-icon-box:hover {padding: 20px 40px;}
.our_categories .cate-icon-box:hover a.rm { opacity: 1; }
.our_categories .cate-icon-box a{font-size: 17px; color: #333;}

/*blog section*/
.desti_inner_box { position: relative; overflow: hidden; height: 350px; float: left; width: 100%; border-radius: 3px; margin: 0 0 25px; }
.desti_inner_txt {position: absolute; left: 50%; top: 60%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: all 0.6s ease-out; -o-transition: all 0.6s ease-out; transition: all 0.6s ease-out; width: 100%; padding: 10px 20px; z-index: 1;}
.desti_inner_box:after {left: 0; right: 0; bottom: 0; top: 0; background: rgba(0, 0, 0, 0); position: absolute; z-index: 0; -webkit-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
.desti_inner_txt h2 {line-height: 25px; margin: 8px auto;}
.desti_inner_txt h2 a {position: relative; color: #fff; font-size: 22px; font-weight: 700;}
.desti_inner_txt a, .desti_inner_txt p, .desti_inner_txt span {color: #fff;}
.desti_inner_txt a.blg_read {background: #fff; color: #337ab7; padding: 3px 7px; display: inline-block; border-radius: 3px; text-decoration: none;}
.desti_inner_box:hover .desti_inner_txt {top: 50%;}
.desti_inner_txt a.blg_read {background-image: linear-gradient( to right, #846ff4 0, #f5bc04 51%, #f5bc04 100% ); background-image: -webkit-linear-gradient( to right, #846ff4 0, #f5bc04 51%, #f5bc04 100% ); color: #fff; padding: 4px 12px; display: inline-block; border-radius: 20px; text-decoration: none; -webkit-transition: all 0.5s; transition: all 0.5s; background-size: 200% auto;}
.desti_inner_txt a.blg_read:hover{background-position: right center; color: #fff;}
.desti_inner_box:hover .desti_hover_txt {height: auto;}
.desti_inner_txt .desti_hover_txt {height: 0; overflow: hidden; -webkit-transition: all 0.8s ease-out; -o-transition: all 0.8s ease-out; transition: all 0.8s ease-out; float: left;}
.desti_inner_box.bg_2:hover:after {
  background: 0 0;
}
.blog_outer > div:nth-child(1) .desti_inner_box,
.blog_outer > div:nth-child(11) .desti_inner_box,
.blog_outer > div:nth-child(21) .desti_inner_box,
.blog_outer > div:nth-child(31) .desti_inner_box,
.blog_outer > div:nth-child(41) .desti_inner_box,
.blog_outer > div:nth-child(51) .desti_inner_box,
.blog_outer > div:nth-child(61) .desti_inner_box,
.blog_outer > div:nth-child(71) .desti_inner_box,
.blog_outer > div:nth-child(81) .desti_inner_box {
  background: #1875dd;
}
.blog_outer > div:nth-child(12) .desti_inner_box,
.blog_outer > div:nth-child(2) .desti_inner_box,
.blog_outer > div:nth-child(22) .desti_inner_box,
.blog_outer > div:nth-child(32) .desti_inner_box,
.blog_outer > div:nth-child(42) .desti_inner_box,
.blog_outer > div:nth-child(52) .desti_inner_box,
.blog_outer > div:nth-child(62) .desti_inner_box,
.blog_outer > div:nth-child(72) .desti_inner_box,
.blog_outer > div:nth-child(82) .desti_inner_box {
  background: #a94442;
}
.blog_outer > div:nth-child(13) .desti_inner_box,
.blog_outer > div:nth-child(23) .desti_inner_box,
.blog_outer > div:nth-child(3) .desti_inner_box,
.blog_outer > div:nth-child(33) .desti_inner_box,
.blog_outer > div:nth-child(43) .desti_inner_box,
.blog_outer > div:nth-child(53) .desti_inner_box,
.blog_outer > div:nth-child(63) .desti_inner_box,
.blog_outer > div:nth-child(73) .desti_inner_box,
.blog_outer > div:nth-child(83) .desti_inner_box {
  background: #3c763d;
}
.blog_outer > div:nth-child(14) .desti_inner_box,
.blog_outer > div:nth-child(24) .desti_inner_box,
.blog_outer > div:nth-child(34) .desti_inner_box,
.blog_outer > div:nth-child(4) .desti_inner_box,
.blog_outer > div:nth-child(44) .desti_inner_box,
.blog_outer > div:nth-child(54) .desti_inner_box,
.blog_outer > div:nth-child(64) .desti_inner_box,
.blog_outer > div:nth-child(74) .desti_inner_box,
.blog_outer > div:nth-child(84) .desti_inner_box {
  background: #f90;
}
.blog_outer > div:nth-child(15) .desti_inner_box,
.blog_outer > div:nth-child(25) .desti_inner_box,
.blog_outer > div:nth-child(35) .desti_inner_box,
.blog_outer > div:nth-child(45) .desti_inner_box,
.blog_outer > div:nth-child(5) .desti_inner_box,
.blog_outer > div:nth-child(55) .desti_inner_box,
.blog_outer > div:nth-child(65) .desti_inner_box,
.blog_outer > div:nth-child(75) .desti_inner_box,
.blog_outer > div:nth-child(85) .desti_inner_box {
  background: #846ff4;
}
.blog_outer > div:nth-child(16) .desti_inner_box,
.blog_outer > div:nth-child(26) .desti_inner_box,
.blog_outer > div:nth-child(36) .desti_inner_box,
.blog_outer > div:nth-child(46) .desti_inner_box,
.blog_outer > div:nth-child(56) .desti_inner_box,
.blog_outer > div:nth-child(6) .desti_inner_box,
.blog_outer > div:nth-child(66) .desti_inner_box,
.blog_outer > div:nth-child(76) .desti_inner_box,
.blog_outer > div:nth-child(86) .desti_inner_box {
  background: #b3277b;
}
.blog_outer > div:nth-child(17) .desti_inner_box,
.blog_outer > div:nth-child(27) .desti_inner_box,
.blog_outer > div:nth-child(37) .desti_inner_box,
.blog_outer > div:nth-child(47) .desti_inner_box,
.blog_outer > div:nth-child(57) .desti_inner_box,
.blog_outer > div:nth-child(67) .desti_inner_box,
.blog_outer > div:nth-child(7) .desti_inner_box,
.blog_outer > div:nth-child(77) .desti_inner_box,
.blog_outer > div:nth-child(87) .desti_inner_box {
  background: #b58b00;
}
.blog_outer > div:nth-child(18) .desti_inner_box,
.blog_outer > div:nth-child(28) .desti_inner_box,
.blog_outer > div:nth-child(38) .desti_inner_box,
.blog_outer > div:nth-child(48) .desti_inner_box,
.blog_outer > div:nth-child(58) .desti_inner_box,
.blog_outer > div:nth-child(68) .desti_inner_box,
.blog_outer > div:nth-child(78) .desti_inner_box,
.blog_outer > div:nth-child(8) .desti_inner_box,
.blog_outer > div:nth-child(88) .desti_inner_box {
  background: #ad0000;
}
.blog_outer > div:nth-child(19) .desti_inner_box,
.blog_outer > div:nth-child(29) .desti_inner_box,
.blog_outer > div:nth-child(39) .desti_inner_box,
.blog_outer > div:nth-child(49) .desti_inner_box,
.blog_outer > div:nth-child(59) .desti_inner_box,
.blog_outer > div:nth-child(69) .desti_inner_box,
.blog_outer > div:nth-child(79) .desti_inner_box,
.blog_outer > div:nth-child(89) .desti_inner_box,
.blog_outer > div:nth-child(9) .desti_inner_box {
  background: #484848;
}
.blog_outer > div:nth-child(10) .desti_inner_box,
.blog_outer > div:nth-child(20) .desti_inner_box,
.blog_outer > div:nth-child(30) .desti_inner_box,
.blog_outer > div:nth-child(40) .desti_inner_box,
.blog_outer > div:nth-child(50) .desti_inner_box,
.blog_outer > div:nth-child(60) .desti_inner_box,
.blog_outer > div:nth-child(70) .desti_inner_box,
.blog_outer > div:nth-child(80) .desti_inner_box,
.blog_outer > div:nth-child(90) .desti_inner_box {
  background: #17bb14;
}
.desti_inner_box.bg_2 {
  background: #325087;
}
.latest_blogs .blog_outer .box_jp_blog {height: }
.latest_blogs .blog_outer .box_jp_blog p{font-size: 14px;}
.latest_blogs .blog_outer .box_jp_blog h2{font-size: 18px;}


/*counter section*/
.counter_sec {padding: 60px 0; width: 100%; background: linear-gradient(to right, #b92b27, #1565c0); background-repeat: no-repeat; background-attachment: fixed;}
.counter {font-family: Mukta, sans-serif; padding: 0 0 40px;}
.counter:after,
.counter:before {content: ""; height: 140px; width: 140px; border: 5px solid #ff2f60; border-top: none; border-left: none; border-radius: 0 0 43px; transform: translateX(-50%) rotate(45deg); position: absolute; bottom: 36px; left: 50%;}
.counter:after {height: 27px; width: 5px; border-radius: 0; border-bottom: none; transform: translateX(-50%) rotate(0); bottom: 0;}
.counter .counter-content {color: #fff; text-align: center; width: 210px; min-height: 210px; padding: 17px 13px 0; margin: 0 auto; position: relative; z-index: 1;}
.counter .counter-content:before {content: ""; background: linear-gradient( 90deg, #ff2f60 25%, #ff5a7f 26%, #ff5a7f 50%, #ff2f60 48%, #ff2f60 57%, #ff5a7f 28%, #ff5a7f 70%, #ff2f60 61% ); height: 170px; width: 170px; border-radius: 35px; transform: translateX(-50%) translateY(0) rotate(45deg); position: absolute; left: 50%; top: 20px; z-index: -1;}
.cll:before,
.desti_inner_box:after {content: "";}
.counter .counter-icon {font-size: 50px; margin: 0 0 7px; transition: all 0.3s;}
.counter .counter-content:hover .counter-icon {text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); transform: rotateX(360deg);}
.counter h3 {font-size: 18px; font-weight: 500; letter-spacing: 1px; text-shadow: 0 0 3px #000; text-transform: capitalize; margin: 0 0 10px;}
.counter .counter-value {font-size: 33px; font-weight: 700; letter-spacing: 1px; display: block;}
.counter.blue:after,
.counter.blue:before {border-color: #0082ba;}
.counter.blue .counter-content:before {background: linear-gradient( 90deg, #0082ba 25%, #009bc7 26%, #009bc7 50%, #0082ba 48%, #0082ba 57%, #009bc7 28%, #009bc7 70%, #0082ba 61% );}
.counter.orange:after,
.counter.orange:before {border-color: #ff8201;}
.counter.orange .counter-content:before {background: linear-gradient( 90deg, #ff8201 25%, #fd9c24 26%, #fd9c24 50%, #ff8201 48%, #ff8201 57%, #fd9c24 28%, #fd9c24 70%, #ff8201 61% );}
.counter.magenta:after,
.counter.magenta:before {border-color: #d40877;}
.counter.magenta .counter-content:before {background: linear-gradient( 90deg, #d40877 25%, #e63d95 26%, #e63d95 50%, #d40877 48%, #d40877 57%, #e63d95 28%, #e63d95 70%, #d40877 61% );}


/*contact page*/
.contact_us_form form {width: 100%; float: left; margin-bottom: 30px; padding: 30px; background: #fff; box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; -moz-box-shadow: 0 0 10px #ccc;}
.contact_us_form form>* {width: 100%; float: left; margin-bottom: 15px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0}
.contact_us_form form .form-control {background: #fff; border: 1px dotted #f15a2e; outline: none}
.contact_us_form form .form-control:focus {box-shadow: 0 0 0 3px rgb(10 95 143 / 44%); -webkit-box-shadow: 0 0 0 3px rgb(10 95 143 / 44%); -moz-box-shadow: 0 0 0 3px rgb(10 95 143 / 44%);}
.contact_us_form form input.form-control {height: 38px; padding-left: 15px}
.contact_us_form form textarea {resize: none; height: 170px; padding: 15px}


 .con_btn {position: relative; font-size: 16px; cursor: pointer; font-weight: 600; letter-spacing: 1px; display: inline-block; padding: 8px 20px; text-align: center; text-transform: uppercase; background-size: 200% auto; width: 100%; color: #fff; border-radius: 100px; background-image: -webkit-linear-gradient( to right, #846ff4 0, #efc600 51%, #846ff4 100% ); background-image: linear-gradient( to right, #846ff4 0, #f5bc04 51%, #846ff4 100% ); border: 1px solid #fff; -webkit-transition: all 0.5s; transition: all 0.5s; margin: 15px 0 0;}
 .con_btn:hover {background-position: right center;}

faq-heading {
  font-family: Lato;   
  font-weight: 400;
  font-size: 19px;
   -webkit-transition: text-indent 0.2s;
  text-indent: 20px;
  color: #333;
}

.faq-text {
  font-family: Open Sans;   
  font-weight: 400;
  color: #919191;
  width:100%;
  margin: 0;
}

.faq {
  width: 100%;
  float: left;
  padding: 30px 0px;
}
.faq label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  padding-top:1px;
  background-color: #FAFAFA;
}

.faq input[type="checkbox"] {
  display: none;
}

.faq .faq-arrow {
  width: 8px;
  height: 8px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid rgb(255 255 255);
  border-right: 2px solid rgb(255 255 255);
  float: right;
  position: relative;
  top: -40px;
  right: 27px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

 .faq input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
 .faq input[type="checkbox"]:checked + label {
  display: block;
  background: rgba(255,255,255,255) !important;
  color: #4f7351;
  height: 380px;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

 .faq input[type='checkbox']:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  height: 56px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.faq p.faq-heading{background: #596b93; font-weight: 600; padding: 15px; color: #fff;}
.faq ul li{width: 100%; float: left; list-style: disc;}
.faq ul li::marker{list-style: disc;}

/*blog_details_btn*/
.tnf_div{margin-bottom: 30px; width: fit-content;}
.tnf_div a{color: #fff; font-size: 20px; display: block; font-weight: 700;}
.tnf_div .cll {position: relative; background: #2a5aa5; color: #fff; padding: 7px 15px; border-radius: 4px;}
.tnf_div .cll:before {position: absolute; left: 15px; top: 38px; width: 0; height: 0; border-left: 18px solid #295aa6; border-bottom: 23px solid transparent;}

.main-btn-rect,
.main-btn-circle{
    position: relative;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #FFFFF0;
    background-color: rgb(252, 79, 79);
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;    
    outline: none;
    cursor: pointer;
    z-index: 100;
}
.main-btn-rect {
    padding: 10px 80px;
    line-height: 30px;
}
.main-btn-rect:before, 
.main-btn-rect:after{
  position: absolute;
  content: '';
  top:0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 240, 0.2);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.main-btn-rect:before {
  left: 0;
}
.main-btn-rect:after {
  right: 0;
}
.main-btn-rect:hover:before, 
.main-btn-rect:hover:after{
  width: 50%;
}
.main-btn-circle{
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}

.popup{
  position: fixed;
    top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.popup.active{
  top:0;
  background-color: rgba(3, 3, 3, 0.98); 
  transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
  padding: 10px 100px;
}
.popup .popup-content{
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 568px;
  min-width: 320px;
  margin-top: 150px;
  padding: 25px;
  background-color: #FFFFF0;
  color: #070000;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
}
.popup.active .popup-content{
  margin-top: 0px;
  max-width: 460px;
}
.popup-content h6{
  display: table;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; 
  margin-bottom: 10px;
}

.popup-content p.sub_head{font-size: 14px;}
form#send input, form#send textarea{
    position: relative;
    margin-bottom: 32px;
    width: 100%;
    height: 29px;
    font-family: 'RobotoLight', sans-serif;
    text-indent: 20px;
  background-color: transparent;
    outline: 0;
    border: none;
    border-bottom: 1px solid #070000;
    -webkit-transition: border 0.6s;
    -o-transition: border 0.6s;
    transition: border 0.6s;
}
form#send input:focus,
form#send textarea:focus{
    border-bottom: 1px solid rgb(63, 173, 168); 
}
form#send label{
    position: absolute;
    top: 0;
    line-height: 28px;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
form#send input:focus + label,
form#send textarea:focus + label{
  color: rgb(63, 173, 168);
}
form#send .txt{
    line-height: 22px;
    left: 2px;
}
form#send .main-btn-rect {
    position: relative;
    display: block;
    padding: 12px 80px;
    margin: 0px auto;
    font-size: 14px;
}
form#send .main-btn-rect i {
    margin-right: 5px;
}
.popup-content form input.input_area, .popup-content form select {padding: 10px 15px;  border-radius: 0;   border: 1px solid #e1e1e1; margin-bottom: 10px;}
.popup-content form textarea.input_area {padding: 10px 15px; height: 80px; resize: none; margin-bottom: 10px; border-radius: 0;   border: 1px solid #e1e1e1;}
.popup-content form input.input_area, .popup-content form select:focus{outline: none;}
div.popup-content form .btns, div.popup-content form button.btns {
    width: 100%;
    float: left;
    background: #2a5aa5;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    outline: 0;
    border: none;
    padding: 12px 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: center;
}
.popup .fade-out{
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-size: 15px;
}

@media only screen and (max-width: 768px){
  h1 {font-size: 18px;}
  h2 {font-size: 14px;}
  .inner_banner .middle_area .breadcrumbs>*{font-size: 14px;}
  form#send .main-btn-rect {padding: 7px 60px; font-size: 14px;}
  .popup-btn{padding: 7px 0px; font-size: 14px;}
}


.footer_links {
    padding-top: 50px;
    padding-bottom: 20px;
}
.footer_links hr {
    width: 100%;
    float: left;
    height: 1px;
    border: none;
    margin-bottom: 30px;
    background: #ccc;
}
.footer_links .footer_box {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.footer_links .sub_head {
    font-size: 24px;
    margin-bottom: 15px;
}
.footer_box .links {
    padding: 0;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
}
.footer_box .links::before {
    display: table;
    content: "";
}
.footer_box .links::after {
    display: table;
    content: "";
    clear: both;
}
.footer_box .links > li {
    width: 25%;
    float: left;
    margin: 0 0 10px;
    list-style: none;
    padding: 0 15px;
}
.footer_box .links > li > a {
    width: auto;
    float: left;
    color: #777;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    padding-left: 12px;
}
.footer_box .links > li > a::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 6px;
    width: 10px;
    height: 10px;
    background: url(../images/fonts.png) no-repeat -44px 0;
}
.footer_box .links > li > a:active,
.footer_box .links > li > a:focus,
.footer_box .links > li > a:hover {
    color: #f5bc04;
}
.footer {
    padding: 50px 0 20px;
    background: #434343 url(../images/footer-bg.png);
    background-size: cover;
    position: relative;
}

.footer .footer_box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.footer .footer_box .sub_head {
    color: #fff;
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer .footer_box .sub_head:after{
    content: "";
    height: 2px;
    position: absolute;
    top: 110%;
    width: 50px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f5bc04;
}

.footer .footer_box .sub_head:before{
    content: "";
    height: 7px;
    position: absolute;
    top: 110%;
    width: 10px;
    border-radius: 30px;
    left: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f5bc04;
}

.footer .footer_box > .links {
    margin-bottom: 0;
}
.footer .footer_box > .links > li {
    width: 100%;
}
.footer .footer_box > .links > li > a {
    color: #fff;
}
.footer .footer_box > .links > li > a::before {
    background-position: -106px 0;
    transform: rotate(-90deg);
}
.footer .footer_box > .links > li > a:active,
.footer .footer_box > .links > li > a:focus,
.footer .footer_box > .links > li > a:hover {
    color: #f5bc04;
}
.footer .footer_box form {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
    position: relative;
}
.footer .footer_box form input.form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 15px 50px 15px 12px;
    border: none;
    background: #092742;
    color: #999;
}
.footer .footer_box form input.form-control + a {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f5bc04;
}
.footer .footer_box form input.form-control + a::before {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url(../images/fonts.png) no-repeat -53px 0;
    content: "";
}
.footer .footer_box .sub_head ~ p {
    color: #ccc;
}
.footer .footer_box .sub_head ~ p > * {
    display: inline-block;
}
.footer .footer_box .sub_head ~ p > span {
    color: #f5bc04;
    font-weight: 700;
}
.footer .footer_box .sub_head ~ p a {
    color: #ccc;
}
.footer .footer_box .sub_head ~ p a:active,
.footer .footer_box .sub_head ~ p a:focus,
.footer .footer_box .sub_head ~ p a:hover {
    color: #f5bc04;
}
.footer_box ul.post_list {padding: 0;border-left: 1px solid #ddd; float: left;}
.footer_box ul.post_list li { display: block; list-style: none; padding-left: 20px; position: relative; }
.footer_box ul.post_list li:before { content: ""; position: absolute; left: -8px; top: 30px; border-radius: 50%; background-color: #f5bc04; padding: 4px; border: 4px solid #000; }
.footer_box ul.post_list li span {margin: 5px auto; color: #8e8e8e; display: block; font-size: 14px; }
.footer_box ul.post_list li a { color: #ccc; transition: all 0.3s; }
.footer_box ul.post_list li a:hover{ color: #f5bc04; transition: all 0.3s; }
.footer_box .recent_posts .recent_posts_link {border-bottom: none !important; width: 100%; float: left; padding: 0; border: 1px solid #ccc; margin-top: -1px; position: relative; height: 65px; color: #ccc; }
.footer_box .recent_posts .recent_posts_link:last-child{border-bottom: 1px solid #ccc !important;}
.footer_box .recent_posts .recent_posts_link:hover { color: #f5bc04; }
.footer_box .recent_posts .recent_posts_link > .fa { width: 35px; height: 35px; background: -webkit-linear-gradient( to right, #846ff4 0, #f5bc04 51%, #f5bc04 100% ); background: linear-gradient(to right, #846ff4 0, #f5bc04 51%, #f5bc04 100%); border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; color: #fff; font-size: 16px; line-height: 35px; position: absolute; top: 50%; left: 32px; text-align: center; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); }
.footer_box .recent_posts .recent_posts_link > span {font-size: 14px; width: 100%; position: absolute; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); padding: 0 15px 0 60px; }
.Copyright {background: #434343; color: #fff; text-align: center; padding: 10px 0; border-top: 1px dotted;}

.Copyrighta {
    color: #fff;
}

.Copyright span {
    display: inline-block
}
.Copyright a{color: #f5bc04; font-weight: 600;}

img.airlinesseatupgrade-logo {
    position: relative;
    top: 8px
}


@media (min-width:992px) {
    .header .navigation_bar {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {}

@media (max-width:991px) {
    .header .navigation_bar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #f5bc04;
        z-index: 999;
        padding: 15px;
        display: none;
        border: 5px solid #f5f5f5;
        border-top: none;
    }
    .header .navigation_bar>li {
        width: 100%;
        margin-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        border-right: none
    }
    .header .navigation_bar>li:first-child {
        border-left: none
    }
    .header .navigation_bar>li>a {
        padding: 0;
        color: #fff
    }
    .header .navigation_bar>li .drop_down.right {
        left: 0;
        right: auto
    }
    .header .menu {
        display: block
    }
}

@media (min-width:768px) and (max-width:991px) {
    .engine_bg_img.bk_banner {
        padding: 200px 0
    }
}

@media (max-width:767px) {
    .header_top .numbers>a {
        font-size: 16px
    }
    .header_top .numbers>a>span {
        display: none
    }
    .banner.bk_banner {
        padding: 0
    }
    .engine_bg_img.bk_banner {
        padding: 125px 0
    }
    img.airlinesseatupgrade-logo {
        width: 220px
    }
}

@media (min-width:621px) and (max-width:767px) {
    .footer .footer_box .head {
        font-size: 25px
    }
}

@media (max-width:560px) {
    .call_us {
        padding: 50px 0
    }
    .call_us .head {
        font-size: 50px
    }
    .call_us a {
        font-size: 24px
    }
    img.airlinesseatupgrade-logo {
        width: 194px;
        top: 5px
    }
}
@media screen and (max-width: 620px){
    .banner_icons .choose_list .why_content p{font-size: 14px;}
    .banner_icons .why_content h5{font-size: 18px; margin: 0 0 5px;}
    .banner_icons .choose_list{padding: 0px 15px;}
    .why_choice_img img{margin-bottom: 30px;}
    .design_icon_box{margin-bottom: 80px;}
    .counter{padding: 0 0 20px;}
    .counter .counter-content{margin: 20px auto;}
    .header .logo{margin: 24px 0;}
}

@media screen and (max-width: 479px){
    .hero_banner p{font-size: 16px;}
    .hero_banner h2 {font-size: 24px;}
    .title_hdng h4{font-size: 16px;}
    .choosing_us [class*=icon-]{font-size: 15px;}
    .title_hdng h4:after {left: -35px;}
    .title_hdng h4:before {right: -35px;}
    .banner_icons .choose_list .why_content p{font-size: 11px;}
    .banner_icons .why_content h5{font-size: 18px; margin: 0 0 5px;}
    .banner_icons .choose_list{padding: 0px 15px;}
    .why_choice_img img{margin-bottom: 30px;}
    .inner_banner{height: 135px;}
    .inner_banner .middle_area span.head{font-size: 14px;}
    .design_icon_box{margin-bottom: 80px;}
    .footer {padding: 20px;}
    .hidden-xs{display: none;}
    .counter{padding: 0 0 20px;}
    .counter .counter-content{margin: 20px auto;}
    .header .logo{margin: 24px 0;}
    .tnf_div a{font-size: 16px;}
    .tnf_div .cll:before{top: 35px;}
}