* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

html,
body {
    width: 100vw;
    overflow-x: hidden;
}


.container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 15px;
}

body {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
}


a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.display-5 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #011a41;
}


/********************************************************

**************** Nav Welcome Button Style ***************

********************************************************/
.welcome-dropdown {
    background-color: #fff;
    color: #000;
    width: 250px;
    width: 211px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2) !important;
    left: auto;
    right: 0;
}

.welcome-dropdown a {
    padding: 10px 15px;
}

.img-profile_wrap {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.user-btn {
    background-color: #0cbaea;
    color: #fff;
    font-size: 15px;
}

.user-profile {
    height: 50px;
}

.user-dropdown_menu {
    color: #000 !important;
    border-bottom: 2px solid #e5e5e5 !important;
    font-size: 15px;

}

.welcome-dropdown li:hover a {
    background-color: #6262de;
    color: #fff !important;
}

.dropdown-pic {
    height: 20px;
    margin-right: 20px;
}

.hover-dropdown .dropdown-hover_style {
    display: none;
}


.hover-dropdown:hover .dropdown-hover_style {
    display: block;
}

.dropdown-hover_style .dropdown-toggle::after {
    display: none;
}


.dropdown-hover_style:hover .welcome-dropdown {
    display: block;
}

.arrow-pic1 {
    height: 10px;
    padding-left: 10px;
}

.arrow-pic2 {
    height: 20px;
    padding-left: 10px;
}

.user-pic {
    height: 20px;
    padding-right: 10px;
}

.button-login .login-btn {
    background-color: #426ee6;
    color: #fff;
    padding: 6px 11px;
    border-radius: 9px;
    transition: 0.5s;
}

.button-login .login-btn:hover {
    background-color: #8066f7;
    color: #fff;
}

.button-login a {
    color: #fff;
    font-weight: 500;
}

.welcome-dropdown li:hover .dropdown-pic {
    filter: brightness(0%) invert(1);
}

.button-login {
    /* display: none; */
}


/********************************************************

**************** Top Header Section ********************

********************************************************/
.top-header {
    padding: 8px 20px;
    background-color: rgba(255, 255, 255, 0.0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-white .top-header {
    border-bottom: 1px solid #e5e5e5;
}

.top-header {
    position: fixed;
    top: 0%;
    left: 0;
    z-index: 1050;
}

.top_nav-points {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.border-none {
    border-bottom: none !important;
}

.top_nav-right a {
    color: #fff;
    font-size: 12px;
}

.bg-white .top_nav-points,
.bg-white .top_nav-right a {
    color: #000;
}

/* .bg-white .button-login{
    border: 3px solid red;
} */

.top_nav-right {
    text-align: right;
    font-size: 14px;
}

.nav-tabs .about-tab {
    color: #000;
}

.nav_tab-wrap {
    /* padding-left: 40px; */
    padding-top: 20px;
}

.nav-tabs .nav-link.active {
    background-color: #0cbaea;
    color: #fffefe;
}

.btn-style {
    background-color: #0cbaea;
    color: #fffefe;
    padding: 15px 20px;
    border: none !important;
}

.btn-style:hover {
    background-color: #0b5ed7;
    color: #fff;
}



/*************Header Dropdown ****************/
.hover-dropdown .dropdown-menu {
    display: none;
}


.hover-dropdown:hover .dropdown-menu {
    display: block;
}

.hover-dropdown .dropdown-toggle::after {
    display: none;
}

.hover-dropdown:hover .dropdown-menu {
    /* background-color: #ff067552; */
    background-color: #200abd75;
    backdrop-filter: blur(20px);
}

.dropdown-item {
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding: 10px 15px;
}


.social-icon_wrap .social-icons {
    padding: 0 12px;
    font-size: 20px;
    color: #fc3a82;
}

.main-header {
    top: 40px;
}


.navbar {
    /* background-color: rgba(255, 255, 255, 0.0); */
    background-color: transparent;
    padding: 0;
}

.navbar.bg-white {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.logo-wrap {
    width: 17%;
}

.nav-logo {
    width: 100%;
	margin-left: 15%;
}

.header-nav {
    margin: auto;
}

.nav-btn {
    text-decoration: none;
    color: #fff;
    background-color: #14452f;
    border-radius: 5px;
    padding: 7px 15px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.nav-btn:hover {
    background-color: #160e4d;
    color: #fff;
}

.header-nav {
    margin: 0 auto;
}

.nav-btn i {
    margin-right: 10px;
}

.nav-item {
    padding: 0;
    margin: 0;
}

.nav-link {
    color: #fff;
    font-weight: 700;
    padding: 20px 13px;
    border-radius: 0;
}

.nav-link:hover,
.nav-link:active,
.nav-link:focus,
.nav-link:visited {
    background: #0cbaea;
    color: #fff;
    border-radius: 4px;
}

.main-header .nav-link:active,
.main-header .nav-link:focus,
.main-header .nav-link:visited {
    background: transparent !important;
}

.bg-white .nav-link {
    color: #333;
}

.navbar-nav .nav-link.active {
    color: #fff;
    background-color: #fc3a82;
    border-radius: 4px;
}

/********* ./Header End ***********/


/*Header Responsive Style Start*/
@media (max-width:767px) {
    .logo-wrap {
        width: 45%;
    }

    .nav-link {
        padding: 12px 13px;
    }

    .navbar {
        padding: 12px 0;
    }

}

/* ./Header Responsive Style End*/

/********************************************************

**************** Banner Section ************************

********************************************************/
/*Banner  Section Style Start*/
.banner-slide {
    position: relative;
}

.banner-slide img {
    width: 100%;
}

.banner-heading_main {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
}

.banner-heading2 {
    font-size: 22px;
    font-weight: 600;
    padding: 30px 0 20px 0;
    color: #fffafa;
}

.banner-heading3 {
    font-size: 28px;
    color: #c9fcff;
    font-weight: 600;
}

.btn-wrap {
    margin-top: 50px;
    display: block;
}

.common-btn {
    padding: 20px 40px;
    color: #fff;
    background-color: #0cbaea;
    border-color: #0cbaea;
    border-radius: 15px;
}

.common-btn:hover {
    color: #fff;
    background-color: #5e3afc;
}

.banner-slide {}

.banner-slide .col {
    padding: 150px 0;
}

.banner-slide1 {
    /* background-image: url(../images/banner-slider1.jpg); */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    min-height: 105vh;
}

.banner-slide2 {
    /* background-image: url(../images/banner-slider_2.jpg); */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    min-height: 105vh;
}

.banner-slide3 {
    /* background-image: url(../images/banner-slider_new3.jpg); */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    min-height: 105vh;
}


.banner-slider_wrap .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateX(50px);
    z-index: 100;
    border: none;
}

.banner-slider_wrap .slick-prev {
    left: 0%;
    display: block;
    height: 50px;
    width: 50px;
    color: transparent;
    border-radius: 50%;
    background-color: #00000078;
    background-image: url(../images/previous-arrow_whtleft.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-slider_wrap .slick-next {
    right: 7%;
    display: block;
    height: 50px;
    width: 50px;
    color: transparent;
    border-radius: 50%;
    background-color: #00000078;
    background-image: url(../images/right-arrow_white.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-section {
    position: relative;
}

.custom-shape-divider-bottom-1721369322 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1721369322 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}

.custom-shape-divider-bottom-1721369322 .shape-fill {
    fill: #FFFFFF;
}

@media (max-width:767px) {
    .banner-slide .col {
        padding-bottom: 0;
    }

    .banner-slide {
        background-size: cover;
    }

    .banner-heading_main {
        font-size: 30px;
    }

    .nav-dropdown {
        background-color: rgb(176, 174, 230);
        padding-bottom: 30px;
    }

    .dropdown-item {
        font-size: 12px;
    }
}

@media (max-width:550px) {
    .banner-slide .col {
        padding: 100px 0;
    }

    .banner-slide1,
    .banner-slide2 {
        background-size: contain;
    }

    .banner-heading_main {
        font-size: 20px;
    }

    .banner-heading2 {
        font-size: 13px;
    }

    .banner-heading3 {
        font-size: 12px;
    }

    .btn-wrap {
        margin-top: 20px;
    }

    .common-btn {
        font-size: 13px;
        padding: 9px 16px;
    }
}

/********************************************************

**************** About Section Start********************

********************************************************/
.section-about {
    padding: 70px 0;
}

.section-about .view_more-btn {
    display: block;
}

.abt_features-icon {
    height: 60px;
    filter: hue-rotate(-143deg) brightness(1.4);
}

.section-about {
    display: block;
}

.about-img_wrap {
    position: relative;
}

.float-img {
    position: absolute;
    top: -24px;
    left: -48px;
}

.float-img2 {
    position: absolute;
    bottom: -22px;
    right: 211px;
    z-index: -1000;
}

.about-main_pic img {
    /* width: 100%;
    height: 600px; */
    border-radius: 40px;
    /* object-fit: cover; */
}

.small-img {
    height: 150px;
    box-shadow: -30px -30px 0px #ccc, 30px 30px 0px #e8e8e8;
}

.yellow-pattern {
    border-radius: 20px;
}

.img-name_div h5 {
    font-weight: 600;
}

.img-name_div span {
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
}



.section-heading {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #011a41;
}

.section-about .section-heading {
    padding-top: 30px;
}

.sec-para {
    line-height: 32px;
    font-size: 18px;
    color: #777572;
}

@media (max-width:767px) {
    .section-about img {
        width: 100%;
    }

    .section-heading {
        font-size: 27px;
        text-align: center;
        line-height: 40px;
    }

    .sec-para {
        text-align: justify;
    }

    .section-about .section-heading {
        padding-top: 30px;
    }

}

/********************************************************

************** Subscribe  Process Section Start *********

********************************************************/
.nav-pills .nav-link.active {
    background-color: #0cbaea;
    color: #fff;
}

.section-process .process-container {
    position: relative;
    z-index: 2;
}

.nav-pills .nav-link.active h5 {
    color: #fff;
}

.nav-pills .nav-link.active .step-head {
    color: #fff;
}

.nav-pills .nav-link.active .text-primary {
    color: #fff;
}

.text-primary {
    color: #0cbaea !important;
}

.step-head {
    color: #000;
}

.section-process h5 {
    color: #000;
}

.process-text h3 {
    font-weight: 600;
}

.tab-pane p {
    font-weight: 500;
    font-size: 18px;
    line-height: 33px;
    color: #555;
}


/********************************************************

**************** What WE Do Section Start****************

********************************************************/
.what_we-do {
    background-color: #5490e6;
    padding: 100px 0;
    position: relative;
}

.what_we-do:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/mackbook-blue-min.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    filter: hue-rotate(324deg) brightness(1.1);

}

.what_we-do .container {
    position: relative;
    z-index: 2;
}

.custom-shape-divider-top-1721371646 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1721371646 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 285px;
}

.custom-shape-divider-top-1721371646 .shape-fill {
    fill: #FFFFFF;
}

.why_us-box {
    padding: 30px;
    border: 1px solid #DFE4FD;
    border-radius: 8px;
    margin-top: 40px;
}

.custom-shape-divider-bottom-1721383597 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1721383597 svg {
    position: relative;
    display: block;
    width: calc(153% + 1.3px);
    height: 166px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1721383597 .shape-fill {
    fill: #FFFFFF;
}

.why_us-box:hover {
    background-color: #0cbaea;
    color: #fff;
}

.why_us-box:hover img {
    filter: brightness(0%) invert(1);
}



.why_us-box:hover .sec-para {
    color: #fff;
}

.why_us-right {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 30px 90px rgb(0 0 0 / 20%);
}

.points-wrap {
    background-color: #fff;
}

.points-wrap img {
    filter: hue-rotate(216deg) brightness(1.4);
}

.points-wrap h5 {
    font-weight: 600;
    font-size: 20px;
    padding: 15px 0;
}

/********************************************************

******** Subscribe Process Step Section *****************

********************************************************/
.section-process {
    background-color: #fafbfd;
    position: relative;
    background: url('../images/steps-bg.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #fafbfd;
    background-size: 60% auto;
}

/* .section-process:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/steps-bg.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 60% auto;
    filter: hue-rotate(219deg) brightness(1.1);
    z-index: 1;
    
} */

.process-text {
    background-color: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

/********************************************************

***************** Pricing Plans Section Start************

********************************************************/
.subscription-pricing {
    padding: 70px 0;
}

.subscription_plan-wrapper {
    position: relative;
}

.subscription_plan-wrapper:before {
    content: '';
    height: 45%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(15 89 207 / 29%);
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 0.35s;
}

.subscription_plan-wrapper:after {
    content: '';
    height: 55%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(12 186 234 / 36%);
    transform: scaleY(0);
    transform-origin: center bottom;
    transition: all 0.35s;
}

.subscription_plan-wrapper:hover:after,
.subscription_plan-wrapper:hover:before {
    transform: scaleY(1);
    z-index: 1;
}


.img-wrapper {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}


.text-wrapper {
    position: relative;
    z-index: 2;
}

.splan-img {
    height: 200px;
    display: block;
    border: 2px solid #87ceeb94;
    padding: 12px;
    border-radius: 10px;
	width: 100%;
}

.subscription_plan-wrapper {
    padding: 10px 20px;
    border: 2px solid #19bce9;
    border-radius: 15px;
    border-top: 15px solid #19bce9;
    height: 100%;
}

.subscription_plan-wrapper h4 {
    font-size: 30px;
    padding-bottom: 10px;
    color: #19bce9;
    font-weight: 700;
    text-align: center;
}

.subscription_plan-wrapper p {
    font-size: 16px;
    color: #3d4239;
    padding: 8px 0 0px 0;
    margin-bottom: 0;
    text-align: justify;
}

.subscription_plan-wrapper .amt-span {
    font-size: 20px !important;
    display: block;
    font-weight: 700;
    color: #0cbaea;
    text-align: center;
}

.subscription_plan-wrapper .span-2 {
    font-size: 20px;
    font-weight: 400;
    padding-left: 12px;

}

.subscription_plan-wrapper a {
    font-size: 15px;
    padding: 10px 20px;
    background-color: #0cbaea;
    color: #fff;
    margin: 10px 0;
    display: inline-block;
    /* margin-bottom: 40px; */
    border-radius: 4px;
    display: flex;
    justify-content: center;
}

.subscription_plan-wrapper ul {
    border-top: 1px solid #d5d5d5;
}

.subscription_plan-wrapper li {
    font-size: 17px;
    padding-left: 0;
    line-height: 40px;
}

.top-li {
    padding-top: 20px;
}

.splan-2 {
    background-color: #e9faffa1;
    color: #000;
}

.splan-2 h4,
.splan-2 p,
.splan-2 .amt-span,
.splan-2 .span-2 {
    color: #0cbaea;
}

.splan-2 a {
    background-color: #fff;
    color: #0cbaea;
    border: 1px solid #e5e5e5;
}

.splan-2 ul {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.subscription_plan-wrapper:hover h4 {
    color: #000;
}

.subscription_plan-wrapper:hover p {
    color: #000;
}

.subscription_plan-wrapper:hover .amt-span {
    color: #000;
}

.subscription_plan-wrapper:hover .span-2 {
    color: #000;
}

/* .subscription_plan-wrapper:hover {
    background-color: #0cbaea;
    color: #fff;
} */

/* .pricing-plans {
    padding: 70px 0;
} */


.subscription_plan-wrapper:hover a {
    background-color: #fff;
    color: #0cbaea;
}

.pricing-plans .main-head {
    margin: 0 auto;
    display: block;
}

.pricing-heading {
    margin-bottom: 50px;
}


/*Pricing Plans Section End*/


/********************************************************

***************** Shorts Video Section Start************

********************************************************/
.video-section {
    width: 100%;
    height: 500px;
    background: black;
    position: relative;
    overflow: hidden;
}

.video-section .thumbnail-wrap {
    position: absolute;
    top: 50px;
    right: 100px;
    z-index: 1000;
}

.video-section .thumbnail-wrap.video-left_img {
    top: 130px;
    right: 133px;
}

/* .video-section .thumbnail-wrap.video-right_img {
    top: auto;
    bottom: 50px;
    left: 100px;
} */

.video-section .thumbnail-wrap img.thumb {
    width: 367px;
    border: 4px solid #ffffff;
    border-radius: 36px;
    /* box-shadow: 20px 20px 0px #fc3a82; */
    transition: all 0.25s ease-in;
}

.video-section .thumbnail-wrap:hover img.thumb {
    box-shadow: 20px 20px 0px #0cbaea;
    transition: all 0.25s ease-in;
}

/* .video-section .thumbnail-wrap:hover img.thumb {
    box-shadow: 0px 0px 0px #fc3a82;
} */

.thumbnail-wrap a {
    display: block;
}

.ytube-icon_wrap {
    pointer-events: none;
}

.overlay-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000070;
    z-index: 100;
}

.img-float {
    position: absolute;
    top: 0;
    left: 0;
}

.video-section .video-1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video-img_wrap {
    position: relative;
}

.video-img_wrap img {
    position: absolute;
    top: 0;
    left: 0;
}

.video-section .video-2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 200;
}

.video-section .text-1 {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2000 !important;
    /* background: linear-gradient(#E91E63, #09118e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    /* text-shadow: 12px 12px 0px #fff; */
}

.video-section .text-3 {
    color: #fff;
    top: 118%;
    left: 80px;
    position: absolute;
    z-index: 100;
    font-size: 20px;
}

.video-section .text-2 {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 45px;
    line-height: 102px;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    z-index: 200;
    /* background: linear-gradient(#e9ce1e, #7CB342);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    /* text-shadow: 12px 12px 0px #fff; */
}

/***** Shorts Section End ******/



/********************************************************

*********************  Media Presence *******************

********************************************************/
.media-presence {
    position: relative;
    padding: 50px 0;
}

.media-presence_thumbnails {
	height: 100%;
	width:  100%;
	object-fit: cover;
}

.media-presence_thumbnails img {
	height: 200px;
	width: 100%;
}

.cutout-wrap{

	padding-top: 50px;
}

.cutout-wrap h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #011a41;
}

.shorts-right {
    display: flex;
    justify-content: center;
}

.video-short {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 177.77%;
}

.video-short video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media-presence .yt-icon {
    height: 55px;
}

.thumbnails img {
    border: 8px dashed #0cbaea;
    width: 100%;
}

.videos-btm_row {
    text-align: center;
}

.thumbnail-wrap {
    position: relative;
}

.ytube-icon_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.media-presence:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/media-bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    /* filter: hue-rotate(135deg);
    opacity: 0.5; */
}

.media-presence .container {
    position: relative;
    z-index: 2;
}

.cutout-img {
    padding: 0 5px;
}

.cutout-inner {
    background-color: darkblue;
    padding: 0px;
    width: 100% !important;
    height: 300px !important;
}

.cutout-inner a {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.cutout-inner img {
    width: 100%;
    height: 100% !important;
    margin: 0 10px;
    display: block;
    margin: 0 auto;
}

.channel-name_wrap {
    padding-bottom: 70px;
}


.channel-name_wrap .channel-img {
    height: 100px;
    width: auto;
    display: block;
    margin: auto;
}

/* .media-presence_video {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
} */

.media-video_wrap {
    width: 33.33%;
    padding: 15px;

}

.media-presence_video .iframe-container {
    position: relative;
    width: 100%;
    padding: 10px;
    background-color: #011a41;
    border-radius: 10px;
    height: 100%;
}

.cutout-link {
    color: #fff;
    padding: 20px;
    text-align: center;
    display: block;
}

.media-video_wrap a {
    display: block;
}

.media-video_wrap a img {
    display: block;
    width: 100%;
    height: 200px;
}

.media-presence_video .iframe-container-v2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.media-presence_video .iframe-container-v2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cutout-wrap .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    border: navajowhite;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fc3a82;
    color: transparent;
}

.cutout-wrap .slick-next {
    left: auto;
    right: 0;
    background-image: url(../images/right-arrow_white.png);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: center;
    background-color: #079cc5;
}

.cutout-wrap .slick-prev {
    background-image: url(../images/previous-arrow_whtleft.png);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: center;
    background-color: #079cc5;
}

/*Media Prsence awarda slider(owl)*/
.owl-carousel .brand-item img {
    height: 150px;
    width: auto;
    margin: auto;
}



/********************************************************


******************** Why Us Inner Page Start ************

*********************************************************/
/*Why Us banner*/
.why_us-banner {
    background-image: url(../images/why_us-page_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 250px 0;
    position: relative;
}

.why_us-banner h2 {
    font-size: 60px;
    padding: 30px 0;
    color: #fff;
    font-weight: 900;
    padding-bottom: 10px;
}

.custom-shape-divider-bottom-1723618320 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1723618320 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 84px;
}

.custom-shape-divider-bottom-1723618320 .shape-fill {
    fill: #FFFFFF;
}
/*Why-Us Banner End*/

/*Why_Us Page Main Start*/
.why_us-main {
    padding: 70px 0;
}

.why_us-main .features-wrapper h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    padding-bottom: 15px;
}

.why_us-main .features-wrapper p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}

.why_us-main h3 {
    font-size: 35px;
    font-weight: 900;
    color: #000;
    line-height: 55px;
}
/************** Why_Us Inner Page Main End **************/



/*********************  YouTube Section*******************/

/********************************************************/
.youtube-section {
    background-image: url(../images/section-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}

.youtube-video_wrap {
    display: flex;
    flex-wrap: wrap;
}

.video-wrap {
    position: relative;
    height: 0;
    width: 50%;
    padding-bottom: 56.25%;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yt-row {
    position: relative;
}

.yt-row .yt-view_btn {
    position: absolute;
    bottom: -10%;
    left: 65%;
}


.youtube-section .iframe {
    display: block !important;
}

.testimonial-item .testimonial-text {
    padding: 50px !important;
}

.video-wrap {
    margin: 20px 0;
}

.video-wrap iframe {
    border-radius: 10px;
    border: 5px solid #fff;
}

.yt-midsec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.yt-midsec h2 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin-left: 472px;
}

.testmonials-item {
    position: relative;
	height: 350px;
}

.testimonial-color {
	height: 332px;
}

.testimonial-color .ytube-icon,
.testimonial-border .ytube-icon {
    border: none;
    box-shadow: none;
    border-radius: 0%;
    height: 25px !important;
    width: auto !important;
    position: absolute;
    bottom: 22%;
    left: 45%;
}

/********************************************************

*********************  Achievements *********************

********************************************************/
.section-achievements {
    background-image: url(../images/achivement-banner.jpeg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

.custom-shape-divider-top-1721370338 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1721370338 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 61px;
}

.custom-shape-divider-top-1721370338 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom-1721370408 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1721370408 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 61px;
}

.custom-shape-divider-bottom-1721370408 .shape-fill {
    fill: #FFFFFF;
}

.section-achievements img {
    width: 100%;
}

.section-achievements h1 {
    color: #fff;
}

.section-achievements .video-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.section-achievements .video-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.award-wrapper img {
    height: 270px;
    width: 270px;
    border-radius: 100%;
}

.award-wrapper {
    position: relative;
}

.award-1wrap {
    position: absolute;
    top: -40px;
    right: 35%;
}

.award-2wrap {
    position: absolute;
    top: -56px;
    right: -3%;
}

.award-3wrap {
    position: absolute;
    top: 300px;
    right: -8%;
}


.award-5wrap {
    position: absolute;
    top: 275px;
    right: 66%;
}

.award-6wrap {
    position: absolute;
    top: 250px;
    right: 32%;
}

.award-7wrap {
    position: absolute;
    top: -44px;
    right: 70%;
}


.view_more-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.media-videos {
    border: 10px dashed;
}

/********************************************************

***************** Testomonial Section Start *************

********************************************************/
.testmonials-page {
    padding: 50px 0;
    position: relative;
    /* background: url('../images/testimonial-bg.png') center bottom no-repeat #fffbfe;
    background-size: cover; */
    background-color: #fffbfe;
}

.testimonial-btn {
	position: relative;
	z-index: 2 !important;
}



.testmonials-page::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/testimonial-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    filter: hue-rotate(202deg) brightness(1.6);

}

.testmonials-page .thumbnails img {
    border: none;
}

.testmonials-page h2 {
    text-align: center;
    text-transform: capitalize;
}

.testmonials-item {
    padding: 50px 5px;
    padding-top: 0px;
}

.testmonials-item img {
    width: 30% !important;
    display: inline-block !important;
    margin-bottom: 10px;
}

.testimonial-box_thumbnails {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.testmonials-page .testimonial-box_thumbnails img {
	height: 80px !important;
	width: 150px !important;
}

.testmonials-item h6 {
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
}

.testimonial-border {
    background-color: #edf4ff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    min-height: 340px;
    box-shadow: 3px 3px 0px 1px #003b97;
}

.testimonial-border .fa {
    color: #003b97;
}

.testimonial-border img {
    border: 3px solid #b6cfb2;
    border-radius: 50%;
    box-shadow: 1px 1px 0px 1px #000;
}

.testimonial-color {
    /* background-color: #daf0f6; */
    background-color: #e4f1f4;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    min-height: 340px;
    box-shadow: 3px 3px 0px 1px #0cbaea;
}

.testimonial-color .fa {
    color: #fc357f;
}

.testimonial-color img {
    border: 3px solid #000000;
    border-radius: 50%;
    box-shadow: 1px 1px 0px 1px #ffffff;
}

.testmonials-item i {
    font-size: 33px;
}

.testmonials-item .thumbnail-pic {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0% !important;

}

.testmonials-item .testimonial-yt_icon .yt-icon {
    width: 15% !important;
}

.testmonials-item .thumbnail-pic1 {
    width: auto !important;
    height: 90px;
}

.testmonials-item .ytube-icon_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    border: none;
}

/* ./Testimonials Section end  */


/********************************************************

***************** Blog Section Start *******************

********************************************************/
.recent-blog-posts {
    padding: 80px 0;
}

.blog-details_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.blog-writer_img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.recent-blog-posts .post-box {
    /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); */
    box-shadow: 0px 0 30px rgb(1 41 112 / 47%);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px -30px;
    position: relative;
}

.recent-blog-posts .post-box .post-img img {
    transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
    font-size: 16px;
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
    display: block;
    margin-bottom: 10px;
}

.blog-head {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 15px;
}


.recent-blog-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-img img {
    transform: rotate(6deg) scale(1.2);
}

/********************************************************

**************** Counter Section Start ******************

********************************************************/
.counter {
    padding: 90px 0;
    /* background: linear-gradient(#fc357f, rgba(115, 53, 252, .95)), url(../img/bg.png); */
    background-image: url(../images/plans-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.counter-wrap {
    display: flex;
    justify-content: space-around;
}

.facts-points2 h6 {
    color: #fff;
    text-align: center;
}

#shiva img {
    height: 70px;
    padding-bottom: 10px;
}

.fact-points h6 {
    font-size: 20px;
}

#shiva {
    width: 240px;
    height: 240px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.shiva-1 {
    background-color: red;
}

.shiva-2 {
    background-color: #49c9ed;
}

.shiva-3 {
    background-color: #7272ea;
}

.shiva-4 {
    background-color: #63d276;
}

.count {
    /* line-height: 100px; */
    color: white;
    /* margin-left:30px; */
    font-size: 35px;
}

#talkbubble {
    width: 120px;
    height: 80px;
    background: red;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin: 20px;
}

#talkbubble:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 26px solid red;
    border-bottom: 13px solid transparent;
}

.linker {
    font-size: 20px;
    font-color: black;
}

@media (max-width:767px) {
    .counter-wrap {
        display: block;
    }

    #shiva {
        height: 180px;
        width: 180px;
        margin: 20px auto;
    }

    #shiva img {
        height: 40px;
    }

    .count {
        font-size: 25px;
    }

    .fact-points h6 {
        font-size: 17px;
    }
}

/********************************************************

***************** Contact Section ***********************

********************************************************/
.contact-sec {
    padding-bottom: 50px !important;
    position: relative;
    background: rgb(2, 0, 36);
    /* background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgb(252 58 130) 100%); */
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgb(58 201 252) 100%);
}

.contact-sec .container-fluid {
    position: relative;
    z-index: 10;
}

.custom-shape-divider-top-1721451218 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1721451218 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 250px;
}

.custom-shape-divider-top-1721451218 .shape-fill {
    fill: #FFFFFF;
}

.form-container {
    background-color: #fff;
    box-shadow: 0px 20px 90px rgba(0, 0, 0, 0.4);
    padding: 50px;
}

.contact-btn {
    background-color: #fc3a82;
    color: #fff;
}


/********************************************************

***************** Footer Section ************************

********************************************************/
.page-footer {
    background-color: #030023;
    color: #fff;
    position: relative;
    padding-top: 50px;
}

.footer-link:hover {
    color: #0cbaea;
}

.btn-sign_up {
    background-color: #0cbaea;
    color: #fff;
}

.btn-sign_up:hover,
.btn-sign_up:active,
.btn-sign_up:focus {
    background-color: #0a58ca;
    color: #fff;
}

.custom-shape-divider-top-1721404398 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1721404398 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 93px;
}

.custom-shape-divider-top-1721404398 .shape-fill {
    fill: #FFFFFF;
}

.btn-link {
    color: #fff;
    text-decoration: none;
}

/*Footer bottom section*/
.foot-btm {
    background-color: #000b1c;
    color: #fff;
}

.footer-btm_link {
    color: #fff;
    text-decoration: none;
}

/************** ./Footer End *************/









@media (max-width:1400px) {
    .section-process h5 {
        font-size: 16px;
    }

    .main-header .nav-link {
        font-size: 15px;
    }

    .float-img {
        left: -7px;
    }

    .video-section .text-3 {
        left: 54px;
    }

    .subscription_plan-wrapper p {
        font-size: 14px;
    }

    .subscription_plan-wrapper .amt-span {
        font-size: 36px;
    }

    .small-img {
        box-shadow: -20px -23px 0px #ccc, 22px 24px 0px #e8e8e8;
    }

    .video-section .thumbnail-wrap img.thumb {
        width: 330px;
    }

    .video-section .thumbnail-wrap.video-left_img {
        right: 70px;
    }

    .float-img2 {
        right: 123px;
    }

    #shiva {
        height: 220px;
        width: 220px;
    }

    .foot-address {
        font-size: 15px;
        margin-bottom: 10px !important;
    }
}

@media (max-width:1200px) {
    .main-header.navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }
}

@media (max-width:1100px) {
    .top_nav-points {
        font-size: 11px;
    }
}

@media (max-width:768px) {
    .top-header {
        display: none;
    }

    .nav-logo {
        height: 60px;
        width: auto;
    }

    .main-header {
        top: 0;
    }

    .banner-heading2 {
        font-size: 16px;
        padding: 10px 0 10px 0;
    }

    .banner-heading3 {
        font-size: 12px;
    }


}

@media (max-width:550px) {

    /*Section Header*/
    .top-header {
        display: none;
    }

    .nav-dropdown {
        background-color: rgb(176, 174, 230);
        padding-bottom: 30px;
    }

    .button-login {
        width: 100%;
        margin-left: 10px;
    }

    .main-header {
        top: 0px;
    }

    .welcome-btn {
        margin-left: 10px;
    }


    /*Banner Section*/
    .banner-slide {
        min-height: 50vh;
    }

    .banner-slider_wrap .slick-prev {
        left: -11%;
        height: 40px;
        width: 40px;
    }

    .banner-section .btn-wrap {
        margin-top: 7px;
    }

    .banner-heading2 {
        padding: 13px 0 20px 0;
        font-size: 12px;
        padding-bottom: 13px;
    }

    .banner-slider_wrap .slick-next {
        right: 15%;
        height: 40px;
        width: 40px;
    }

    /*About Section*/
    .section-about {
        padding-top: 100px;
    }

    .section-about h4 {
        font-size: 16px;
    }

    .section-about span {
        font-size: 13px;
    }

    .section-about .small-img {
        height: 116px;
    }

    .section-about .sec-para {
        margin: 0 10px;
    }

    .small-img {
        box-shadow: -18px -16px 0px #ccc, 18px 18px 0px #e8e8e8;
    }

    .about-subhead {
        text-align: center;
    }

    .float-img {
        top: -56px;
        left: 23px;
    }

    .float-img2 {
        right: -13px;
    }

    .abt-right {
        padding-top: 75px;
    }

    /*You tube Section*/
    .youtube-section {
        padding-bottom: 10px;
    }

    /*What we do*/
    .what_we-do .sec-para br {
        display: none;
    }

    .what_we-do .section-heading {
        font-size: 22px;
        line-height: 34px;
    }

    .pricing-heading {
        font-size: 25px;
    }

    /*Media Prsence*/
    .media-presence .thumbnail-wrap {
        margin: 0 20px;
    }

    .media-row {
        margin: 0 20px;
    }

    .cutout-wrap h3 {
        font-size: 25px;
    }

    .channel-name_wrap .channel-img {
        margin-bottom: 24px;
    }

    /*Subscriptions Plan Section*/
    .subscription_plan-wrapper h4 {
        font-size: 30px;
    }

    .s-plan {
        margin: 20px;
    }

    .splan-box {
        margin: 10px 0;
    }

    /*Process Section*/
    .section-process .display-5 {
        font-size: 25px;
    }

    .process-text h3 {
        text-align: center;
    }

    .section-process .tab-pane p {
        font-size: 17px;
        line-height: 27px;
        text-align: center;
    }

    .points-wrap img {
        height: 40px;
    }

    .counter {
        padding-bottom: 0;
    }

    /*Pricing Plans Section*/
    .pricing-heading {
        margin-bottom: 5px;
    }

    /*Shorts Video section*/
    .video-section .thumbnail-wrap.video-left_img {
        top: 299px;
        left: 92px;
    }

    .video-section .text-3 {
        left: 10px;
        font-size: 17px;
    }

    .video-section .thumbnail-wrap img.thumb {
        width: 215px;
    }

    .mid-video {
        margin: 30px 0;
    }

    .recent-blog-posts .post-box {
        margin: 20px;
    }

    .yt-row .yt-view_btn {
        position: static;
    }

    .video-section .text-2 {
        top: 20%;
        left: 87px;
        color: yellow;
        font-size: 22px;
        line-height: 44px;
        z-index: 300;
    }

    /*Blog Section*/
    .middle-blog {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .display-5 {
        font-size: 25px;
    }

    .recent-blog-posts {
        padding-bottom: 40px;
    }

    .blog-head {
        font-size: 19px;
        text-align: center;
        margin: 20px 0;
    }

    .recent-blog-posts .post-box .readmore {
        text-align: center;
        display: block;
        background-color: #0cbaea;
        color: #fffefe;
        padding: 10px;
        border-radius: 15px;
        font-weight: 300;
        font-size: 15px;
    }

    /*Footer*/
    .page-footer {
        padding-top: 0px;
    }

    .page-footer ul {
        padding-left: 0 !important;
    }

    .sec-para {
        line-height: 27px;
        font-size: 17px;
    }

    .recent-blog-posts .sec-para {
        text-align: center;
    }

    .copyright-link {
        font-size: 13px;
    }

}


/********************************************************

************ Testimonial Inner Page Start ***************

********************************************************/
.testimonial_page-banner {
    /* background-image: url(../images/testimonial_page-banner.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 250px 0;
}

.testimonial_page-banner h2 {
    font-size: 50px;
    padding: 30px 0;
    color: #fff;
    font-weight: 900;
    padding-bottom: 10px;
}

.testimonial-main {
    padding: 100px 0;
}

.testimonial-box_wrap {
    display: flex;
    justify-content: space-between;
    background-color: #fff9f2;
}

.testimonial-box {
    max-width: 1000px;
    margin: 0 auto;
} 

.testimonial-text_wrap {
    max-width: 600px;
    /* background-image: url(../images/testimonial-text_bg.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} 

.testimonial-text_wrap h4 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: center;
}

.testimonial-text_wrap p {
    font-size: 16px;
    line-height: 25px;
    color: #555;
    text-align: justify;
    padding: 0 40px;
}

.testimonial-box_wrap {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 44%);
    padding: 30px;
    border-radius: 10px;
    
}

.review-icon {
    height: 50px;
    margin-left: 30px;
}

.testimonial-2 {
    padding-top: 5px;
}
/*********** ./Testimonial Inner Page End ************/

/*Testimonial Inner Page Responsive*/
@media (max-width:767px){
    
    .testimonial-box_wrap {
        display: block !important;
    }

    .testimonial-video_wrap {
        text-align: center;
    }

    .testimonial-text_wrap h4 {
        padding-top: 30px;
    }

    .testimonial_page-banner {
        padding: 206px 0;
    }

     .testimonial_page-banner h2 {
            font-size: 50px;
        }
}

@media (max-width:550px){
        .testimonial-box_wrap {
            margin: 0 30px;
        }

        .testimonial_page-banner h2 {
            font-size: 34px;
        }

        .testimonial_page-banner {
            padding: 140px 0;
        }
}
/*./Testimonial Inner Page Responsive End*/


/**************************************************************************************

**************** Policies inner page derivatives-risk-disclosure **********************

**************************************************************************************/
/* ************************risk Disclosure starts****************** */

.risk-disclosure {
    background-image: url(../images/investor-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 50px 0;
}

.risk-disclosure img {
    width: 80%;
}

.disclosure-catch {
    padding-top: 70px;
}

.risk-disclosure h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
}

.risk-disclosure li {
    list-style: none;
}

.risk-disclosure li i {
    margin-right: 10px;
}

.risk-disclosure ul {
    padding: 0;
    margin: 0;
}

.risk-para {
    margin-top: 5%;
}

.risk-para h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

.risk-para p {
    margin-top: 20px;
    color: #000000;
}

.subscribe {
    background-color: #dcf7ff;
    padding: 50px 0;
}

.subscribe h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}

.sub-buttom {
    margin-top: 20px;
}

.subscribe img {
    width: 100%;
}

.contact-group {
    padding: 0;
}

.contact-control {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    margin: 5px 0;
    border: 1px solid #05737c;
    border-radius: 4px;
    box-sizing: border-box;
}

.contact-control:focus {
    box-shadow: none;
}

.cnt-btn {
    background-color: #05737c;
    color: #fff;
    border: 1px solid #05737c;
    margin-top: 20px;
    text-transform: capitalize;
}

.cnt-btn:hover {
    background-color: #204f52;
    color: #fff;
}

@media (max-width: 992px) {
    .risk-disclosure img {
        width: 100%;
    }

    .disclosure-catch {
        padding-top: 50px;
    }
}

@media (max-width: 375px) {
    .subscribe h2 {
        font-size: 27px;
    }
}

/* ************************risk disclosure ends************************** */


/******************************************************************************************

**************** Policies inner page == Investor Charter & Disclosure **********************

*******************************************************************************************/
/*************************investor-charter starts******************** */

.incestor-sec {
    background-image: url(../images/investor-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 50px 0;
}

.incestor-sec h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.incestor-sec h6 {
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000000;
}

.incestor-sec h3 {
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 10px 15px;
    color: #000000;
}

.insector-left {
    background-color: #e7faff;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.insector-left h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.insector-right {
    background-color: #ffd9aa;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.insector-right h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.insector-list li i {
    margin-right: 10px;
}

.insector-list {
    border: 1px solid #000;
    padding: 10px 15px;
}

.insector-table3 h5,
.insector-table2 h5,
.insector-table h5 {
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 40px;
}

.insector-table3 p,
.insector-table2 p,
.insector-table p {
    margin-bottom: 10px;
    margin-top: 25px;
}

.custom-table{
	white-space: nowrap;
	background-color: #fff;
	text-align: center;
}

@media (max-width: 438px) {
    .insector-list li {
        font-size: 12px;
    }
}

/* ************************investor-charter ends********************** */


/******************************************************************************************

**************** Policies inner page ==  Research Disclaimer & Disclosure******************

*******************************************************************************************/
/* ******************************reasearch disclaimer starts********************** */

.reasearch-disclaimer {
    background-image: url(../images/investor-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 50px 0;
}

.reasearch-disclaimer h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.research1 {
    background-color: #e7faff;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.research2 {
    background-color: #ffd9aa;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.research1 h5,
.research2 h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.reasearch-quote li {
    font-weight: 600;
}


/* ***************************reasearch disclaimer starts*************************** */


/******************************************************************************************

**************** Policies inner page ==  Privacy Policy ***********************************

*******************************************************************************************/
/* ******** privacy policy starts ********* */

.privacy-policy {
    background-image: url(../images/investor-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 50px 0;
}

.privacy-policy h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.privacy-para {
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.privacy-para p {
    font-weight: 600;
    margin-bottom: 10px;
}

.privacy1 {
    background-color: #e7faff;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.privacy2 {
    background-color: #ffd9aa;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.privacy1 h5,
.privacy2 h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.privacy1 h6,
.privacy2 h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

/* ************ privacy policy ends ********************** */

/**************************************************************************************

**************** Policies inner page ==  Cancellation & Refund Policy *****************

***************************************************************************************/
/* ****************************cancellation refund starts************************** */

.cancellation-refund {
    background-image: url(../images/investor-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 50px 0;
}

.cancellation-refund h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.cancellation1 {
    background-color: #e7faff;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.cancellation2 {
    background-color: #ffd9aa;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.cancellation1 h5,
.cancellation2 h5 {
    margin-bottom: 20px;
    font-weight: 600;
}


/*******************************************************

************ Blog Inner Page Start *********************

********************************************************/
/* **********************************blog inner page***************************** */
.blog_inner-img_wrap {
	height: 100%;
	object-fit: cover;
}

.blog_inner-img_wrap img {
	height: 300px !important;
	width: 250px;
}

.banner-sec {
    background-image: url(../images/blog-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px 0;
}

.blog-card {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 2px 2px 3px 1px #a9a9a9;
}

.banner-sec h2 {
    text-transform: capitalize;
    font-size: 55px;
    font-weight: 700;
}

.blog-title {
    font-weight: 600;
}

.blog-date {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.blog-date img {
    width: 13%;
    border-radius: 50%;
}

.blog-btn {
    padding: 10px 15px;
    background-color: #00bdec;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .banner-sec {
        padding: 100px 0;
    }
}

/* *********************************blog inner page******************************* */


/*******************************************************

************ Blog Sub Inner Page Start *****************

********************************************************/
/* **********************************blog sub inner page***************************** */

.blog-subinner {
    background-image: url(../images/blog-sb.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
}

.blog-subinner h2 {
    font-size: 36px;
    font-weight: 700;
    text-shadow: 2px 2px 2px #000;
    text-transform: capitalize;
    color: #fff;
    margin: 30px 0;
}

.blog-innercard {
    margin: 20px 0;
}

/*.blog-innercard h5 {
    font-weight: 600 ;
}
*/
.blog-innercard p {
    margin-bottom: 20px;
	font-size: 16px !important;
    font-weight: 200 !important;

}

.btm-imgdiv{
	margin: 0 20%;
}

/* **********************************blog sub inner page****************************** */

/*************************************************************************************

************ Policies inner page == Other Disclousures Page Start *******************

*************************************************************************************/
/* ****************************Other Disclosures starts*************************** */
.other-disclosures {
    background-image: url(../images/investor-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 50px 0;
}

.other-disclosures h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.disclosures1 {
    background-color: #e7faff;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.disclosures2 {
    background-color: #ffd9aa;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.disclosures1 h5,
.disclosures2 h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

/* **************************Other Disclosures ends****************************** */

/*************************************************************************************

************ Policies inner page == Terms & Conditions************ *******************

*************************************************************************************/
/* ***************************Terms & Conditions starts*************************** */

.terms-conditions {
    background-image: url(../images/investor-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 50px 0;
}

.terms-conditions h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.conditions1 {
    background-color: #e7faff;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.conditions1 h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.insector-list p {
    margin: 20px 0;
    font-weight: bold;
    font-size: 22px;
}

/* ***************************88Terms & Conditions ends*********************** */
/*******************************************************

************ Subscription Page Start *******************

********************************************************/
/* ********************** subcription page's inner page starts ************************** */

.inner-banner {
    background-image: url(../images/sub-inner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
    position: relative;
}

.custom-shape-divider-bottom-1725874235 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1725874235 svg {
    position: relative;
    display: block;
    width: calc(120% + 1.3px);
    height: 69px;
}

.custom-shape-divider-bottom-1725874235 .shape-fill {
    fill: #FFFFFF;
}

.sub-intovdo iframe {
    border: 2px solid #fff;
    border-radius: 10px;
}

.subplan-text{
	margin: 30px 0 10px 0;
	}

.subplan-text h2 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 3px 3px #000;
}

.subplan-text p {
    color: #ffca00;
    font-weight: 600;
    font-size: 28px;
    text-shadow: 1px 1px 1px #000;
}

.main-content_text {
    margin-top: 30px;
}

.main-content1 img {
    width: 100%;
}

.subplan-maincontent {
    padding: 50px 0;
}

.main-content_text h3 {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 5px;
}

.content-target {
    color: #05737c;
    font-weight: 600;
    margin-top: 10px;
    text-decoration: underline;
}

.subinner-text {
    text-decoration: line-through;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
}

.sbplan-btn {
    width: 100%;
    margin-top: 15%;
    border: 1px solid #0CBAEA;
    background-color: #0CBAEA;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
	text-transform: capitalize;
}

.sbplan-btn:hover {
    background-color: #14a3ca;
    color: #ffffff;
}

.sub-innerplan {
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(251 130 0) 0%, rgb(255 255 255) 100%);
    margin-bottom: 20px;
    padding: 10px;
    max-height: 400px;
    overflow-y: auto;
}

.sub-innerplan h5 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
}

.sub-innerplan p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}

.sub-innerplan i {
    margin-right: 5px;
}

/* ***********************description************************ */

.sub-description {
    background-color: #e9e9e9;
    padding: 20px 10px;
    border-radius: 10px;
    border-left: 3px solid #0409e4;
    border-top: 3px solid #0409e4;
    margin-top: 20px;
    max-height: 400px;
    width: 100%;
    overflow-y: auto;
}

.description-points li {
    color: #000000;
    margin-bottom: 10px;
}

.description-points i {
    margin-right: 5px;
    font-size: 10px;
    margin-bottom: 10px;
}

.description-points2 i {
    margin-right: 5px;
    font-size: 10px;
    margin-bottom: 10px;
}

.description-points h6{
    font-size: 18px;
    margin: 15px 0;
    font-weight: 600;
}

.description-points2 h6{
    font-size: 18px;
    margin: 15px 0;
    font-weight: 600;
}

.main-content_text p{
    font-size: 18px;
}

/* **********************description*********************** */
/* *********plans ************** */

.inner-plan {
    padding: 50px 0;
}

.inner-plan h2 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
}

.plan-card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
    background-color: #fff;
}

.plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 1px -1px #ff7900;
}

.plan-img {
    width: 80%;
    margin: 0 auto;
    padding: 15px 0 0 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.plan-img img {
    width: 100%;
    border-radius: 8px;
}

.plan-data {
    padding: 20px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 10px;
    background-image: url(../images/sub-planbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.plan-data:hover {
    background-color: #7bdfe747;
}

.plan-data h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
	color : #fff
}

.plan-data p {
    color: #666;
    font-size: 1em;
    line-height: 1.4;
}

.plan-data h6 {
    color: #00ff00;
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
}

.con-mon {
    font-size: 18px !important;
}

.plan-buy {
    background-color: #05737c;
    color: #fff;
    border: 1px solid #05737c;
    margin-top: 20px;
    text-transform: capitalize;
}

.plan-buy:hover {
    background-color: #204f52;
    color: #fff;
}

/* ***********plans ended*********** */

@media (max-width: 550px){
	.subplan-text h2 {
    font-size: 36px;
	}
	.subplan-text{
	margin: 30px 0 10px 0;
	}

}

@media (max-width: 992px) {

    .plan-card {
        margin-top: 20px;
    }

    .sub-intovdo {
        display: none;
    }

    .subplan-maincontent {
        padding: 0;
    }

    .inner-banner {
        padding: 40px 0;
    }

    .sbplan-btn {
        margin-top: 5%;
    }

    .sub-innerplan {
        margin-top: 20px;
    }

    .main-content1 {
        display: none;
    }

    .main-content2 {
        display: block;

    }

    .main-content2 iframe {
        width: 100%;
    }
}

@media (min-width: 993px) {
    .main-content1 {
        display: block;
    }

    .main-content2 {
        display: none;
    }

    .main-content2 iframe {
        width: 300px !important;
    }
}

/* *************** subcription page's inner page ends ***************** */





************ Media Presence Inner Page Start ************

*********************************************************/
/*Media Page Banner*/
.media-page-banner {
    background-image: url(../images/media_page-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 250px 0;
    position: relative;
}

.media-page-banner h2 {
    font-size: 60px;
    padding: 30px 0;
    color: #fff;
    font-weight: 900;
    padding-bottom: 10px;
}

/*Media Page Video Section*/
.media_presence-main_video {
    padding: 100px 0;
}

.media_page-head {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #011a41;
    text-align: center;
}

.media-videos_wrap {
    /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5); */
    margin: 0 10px;
}

.media-videos_inner {
   border: 3px dotted #333;
   border-radius: 10px;
   width: 100%;
   height: 100%;
}

.media-videos_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-videos_inner p {
    text-align: center;
    color: #000;
    font-weight: 600;
    padding: 10px 0;
    background-color: #0cbaea7d;
}

.media-videos_wrap {
    margin: 0 10px;
}

.media-videos_slide {
    position: relative;
}

.media-videos_slide .slick-prev {
    left: -7%;
    display: block;
    height: 40px;
    width: 40px;
    color: transparent;
    border-radius: 50%;
    background-color: #0cbaea;
    background-image: url(../images/previous-arrow_whtleft.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.media-videos_slide .slick-next {
    right: 1%;
    display: block;
    height: 40px;
    width: 40px;
    color: transparent;
    border-radius: 50%;
    background-color: #0cbaea;
    background-image: url(../images/right-arrow_white.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.media-videos_slide .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateX(50px);
    z-index: 100;
    border: none;
}

/*Media Page Video Section New*/
.cutout-box .inner {
    background: white;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0px 3px 10px rgba(0,0,0, 0.1);
}

.media_row-btm {
    margin-top: 30px;
}



/*Media Page Images Section*/
.media_presence-main_images {
    padding: 50px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.custom-shape-divider-top-1723639678 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1723639678 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 107px;
}

.custom-shape-divider-top-1723639678 .shape-fill {
    fill: #FFFFFF;
}

.media_presence-main_images:before {
    content: '';
    display: block;
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: white;
}

.media_presence-main_images h2 {
    font-size: 40px;
    line-height: 50px;
    color: white;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}


.media_presence-main_images p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 40px;
    position: relative;
}

.cutout-box h3 {
    font-size: 17px;
    font-weight: 600;
}

.media-box_wrap {
    margin: 0 -10px;
}

.media-box_wrap .cutout-box {
    padding: 10px;
}

.media-box_wrap .cutout-box .inner {
    background: white;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0px 3px 10px rgba(0,0,0, 0.1);
    position: relative;
}

.media-box_wrap .cutout-box .top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.media-box_wrap .cutout-box .top > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.media-box_wrap .cutout-box .top > div.icon {
    flex: initial;
    padding-right: 15px;
}

.media-slider .slide .top > div.icon span {
    /* display: flex;
    width: 50px;
    height: 50px;
    background: #ececec;
    align-items: center;
    justify-content: center;
    border-radius: 50%; */
}


.articles-img {
    width: 100%;
}

.media-slider .cutout-box .top > div.icon span img {
    display: block;
    /* width: 30px; */
}

.media-slider .cutout-box .top h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}

.media-slider .cutout-box p {
    font-size: 16px;
    line-height: 20px;
    color: black;
    margin-bottom: 15px;
}

.media-slider .cutout-box a {
    text-decoration: none;
    color: #1b9ec9;
    text-align: center;
    display: block;
}

.media-slider .slick-arrow {
    display: block;
    position: absolute;
    right: 0;
    top: -50px;
}

.media-slider .slick-arrow.slick-prev {
    right: 50px;
}

.media-slider .slick-arrow img {
    display: block;
    width: 30px;
    filter: invert(1); 
}

.channel-pic {
    height: 60px;
}
/*********** ./Media Presence Inner Page End ************/

/*Media Inner Page Responsive*/
@media (max-width:767px){
    .media_row-btm {
        margin-top: 3px;
    }
}

/********************************************************




/*************************************************

************ Contact Inner Page Start ******************

*************************************************/

/* *****************************contact us*************************** */
/* Contact Banner Start */
.contact_page-banner_sec {
    background-image: url(../images/contact-page_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
}

.contact-page {
    padding: 80px 0;
    background-image: url(../images/form-bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_page-banner_sec h2 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
}

.contact_page-banner_sec p {
    font-size: 17px;
    padding: 20px 0;
    color: #fff;
}

/* ./Contact Banner End */

.contact-page h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 20px;
}

.contact-page h3 {
    color: #0cbaea;
    font-weight: 700;
    margin-bottom: 20px;
}

.subscribe {
    background-color: #ffeaf2;
    padding: 50px 0;
}

.subscribe img {
    width: 100%;
}

.contact-group {
    padding: 0;
}

.contact-control {
    width: 100%;
    padding: 7px;
    background-color: transparent;
    margin: 5px 0;
    border: 1px solid #0cbaea;
    border-radius: 4px;
    box-sizing: border-box;
}

.address a {
    display: block;
    padding: 20px;
    background-color: #0cbaea;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.address a:hover {
    background-color: #0cbaea;
    letter-spacing: 2px;
    transition: background-color 0.3s ease, letter-spacing 0.3s ease;
}

.address i {
    color: #0cbaea;
    background-color: #fff;
    padding: 10px;
    width: 46px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    margin-right: 10px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.cnt-btn {
    background-color: #0cbaea;
    color: #fff;
    border: 1px solid #0cbaea !important;
}

.cnt-btn:hover {
    background-color: #0cbaea !important;
    color: #fff;
    border: 1px solid #0cbaea !important;
}

.dlt-one {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .contact-sub {
        margin-top: 20px;
    }

    .address {
        margin-top: 20px;
    }

    .dlt-one {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .contact-sub h2 {
        font-size: 20px;
    }

    .contact-sec h2 {
        font-size: 2rem;
    }

    .contact-sec h3 {
        font-size: 22px;
    }

    .address i {
        font-size: 20px;
        width: 18%;
    }

}

/* ****************************contact us ends************************ */


/************************************************

****************** About Page *******************

************************************************/
.about-banner {
    background-image: url(../images/ROY_5001.JPG);
    /* background-image: url(../images/about-usbg.png); */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 320px 0;
    position: relative;
}

.about-banner:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(12 186 234 / 41%);
}

.custom-shape-divider-bottom-1722945281 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1722945281 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 75px;
}

.custom-shape-divider-bottom-1722945281 .shape-fill {
    fill: #FFFFFF;
}

.about-banner h2 {
    font-size: 60px;
    padding: 30px 0;
    color: #fff;
    font-weight: 900;
    padding-bottom: 10px;
}

.about-banner h3 {
    font-size: 18px;
    font-weight: 300;
    color: #fffafa;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

.about-banner p {
    color: #8cd9ee;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 7px;
    font-weight: 600;
}


/*About Content Section-2*/
.about-content {
    padding: 80px 0;
}

.about-text_wrap {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    padding: 60px 80px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-left: 20px solid #0cbaea;
}

.about-text_wrap p {
    padding: 20px 0;
    padding-top: 30px;
    font-size: 17px;
    line-height: 32px;
    font-family: "Lato", sans-serif;
}

.about-content {
    background-image: url(../images/program-bg_opacity.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

/*About New*/
.about-page_content {
    padding: 80px 0;
}

.about-page_content .content-left h2 {
    font-size: 40px;
    font-weight: 600;
}

.about-page_content .content-left h6 {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    color: #0cbaea;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.about-page_content .content-left p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.content-right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}



/********************************************************

************ My Expertise Section Start *****************

********************************************************/
.features-section {
    padding: 150px 0;
    background-image: url(../images/counter-bg.jpg);
    position: relative;
}

.custom-shape-divider-top-1723008481 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1723008481 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 106px;
}

.custom-shape-divider-top-1723008481 .shape-fill {
    fill: #FFFFFF;
}

.features-wrapper {
    border-radius: 20px;
    margin-bottom: 20px;
}

.feature-content {
    height: 320px;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 10px 50px 0px #00000066;
}

.features-section .sec-left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.fetures_left-bg .fetures_left-pic {
    position: absolute;
    width: auto;
    height: 105px;
    top: 109px;
    left: 0;
    z-index: -1;
}

.features-section li {
    list-style: none;
}

.picbg-2 {
    position: absolute;
    bottom: -88px;
    right: 93px;
    z-index: -2;
}

.column-right {
    /* background-image: url(../images/Rectangle\ 24.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top-left-radius: 60px;
	height: 400px; */
}

.fatures-icon {
    height: 74px;
    width: 74px;
}

.features-section .column-right .features-wrapper h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    padding-bottom: 15px;
}

.features-section .column-right .features-wrapper p {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.features-wrapper ul {
    padding: 0;
    margin: 0;
}

.features-wrapper li {
    font-size: 12px;
}

.features-section .column-right {
    position: relative;
}

.features-section .column-right .ellipse-bg {
    position: absolute;
    bottom: -76px;
    right: 99px;
    z-index: -1;
}

.features-section h3 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
}

.custom-shape-divider-bottom-1723008568 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1723008568 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 106px;
}

.custom-shape-divider-bottom-1723008568 .shape-fill {
    fill: #FFFFFF;
}

/* ./My Expertise Section End */

/********************************************************

************ Media Presence Section Start ***************

********************************************************/
.about-media_presence {
    padding: 80px 0;
}

.media-heading {
    text-align: center;
    padding: 20px;
    padding-bottom: 60px;
}

.about-media_wrap {
    min-height: 100%;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 10px 90px 0px rgba(0, 0, 0, 0.1);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    border: 2px solid transparent;
}

.about-media_wrap:hover {
    border: 2px solid #0cbaea;
}

.about-media_wrap h3 {
    font-size: 20px;
    font-weight: 600;
}

.about-media_wrap img {
    height: 150px;
    padding: 30px 0;
}

.about-media_wrap p {
    max-width: 300px;
    margin: 0 auto;
    font-size: 17px;
}

/*approach-content*/
.approach-content {
    background-color: #333;
}

/********************************************************

************ Stay Connected Section Start ***************

********************************************************/
.stay-connected {
    padding: 80px 0;
    background-color: aliceblue;
}

.stay-connected_right .fab {
    font-weight: 400;
    background-color: #0cbaea;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.book-consultation_wrap {
    text-align: center;
    background-color: #3947ED;
    color: #fff;
    padding: 80px 40px;
    border-radius: 15px;
}

.social-media_wrap {
    text-align: center;
}

.book-consultation_wrap h6,
.social-media_wrap h6 {
    font-weight: 600;
    font-size: 25px;
}

.book-consultation_wrap p,
.social-media_wrap p {
    padding: 20px 0;
    font-weight: 600;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}

.about-book_btn {
    background-color: #fff;
    color: #0b5ed7;
    padding: 14px 30px;
}

/********************************************************

************ News Letter Section Start ******************

********************************************************/
.news-letter {
    padding: 80px 0;
}

.news-letter_wrap {
    max-width: 1000px;
    padding: 80px 40px;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    margin: 0 auto;
    position: relative;
}

.news-letter_wrap:before {
    background-image: url(../images/news_letter-bg.png);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    /* filter: hue-rotate(291deg) brightness(2.9); */
}

.news-letter_wrap h3 {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.news-letter_wrap p {
    color: #F5F5F5;
    font-size: 22px;
    font-weight: 300;
    line-height: 40px;
    padding: 40px 0;
    padding-top: 15px;
    position: relative;
    z-index: 1;
}

.news-letter_wrap form {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 10;
    max-width: 550px;
    margin: auto;
}

.news-letter_wrap input {
    flex: 1;
    height: 53px;
    border: none;
    background: white;
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 16px;
}

.news-letter_wrap .subscribe_btn {
    background-color: #0cbaea;
    color: #fff;
    padding: 14px 30px;
    position: relative;
    z-index: 1;
}

.news-letter_wrap .subscribe_btn:hover,
.about-book_btn:hover {
    background-color: cyan;
    color: #000;
}


/*About Page Responsive*/
@media (max-width:1200px) {
    .about-banner {
        padding: 280px 0;
    }

    .about-page_content .content-left p br {
        display: none;
    }

    .about-page_content .content-left p {
        font-size: 17px;
        max-width: 400px;
    }

    /*My Expertise*/
    .features-section h3 {
        font-size: 40px;
        margin-right: 40px;
    }

    .feature-content {
        height: 340px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .features-section ul {
        padding-left: 0;
    }


    .about-media_presence {
        padding: 70px 0;
    }

    .book-consultation_wrap {
        padding: 65px 40px;
    }

    .news-letter_wrap p {
        font-size: 20px;
    }
}




@media (max-width:550px) {
    .about-banner {
        padding: 154px 0;
    }

    .about-banner h2 {
        font-size: 45px;
    }

    /*About content*/
    .content-right p {
        margin-top: 32px;
        text-align: justify;
        font-size: 15px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .about-page_content .content-left p br {
        display: none;
    }

    .about-page_content .content-left p {
        font-size: 15px;
        text-align: center;
    }


    .about-page_content .content-left h2 {
        text-align: center;
        font-size: 34px;
    }

    .about-page_content .content-left h6 {
        font-size: 16px;
        text-align: center;
    }

    /*My Expertise*/
    .features-section h3 {
        font-size: 35px;
        margin-bottom: 40px;
        text-align: center;
    }

    .features-section .column-right ul {
        padding-left: 0;
    }

    .feature-content {
        margin-left: 12px;
        margin-right: 12px
    }

    /*Media Presence*/
    .cnbc {
        margin: 30px 0;
    }

    /*approach*/
    .about-text_wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-text_wrap p {
        font-size: 14px;
        line-height: 27px;
        text-align: justify;
    }

    /*.social-media_wrap*/
    .social-media_wrap {
        margin-top: 30px;
    }

    .stay-connected_right .fab {
        height: 40px;
        width: 40px;
    }

    /*.news-letter_wrap*/
    .news-letter_wrap h3 {
        font-size: 30px;
    }

    .news-letter_wrap p {
        font-size: 17px;
        line-height: 30px;
    }

    .news-letter_wrap form {
        display: block;
    }

    .news-letter_wrap .subscribe_btn {
        margin-top: 20px;
    }

    /*Contact page*/
    .contact_page-banner_sec {
        padding: 85px 0;
    }

    .contact_page-banner_sec h2 {
        font-size: 30px;
    }

    .contact-page h2 {
        font-size: 2rem;
    }

    .contact-page h3 {
        text-align: center;
    }

    .cnt-btn {
        margin: 0 auto;
        display: block;
        margin-bottom: 50px;
    }


	.banner-sec h2{
	font-size: 32px;
}


}




/* *************************dashboard style starts************************** */

.user-details {
    display: flex;
    justify-content: space-between;
    margin-left: 16px;
}

.first i {
    font-size: 50px;
    margin-bottom: 15px;
}

.second a {
    color: #000;
    text-decoration: none;
}

.second i {
    margin-right: 5px;
    margin-top: 15px;
}

.side-board {
    padding: 0;
    margin: 0;
    margin-left: 15px;
}

.dashboard {
    background-image: url(../images/dashboard-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dashboard-catch {
    padding-top: 15%;
}

.dashboard-item {
    list-style: none;
    margin-bottom: 10px;
}

.dashboard-item a {
    text-decoration: none;
    color: #011a41;
}

.dashboard-item a:hover {
    color: #fc3a82;
}

.logo img {
    width: 100%;
}

main {
    padding: 20px;
}

.table-responsive {
    margin-top: 20px;
}

.dashboard-body {
    box-shadow: 3px 3px 8px -3px #000000;
    padding: 10px;
    min-height: 400px;
    background-color: #f7f7f7;
}

.dashboard-body a {
    text-decoration: none;
}

.dashboard-body img {
    width: 100%;
}

.dashboard-price h5 {
    font-size: 19px;
    color: #00bdec;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 20px;
}

.dash-p {
    font-size: 14px;
    color: green;
    margin-top: 10px;
    font-weight: 600;
	text-align: right;
}

.dashboard-text {
    color: #000;
    margin-bottom: 10px;
}

.dashboard-text:hover {
    color: #fc3a82;
}

.dashboard-text2 {
    color: #05737c;
    font-weight: 600;
    margin-bottom: 20px;
}

.dashboard-link {
    display: block;
    text-align: center;
    margin: 10px 0;
    color: #011a41;
    font-weight: 600;
    font-size: 13px;
}

.dashboard-link:hover {
    color: #fc3a82;
}

.sidebar {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 50px;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sub-img {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border: 2px solid #000;
    border-radius: 10px;
}

.sub-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.tablink {
    background-color: #dbdbdb;
    color: #000000;
    float: left;
    font-weight: 700;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 33.33%;
}

.tablink i {
    margin-right: 10px;
}

.tablink:hover {
    color: #0CBAEA;
}

.tablink:focus {
    outline: none !important;
    color: #0CBAEA;
}

.tabcontent {
    color: white;
    display: none;
    padding: 80px 20px 20px 20px;
}

.tabhome {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 1px #c9c9c9;
    max-height: 100%;
}

.tabnews {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 1px #c9c9c9;
    max-height: 100%;
}

.tabcontact {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 1px #c9c9c9;
}

/* **********later chtgpt************** */
.tabcontact .user-profile {
    margin-bottom: 25px;
    background-color: #f7f7f7;
    padding: 15px 30px;
    box-shadow: 3px 3px 8px -3px #000000;
    width: 100%;
    margin-top: 15px;
}

.user-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 35px;
    text-align: center;
}

.icn {
    flex: 1;
    text-align: left;
}

.icn-nm {
    flex: 2;
    text-align: center;
    margin-right: 23%;
}

.user-img h5 {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 600;
    color: green;
}

.user-img h6 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 500;
}

/* **********later chtgpt************** */


.first-label {
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
}

.user-name p,
h6 {
    color: #000;
}

.acnt-address {
    margin-top: 20px;
}

.inactive {
    color: red !important;
}

.user-account {
    background-color: #f7f7f7;
    margin-top: 20px;
    padding: 10px 15px;
    box-shadow: 3px 3px 8px -3px #000000;
}

.user-account h4 {
    color: #000;
    font-size: 18px;
}

.user-account i {
    font-size: 18px;
    margin-right: 10px;
}

.tab-cntrl {
    background-color: #fff;
    padding: 10px 15px;
}

.ctrl-top {
    display: flex;
    justify-content: space-between;
}

.acnt-address li a:hover {
    background-color: #d5f7fa;
    color: #05737c;
    padding: 5px 10px;
    letter-spacing: 1px;
    border-radius: 5px;
}

.ctrl-top h5 {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 600;
}

.ctrl-top button {
    padding: 0;
    background-color: transparent;
    border: none !important;
    color: blue;
    font-weight: 600;
}

.ctrl-top button:focus {
    outline: none !important;
}

.ctrl-top button:hover {
    color: #0cbaea;
}

.check-label {
    color: #000;
}

.profile-input {
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.profile-submit {
    background-color: #0CBAEA;
    width: 100%;
    color: #fff;
    border: 1px solid #00bdec;
    border-radius: 5px;
    padding: 10px;
}

.profile-submit:hover {
    background-color: #05737c;
    border: 1px solid #05737c;
}

.first-tab {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}

.second-tab {
    margin-top: 20px;
}

.second-tab button {
    padding: 0;
    background-color: transparent;
    border: none !important;
    color: blue;
    font-weight: 600;
}

.second-tab button:hover {
    color: #0cbaea;
}

.password-save {
    padding: 5px 15px !important;
    background-color: #0cbaea !important;
    color: #ffffff !important;
    width: 100%;
}

.table td,
.table th {
    color: #000;
}

thead tr {
    background-color: #05737c;
}

.table thead th {
    color: #fff;
}

.cross-text {
    text-decoration: line-through;
    margin-left: 10px;
    color: rgb(107, 107, 107) !important;
    font-weight: 400;
    font-size: 16px;
}

.dashboard-subtitle {
    color: green;
    font-weight: 700;
    font-size: 20px;
}



@media (max-width: 768px) {
    .sidebar {
        height: auto;
        position: relative;
        padding-top: 0;
    }

    .tablink {
        width: 100%;
    }

    .user-profile {
        width: 100%;
    }

    .purchase {
        display: flex;
        justify-content: flex-start !important;
    }

    .dashboard {
        margin-top: 25%;
    }
}

@media (max-width: 992px) {
    .password-save {
        margin-top: 0 !important;
    }

    .user-profile {
        width: 100%;
        min-height: 10%;
    }
}

.user-profiles {
    height: 50px;
}
/* ***************************dashboard style ends************************** */


/* *******************************************************

************ All Plans Inner Page Start *****************

******************************************************* */


 .splan-img {
    padding: 0px !important;
    border: none;
}

.subscription_plan-wrapper h4 {
    margin-top: 15px !important;
    color: #041568;
    font-size: 17px !important;
	min-height: 50px;
}

.subscription_plan-wrapper {
    position: relative !important;
    padding-bottom: 100px !important;
    padding-left: 11px !important;
    padding-right: 11px !important;
    background-color: #f3f3f3b8;
	min-height: 570px;
}

.text-wrapper {
    height: 165px;
}

.subscription_plan-wrapper p {
    /* height: 29px !important; */
    text-align: center !important;
    font-size: 11px !important;
    color: #ff6891;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.btn-wrap_div{
position: absolute;
    width: 100%;
    bottom: -85px;
}


.btn-wrap_div button {
    font-size: 16px;
    padding: 11px 10px;
	font-weight:600;
	width: 100%;
}

.img-wrapper {
    padding-bottom: 0px !important;
}

.all_plan-banner {
    padding: 200px 0;
}

.all_plan-banner {
    padding: 250px 0 !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	position: relative;
	filter: hue-rotate(320deg);
 }

.custom-shape-divider-bottom-1726053959 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1726053959 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}

.custom-shape-divider-bottom-1726053959 .shape-fill {
    fill: #FFFFFF;
}
 
 .all_plan-banner h2 {
     color: #fff;
     font-size: 45px;
 }
 
 .all_plan-details {
     padding: 50px 0;
 }

  /*amout style*/
  .amt-price_wrap {
    text-align: center;
    padding: 0;
    font-size: 25px;
    font-weight: 600;
  }

  .amt-price {
    margin-right: 0px;
    text-decoration: line-through;
    font-size: 18px;
    color: #778899;
  }


.subscription-pricing_new {
    position: relative;
	padding-top: 50px;
}

.plan-box_gap {
    margin: 0 20px;
}

.subscription-pricing_new .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    border: navajowhite;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fc3a82;
    color: transparent;
}

.subscription-pricing_new .slick-next {
    left: auto;
    right: 0;
    background-image: url(../images/right-arrow_white.png);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: center;
    background-color:#079cc5;
}

.subscription-pricing_new .slick-prev {
    background-image: url(../images/previous-arrow_whtleft.png);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: center;
    background-color: #079cc5;
}


@media (max-width:850px){
    .all_plan-banner {
        padding: 150px 0 !important;
    }

    .box-responsive {
        margin: 30px 0;
    }

}

@media (max-width:520px){
    .all_plan-banner {
        padding: 130px 0 !important;
    }

    .all_plan-banner h2 {
        font-size: 30px;
    }

    .subscription_plan-wrapper {
        margin-left: 35px;
        margin-right: 35px;
    }

    .splan-img {
        height: 100%;
    }

    .plans-slider {
        padding-top: 40px;
    }

 	.all_plan-details {
     padding: 0px 0px;
 }

}

.contact_page-banner_sec {
    /* background-image: url(../images/contact-page_banner.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
}

.contact-page{
    padding: 80px 0;
    background-image: url(../images/form-bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_page-banner_sec h2 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
}

.contact_page-banner_sec p {
    font-size: 17px;
    padding: 20px 0;
    color: #fff;
}
/* ./Contact Banner End */

.contact-page h2{
    text-align: center;
    text-transform: capitalize;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 20px;
}

.contact-page h3{
    color: #0cbaea;
    font-weight: 700;
    margin-bottom: 20px;
}

.subscribe{
    background-color: #ffeaf2;
    padding: 50px 0;
}

.subscribe img{
    width: 100%;
}

.contact-group {
    padding: 0;
}

.contact-control{
    width: 100%;
    padding: 7px;
    background-color: transparent;
    margin: 5px 0;
    border: 1px solid #0cbaea;
    border-radius: 4px;
    box-sizing: border-box;
}

.address a{
    display: block;
    padding: 24px 20px;
    background-color: #0cbaea;
    border: 3px solid #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.address .line-height {
	line-height: 32px;
	color: #fff;
} 

.address a:hover{
    background-color: #0cbaea;
    letter-spacing: 2px;
    transition: background-color 0.3s ease, letter-spacing 0.3s ease;
}

.address i{
    color: #0cbaea;
    background-color: #fff;
    padding: 10px;
    width: 46px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    margin-right: 10px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.cnt-btn{
    background-color: #0cbaea;
    color: #fff;
    border: 1px solid #0cbaea !important;
}

.cnt-btn:hover{
    background-color: #0cbaea !important;
    color: #fff;
    border: 1px solid #0cbaea !important;
}


@media (max-width: 991px) {
    .contact-sub {
        margin-top: 20px;
    }

    .address{
        margin-top: 20px;
    }

    .dlt-one {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .contact-sub h2 {
        font-size: 20px;
    }

    .contact-sec h2 {
        font-size: 2rem;
    }

    .contact-sec h3{
        font-size: 22px;
    }

    .address i{
        font-size: 20px;
    }

}


/*New Style*/
.new-contact {
    background-image: url(../images/contact2.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50% auto;
    position: relative !important;
    padding-top: 77px !important;
	padding-bottom: 0px !important;
}


.custom-shape-divider-top-1722594120 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1722594120 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 81px;
}

.custom-shape-divider-top-1722594120 .shape-fill {
    fill: #FFFFFF;
}

.form-container {
    margin: 0 40px;
}

/*Blog*/
.recent-blog-posts .post-box {
    height: auto;
    background-color: #fff !important;
}

.recent-blog-posts {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width:767px){
    .last-blog {
        margin-top: 10px;
    }

    .blog-texts {
        margin-top: 40px;
    }

    .new-contact {
        background-size: auto;
    }
}

/************** Inner Pages Responsive ***************/
@media (max-width: 991px){
    .nav-dropdown {
        background-color: rgb(3 53 67);
        padding: 10px 10px 20px 10px;
        border-radius: 5px;
    }

    .main-header.navbar-light .navbar-nav .nav-link {
        color: #fff;
        border-bottom: 1px solid #05495d;
    }

	.btm-imgdiv {
    margin: 0;
	}

 }
    
@media (max-width:445px){
    .section-about h4 {
        font-size: 1.3rem;
    }

    .media-presence_thumbnails img {
        height: auto;
    }

    .media-presence h1{
        margin-bottom: 1rem !important
    }

    .media-page-banner h2 {
        font-size: 30px !important;
    }

    .media-page-banner {
        padding: 115px !important;
    }

    .media_page-head {
        font-size: 25px;
        margin-bottom: 0px !important;
        margin-top: 20px;
    }

    .media-box_wrap {
        margin: 0px 0px !important;
    }

    .media_presence-main_images h2 {
        font-size: 32px;
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }

    .media_video-sec {
       margin: 0rem !important;
    }

    .media-videos_wrap {
        margin: 10px 10px !important;
    }

    .video-section .text-3 {
        font-size: 15px;
    }

    .video-section .thumbnail-wrap.video-left_img {
        left: 72px;
    }

    .video-section .text-2 {
        left: 60px;
    }

    .why_us-banner {
        padding: 125px 0;
    }

    .why_us-banner h2 {
        font-size: 33px;
    }

    .why_us-main h3 {
        text-align: center;
        padding-bottom: 31px;
        font-size: 22px;
        line-height: 32px;
        margin: 0 40px;
    }

    .feature-content {
        height: auto;
    }

    .column-right ul {
        padding: 0;
    }

    .fatures-icon {
        margin: 0 auto;
        display: block;
    }

   
    .testimonial-text_wrap p {
        padding: 0px !important;
        text-align: center;
    }

    .testimonial-box_wrap {
        margin: 0 10px;
    }
    
    .review-img {
        height: auto !important;
    }

    .review-icon {
        height: 40px;
        margin-left: 0px;
    }

    .recent-blog-posts {
        padding-top: 10px !important;
    }

    .contact-sec .form-container {
        margin: 0 0px;
    }

    .blog_inner-img_wrap img {
        height: auto;
    }

    .blog-subinner h2 {
        font-size: 33px;
        text-align: center;
    }

}





@media (max-width:767px){
    .why_us-main .why-ustext {
        margin: 20px 0;
    }

    .whyus-btmrow {
        padding-top: 2px !important;
    }
}

@media (max-width:580px){
    .features-wrapper {
        margin: 0 45px;
    }
}

@media (max-width: 460px){
    .features-wrapper {
        margin: 0 10px;
    }
}