body {
    height: 100% !important;
    /*font-family: 'Red Hat Display', sans-serif;*/
    font-family: 'Ubuntu', sans-serif;
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

/*=========== Comman ===========*/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
    box-shadow: none;
}

img {
    max-width: 100%;
}




.comman_top {
    margin-top: 50px;
}

.heading_box {
    position: relative;
    z-index: 1;
}

.heading_box h4 {
    font-size: 25px;
    color: #555;
    margin: 10px 0 5px 0;

}

.heading_box h2 {
    font-size: 39px;
    color: #00142b;
    margin: 0 0 5px 0;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.dark_txt_style h3,
.dark_txt_style h4 {
    color: #fff;
    margin: 0 0 15px 0;
}

.comman_content_style h2 {
    font-size: 29px;
    color: #00142b;
    margin: 0 0 5px 0;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.comman_content_style p {
    margin: 0 0 15px 0;
    line-height: 1.5;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.comman_content_style ul li h4 {
    font-size: 19px;
    letter-spacing: 0.7px;
}

.comman_btn {}

.comman_btn {
    display: inline-block;
    background-color: #15afc4;
    padding: 10px 40px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.7px;
    margin-top: 20px;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    transition: all .5s ease-in-out 0s;
    border: none;

}

.comman_btn:hover {
    background-color: #2f3030;
    color: #fff !important;

}

.comman_btn:focus {
    outline: none;
    box-shadow: none;
}

.max_w_70 {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.img_radius {
    border-radius: 10px;
    overflow: hidden;
}

.fw_300 {
    font-weight: 300;
}

.txt_color_theme {
    color: #15afc4 !important;
}

.txt_color_orange {
    color: #fc5a1a !important;
}

.txt_color_white {
    color: #fff !important;
}

.bg_color_light_gray {
    background-color: #efefef;
}

.bg_color_light_blue {
    background-color: #e5f5f7;
}

.bg_color_theme {
    background-color: #15afc4 !important;
}

.bg_color_dark_gray {
    background-color: #323131;
}

.bg_color_white {
    background-color: #fff !important;
}


.dark_bg_txt h2,
.dark_bg_txt p,
.dark_bg_txt ul li,
.dark_bg_txt .list_styled li:before {
    color: #fff;
}



.parallax_effect {
    background-attachment: fixed;
    background-size: cover;
}

.comman_tb_padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cus_container {
    max-width: 1300px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    /*margin: 0 auto;*/
    margin-right: auto;
    margin-left: auto;
}

/*======== top_header_sec ======*/
.header_wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

/*.home_body
{

}
.home_body .header_wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}*/
.top_header_sec {
    padding: 15px 0 0 0;
    background-color: transparent;
}

.top_header_left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top_header_left ul li {
    display: inline-block;
    padding: 0 5px;
}

.top_header_left ul li a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}

.top_header_right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.top_header_right ul li {
    display: inline-block;
    padding: 0 10px;
}

.top_header_right ul li:last-child {
    padding-right: 0;
}

.top_header_right ul li a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}

/*============== Navigation ==========*/
.nav_sec {
    padding: 8px 0;
    /*background: rgba(0,0,0,0.04);*/
    background-color: transparent;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    transition-duration: 0.4s;
    width: 100%;
    border-bottom: none;
    /*box-shadow: 0px 0px 10px rgba(0,0,0,0.1);*/
}

.nav_inner {
    display: flex;
}

.logo_area {
    width: 25%;
    display: flex;
    align-items: center;
}

.nav_area {
    width: 75%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.logo_box img {
    height: auto;
}

.nav_inner {
    position: relative;
}

.nav_sec .stellarnav>ul>li>a {
    padding: 15px 15px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    /*font-weight: 700;*/
    font-size: 16px;
    color: #fff;
}

.nav_sec .stellarnav>ul>li:last-child a {
    padding-right: 0 !important;
}

.nav_sec .stellarnav>ul>li>a {}

/*.nav_sec .stellarnav > ul > li > a:before
{
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    height: 14px;
    width: 1px;
    background: #102399;
}
.nav_sec .stellarnav > ul > li:last-child a:before
{
    display: none;
}*/

.nav_sec .stellarnav>ul>li.active>a {
    /*color: #fe5000;*/
}

.nav_sec .stellarnav ul {
    text-align: right;
    padding: 0px 0 0 0;
}

.nav_sec .stellarnav.dark {
    background: rgba(0, 0, 0, 0);
}

.nav_sec .stellarnav.dark ul ul {
    text-align: left;

}


.nav_sec .navbar-brand {
    padding: 0 0;
}

.nav_sec .navbar-collapse {
    justify-content: flex-end;
}

.nav_sec.navbar .navbar-nav li a {
    padding: 13px 20px;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    position: relative;
    letter-spacing: 0.7px;
}

.nav_sec.navbar .navbar-nav li:last-child a {
    padding-right: 0;
}

.nav_sec.navbar .navbar-nav li.active a {
    /*color: #ffd400;*/
}

.nav_sec.navbar.stickyhead .navbar-collapse {}

.nav_sec.navbar .navbar-nav>li>a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    height: 14px;
    width: 1px;
    background: #fff;
}

.nav_sec.navbar .navbar-nav li:last-child a:before {
    display: none;
}

.nav_sec .stellarnav ul li ul li a {
    color: #fff;
    padding: 10px 15px;
}

.nav_sec.navbar .navbar-nav li ul li a {
    padding: 8px 15px;
    font-size: 14px;
}

.header_social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header_social li {
    display: inline-block;
    padding: 0 4px;
}

.header_social li a {
    color: #fff;
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff1848;
    transition-duration: 0.4s;
}

.header_social li a:hover {
    background-color: #111;
    transition-duration: 0.4s;
}

/*banner new*/
/*============ main_banner ========*/
#main_banner {
    position: relative;
    overflow: hidden;
}

#main_banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

#main_banner .carousel-indicators {
    bottom: 24px;
    z-index: 1;
}

#main_banner .carousel-indicators li {
    opacity: 1;
    text-indent: 0;
    margin: 0 9px 0 0;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 0;
    line-height: 38px;
    color: #009966;
    background-color: #fff;
    transition: all 0.25s ease;
    text-align: center;
}

#main_banner .carousel-indicators .active {
    background-color: #09cf0c;
    opacity: 1;
    color: #fff;
}

#main_banner .carousel-control-prev,
#main_banner .carousel-control-next {
    opacity: 1;
    width: auto;
}

#main_banner .carousel-control-next-icon,
#main_banner .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    background-size: 12px;
    background-position: center;
    background-color: #fff;

}

#main_banner .carousel-control-prev-icon {
    background-image: url('../images/left_arrow.png');
}

#main_banner .carousel-control-next-icon {
    background-image: url('../images/right_arrow.png');
}

#main_banner .carousel-item {
    position: relative;
}

#main_banner .carousel-item img {
    width: 100%;
}

.banner_overlay {
    position: absolute;
    width: 100%;
    /*left: 0;
    top: 170px;*/
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_txt_box {
    width: 100%;
    z-index: 2;
    position: relative;
    max-width: 600px;
    /*float: right;*/
}

.banner_txt_box h3 {
    font-size: 25px;
    color: #fff;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 500;
    line-height: 1.2;
}

.banner_txt_box h1,
.banner_txt_box h2 {
    font-size: 45px;
    color: #fff;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 700;
    line-height: 1.2;
}

.banner_txt_box p {
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.banner_txt_box .banner_btn1 {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    padding: 11px 30px;
    margin: 20px 0 0px 0;
    display: inline-block;
    background-color: #EF6336;
    text-decoration: none;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 4px;
}

.banner_txt_box .banner_btn1:hover {
    /*background-color: #cc0909;*/
    transition-duration: 0.3s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.3, 1.3);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.3, 1.3);
    }
}

#main_banner .carousel-item>img {
    -webkit-animation: zoom 10s infinite;
    animation: zoom 10s infinite;
}

/*===== home_banner_new ===*/
/*.banner_sec
{

}
.main_banner_inner
{
    height: 815px;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(90deg,#155d66 0,#1b9eaf 51%,#3765c5);
}
.main_banner_inner:after {
    background-image: url('../images/banner_ribban.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
}
.main_banner_inner .banner_media {

  
  -webkit-mask:url(../images/banner_mask.png) center/contain no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  
  width: 60%;
    position: absolute;
    right: 0;
    top: 0;
}

.main_banner_content {
    z-index: 1;
    position: relative;
    max-width: 476px;
    width: 100%;
    padding-top: 170px;
}
.main_banner_content h1,
.main_banner_content h2
{
    font-size: 35px;
    color: #fff;
    margin: 0 0 15px 0;
}
.main_banner_content p
{
    font-size: 21px;
    color: #fff;
    margin: 0 0 15px 0;
}
.main_banner_content .banner_btn
{
        background-color: #fff;
    display: inline-block;
    padding: 11px 30px;
    color: #000;
    font-size: 17px;
    margin-top: 20px;
    border-radius: 0 24px 24px 0;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition-duration: 0.3s;
}
.main_banner_content .banner_btn:hover
{
    background-color: #15afc4;
    color: #fff;
    transition-duration: 0.3s;
}


#main_banner .carousel-indicators
{
        right: auto;
    top: 29%;
    z-index: 1;
    left: 20px;
    margin-left: 0;
        display: block;
    width: 20px;
}
#main_banner .carousel-indicators li {
    opacity: 1;
    text-indent: 0;
    margin: 0 0px 7px 0;
    width: 3px;
    height: 25px;
    border: none;
    border-radius: 0;
    line-height: 38px;
    color: #009966;
    background-color: #fff;
    transition: all 0.25s ease;
    text-align: center;
}
#main_banner .carousel-indicators .active {
    background-color: #15afc4;
    opacity: 1;
    color: #fff;
}
#main_banner .carousel-control-prev, #main_banner .carousel-control-next
{
    opacity:1;
    width:auto;
}
#main_banner .carousel-control-next-icon, #main_banner .carousel-control-prev-icon
{
    width: 50px;
    height: 50px;
    border:1px solid #ccc;
    background-size: 12px;
    background-position: center;
    background-color: #fff;
    
}
#main_banner .carousel-control-prev-icon
{
    background-image: url('../images/left_arrow.png');
}
#main_banner .carousel-control-next-icon
{
    background-image: url('../images/right_arrow.png');
}
#main_banner .carousel-item {
    position: relative;
}
.banner_client_area
{
    margin-top: 20px;
    max-width: 353px;
}
.banner_client_row
{
    margin-left: -5px;
    margin-right: -5px;
}
.banner_client_box
{
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.banner_client_logo
{
    background-color: #fff;
    padding: 6px;
    border-radius: 5px;
}
.banner_client_logo img
{
    border-radius: 5px;
}*/
/*== brand_logo_sec ==*/
.brand_logo_sec {
    padding: 30px 0 30px 0;
    background-color: #eee;
}

.brand_logo_row {
    margin-left: -10px;
    margin-right: -10px;
}

.brand_logo_box {
    padding-left: 5px;
    padding-right: 5px;
}

.brand_logo {
    /*border: 1px solid #ccc;*/
    margin: 0 0 10px 0;
    text-align: center;
    background-color: #fff;
    padding: 10px 10px;
    -webkit-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.21);
    border-radius: 4px;
}

/*=== news_sec ===*/
.shadow_comman {
    box-shadow: 0 0 8px 0 rgb(177 177 177 / 30%);

}






.news_sec {
    padding: 50px 0;
}


.news_top_bx_left {
    background-color: #e9e9e9;
}

.news_slide_content {}

.news_slide_content_inner {
    padding: 40px 25px;
    max-width: 350px;
    width: 100%;
}

.news_slide_content_inner .news_arrow {
    position: absolute;
    right: 45px;
    bottom: 20px;
    font-size: 26px;
    color: #000;
}

.news_slide_content_inner h4 {
    color: #00bcd4;
    font-size: 16px;
    text-transform: uppercase;
}

.news_slide_content_inner .pres_content {
    margin-top: 40px;
}

.news_slide_content_inner .pres_content h3 {
    font-size: 21px;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px 0;

}

.news_slide_content_inner .pres_content .pres_content_quote {
    padding-left: 15px;
    border-left: 1px solid #15afc4;
    margin-left: 30px;
}

.news_slide_content_inner .pres_content .pres_content_quote p {
    font-size: 15px;
}


.txt_white .news_slide_content_inner h4,
.txt_white .pres_content_quote p,
.txt_white .pres_content h3,
.txt_white .news_arrow {
    color: #fff !important;
}

.txt_white .news_slide_content_inner .pres_content .pres_content_quote {
    border-color: #fff;
}

.for_social .news_slide_content_inner h2 {
    font-size: 35px;
    color: #fff;
}

.news_top_bx {
    margin-bottom: 30px;
}

.for_social .pres_content {
    margin-top: 20px;
}

.news_slide_img_inner {
    position: relative;
}

.news_slide_img_inner:after {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: -1px;
    top: 25px;
    width: 0;
    z-index: 1;
}

.news_sec {
    border-right-color: #e9e9e9;
}

.news_content_side {
    background-size: cover;
}

#press_news_slider.owl-theme .owl-dots {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

#press_news_slider.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    border-radius: 0;
    margin: 3px;
    background-color: #fff;
}

#press_news_slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #15afc4;
}

/*== client_logo_slider_sec ==*/
.client_logo_slider_sec {
    padding: 50px 0;
}



/*=== our brand sec==*/
.our_brand_sec {
    padding: 0px 0;
}

.showroom_slider_area {
    position: relative;
}

.brand_slide_thumb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 1;
    padding: 22px 0 10px 0;
}

#sync2 {
    /*margin-top: 30px;*/
}

#sync2 .owl-stage {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    /*width: 100% !important;*/
}

#sync2 .owl-stage-outer {
    /*background-color: #fff;
    border-top: 1px solid #d6d5d5;
    border-bottom: 1px solid #d6d5d5;*/
}

.gallery_thumb_item p {
    margin: 5px 0 0 0;
    line-height: 1;
    font-size: 15px;
}

#sync1 .item {

    margin: 0px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {

    padding: 0px 2px;
    margin: 0px 2px 0px 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    /*background-color: #ccc;*/
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .current .item {
    /*background: #0c83e7;*/
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 29px;
    height: 33px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    background-color: #fff;
    color: #616060;
    border-radius: 0;
    font-size: 27px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sync1.owl-theme .owl-prev {
    left: -40px;
}

#sync1.owl-theme .owl-next {
    right: -40px;
}

#sync2.owl-theme .owl-next,
#sync2.owl-theme .owl-prev {
    width: 24px;
    height: 27px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    background-color: #fff;
    color: #616060;
    border-radius: 0;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sync2.owl-theme .owl-prev {
    left: -40px;
}

#sync2.owl-theme .owl-next {
    right: -40px;
}




/*============ portfolio_big_slider ========*/
#portfolio_big_slider {
    position: relative;
    height: 780px;
    background-color: #ccc;
}

#portfolio_big_slider .carousel-inner {
    height: 100%;
}

#portfolio_big_slider .carousel-indicators {
    bottom: 44px;
    /*z-index: 1;*/
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

#portfolio_big_slider .carousel-indicators li {
    opacity: 1;
    text-indent: 0;
    margin: 0 3px 3px 0;
    padding: 18px 10px;
    width: 22%;
    height: auto;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    transition: all 0.25s ease;
    text-align: center;
}

#portfolio_big_slider .carousel-indicators .active,
#portfolio_big_slider .carousel-indicators li:hover {
    background-color: #fff;
    opacity: 1;
    color: #000;
}

#portfolio_big_slider .carousel-control-prev,
#portfolio_big_slider .carousel-control-next {
    opacity: 1;
    width: auto;
}

#portfolio_big_slider .carousel-control-next-icon,
#portfolio_big_slider .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    background-size: 12px;
    background-position: center;
    background-color: #fff;

}

#portfolio_big_slider .carousel-control-prev-icon {
    background-image: url('../images/left_arrow.png');
}

#portfolio_big_slider .carousel-control-next-icon {
    background-image: url('../images/right_arrow.png');
}

#portfolio_big_slider .carousel-item {
    position: relative;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

#portfolio_big_slider .carousel-item img {
    width: 100%;
}

.p_banner_overlay {
    position: absolute;
    width: 100%;
    /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
    top: 70px;
    left: 0%;
}

.port_txt_box {
    max-width: 450px;
    width: 100%;
}

.port_txt_box h1 {
    font-size: 40px;
    color: #000;
    padding: 0;
    margin: 0 0 15px 0;
    line-height: 1.2;
    letter-spacing: .5px;
    text-transform: capitalize;
}

.port_txt_box h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 1.8;
    letter-spacing: .7px;
}

.port_txt_box .banner_btn1 {
    font-size: 17px;
    color: #040404;
    font-weight: 200;
    padding: 13px 50px;
    margin: 20px 0 0px 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    border-radius: 0px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.port_txt_box .banner_btn1:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition-duration: 0.3s;
}







.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}




/*== community_sec ===*/
.community_sec {
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    position: relative;
}

.com_counter_area {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
}


.counter_box_comman {
    font-size: 20px;
    font-weight: bold;
}

.counter_box {
    /*background-color: #efefef;
    padding: 30px 15px;
    display: flex;
    justify-content: flex-start;*/
}

/*.counter_box:hover .counter_icon,
.counter_box:hover h2 .counter-value,
.counter_box:hover .c_more,
.counter_box:hover h3
{
    color: #fff;
}*/
/*.counter_icon {
    color: #4385f5;
    font-size: 43px;
    width: 60px;
}*/
.counter_box h2 .counter-value {
    font-size: 34px;
    padding: 0px 0 10px 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
}

.counter_box h2 .c_more {
    font-size: 20px;
    padding: 0px 0 0px 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.counter_box h2 span {}

.counter_box h3 {
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.4px;
}

/*== career_sec ==*/
.career_sec {
    padding: 50px 0;
}

/*======= footer_sec =======*/
.footer_sec {
    padding: 20px 0 20px 0;
    background-color: #1a1a1a;

}

.footer_top {
    margin-bottom: 20px;
}

.footer_top .ft_logo_box,
.footer_top .ft_contact_box {
    margin-bottom: 20px;
}

.ft_contact_box .cont_btn_top {
    background-color: #fff;
    display: inline-block;
    padding: 15px 47px;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 500;
    transition-duration: 0.3s;
    border-radius: 3px;
}

.ft_contact_box .cont_btn_top:hover {
    background-color: #15afc4;
    color: #fff;
    transition-duration: 0.3s;
}

.ft_contact_box {
    display: flex;
    justify-content: flex-end;
}

.footer_box {
    margin-bottom: 10px;
}

.footer_box .ft_heading {
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0 0 17px 0;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.ft_contact ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.ft_contact ul li {
    display: block;
    margin: 0 0 18px 0;
    color: #fff;
    position: relative;
    padding-left: 0px;
}

.ft_contact ul li .ft_icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;

}

.ft_contact ul li p {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 1px 0;
    letter-spacing: 0.8px;
}

.ft_contact ul li p a {
    color: #fff;
}

.ft_contact ul li.li_social a {
    color: #fff;
    padding-right: 13px;
}

.ft_contact ul li.li_social a:hover {
    color: #ff6105;
    transition-duration: 0.3s;
}

.ft_contact p {
    font-size: 15px;
    color: #fff;
    margin: 0 0 0px 0;
    letter-spacing: 0px;
    line-height: 1.8;
}

.ft_contact p a {
    color: #fff;
}

.ft_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft_links ul li {
    display: block;
    margin: 0 0 9px 0;
}

.ft_links ul li a {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.8px;
    transition-duration: 0.3s;
    /*font-weight: 700;*/
}

.ft_links ul li a:hover {
    color: #15afc4;
    transition-duration: 0.3s;
}

.footer_payment_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.footer_payment_menu li {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 14px;
}

.footer_payment_menu li a {
    color: #eee;
}

/*==================== social_full ================*/

.social_footer_area {}

.social_footer_area ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}

.social_footer_area ul li {
    display: inline-block;
    padding: 0 3px;
}

.social_footer_area ul li a {
    width: 40px;
    height: 40px;
    background: #444;
    color: #fff;
    font-size: 20px;
    margin: 0 5px 0 0;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_footer_area ul li a:hover {
    background: transparent;
    color: #fe5000;
    border: 2px dotted #fe5000;
    transform: scale(1.1);
}

/*============ footer_copyright_sec =========*/
.footer_copyright_sec {
    padding: 15px 0;
    background-color: #1a1a1a;
}

.footer_copy p {
    /*text-align: center;*/
    font-size: 15px;
    color: #eee;
    padding: 6px 0 0 0;
    margin: 0px 0 0px 0;
    letter-spacing: 0.8px;
}

/*====== top_to_scroll ======*/
#scrollup {
    width: 50px;
    height: 50px;
    display: none;
    background-color: #15afc4;
    position: fixed;
    bottom: 50px;
    right: 50px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 30px;
    border-radius: 6px;
    z-index: 9;
    border: 1px solid #fff;
}

/*============ inner_page_banner_sec ============*/
.inner_page_banner_sec {
    padding: 190px 0 110px 0;
    background-size: cover;
    width: 100%;
    min-height: 570px;
    /*display: flex;
    align-items: center;
    text-align: center;*/
    position: relative;
    display: flex;
    align-items: center;
}

.inner_page_banner_sec img {
    width: 100%;
}

.inner_page_banner_sec:before {
    /*content:"";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background-image: linear-gradient(to right, rgb(7 158 175 / 15%), rgba(78,70,72,1));*/
    /*background:rgba(0,0,0,0.8);*/

}

.inner_page_banner_sec:after {
    /*content: "";
    background-image: url('../images/banner_inner_wave_color.png');
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 79px;
    background-size: cover;
    background-position: left center;*/
}

.inner_banner_ribban_style {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.inner_banner_ribban_style img {
    width: 100%;
}

.inner_banner_content {
    max-width: 940px;
    width: 100%;
}

.ib_content_main {
    position: relative;
    /*top: -20px;*/
}

.inner_banner_content h1 {
    font-size: 50px;
    color: #ffffff;
    padding: 0;
    margin: 0 0 0 0;
    font-weight: 700;
    letter-spacing: 1.9px;
    position: relative;
}

.inner_banner_content p {
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 20px 0 0 0;
    font-weight: 300;
    letter-spacing: 0.9px;
    position: relative;
}

/*== category_nav_sec ====*/
.category_nav_sec {
    padding: 30px 0 50px 0;
    background-color: #15afc4;
}

.about_tab_list {}

.cate_nav_style .nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 20px;
}

.cate_nav_style .nav-tabs li {
    font-size: 20px;
    padding: 3px 10px;
}

.cate_nav_style .nav-tabs li a {
    border: none;
    border-bottom: 2px solid transparent;
    color: #fff;
    border-radius: 1px;
    padding: 6px 16px;
}

.cate_nav_style .nav-tabs li a.active {
    color: white;
    border-bottom-color: white;
    background-color: transparent;
}


.cate_tab_list .tab-content {}

.tab_body_desc {}

.tab_body_desc {
    /*padding-top: 30px;*/
}

.cate_body_link {
    text-align: center;
}

.cate_body_link h4 {
    font-size: 22px;
    color: #222;
    padding: 0;
    margin: 0 0 15px 0;
}

.cate_body_link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    justify-content: center;
}

.cate_body_link ul li {
    display: inline-block;
    margin: 0 0 6px 0;
    color: #fff;
}

.cate_body_link ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 6px 30px;
    border: 1px solid #fffc;
    border-radius: 30px;
    margin: 3px 7px;
    background-color: transparent;
    font-size: 16px;
}


.cate_body_link .list_cate_submenu li a.active {
    background-color: #15afc4;
    border-color: #15afc4;
}

.sub_tab_sec {
    background-color: #666;
    padding: 40px 0;
    margin-top: 20px;
}

.cate_body_link .nav-tabs {}

.cate_body_link .nav-tabs li {}

.cate_body_link .nav-tabs li a {
    padding: 6px 30px;
    border: 1px solid #fffc;
    border-radius: 30px;
}

.cate_body_link .nav-tabs li a.active {}

/*==pro_pre_desc_sec ==*/
.pro_pre_desc_sec {
    padding: 60px 0;
}

.main_heading {
    font-size: 28px;
    color: #000;
    margin: 0 0 15px 0;
    padding: 0 0 0px 0px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
}

.sub_heading {
    font-size: 26px;
    /*color: #15afc4;*/
    color: #000;
    margin: 0 0 15px 0;
    padding: 0 0 0px 0px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
}

.about-content p {
    line-height: 1.5;
    color: #070024;
    font-size: 17px;
    margin: 0 0 15px 0;
    font-weight: 400;
}


/*== virtual_tour_sec ==*/
/*====== virtual_tour_area =====*/
.virtual_tour_area {
    position: relative;
}

.virtual_tour_area .virtual_overlay_txt {
    max-width: 700px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.virtual_overlay_txt h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin: 0 0 30px 0;
    /*text-transform: uppercase;*/
}

.virtual_overlay_txt h3 {
    font-size: 40px;
    color: #ffb715;
    font-weight: 700;
    margin: 0 0 50px 0;
}

.wis_playbtn {
    width: 70px;
    height: 70px;
    border: none;
    background-color: #15afc4;
    color: #fff;
    font-size: 25px;
    outline: 0;
    box-shadow: none;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.wis_playbtn:hover {
    color: #ffb715;
}

.videopopupjs__content {
    position: relative;
}

.videopopupjs__close {
    position: absolute;
    right: 0;
    top: -11px;
}

/*== pro_full_details_sec ==*/
.pro_full_details_sec {
    padding: 60px 0;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

.pro_full_details_sec:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    width: 62%;
    position: absolute;
    right: 0;
    top: 3%;
    height: 94%;

}

.pro_desc_area {
    /*max-width: 900px;*/
    width: 62%;
    z-index: 1;
    position: relative;
    float: right;
}

.pro_desc_area h3 {
    font-size: 30px;
    color: #111;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin: 0 0 25px 0;
}

.pro_desc_area h4 {
    font-size: 18px;
    color: #000;
    letter-spacing: 0.6px;
    margin: 0 0 10px 0;
}

.pro_desc_area h5 {
    font-size: 17px;
    margin: 0 0 7px 0;
}

.pro_desc_area p {
    font-size: 16px;
    margin: 0 0 4px 0;
}

.pro_desc_area ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.pro_desc_area ul li {
    font-size: 16px;
    color: #000;
    margin: 0 0 5px 0;
}

.list_styled {}

.list_styled li {
    padding: 0 0 0 17px;
    position: relative;
}

.list_styled li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    color: #15afc4;
    position: absolute;
    left: 0;
    font-size: 9px;
    top: 4px;
}

/*== country_accordian_sec ==*/
.country_accordian_sec {
    padding: 60px 0 60px 0;
    position: relative;
    background-color: #15afc4;
    background-image: url('../images/diamond_bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-attachment: fixed;
}

.con_accordian_style {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

.accordian-widget .card {
    margin: 0 0 10px 0;
    border: none;
    border-radius: 2px;
    overflow: hidden;
}

.accordian-widget .card-header>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f106";
    padding-right: 5px;
}

.accordian-widget .card-header>a.collapsed:before {
    float: right !important;
    content: "\f107";
}

.accordian-widget .card-header>a:hover,
.accordian-widget .card-header>a:active,
.accordian-widget .card-header>a:focus {
    text-decoration: none;
}

.accordian-widget .card-link.collapsed {
    color: #000;
    background-color: #ffffff;
}

.accordian-widget .card-link {
    color: #04ad8e;
    display: block;
    font-size: 17px;
    padding: 9px 15px;
    /*background-color: orange;*/
}

.con_accordian_style .card-header {
    background-color: transparent;
    border-radius: 0 !important;
    padding: 0;
}

.con_accordian_style .accordian-widget .card-body {}

.con_accordian_style .accordian-widget .card-body p {
    font-size: 16px;
    color: #333;
    margin: 0 0 10px 0;
}

.con_accordian_style .accordian-widget .card-body h4 {
    font-size: 18px;
    color: #333;
    margin: 0 0 10px 0;
}

.con_accordian_style .accordian-widget .card-body ol {
    padding: 0 0 0 15px;
}

.con_accordian_style .accordian-widget .card-body ul {
    padding: 0 0 0 15px;
}

.con_accordian_style .accordian-widget .card-body ul.list_styled {
    padding: 0 0 0 0px;
}

.con_accordian_style .accordian-widget .card-body ul li,
.con_accordian_style .accordian-widget .card-body ol li {
    font-size: 16px;
    color: #333;
    margin: 0 0 10px 0;
}

.con_accordian_style .accordian-widget .card-body ul li strong {
    /*color: #15afc4;*/
    color: #000;
}

/*== contact_para_sec ==*/
.contact_para_sec {
    padding: 90px 0;
    background-size: cover;
    background-position: center;
}

.contact_para_area h4 {
    font-size: 33px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 30px 0;
    padding: 0;
}

.contact_para_area p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 15px 0;
    letter-spacing: 0.6px;
    line-height: 1.6;
}

/*== read more & less ==*/
#more_content {
    display: none;
}

/*== about page ==*/
.about_page_sec {
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background-image: url(../images/bg-art-4.png);
    background-position: right bottom;
    background-color: #fafafa;
    background-repeat: no-repeat;
}

.about_page_area {
    text-align: center;
}

.about_page_area h1 {
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 33px;
    font-weight: 700;
}

.about_page_area p {
    font-size: 17px;
    line-height: 1.6;
}

.about_page_area ul li {
    font-size: 17px;
    margin: 0 0 5px 0;
}

/*=== company_profile_sec ==*/
.company_profile_sec {
    padding: 50px 0;
}

.profile_accordian {}

.profile_accordian .card-header {
    padding: 0 !important;
}

.profile_accordian .accordian-widget .card-link {
    padding: 13px 15px;
    font-size: 19px;
}

.profile_accordian .card-body ul li {
    margin: 0 0 7px 0;
}

/**/
/*========== about_home_sec ============*/
.mentor_sec {
    padding: 70px 0;
    background-image: url('../images/ab_home_bg.png');
    background-size: cover;
    background-position: top left;
    position: relative;
}

.mentor_sec:before,
.mentor_sec:after {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 203px;
    height: 158px;
    background-repeat: no-repeat;
}

.mentor_sec:before {
    left: 0px;
    background-image: url('../images/s_left_angle.png');
}

.mentor_sec:after {
    right: 0px;
    background-image: url('../images/s_right_angle.png');

}

.about-area {
    position: relative;
    z-index: 1;
}

.about_image_main {}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
}

.about-image:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 230px;
    width: 100px;
    height: 100px;
    background-size: 100px;
    background-image: url('../images/circle_globe.png');
    background-repeat: no-repeat;
    /*background-position: bottom; right: */
}

.about-image .about_image_caption {
    width: 90%;
    background-color: #fff;
    padding: 40px 10px;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #eee;
    -webkit-box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.15);
}

.about-image .about_image_caption h4 {
    font-size: 20px;
    color: #090909;
    margin: 0;
    padding: 0 0 0px 0px;
    letter-spacing: 0.5px;
}

.about-content {
    padding: 0px 0px 0px 40px;
    position: relative;
}

.about-content {}

.about-content h2 {
    font-size: 24px;
    color: #323333;
    margin: 0 0 25px 0;
    padding: 0px 0 0px 0px;
    font-weight: 800;
    letter-spacing: 0.5px;
    position: relative;
}

.about_content_feature {
    margin-top: 30px;
}

.ab_feature_box_main {
    display: flex;
    margin-bottom: 20px;
}

.ab_feature_box {
    width: 100%;
    /*border: 1px solid #ccc;*/
    padding: 25px;
    -webkit-box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.21);
    box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.21);

}

.ab_feature_box h3 {
    font-size: 23px;
    color: #0c1214;
    margin: 10px 0 25px 0;
    padding: 0 0 0px 0px;
    /*font-weight: 800;*/
    position: relative;

    font-family: 'Fjalla One', sans-serif;
}

.ab_feature_box p {
    font-size: 14px;
    color: #697275;
    margin: 0 0 5px 0;
    padding: 0 0 0px 0px;
}

/*.about-content h3:before
{
    content: "";
    width: 98px;
    height: 2px;
    background-color: #ab0000;
    position: absolute;
    left: 0;
    bottom: 0;
}*/
.about-content p {
    line-height: 1.7;
    color: #343434;
    font-size: 16px;
    margin: 0 0 15px 0;
}

.about_content_main {}

/**/
.about_rest_sec {
    padding: 50px 0 20px 0;
}

/*== client_page_logo ==*/
.client_page_logo {
    padding: 50px 0 30px 0;
}

.c_logo_row {
    margin-left: 10px;
    margin-right: 10px;
}

.c_logo_main {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.c_logo_new {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    transition: all ease 0.3s;
}

.c_logo_new:hover {
    /*border-color: #15afc4;*/
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

/*==== project_page_sec  ====*/

.top_destination_sec {
    padding: 50px 0 50px 0;

}

.top_cate_box {
    margin-bottom: 20px;
}

.top_cate_box .grid img {
    width: 100%;
}

.top_cate_box .grid h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.top_cate_box .grid p {
    font-size: 15px;
    text-transform: initial;
    line-height: 1.3;
    letter-spacing: 0.8px;
}

.top_cate_box figure {
    background: #000;
}

.top_cate_box figure.effect-lily figcaption>div {}

.top_cate_box figure.effect-lily figcaption>div {
    height: 110px;
    padding: 20px 20px;
}

.top_cate_box figure.effect-lily figcaption>div {}

.top_cate_box .grid figure img {
    opacity: 0.8;
}

.top_cate_box figure.effect-lily:hover img {
    opacity: 0.9;
}

/*.top_cate_box figure.effect-lily img
{
    opacity: 0.8;
}*/
/*============= contact_page_sec ===========*/
.contactus_page_sec {
    padding: 50px 0 50px 0;
    /*   background: #ecf3f6;*/
}

.contact_page_top {
    background-color: #f5faff;
    padding: 30px 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(43, 52, 59, .1);
}

.contact_left_main h4 {
    font-size: 18px;
    color: #0c7736;
    font-weight: 500;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 34px;
}

.contactus_page_sec .contact_left_main h2 {
    font-size: 33px;
    color: #222;
    font-weight: 600;
    padding: 0;
    margin: 0 0 25px 0;
    line-height: 34px;
}

.contact_form label {
    text-transform: uppercase;
}

.contact_form .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #999a9a;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
}

.contact_form textarea.form-control {
    height: auto;
}

.contact_form .form-control:focus {
    border-color: #98339b;
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(152, 51, 155, .075), 0 0 8px rgba(152, 51, 155, .6);
    box-shadow: inset 0 1px 1px rgba(152, 51, 155, .075), 0 0 8px rgba(152, 51, 155, .6);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.contact_form .btn-blue:focus,
#contact_form1 .btn-blue:hover {
    background: #fff;
    color: #98339b;
    border: #98339b 1px solid;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.contact_form .submit_btn {
    display: block;
    width: 100%;
}

.contact_right h5 {
    font-size: 19px;
    color: #030712;
    line-height: 1.3;
    letter-spacing: 0.7px;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.contact_right h2 {
    font-size: 33px;
    color: #01406c;
    line-height: 1.3;
    letter-spacing: 0.9px;
    padding: 0 0 0px 0;
    margin: 0 0 10px 0;
}

.contact_right h5 {
    font-size: 19px;
    color: #111;
    line-height: 1.3;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 20px 0 20px 0;
}

.contact_right p {
    font-size: 16px;
    color: #111;
    line-height: 1.3;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
}

.comman_list li {
    font-size: 15px;
    color: #535353;
    padding: 0;
    margin: 0px 0 6px 0;
    letter-spacing: 0.6px;
}

.contact_page_details_sec {
    padding: 50px 0;
}

.contact_form ::-webkit-input-placeholder {
    /* Chrome */
    color: #444;
    font-size: 16px;
    font-weight: 400;
}

.contact_form :-ms-input-placeholder {
    /* IE 10+ */
    color: #444;
    font-size: 16px;
    font-weight: 400;
}

.contact_form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #444;
    font-size: 16px;
    font-weight: 400;
}

.contact_form :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #444;
    font-size: 16px;
    font-weight: 400;
}

.list_contact_details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_contact_details li {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.list_contact_details li .c_icon {
    position: absolute;
    left: 0;
    top: -3px;
    color: #14823f;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #ffffff;*/
}

.cl_box h4 {
    font-size: 21px;
    color: #000;
    margin: 0 0 3px 0;
    padding: 0;
    font-weight: 400;
}

.cl_box p {
    font-size: 15px;
    color: #585757;
    margin: 0 0 0px 0;
    padding: 0;
    line-height: 1.3;
    font-weight: 400;
}

.cl_box p a,
.cl_box h5 a {
    color: #000;
    text-decoration: none;
}

.cl_box h5 {
    font-size: 15px;
    color: #111;
    margin: 0 0 0px 0;
    padding: 0;
    font-weight: 400;
}

.contact_heading {}

.contact_heading h2 {
    font-size: 35px;
    color: #111;
    margin: 0 0 0px 0;
    padding: 0;
    font-weight: 400;
}

/*=== conatct address ====*/
.location_sec {
    background-color: #eee;
    padding: 50px 0 30px 0;
}

.address_main {
    display: flex
}

.address_box {
    padding: 20px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .09);
    border-radius: 0;
    margin-bottom: 30px;
    background-color: #fff;
    display: flex;
    width: 100%
}

.address_box.reg_off_box {
    background-color: #15afc4
}

.address_box.reg_off_box h3,
.address_box.reg_off_box p,
.address_box.reg_off_box a {
    color: #fff
}

.address_box h3 {
    font-size: 19px;
    padding: 0;
    margin: 0 0 5px 0;
    color: #111
}

.address_box h3 .l_map_icon {
    padding-right: 4px
}

/*==== our_journey_sec ====*/
.our_journey_sec {
    padding: 50px 0 50px 0;
}

#story_img {
    position: sticky;
    top: 110px;
}

.img_radius {
    border-radius: 10px;
    overflow: hidden;
}

.journey_content {
    padding-right: 40px;
}

.juorney_step_row {
    position: relative;
    /*padding-left: 50px;*/
}

/*.juorney_step_row:before
{
    content: "";
    height: 25px;
    width: 25px;
    background-color: #15afc4;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 50%;
    z-index: 1;
}
.juorney_step_row:last-child:after
{
    content: "";
    height: 75px;
    width: 25px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 22px;
}
.juorney_step_row:before
{

}
.juorney_step
{
    position: relative;
}
.juorney_step:before
{
    content: "";
    height: 86%;
    width: 3px;
    background-color: #15afc4;
    position: absolute;
    left: 10px;
    top: 5px;
}*/

.journey_content h5 {
    font-size: 15px;
    color: #15afc4;
    margin: 0 0 15px 0;
    letter-spacing: 1.7px;
}

.journey_content h3 {
    font-size: 31px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.journey_content p {
    line-height: 1.7;
    color: #422113;
    font-size: 17px;
    margin: 0 0 15px 0;
    letter-spacing: 0.8px;
}

.journey_content .mission_box {
    margin-top: 40px;
}

.journey_content ul li {
    margin-bottom: 12px;
}

/*== market_dark_sec ==*/
.market_dark_sec {
    padding: 50px 0;
}

.market_dark_sec p {
    font-size: 18px;
    color: #fff;
}

/*== coggno_prime_sec ===*/
.coggno_prime_sec {
    padding: 50px 0 40px 0;
    background-image: url('../images/prime_bg.png');
    background-size: contain;
    background-position: center top 20px;
    background-repeat: no-repeat;
}

.coggno_prime_area {
    background-color: #15afc4;
    padding: 40px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coggno_prime_left h3 {
    color: #ffffff;
    font-size: 40px;
    margin: 0 0 5px 0;
    font-weight: 200;
}

.coggno_prime_left h3 span {
    color: #000;
    font-weight: 700;

}

.coggno_prime_right .choose_plan_btn {
    font-size: 15px;
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    outline: none;
    transition-duration: 0.3s;
    background-color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 700;
}

.coggno_prime_right .choose_plan_btn:hover {
    background-color: #222;
    color: #fff;
    transition-duration: 0.3s;
}

/*expertise_page_sec*/
.expertise_page_sec {
    padding: 70px 0;
}

.exp-area {
    position: relative;
    z-index: 1;
}

.exp-image img {
    width: 100%;
}

.exp-content {
    padding: 30px 0px 0px 40px;
    position: relative;
}

.exp-content {
    background-image: url('../images/diamond_shape.png');
    background-repeat: no-repeat;
    background-position: bottom;
}

.exp-content h2 {
    font-size: 38px;
    color: #323333;
    margin: 0 0 25px 0;
    padding: 0 0 0px 0px;
    font-weight: 800;
    letter-spacing: 0.5px;
    position: relative;
}

.exp-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.exp-content .highlight_txt {
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    margin-top: 30px;
    border-left: 6px solid #7e7e7e;
    -webkit-box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.31);
    box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.31);
}

.exp-content .highlight_txt h3 {
    font-size: 24px;
    color: #27a7dd;
    margin: 0;
    font-weight: 700;
}

.exp-content p {
    line-height: 1.7;
    color: #343434;
    font-size: 16px;
    margin: 0 0 15px 0;
}

.exp_content_main {

    padding-left: 0;
}

/*== privacy_policy_page ===*/
.privacy_policy_page {
    padding: 50px 0;
}


/*what we do page */
.what_we_row {
    margin-bottom: 20px;
}

.what_we_row:nth-child(even) {
    flex-direction: row-reverse;
}

.what_we_row:nth-child(even) .about-content {
    padding: 0 40px 0 0;
}

/*== six_reasons_sec ===*/
.six_reasons_sec {
    padding: 50px 0;
    background-color: #fff;
}


.six_box {
    margin-bottom: 30px;
    display: flex;
}

.six_box_inner {
    border: 1px solid #e5e4e4;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    padding: 20px 20px;
    text-align: center;
    background-color: #fafafa;
    width: 100%;
}

.six_box_inner h5 {
    font-size: 35px;
    color: #fff;
    width: 60px;
    height: 60px;
    background-color: #15afc4;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
}

.six_box_inner h4 {
    font-size: 20px;
    color: #000;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.six_box_inner p {
    font-size: 16px;
    color: #464646;
    margin: 0 0 5px 0;
    letter-spacing: 0.4px;
}

.six_reasons_full_content h3 {}

.six_reasons_full_content p {
    font-size: 16px;
    color: #464646;
    margin: 0 0 15px 0;
    letter-spacing: 0.4px;
    line-height: 1.5;
}

/*== nav_quality_product ==*/
.nav_quality_product {
    padding: 30px 0 50px 0;
    background-color: #15afc4;
}

.nav_quality_link {
    width: 100%;
}

.nav_quality_link ul {
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    justify-content: center;
    display: flex;
}

.nav_quality_link ul li {
    display: inline-block;
    margin: 0 0 6px 0;
}

.nav_quality_link ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 25px 5px 25px;
    border: 1px solid #fffc;
    border-radius: 30px;
    margin: 3px 7px;
    background-color: transparent;
    font-size: 16px;
}

.nav_quality_link ul li a.active {
    background-color: #262525;
    color: #fff;
    border-color: #000;
}

/*=== blog page ==*/

.product_box_main {
    display: flex;
    margin-bottom: 30px;
}

.product_box {
    /*border: 1px solid #ccc;*/
    position: relative;
    -webkit-box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 30%);
    border-radius: 9px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.product_box .product_img {
    position: relative;
}

.product_box .product_img_inner img {
    overflow: hidden;
    border-radius: 9px;
}

.product_box .product_desc {
    padding: 15px 25px 25px 25px;
    z-index: 9;
    position: relative;
    z-index: 2;
    /*border-top: 1px solid #ccc;*/
}

.product_box .product_desc:before {
    content: "";
    display: block;
    background-color: #fff;
    top: -35px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 60px;
    position: absolute;
    transform: skewY(6deg) !important;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.product_box:hover .product_desc:before {
    top: -25px;
}

.product_desc_inner {
    position: relative;
    z-index: 999;
}

.product_box .product_desc h3 {
    font-size: 20px;
    color: #000;
    padding: 0;
    margin: 0px 0 16px 0;
    font-weight: 500;
    transition-duration: 0.3s;
}

.product_box .product_desc h3 a {
    color: #000;
}

.product_box:hover .product_desc h3 a {
    color: #15afc4;
    transition-duration: 0.3s;
}

.product_box .product_desc p {
    font-size: 16px;
    color: #131313;
    margin: 0;
    font-weight: 400;
}

.product_box .product_img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    max-width: 100%;
}

.product_img {
    padding: 0;
    height: auto;
}

.p_image_overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.p_image_overlay a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.product_box:hover .p_image_overlay {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*blog details page*/
.blog_big_img_banner {
    padding: 50px 0 50px 0;
}

.blog_details_title {
    margin-bottom: 25px;

}

.blog_details_title h1 {
    font-size: 28px;
    color: #222;
    margin: 0 0 8px 0;
}

.blog_details_title ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog_details_title ul li {
    display: inline-block;
    padding-right: 15px;
}

.blog_details_shadow {
    padding: 20px 0 50px 0;
}

.blog_details_area {
    box-shadow: 0px 0px 19px 4px rgb(0 0 0 / 15%);
    padding: 40px 35px;
    border-radius: 10px;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;

}

.blog_details_content_style h3 {
    font-size: 24px;
    color: #222;
    margin: 0 0 10px 0;
}

.blog_details_content_style p {
    font-size: 16px;
    color: #222;
    margin: 0 0 15px 0;
}

.plastic_sheet_repeat {
    margin: 0 0 30px 0;
}

.plastic_sheet_repeat h2 {
    font-size: 30px;
    color: #111;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin: 0 0 7px 0;
}

.about_page_sec2 {
    padding: 50px 0;
}

.comman_editor_style ul li {
    margin-bottom: 15px;
}

/*=== conclusion_sec ===*/
.conclusion_sec {
    padding: 40px 0 60px 0;
}

.conclusion_area {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.country_accordian_wid {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
}

.armenia_tbl_area .table thead th {
    background-color: #15afc4;
    color: #fff;
    font-weight: normal;
}







/*floating apply now css*/
.ft_apply {
    position: fixed;
    left: 0;
    bottom: 0px;
}

.ft_apply a {
    display: inline-block;
    padding: 10px 11px;
    background-color: #15afc4;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    transition: all .5s ease-in-out 0s;
}

.ft_apply a:hover {
    background-color: #2f3030;
    color: #fff !important;
}



