@charset "UTF-8";

/*

Theme Name: Twenty Nineteen

Theme URI: https://newwebdev.wordpress-developer.us/happy-bein/

Author: the WordPress team

Author URI: https://wordpress.org/

Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.

Requires at least: 4.9.6

Requires PHP: 5.2.4

Version: 2.1

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: twentynineteen

Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.



Normalizing styles have been helped along thanks to the fine work of

Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/



Bundled block pattern images:

Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX

Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3

Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L

Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H

*/


/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Variables

# Normalize

# Typography

	## Headings

	## Copy

# Elements

	## Lists

	## Tables

# Forms

	## Buttons

	## Fields

# Navigation

	## Links

	## Menus

	## Next & Previous

# Accessibility

# Alignments

# Clearings

# Layout

# Widgets

# Content

	## Archives

	## Posts and pages

	## Comments

# Blocks

# Media

	## Captions

	## Galleries

--------------------------------------------------------------*/


/*

 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.

 * This results in a jumping cursor when typing in both the Classic and block

 * editors. The following font-face override fixes the issue by manually inserting

 * a custom font that includes just a Hoefler Text space replacement for that

 * character instead.

 */

body,
html {
    overflow-x: hidden;
}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('./fonts/proxima_nova_font-webfont.woff2') format('woff2'), url('./fonts/proxima_nova_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novamedium';
    src: url('./fonts/proxima_nova_medium-webfont.woff2') format('woff2'), url('./fonts/proxima_nova_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('./fonts/proxima_nova_semibold-webfont.woff2') format('woff2'), url('./fonts/proxima_nova_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novabold';
    src: url('./fonts/proxima_nova_bold-webfont.woff2') format('woff2'), url('./fonts/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    /*Change*/
    font-family: 'arial';
    color: #555c5d;
    font-size: 24px;
    line-height: 1.3;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    /*Change*/
    color: #282f31;
    margin-bottom: 20px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1,
h2 {
    font-family: 'proxima_novabold';
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*Change*/
    /*color: #000;*/
}

a:hover {
    /*Change*/
    color: #2cb97d;
}

img {
    max-width: 100%;
}


/*Change*/

h1 {
    font-size: 80px;
    line-height: 1.05;
}

h2 {
    font-size: 66px;
    line-height: 1.1;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
    line-height: 1.2;
    font-family: 'proxima_novasemibold';
}

h4 {
    font-size: 25px;
    line-height: 1.3;
}

h5 {
    font-size: 21px;
    line-height: 1.4;
}

h6 {
    font-size: 18px;
    line-height: 1.7;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: #fff;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #676767;
    border: 1px solid #777777;
    height: 63px;
    padding: 0 20px;
    font-size: 20px;
    color: #676767;
    border-radius: 0px;
    outline: none !important;
}

textarea {
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #777777;
    padding: 15px 20px;
    width: 100%;
    height: 150px;
    font-size: 20px;
    color: #676767;
    border-radius: 0px;
    resize: none;
    outline: none !important;
}

select {
    border: 1px solid #777777;
    width: 100%;
    padding: 0 11px;
    background: url(images/arrow_bottom.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: normal;
}

.btn,
input[type="submit"] {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#95c72d+0,24c3e4+100 */
    background: #95c72d;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#95c72d), to(#24c3e4));
    background: -o-linear-gradient(left, #95c72d 0%, #24c3e4 100%);
    background: linear-gradient(to right, #95c72d 0%, #24c3e4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#95c72d', endColorstr='#24c3e4', GradientType=1);
    /* IE6-9 */
    font-family: 'proxima_novabold';
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 0px;
    min-width: 270px;
    padding: 23px 12px;
}

input[type="submit"]:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#95c72d+0,24c3e4+100 */
    background: #95c72d;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(315deg, #95c72d 0%, #24c3e4 100%);
    background: linear-gradient(135deg, #95c72d 0%, #24c3e4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#95c72d', endColorstr='#24c3e4', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

 ::-webkit-input-placeholder {
    opacity: 1;
    color: #676767;
}

 :-ms-input-placeholder {
    opacity: 1;
    color: #676767;
}

 ::-moz-placeholder {
    opacity: 1;
    color: #676767;
}

 :-moz-placeholder {
    opacity: 1;
    color: #676767;
}

.labeltxt {
    font-weight: 300;
    margin-bottom: 10px;
}

ol li,
ul li,
dl li {
    margin-bottom: 10px;
}

ol li:last-child,
ul li:last-child,
dl li:last-child {
    margin-bottom: 0;
}


/* images alignment for wordpress content pages */

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}


/* custom radio */

.form_input_radio {
    position: relative;
    margin: 0;
    padding-left: 30px;
}

.form_input_radio span {
    margin: 0;
    padding: 0;
}

.form_input_radio input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {

      

    } */

.form_input_radio input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */


/* custom checkbox */

.form_input_check {
    position: relative;
    margin: 0;
    padding-left: 40px;
}

.form_input_check span {
    margin: 0;
    padding: 0;
}

.form_input_check input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 26px;
    height: 26px;
    border: 2px solid #000;
    background: transparent;
}

.form_input_check input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 26px;
    height: 26px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/checked.svg) no-repeat center center #fff;
    background-size: 15px;
}

.form_input_check input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {

      

    } */

.form_input_check input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/**/

.hdr_btn .btn {
    font-size: 20px;
    min-width: 235px;
    border-radius: 30px;
    padding: 17px 0px;
}

.btn:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#95c72d+0,24c3e4+100 */
    background: #95c72d;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(315deg, #95c72d 0%, #24c3e4 100%);
    background: linear-gradient(135deg, #95c72d 0%, #24c3e4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#95c72d', endColorstr='#24c3e4', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}


/*Header*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 350px;
    display: inline-block;
}

.hdr_sec {
    padding: 18px 0;
}


/*Nav*/

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 25px;
    padding: 0;
    position: relative;
    padding: 5px 0;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #425053;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    padding: 0px 15px;
    font-family: 'proxima_novamedium';
    text-transform: capitalize;
}


/* .navbar-nav > li > a::after{

	bottom: 0;

	left: 0;

	right: 0;

	margin: auto;

	height: 4px;

	width: 0;

	transition: all 0.4s;

	position: absolute;

	content: "";

	background-color:#f15a27;

}



.navbar-nav > li > a:hover::after,.navbar-nav > li.current-menu-item > a::after{

	width: 98%;

} */

.navbar-nav>li>a:hover,
.navbar-nav>li.current-menu-item>a {
    color: #2cb97d;
}


/*SubMenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid #2cb97d;
    border-radius: 0;
    width: 220px;
    padding: 0;
}

.sub-menu>li {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 8px 10px;
    line-height: 1.2;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a {
    background: #2cb97d;
    color: #fff;
}

.menu-item-has-children>a {
    padding-right: 17px !important;
}

.menu-item-has-children>a::after {
    position: absolute;
    right: 10px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 10px;
    background: url(./images/dwn_arrw.png);
    background-size: 12px;
    background-repeat: no-repeat;
    content: "";
}


/*Removed Ul Style*/

.ul_style>ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.ul_style>ul li {
    margin: 0;
}


/*******Customize Css********/

.lang_otrr {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 50px;
}

.lang_otrr img {
    width: 133px;
}

@media only screen and (min-width: 1550px) {
    .custom_container {
        max-width: 1435px;
    }
    
    .banner.inner_ban {
        min-height: 440px !important;
    }
}

.bnr_iim {
    position: absolute;
    right: 0;
    width: 58.5%;
}

.row.bnr_row {
    margin: 0;
}

.bnr_contnt {
    padding-right: 15px;
    width: 38%;
}

.bnr_contnt .btn {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 235px;
}

.bnr_contnt {
    margin-top: 175px;
}

.bnr_contnt p {
    font-size: 28px;
}

.bnr_contnt h1 {
    margin-bottom: 12px;
}

.bnr_iim img {
    width: 100%;
}

.bnr_btm {
    padding-top: 110px;
    padding-bottom: 110px;
}

.banner {
    min-height: 771px;
    position: relative;
}

.bnr_iim {
    position: absolute;
     right: 15px;
    width: 53.5%;
    height: 100%;
    /* right: 118px; */
}
.mind-bnr{
    right: 118px;
}
.cmn_otr {
    margin-bottom: 60px;
}

.iccn_img {
    max-width: 90px;
    margin: auto;
}

.line_styl h3 {
    padding-top: 28px;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.iccn_txt h3 {
    margin-top: 30px;
}

.line_styl h3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(./images/line_style.png);
    width: 69px;
    height: 11px;
    background-size: 100% 100%;
    content: "";
}

.bx_ss_inn {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/* .bx_ss_inn:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 10px rgba(72, 167, 113, 0.14);
    box-shadow: 0 0 40px 10px rgba(72, 167, 113, 0.14);
} */

.bx_ss_inn {
    padding: 35px 15px;
}

.bx_ss_inn:hover h3 {
    color: #1a9aac;
}

.ddl_img img {
    width: 100%;
}

.ddl_img {
    padding-right: 70px;
}

.a_col {
    color: #29c3dd;
}

.hdr.sml_hdr h2 {
    font-size: 47px;
}

.mul_p p {
    margin-bottom: 30px;
}

.mul_p p:last-child {
    margin-bottom: 0px;
}

.duel_stc .hdr.sml_hdr h2 {
    margin-bottom: -25px;
}

.duel_stc .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    /* align-items: flex-end; */
}

.duel_stc .hdr.sml_hdr {
    padding-bottom: 5px;
}

.index_hill {
    padding: 20px 0 100px 0;
    position: relative;
}

.stamp_im {
    max-width: 345px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.index_hill::before {
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100% - 100px);
    width: calc(100% - 310px);
    right: 0;
    background-image: url(images/hill_bk.png);
    content: "";
    background-size: 100% 100;
}

.box_green {
    background-color: rgba(119, 198, 93, 0.22);
}

.box_blue {
    background-color: rgba(41, 195, 220, 0.12);
}

.ddl_img_inn {
    position: relative;
}

.ddl_img_inn .box_green {
    width: 118px;
    height: 133px;
    position: absolute;
    top: -27px;
    right: -30px;
}

.ddl_img_inn .box_blue {
    width: 139px;
    height: 138px;
    position: absolute;
    bottom: -64px;
    left: 30px;
}

.ddl_img_inn .box_green,
.ddl_img_inn .box_blue {
    z-index: -1;
}

.index_hill::before {
    z-index: -1;
}

.stamp_im img {
    mix-blend-mode: luminosity;
}

.sec_gap {
    padding: 90px 0;
}

.hdr.text-center p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.iccn_tx {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 20px;
    text-align: center;
}

.iccn_tx h3 {
    color: #fff;
}

.img_ovv_ttl {
    position: relative;
}

.img_over {
    margin: -15px;
}

.img_ov_col {
    padding: 15px;
}

.img_ovv_ttl::before {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    right: 0;
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+15,000000+100&0+0,0+16,0.8+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0)), color-stop(16%, rgba(252, 252, 252, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(252, 252, 252, 0) 16%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(252, 252, 252, 0) 16%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000000', GradientType=0);
    /* IE6-9 */
}

.iccn_tx>img {
    width: 55px;
    margin-bottom: 14px;
}

.colabration .sec_gap {
    border-bottom: 1px solid #e6e6e6;
}

.slick-slide {
    outline: none !important;
}

.slick-dots {
    bottom: 0px;
    bottom: 0;
    line-height: 1;
}

.slick-dots li {
    background-color: #d9d9d9;
    margin: 0px 10px;
    border-radius: 100%;
    opacity: 1;
    border: 1px solid #d9d9d9;
    height: 13px;
    cursor: pointer;
    width: 13px;
}

.slick-dots li.slick-active {
    background-color: #4aa671;
    border-color: #4aa671;
}

.slick-dots li button {
    display: none;
    width: auto;
    height: auto;
}

.slick-dots li button {
    opacity: 1;
    padding: 0;
}

.slick-dots li button::before {
    display: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 50px;
}

.tes_sll {
    padding: 25px 25px 25px 30px;
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
}

.tesmnl_slider .slick-list {
    margin: 0px -15px;
}

.tesmnl_slider .slick-slide {
    padding: 20px 15px;
}

.tesmnlx_slider .slick-list {
    margin: 0px -15px;
}

.tesmnlx_slider .slick-slide {
    padding: 20px 15px;
}

.qqt {
    max-width: 62px;
    margin-bottom: 24px;
}

.tes_sll h3 {
    margin-bottom: 20px;
}

.tes_sll p {
    font-size: 22px;
    font-family: 'proxima_novaregular';
    line-height: 1.4;
    margin-bottom: 20px;
}

.uuser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img_us {
    width: 43px;
    height: 43px;
    border-radius: 100%;
    overflow: hidden;
}

.uuser h4 {
    font-size: 24px;
    line-height: 1;
    width: calc(100% - 43px);
    padding-left: 15px;
}

.white h2,
.white p,
.white li {
    color: #fff;
}

.get_touch {
    min-height: 828px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.btn_top {
    margin-top: 40px;
}

.get_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 0;
}

.get_img img {
    width: 100%;
}

footer {
    padding: 50px 0 40px 0;
}

.ftr_logo {
    max-width: 350px;
}

.ftr_logo img {
    width: 100%;
}

.ftr_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ftr_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.ftr_menu ul li:not(:last-child) {
    margin-right: 70px;
}

.ftr_menu ul li a {
    line-height: 1;
    font-size: 20px;
}

.ftr_menu ul li.current-menu-item a {
    color: #2cb97d;
}

.ftr_btm {
    margin-top: 42px;
    padding-top: 35px;
    border-top: 1px solid #e6e6e6;
}

.ftr_btm p,
.ftr_btm p a {
    font-size: 16.2px;
    color: #425053;
    margin: 0;
    text-transform: uppercase;
}

.ftr_btm p a:hover {
    color: #2cb97d;
}

.ftr_ssl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ftr_ssl ul li:not(:last-child) {
    margin-right: 42px;
    line-height: 1;
}

.ftr_btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ftr_ssl ul li img {
    height: 24px;
}

.rnd36 {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: absolute;
    background-color: #94e1ec;
    left: 2%;
    top: 8%;
}

.rnd28 {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    position: absolute;
    background-color: #e9f6e5;
    left: 4%;
    top: 40%;
}

.rnd55 {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    position: absolute;
    background-color: #e9f6e5;
    left: 2%;
    bottom: 20%;
}

.play_bbtn {
    width: 165px;
    height: 165px;
    display: block;
    border-radius: 100%;
    background: #95c72d;
    background: -webkit-gradient(linear, left top, right top, from(#95c72d), to(#24c3e4));
    background: -o-linear-gradient(left, #95c72d 0%, #24c3e4 100%);
    background: linear-gradient(to right, #95c72d 0%, #24c3e4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#95c72d', endColorstr='#24c3e4', GradientType=1);
    top: 55%;
    position: absolute;
    left: -80.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.play_bbtn img {
    width: 42px;
}

.play_bbtn img {
    width: 42px;
    margin-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.play_bbtn:hover {
    background: #95c72d;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(315deg, #95c72d 0%, #24c3e4 100%);
    background: linear-gradient(135deg, #95c72d 0%, #24c3e4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#95c72d', endColorstr='#24c3e4', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}


/* .play_bbtn:hover img{

	margin-left: 20px;

} */

.bnr_triang {
    position: absolute;
    bottom: -65px;
    right: 1%;
    width: 104px;
}

.scroll_link {
    line-height: 1;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #425053;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 7%;
    padding-left: 185px;
    left: 144px;
}

.scroll_link a {
    margin: 0;
    display: none;
    color: #425053;
}

.scroll_link a::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 3px;
    background-color: #29c3e3;
    left: 11px;
    top: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.scroll_link a::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #29c3e3;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.test_sec {
    position: relative;
}

.test_lft {
    width: 106px;
    position: absolute;
    bottom: 3%;
    left: 25px;
}

.test_rgt {
    width: 84px;
    position: absolute;
    top: 5%;
    right: 0;
}

.colabration {
    position: relative;
}

.colabration .bnr_triang {
    bottom: auto;
    top: 17%;
    right: 1%;
    opacity: 0.6;
}


/*Sub Extra*/

.banner.inner_ban {
    min-height: 622px;
}

.med_28 p {
    font-size: 28px;
    font-family: 'proxima_novamedium';
    line-height: 1.4;
}

.vdo_otr {
    /* min-height: 810px; */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
}

.vdo_otr iframe { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.vdo_otr .play_bbtn {
    position: static;
}

.cmn_bx.box_green {
    width: 118px;
    height: 133px;
    position: absolute;
    top: -27px;
    right: -30px;
}

.cmn_bx.box_blue {
    width: 139px;
    height: 138px;
    position: absolute;
    bottom: -30px;
    left: -30px;
}

.cmn_bx.box_green,
.cmn_bx.box_blue {
    z-index: -1;
}

.vdo_otr {
    margin-bottom: 40px;
}

.col_bor {
    position: relative;
}

.col_bor img {
    border: 6px solid transparent;
    -o-border-image: url(./images/border.png) 6 stretch;
    border-image: url(./images/border.png) 6 stretch;
}

/* .vdo_otr {
    border: 6px solid transparent;
    -o-border-image: url(./images/border.png) 6 stretch;
    border-image: url(./images/border.png) 6 stretch;
} */

.key_otr {
    min-height: 560px;
    background-color: #000000;
    max-width: 800px;
    border: 6px solid transparent;
    -o-border-image: url(./images/border.png) 6 stretch;
    border-image: url(./images/border.png) 6 stretch;
    position: relative;
    margin: auto;
}

.key_accpt .hdr h2,
.hdr.sml_hdr2 h2 {
    font-size: 48px;
}

.float_img {
    max-width: 649px;
    float: left;
    margin-right: 75px;
    margin-bottom: 50px;
}

.line_styl p {
    font-size: 20px;
}

.blue_act {
    color: #29c3e3;
}

.Motivated_lst_top {
    margin-top: 25px;
}

.comunication .hdr.sml_hdr2 p,
.p30semobld {
    font-size: 30px;
    font-family: 'proxima_novasemibold';
}

.blen_round {
    width: 665px;
    height: 665px;
    border-radius: 100%;
    border: 1px solid #33c6e4;
    margin-left: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blen_round img {
    width: 559px;
    height: 559px;
    border-radius: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.arrw_strng {
    color: #29c3e3;
    font-family: 'proxima_novabold';
}

.grn_arrw {
    width: 24px;
    margin-right: 12px;
}

.arrw p {
    margin-bottom: 0;
    font-family: 'proxima_novaregular';
}

.arrw p:not(:last-child) {
    margin-bottom: 35px;
}

.arrw {
    margin-top: 25px;
}

.blue_col {
    color: #29c3e3;
}

.side_con .p30semobld p {
    font-size: 29px;
}

.contact_top_rel {
    position: relative;
    padding-bottom: 0px !important;
    min-height: 774px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_top {
    padding-top: 110px !important;
    padding-bottom: 0 !important;
}

.con_imgg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-left: 0;
}

.cus_frm label {
    font-size: 28px;
    color: #282f31;
    font-family: 'proxima_novasemibold';
    margin-bottom: 20px;
}

.frm_fld {
    margin-bottom: 30px;
}

.cus_frm input:not([type="submit"]),
.cus_frm textarea {}

.cus_frm input:not([type="submit"]),
.cus_frm textarea {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.cus_frm input:not([type="submit"]),
.cus_frm textarea {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    padding-bottom: 15px;
}

.submt {
    margin-top: 35px;
}

.contact_frm {
    position: relative;
}

.contact_frm .test_rgt {
    top: -70px;
}


/*QA Changes*/

.get_touch .mul_p p {
    font-family: 'proxima_novaregular';
}

.key_accpt .container {
    z-index: 99;
    position: relative;
}

.bnr_bk_shd {
    max-width: 288px;
    position: absolute;
    z-index: -1;
    top: 45%;
    left: -144px;
}

.grn_arrw {
    vertical-align: unset;
}


/*SG 17-08*/

.bnr_hd_guide p {
    width: 63%;
    margin: auto;
    font-size: 18px;
}

.bnr_hd_guide h1 {
    font-size: 50px;
    line-height: 1.05;
    margin-bottom: 10px;
}

.bnr_hd_guide {
    margin-bottom: 30px;
}

.guide_sec .iccn_img {
    max-width: 50px;
}

.guide_sec .iccn_txt h3 {
    margin-top: 20px;
    font-size: 20px;
    min-height: 64px;
    color: #42af50;
}

.guide_sec .iccn_img {
    max-width: 50px;
}

.guide_sec .bx_ss_inn {
    padding: 20px 10px;
}

.bnr_hd_guide {
    margin-bottom: 30px;
}

.btm_hdr {
    margin-top: 20px;
}

.guide_sec h2 {
    font-size: 44px;
}

.guide_ban_img {
    max-width: 75%;
    margin: auto;
    margin-bottom: 30px;
}

.g_right .row {
    margin: -4px;
}

.g_right .row .img_ov_col {
    padding: 4px;
}

.g_right .iccn_tx {
    bottom: 10px;
    padding: 0 5px;
}

.g_right .iccn_tx>img {
    width: 35px;
    margin-bottom: 8px;
}

.g_right h3 {
    font-size: 15px;
}

.g_right .btm_hdr {
    margin-top: 45px;
}

.guide_sec {
    padding: 30px 0;
}


/*24-08-21*/

.home_banner .container {
    position: relative;
}

.home_banner .bnr_iim video {
    width: 100%;
}

.b_show {
    display: flex;
}

.b_hide {
    display: none;
}

.home_banner .bnr_contnt {
    margin-top: 80px;
}

.play_bbtn {
    width: 120px;
    height: 120px;
    left: -60px;
    display: none;
}

.play_bbtn img {
    width: 25px;
    margin-left: 5px;
}

.home_banner.banner {
    min-height: 600px;
    position: relative;
}


/* 09.06.21 */

.navbar .menu-item-has-children ul {
    right: -150px;
    left: inherit;
}

.navbar-nav>.menu-item-has-children>a::after {
    right: 0;
}

.arrow ul {
    padding-left: 0;
}

.entry-content ul li,
.arrow ul li a {
    font-size: 22px;
    /* line-height: 24px; */
}

.arrow ul>li>ul>li>a {
    font-size: 16px;
    line-height: 21px;
    color: #333;
}

.arrow>ul>li {
    margin-bottom: 30px;
    position: relative;
    list-style: none;
    padding-left: 15px;
}

.entry-content ul li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 10px;
}

.entry-content ul {
    padding-left: 0;
}

.entry-content ul li::before,
.arrow>ul>li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #2cb97d;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

.arrow>ul>li:last-child {
    margin-bottom: 0;
}

.arrow ul li>ul {
    padding-left: 15px;
}

.entry-content,
.arrow {
    padding: 5px;
    height: 100%;
}


/*Responsive*/

@media all and (max-width:1601px){
    .banner.inner_ban {
        min-height: 440px;
    }
}

@media(min-width:1025px) {
    /*Nav Bar Css For Tab Version*/
    .clickD {
        display: none;
    }
    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
    /**/
}

@media(max-width:1600px) {
    .bnr_hd_guide h1 {
        font-size: 42px;
    }
    .navbar-brand {
        width: 290px;
    }
    .scroll_link {
        left: -15px;
    }
    .iccn_img {
        max-width: 78px;
    }
    .get_touch {
        min-height: 760px;
    }
    body {
        font-size: 22px;
    }
    .hdr.sml_hdr h2 {
        font-size: 44px;
    }
    h2 {
        font-size: 30px;
    }
    h1 {
        font-size: 75px;
    }
    .bnr_contnt p {
        font-size: 26px;
    }
    .btn,
    input[type="submit"] {
        font-size: 18px;
    }
    /* .vdo_otr {
        min-height: 580px;
    } */
    .bnr_bk_shd {
        max-width: 230px;
        top: 38%;
        left: -145px;
    }
    .rnd28 {
    left: 24%;
    top: 55%;
    }
}

@media(max-width:1440px) {
    .lang_otrr img {
        width: 100px;
    }
    .navbar-nav>li>a {
        font-size: 17px;
    }
    .navbar-nav>li {
        margin: 0 15px;
    }
    h1 {
        font-size: 60px;
        line-height: 1.05;
    }
    .bnr_contnt p {
        font-size: 23px;
    }
    .bnr_contnt .btn {
        margin-top: 15px;
        min-width: 195px;
    }
    .banner {
        min-height: 600px;
    }
    .play_bbtn {
        width: 110px;
        height: 110px;
        left: -55.2px;
    }
    .play_bbtn img {
        width: 30px;
    }
    /* .play_bbtn:hover img {

		margin-left: 15px;

	} */
    .lang_otrr {
        margin-left: 30px;
    }
    .bnr_contnt {
        margin-top: 85px;
    }
    .scroll_link {
        line-height: 1;
        margin: 0;
        font-size: 15px;
        text-transform: uppercase;
        color: #425053;
        position: absolute;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        bottom: 8%;
        padding-left: 140px;
        left: 7px;
    }
    .scroll_link a::before {
        width: 100px;
    }
    /* .scroll_link {
        left: 31px;
    } */
    h2 {
        font-size: 30px;
    }
    body {
        font-size: 20px;
    }
    .iccn_img {
        max-width: 67px;
    }
    .iccn_txt h3 {
        margin-top: 24px;
    }
    .line_styl h3 {
        padding-top: 26px;
    }
    h3 {
        font-size: 22px;
    }
    .hdr.sml_hdr h2 {
        font-size: 35px;
    }
    .duel_stc .hdr.sml_hdr h2 {
        margin-bottom: 23px;
    }
    .mul_p p {
        margin-bottom: 20px;
    }
    .index_hill::before {
        height: calc(100% - 70px);
        width: calc(100% - 200px);
    }
    .stamp_im {
        max-width: 260px;
    }
    .iccn_tx>img {
        width: 48px;
        margin-bottom: 10px;
    }
    .tes_sll p {
        font-size: 18px;
        font-family: 'proxima_novaregular';
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .tes_sll h3 {
        margin-bottom: 15px;
    }
    .qqt {
        max-width: 45px;
        margin-bottom: 20px;
    }
    .uuser h4 {
        font-size: 20px;
    }
    .get_touch {
        min-height: 600px;
    }
    .sec_gap {
        padding: 45px 0;
    }
    .ftr_menu ul li:not(:last-child) {
        margin-right: 50px;
    }
    .ftr_logo {
        max-width: 280px;
    }
    .ftr_menu ul li a {
        font-size: 17px;
    }
    .banner.inner_ban {
        min-height: 450px;
    }
    .float_img {
        max-width: 515px;
        float: left;
        margin-right: 55px;
        margin-bottom: 40px;
    }
    .blen_round {
        width: 550px;
        height: 550px;
    }
    .blen_round img {
        width: 460px;
        height: 460px;
    }
    .comunication .hdr.sml_hdr2 p,
    .p30semobld {
        font-size: 24px;
    }
    .key_accpt .hdr h2,
    .hdr.sml_hdr2 h2 {
        font-size: 37px;
    }
    .arrw p:not(:last-child) {
        margin-bottom: 20px;
    }
    .arrw {
        margin-top: 10px;
    }
    .side_con .p30semobld p {
        font-size: 22px;
        line-height: 1.3;
    }
    .contact_top_rel {
        min-height: 566px;
    }
    .cus_frm label {
        font-size: 24px;
        margin-bottom: 15px;
    }
    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        height: 54px;
        font-size: 18px;
    }
    textarea {
        height: 120px;
        font-size: 18px;
    }
    .contact_frm .cus_frm {
        max-width: 85%;
        margin: auto;
    }
    .test_lft {
        width: 74px;
        bottom: 2%;
        left: 20px;
    }
    .test_rgt {
        width: 70px;
        top: 7%;
    }
    .navbar-brand {
        width: 250px;
    }
    .med_28 p {
        font-size: 24px;
    }
    .vdo_otr {
        min-height: 155px;
    }
    .line_styl p {
        font-size: 17px;
    }
    /*24-08-21 Sg*/
    .play_bbtn img {
        width: 20px;
    }
    .play_bbtn {
        width: 80px;
        height: 80px;
        left: -40px;
    }
    .home_banner .bnr_contnt {
        margin-top: 50px;
    }
    .home_banner.banner {
        min-height: 470px;
    }
}

@media(max-width:1199px) {
    .navbar-brand {
        width: 200px;
    }
    .navbar-nav>li>a {
        font-size: 16px;
    }
    .navbar-nav>li {
        margin: 0 10px;
    }
    h1 {
        font-size: 50px;
    }
    .bnr_contnt p {
        font-size: 19px;
    }
    .btn,
    input[type="submit"] {
        padding: 18px 10px;
    }
    .bnr_contnt .btn {
        margin-top: 10px;
        min-width: 170px;
    }
    .banner {
        min-height: 480px;
    }
    .play_bbtn {
        width: 86px;
        height: 86px;
        left: -42px;
    }
    .play_bbtn img {
        width: 22px;
    }
    .lang_otrr img {
        width: 70px;
    }
    .lang_otrr {
        margin-left: 15px;
    }
    .scroll_link {
        left: 45px;
    }
    h2 {
        font-size: 30px;
    }
    body {
        font-size: 18px;
        line-height: 1.4;
    }
    .cmn_otr {
        margin-bottom: 40px;
    }
    .iccn_img {
        max-width: 50px;
    }
    .iccn_txt h3 {
        margin-top: 20px;
    }
    .line_styl h3 {
        padding-top: 24px;
    }
    h3 {
        font-size: 20px;
    }
    .hdr.sml_hdr h2 {
        font-size: 28px;
    }
    .mul_p p {
        margin-bottom: 10px;
    }
    .ddl_img {
        padding-right: 50px;
    }
    .stamp_im {
        max-width: 180px;
    }
    .bnr_btm {
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .bnr_triang {
        width: 80px;
    }
    .iccn_tx {
        bottom: 15px;
    }
    .iccn_tx>img {
        width: 35px;
    }
    .sec_gap {
        padding: 60px 0;
    }
    .tes_sll p {
        font-size: 16px;
    }
    .btn,
    input[type="submit"] {
        min-width: 235px;
    }
    .get_touch {
        min-height: 520px;
    }
    .ftr_logo {
        max-width: 190px;
    }
    footer {
        padding: 40px 0 25px 0;
    }
    .ftr_menu ul {
        margin-top: 20px;
    }
    .ftr_menu ul li a {
        font-size: 16px;
    }
    .ftr_menu ul li:not(:last-child) {
        margin-right: 40px;
    }
    .ftr_btm {
        margin-top: 30px;
        padding-top: 30px;
    }
    .ftr_ssl ul li img {
        height: 22px;
    }
    .ftr_ssl ul li:not(:last-child) {
        margin-right: 35px;
    }
    .rnd36 {
        left: 1%;
    }
    .banner.inner_ban {
        min-height: 380px;
    }
    .float_img {
        max-width: 460px;
        float: left;
        margin-right: 40px;
        margin-bottom: 30px;
    }
    /* .vdo_otr {
        min-height: 400px;
    } */
    .line_styl p {
        font-size: 15px;
    }
    .blen_round {
        width: 430px;
        height: 430px;
    }
    .blen_round img {
        width: 380px;
        height: 380px;
    }
    .comunication .hdr.sml_hdr2 p,
    .p30semobld {
        font-size: 20px;
        line-height: 1.3;
    }
    .side_con .p30semobld p {
        font-size: 20px;
        line-height: 1.3;
    }
    .key_accpt .hdr h2,
    .hdr.sml_hdr2 h2 {
        font-size: 32px;
    }
    .arrw p:not(:last-child) {
        margin-bottom: 8px;
    }
    .grn_arrw {
        width: 22px;
        margin-right: 10px;
    }
    .contact_top_rel {
        min-height: 500px;
    }
    .cus_frm label {
        font-size: 20px;
        margin-bottom: 10px;
    }
    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        height: 50px;
        font-size: 16px;
    }
    .cus_frm input:not([type="submit"]),
    .cus_frm textarea {
        padding-bottom: 10px;
    }
    textarea {
        height: 100px;
        font-size: 16px;
    }
    .bnr_bk_shd {
        max-width: 200px;
        top: 42%;
        left: -125px;
    }
    /*24-08-21 SG*/
    .home_banner.banner {
        min-height: 420px;
    }
    .play_bbtn {
        width: 75px;
        height: 75px;
        left: -37px;
    }
    .play_bbtn img {
        width: 18px;
    }
    .bnr_hd_guide h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1024px) {
    /*NAV FOR TAB*/
    .menu-item-has-children>a::after {
        display: none;
    }
    .menu-item-has-children>a {
        padding-right: 20px;
    }
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 12px;
        width: auto;
        height: auto;
        background: url(images/drop_icn.png) center center no-repeat;
        cursor: pointer;
        display: block;
        background-size: 9px;
        /* width: 12px; */
        /* height: 10px; */
        background: #fff url(./images/dwn_arrw.png) center center no-repeat;
        background-size: 10px;
        padding: 11px;
    }
    .sub-menu.show {
        display: block;
    }
    .navbar-nav .sub-menu .menu-item-has-children .clickD {
        /* background: url(./images/sub_itemm.png) center;
        background-repeat: no-repeat;
        top: 8px; */
    }
    /**/
    .scroll_link {
        left: -43px;
    }
    .contact_top_rel {
        min-height: 420px;
    }
    .contact_top_rel p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    /*Nav Colps Css*/
    .navbar-collapse .switcher {
    margin-left: 26px;
    margin-bottom: 20px;
}
    .navbar-toggler {
        border: 0;
    }
    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }
    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }
    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }
    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent;
    }
    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px);
    }
    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px);
    }
    .navbar-nav .clickD {
        top: 7px;
        right: 15px;
    }
    .navbar-nav .clickD {
        /* -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); */
    }
    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
    }
    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }
    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }
    .navbar-nav>li>a {
        padding: 10px 30px;
        display: inline-block;
        width: 100%;
    }
    .sub-menu>li>a {
        padding-left: 40px;
    }
    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }
    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 27px;
        padding: 0;
    }
    .navbar-collapse {
        margin-top: 20px;
    }
    .navbar-nav {
        padding: 20px 0;
    }
    .navbar-nav>li>a::after {
        bottom: 0;
    }
    .navbar-collapse {
        background: rgb(23, 46, 57);
    }
    .navbar-nav>li>a {
        color: #fff;
    }
    .navbar-nav>li>a:hover {
        color: #53c8e8;
    }
    .navbar-nav>li>a::before {
        top: auto;
        bottom: 0;
        background: transparent;
        width: 100%;
    }
    .navbar-nav>li>a:hover::before {
        background: #53c8e8;
    }
    .navbar-toggler {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 0;
        outline: none !important;
    }
    .lang_otrr {
        margin-left: auto;
        margin-right: 20px;
    }
    .stick,
    .stick::after,
    .stick::before {
        background: #29c3e3;
    }
    #navbarSupportedContent {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .banner {
        min-height: 435px;
    }
    h1 {
        font-size: 38px;
    }
    .bnr_contnt {
        padding-right: 15px;
        width: 40%;
        margin-top: 60px;
    }
    .bnr_iim {
        width: 56.5%;
    }
    .bnr_contnt p {
        font-size: 17px;
    }
    .scroll_link {
        left: 61px;
    }
    .scroll_link {
        font-size: 14px;
        padding-left: 100px;
    }
    .scroll_link a::before {
        width: 65px;
    }
    .scroll_link {
        left: 82px;
    }
    h2 {
        font-size: 30px;
    }
    .hdr.text-center p {
        width: 100%;
    }
    body {
        font-size: 16px;
        line-height: 1.4;
    }
    .cmn_otr {
        margin-bottom: 25px;
    }
    .bx_stc {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bnr_btm {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .index_hill::before {
        height: 100%;
        width: 100%;
    }
    .index_hill {
        padding: 70px 0 70px 0;
        position: relative;
    }
    .duel_stc .hdr.sml_hdr h2 {
        margin-bottom: 10px;
    }
    .hdr.sml_hdr h2 {
        font-size: 20px;
    }
    .ddl_img {
        padding-right: 30px;
    }
    .ddl_img_inn .box_green {
        width: 90px;
        height: 90px;
        top: -20px;
        right: -20px;
    }
    .ddl_img_inn .box_blue {
        width: 100px;
        height: 100px;
        position: absolute;
        bottom: -45px;
        left: 20px;
    }
    .img_ov_col {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .test_rgt {
        width: 55px;
        top: 2%;
    }
    .test_lft {
        width: 55px;
    }
    .sec_gap {
        padding: 50px 0;
    }
    .get_touch {
        min-height: 490px;
    }
    .btn,
    input[type="submit"] {
        font-size: 15px;
    }
    .ftr_logo {
        max-width: 155px;
    }
    .ftr_menu ul li a {
        font-size: 15px;
    }
    .ftr_menu ul li:not(:last-child) {
        margin-right: 25px;
    }
    .ftr_menu ul {
        margin-top: 13px;
    }
    .ftr_btm {
        margin-top: 20px;
        padding-top: 20px;
    }
    .ftr_btm p,
    .ftr_btm p a {
        font-size: 15px;
    }
    h3 {
        font-size: 18px;
    }
    .banner.inner_ban {
        min-height: 340px;
    }
    .float_img {
        max-width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .key_otr {
        min-height: 490px;
        max-width: 100%;
    }
    .key_accpt .hdr h2 br,
    .hdr.sml_hdr2 h2 br {
        display: none;
    }
    .comunication .hdr.sml_hdr2 p,
    .p30semobld {
        font-size: 18px;
    }
    .blen_round {
        width: 320px;
        height: 320px;
    }
    .blen_round img {
        width: 280px;
        height: 280px;
    }
    .lg_mar {
        margin-top: 30px;
    }
    .key_accpt .hdr h2,
    .hdr.sml_hdr2 h2 {
        font-size: 30px;
    }
    .con_imgg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        padding-left: 0;
        width: 100%;
        max-width: a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        max-width: 80%;
    }
    .ml-auto.con_txt {
        margin: 0 !important;
        margin-bottom: 700px !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact_frm h2 {
        margin-bottom: 33px !important;
    }
    .bnr_bk_shd {
        max-width: 150px;
        top: 37%;
        left: -100px;
    }
    .play_bbtn {
        width: 55px;
        height: 55px;
        left: -27px;
    }
    .play_bbtn img {
        width: 14px;
        margin-left: 3px;
    }
    .home_banner.banner {
        min-height: 350px;
    }
    .bnr_contnt p {
        font-size: 16px;
    }
    .home_banner .bnr_contnt {
        margin-top: 27px;
    }
    .bnr_hd_guide h1 {
        font-size: 35px;
    }
    .navbar .menu-item-has-children ul {
        right: 0;
        padding-left: 20px;
    }
    .queen-con {
        margin-bottom: 40px;
        order: 2;
    }
    .queen-con:last-child {
        order: 1;
    }
    .video_Sec .bnr_row {
        margin-bottom: -40px;
    }
}

@media only screen and (max-width: 768px) {
    .bnr_iim iframe{
    width: 100% !important;
    height: 220px !important;
}
    .scroll_link {
        left: -29px;
    }
    .grn_arrw {
        width: 19px;
        margin-right: 10px;
    }
    .ml-auto.con_txt {
        margin-bottom: 550px !important;
    }
    .bnr_iim {
    height: 200px !important;
}
.switcher .selected a {
    color: #fff7f7 !important;
}
}

@media only screen and (max-width: 767px) {
/* .bnr_iim iframe{
    width: 100% !important;
    height: 220px !important;
} */

    
    
.bnr_iim {
    height: 200px !important;
}
    .slldr_otr .slick-arrow.next-arrow {
    right: 0px;
    background-image: url(images/right_arw.png);
    background-size: 39px;
    background-repeat: no-repeat;
    background-position: center;
    right: -15px !important;
    color: white;
    background-color: #30c5de;
}
.slldr_otr .slick-arrow.prev-arrow {
	left: -15px !important;
	background-image: url(images/left_arw.png);
	background-size: 39px;
	background-repeat: no-repeat;
	background-position: center;
    color: white;
    background-color: #30c5de;
    z-index: 9;
}
    .queen-con {
    order: 1;
}
    .g_right {
        margin-top: 35px;
    }
    .bnr_hd_guide h1 {
        font-size: 30px;
    }
    .play_bbtn {
        /* display: none !important; */
    }
    .vdo_otr .play_bbtn {
        position: absolute;
        top: 50%;
    }
    .banner {
        min-height: auto;
    }
    .bnr_iim {
        width: 100%;
        max-width: 510px;
        left: 0;
        margin: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        height: 350px;
        position: relative;
    }
    .bnr_contnt {
        padding-right: 0;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px;
        text-align: center;
    }
    .bx_ss_inn {
        padding: 25px 10px;
    }
    .img_ov_col {
        /* -ms-flex: 0 0 100%;

		-webkit-box-flex: 0;

		        flex: 0 0 100%;

		max-width: 100%; */
        padding: 5px;
    }
    .img_over {
        margin: -5px;
    }
    .ddl_img {
        padding-right: 15px;
    }
    .ddl_txt.pl-0 {
        padding-left: 15px !important;
    }
    .duel_stc .hdr.sml_hdr {
        padding-bottom: 5px;
        margin-top: 35px;
    }
    .index_hill {
        padding: 60px 0 45px 0;
    }
    .stamp_im {
        max-width: 145px;
    }
    .img_ovv_ttl>img {
        width: 100%;
    }
    .get_img {
        position: absolute;
        display: block;
        height: auto;
        bottom: 0;
        top: auto;
        width: 73%;
    }
    .get_touch {
        min-height: auto;
        padding: 0 !important;
        padding-top: 50px !important;
    }
    .get_txt {
        text-align: center;
        margin-bottom: 500px;
        margin-bottom: 93%;
    }
    .ftr_top {
        display: block;
        text-align: center;
    }
    .ftr_logo {
        max-width: 200px;
        margin: auto;
        margin-bottom: 30px;
    }
    .ftr_menu ul {
        margin-top: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -14px -18px;
    }
    .ftr_menu ul li {
        padding: 14px 18px;
    }
    .ftr_menu ul li:not(:last-child) {
        margin-right: 0;
    }
    .ftr_ssl ul li img {
        height: 20px;
    }
    .ftr_ssl ul li:not(:last-child) {
        margin-right: 25px;
    }
    .banner.inner_ban {
        min-height: auto;
    }
    .inner_ban .bnr_iim {
        height: 280px;
    }
    .med_28 p {
        font-size: 20px;
    }
    .ddl_txt .hdr.duel_stc_normalhdr {
        margin-top: 35px;
    }
    .hdr h2 br,
    h1 br {
        display: none;
    }
    .blen_round {
        width: 320px;
        height: 320px;
        margin: auto;
    }
    .mob_ord2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .mob_ord1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 30px;
    }
    .comunication .hdr.sml_hdr2 p,
    .p30semobld {
        font-size: 16px;
    }
    .side_con .p30semobld p {
        font-size: 16px;
        line-height: 1.3;
    }
    .key_otr {
        min-height: 370px;
        max-width: 100%;
    }
    .cus_frm label {
        font-size: 16px;
        margin-bottom: 5px;
    }
    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        height: 45px;
        font-size: 14px;
    }
    .cus_frm input:not([type="submit"]),
    .cus_frm textarea {
        padding-bottom: 5px;
    }
    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        padding: 0 12px;
    }
    textarea {
        height: 85px;
        font-size: 14px;
        padding: 0 12px;
        padding-top: 15px;
    }
    .contact_frm .cus_frm {
        max-width: 100%;
    }
    .contact_frm h2 {
        margin-bottom: 26px !important;
    }
    .navbar-nav .clickD {
        background: url(./images/dwn_arrw_up.png);
        background-size: 100%;
        -webkit-transform: rotate( 180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg );
        display: none;
    }

    .navbar-nav .clickD.toggled{
     -webkit-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     transform: rotate(0deg);
    }

    .sub-menu {
        background-color: #172e39;
        display: block;
        padding: 0px 0px;
    }
    
    .sub-menu>li>a {
        padding-left: 30px;
            color: #fff;
    }
    
    .bx_stc {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 5px;
    }
    .row.bx_row {
        margin: -5px;
    }
    .iccn_tx>img {
        width: 38px;
    }
    .iccn_tx h3 {
        font-size: 13px !important;
    }
    .iccn_tx {
        padding: 5px !important;
        bottom: 5px !important;
    }
    .bnr_bk_shd {
        max-width: 135px;
        top: auto;
        left: auto;
        bottom: -130px;
        right: 0;
    }
    .play_bbtn {
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 575px) {
    .rnd36 {
        left: 0;
        top: 9%;
    }
    .play_bbtn {
        width: 86px;
        height: 86px;
        left: -15px;
    }
    .scroll_link {
        left: -38px;
        bottom: -2%;
    }
    .rnd55 {
        width: 40px;
        height: 40px;
    }
    .bnr_triang {
        width: 65px;
    }
    body {
        font-size: 15px;
        line-height: 1.5;
    }
    h2 {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .iccn_img {
        max-width: 70px;
    }
    .iccn_tx {
        bottom: 25px;
    }
    .test_rgt {
        width: 40px;
        top: 0;
    }
    .test_lft {
        width: 41px;
        bottom: 1%;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .slick-dots li {
        margin: 0px 6px;
        height: 10px;
        width: 10px;
    }
    .get_img {
        width: 80%;
    }
    .get_txt {
        margin-bottom: 70%;
    }
    .btn_top {
        margin-top: 25px;
    }
    .ftr_menu ul li {
        padding: 7px 10px;
        width: 100%;
    }
    .ftr_btm {
        margin-top: 35px;
        padding-top: 20px;
    }
    .ftr_menu ul li a {
        font-size: 16px;
    }
    .ftr_btm {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ftr_btm p {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .ftr_ssl.ul_style {
        text-align: center;
        width: 100%;
    }
    .ftr_ssl ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    /* .vdo_otr {
        min-height: 300px;
    } */
    .ml-auto.con_txt {
        margin-bottom: 400px !important;
    }
    .iccn_img {
        max-width: 60px;
        max-height: 70px;
    }
    .iccn_txt.line_styl h3 {
        font-size: 14.5px;
        line-height: 1.35;
    }
    .play_bbtn {
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .scroll_link {
        font-size: 13px;
        padding-left: 40px;
        left: -10px;
    }
    .scroll_link a::before {
        width: 20px;
        height: 2px;
    }
}

@media only screen and (max-width: 484px) {
    body {
        font-size: 14px;
        line-height: 1.5;
    }
    .hdr.sml_hdr h2 {
        font-size: 18px;
    }
    h2 {
        font-size: 30px;
    }
    .navbar-brand {
        width: 170px;
    }
    .play_bbtn {
        width: 65px;
        height: 65px;
        left: -10px;
        top: 65%;
    }
    .play_bbtn img {
        width: 18px;
    }
    .bnr_contnt p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .rnd55 {
        width: 40px;
        height: 40px;
        bottom: 16%;
        z-index: -1;
    }
    .bnr_contnt .btn {
        margin-top: 10px;
        min-width: 150px;
    }
    .iccn_tx {
        bottom: 15px;
    }
    .cmn_otr {
        margin-bottom: 30px;
    }
    .get_img {
        width: 90%;
    }
    .get_txt {
        margin-bottom: 78%;
    }
    .tes_sll p {
        font-size: 15px;
    }
    .qqt {
        max-width: 40px;
        margin-bottom: 15px;
    }
    .sec_gap {
        padding: 40px 0;
    }
    h1 {
        font-size: 34px;
    }
    .ddl_img_inn .box_blue {
        width: 85px;
        height: 85px;
        position: absolute;
        bottom: -25px;
        left: -10px;
    }
    .blen_round {
        width: 300px;
        height: 300px;
    }
    .blen_round img {
        width: 270px;
        height: 270px;
    }
    .key_accpt .hdr h2,
    .hdr.sml_hdr2 h2 {
        font-size: 28px;
    }
    .key_otr {
        min-height: 325px;
    }
    .ml-auto.con_txt {
        margin-bottom: 350px !important;
    }
    .iccn_tx>img {
        width: 30px;
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 420px) {
    .key_otr {
        min-height: 280px;
    }
    .ml-auto.con_txt {
        margin-bottom: 320px !important;
    }
    .con_imgg {
        max-width: 90%;
    }
    .scroll_link {
        left: -25px;
    }
}

@media only screen and (max-width: 384px) {
    .key_otr {
        min-height: 245px;
    }
    .con_imgg {
        max-width: 90%;
    }
    .ml-auto.con_txt {
        margin-bottom: 300px !important;
    }
}

@media only screen and (max-width: 360px) {
    .key_otr {
        min-height: 208px;
    }
    .ml-auto.con_txt {
        margin-bottom: 240px !important;
    }
    .navbar-brand {
        width: 150px;
    }
    .lang_otrr img {
        width: 55px;
    }
    .lang_otrr {
        margin-right: 15px;
    }
    .iccn_txt.line_styl h3 {
        font-size: 13.5px;
    }
}
.queen-con p{
    font-weight: 400;
    font-size: 25px;
}
.fa-arrow-right:before {
    color: #94e1ec!important;
    padding-right: 15px!important;
}
.hb-menu{
    background-color: #94e1ec;
}
/* .pl-0, .px-0 {
    margin-bottom: 100px !important;
} */
.bnr_iim{
    height: 350px;
}
/** ============== Arrow =============*/
/*Arrow Slick*/
.slldr_otr .tmImg img {
	width: 100%;
}
.slldr_otr h4 {
	margin-bottom: 7px;
}
.slldr_otr .prev-arrow, .slldr_otr .next-arrow {
	top: 50%;
	display: block;
	width: 39px;
	height: 39px;
	position: absolute;
	border: 0;
	border-radius: 100%;
	background-image: var(--gradientColor) !important;
	color: #fff;
	transform: translateY(-50%);
}
.slldr_otr .slick-arrow.prev-arrow {
	left: -45px;
	background-image: url(images/left_arw.png);
	background-size: 39px;
	background-repeat: no-repeat;
	background-position: center;
    color: white;
    background-color: #30c5de;
}
.slldr_otr .slick-arrow.next-arrow{
  right: 0px;
  background-image: url(images/right_arw.png);
  background-size: 39px;
  background-repeat: no-repeat;
  background-position: center;
  right: -45px;
      color: white;
    background-color: #30c5de;
}
.slldr_otr .prev-arrow::before, .slldr_otr .next-arrow::before {
  display: none;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    outline: none !important;
}
.bnr_iim iframe{
    width: 615px;
    height: 350px;
}
/** banner css for high resolution screen */
@media screen and (max-width: 1600px) and (min-width: 1600px){
.mind-bnr{
    right: 100px;
}
.banner.inner_ban {
    min-height: 450px;
}
.sec_gap {
    padding: 45px 0;
}
.home_banner.banner {
    min-height: 420px;
}
.bnr_iim {
    height: 350px;
    width: 610px;
}
.scroll_link {
    left: -60px;
}
}
	@media only screen and (min-width: 680px) {
	  .hide-pc {
		display:none;
	  }
	}
@media only screen and (max-width: 640px) { 
    .bnr_iim iframe{
    width: 100% !important;
    height: 180px !important;
 }
}
/* @media screen and (max-width: 640px) and (min-width: 360px) {
    .bnr_iim iframe{
    width: 100% !important;
    height: 220px !important;
}
} */

/* .duel_stc_normalhdr{
    margin-bottom: 270px !important;
} */
.goals ul li span{
    color: #42af50;
}

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

