/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/*************** Common Css  ***************/

.text-orange{
	color:#ed9b5f;
}

.bc-orange img.vc_single_image-img{
	border-color:#ed9b5f !important;
}
.text-purple{
	color:#7f6b8c;
}
.bc-purple img.vc_single_image-img{
	border-color:#7f6b8c !important;
}
.text-green{
	color:#16b5b2;
}
.bc-green img.vc_single_image-img{
	border-color:#16b5b2 !important;
}
.text-pink{
	color:#ff5289;
}
.bc-pink img.vc_single_image-img{
	border-color:#ff5289 !important;
}
.text-yellow{
	color:#dcb43b;
}
.bc-yellow img.vc_single_image-img{
	border-color:#dcb43b !important;
}
.text-blue{
	color:#289ae2;
}
.bc-blue img.vc_single_image-img{
	border-color:#289ae2 !important;
}
.text-darkgreen{
	color:#4cb562;
}
.bc-darkgreen img.vc_single_image-img{
	border-color:#4cb562 !important;
}
.top100{
	position: relative;
	top: -115px;
}

.pt-150{
	padding-top: 150px;
}
.pt-40{
	padding-top:40px;
}
.pb-60{
	padding-bottom:60px;
}
.pb-40{
	padding-bottom: 40px;
}
.bg-green{
	background: #16b5b2;
	border-top:20px solid #ffde7a;
	overflow:visible !important;
	position:relative !important;
}
.bg-light-green {
    background: #ebf6f6;
}
.pt-80
{
	padding-top:80px;
}
.pb-80
{
	padding-bottom:80px;
}
.bg-green:before {
    content: "";
    height: 300px;
    width:130vw;
    border-radius: 50%;
    position: absolute;
    left: -16%;
    top: 170px;
    z-index: 99;
    border-bottom: 25px solid #ffde7a;
    background: #16b5b2;
}
body{
	margin:0;
	padding:0;
}

p{
	line-height:28px;
}
.lightcase-info {
    display: none;
}


/*************** Header Css  ***************/

.header-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#header{
	padding: 10px 0 0 0;
}
#header, .sticky-header .header-main.sticky{
	border:none;
}
#header .header-main{
	background-color:transparent !important;
}
.no-breadcrumbs .main-content{
	padding-top:0;
}
.main-content{
	padding-bottom:0px;
}
#header .mobile-toggle {
    background-color: #16b5b2;
}
#header .main-menu>li.menu-item:last-child{
	background: #16b5b2;
    border-radius: 30px;
}
#header .main-menu>li.menu-item:last-child a {
    padding: 20px 40px;
    line-height: 15px;
}
#header .main-menu>li.menu-item:last-child a:hover{
	color: #fff;
}#header .main-menu>li.menu-item:last-child{
	background: #16b5b2;
    border-radius: 30px;
}
#header .main-menu>li.menu-item:last-child a {
    padding: 20px 40px;
    line-height: 15px;
	transition: 0.8s;
    border-radius: 30px;
	color:#fff !important;
}
#header .main-menu>li.menu-item:last-child a:hover{
	background: #ff5289;
	color: #fff;
}
.home-banner{
	height: 1070px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.home-banner:before{
	bottom: 0;
    content: "";
    width: 100%;
    height: 252px;
    position: absolute;
    background: url(/wp-content/uploads/2019/07/banner-down.png) no-repeat;
    background-position: bottom;
    transform: rotate(180deg);
    background-size: 100% 100%;
}

#header .header-main.sticky .header-right{
	vertical-align: middle !important;
}
 
#header .header-main .header-right {
    vertical-align: top !important;
    padding: 30px;
    text-align: center;
}
.home-banner .top-heading{
	color:#ffde7a;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.home-banner .banner-description p{
	font-size: 48px;
	color: #fff;
	font-weight: 100;
	text-align: center;
	line-height: 56px;
}
.text-center{
	text-align: center;
}
.read_btn_video {
    position: relative;
	margin-top:50px;
}
.read_btn_video a.vp-s.vp-yt-type {
    display: flex;
    align-items: center;
    justify-content: center;
}
.read_btn_video .play-btn {
    z-index: 10;
    box-sizing: content-box;
    display: flex;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 16px 20px 16px 28px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.read_btn_video .play-btn::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.read_btn_video .play-btn span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #ff5289;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.read_btn_video .play-btn::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.butn-banner {
    position: relative;
}
.home-banner .banner-btn {
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translate(-50%);
}
.home-banner .banner-btn button {
    background: #ff5289 !important;
    border: none !important;
    border-radius: 100px !important;
    color: #fff !important;
    padding: 30px 60px !important;
    font-size: 42px !important;
    font-weight: 300;
    line-height: 50px !important;
    box-shadow: 10px 10px 0px rgba(255, 82, 137, 0.5);
	pointer-events: none;
  cursor: default;
}
.ptb-40{
	padding-top: 40px;
	padding-bottom: 40px;
}

.ptb-60{
	padding-top: 60px;
	padding-bottom: 60px;
}

.width-style{
	max-width: 1280px;
	width: 100% !important;
	margin: 0 auto !important;
	left: 0 !important;
	z-index:99;
}
.width-style .col-md-12{
	padding:0;
}
.main-heading{
	color: #16b5b2;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
    letter-spacing: 0.5px;
}
.main-text{
	color: #73908f;
	font-size: 18px;
}
.white-text{
	color: #fff;
}
.home-services .services-img img {
    border-radius: 50%;
    width: 480px;
    height: 480px;
    border: 10px solid;
    object-fit: cover;
	top: 0px;
    position: relative;
-webkit-transition: all 500ms;  -moz-transition: all 500ms; -o-transition: all 500ms; transition: all 500ms;
}
.home-services .services-img img:hover {
	top: -20px;
	
}
.home-services .services-img.bcolor-1 img{
	border-color: #ed9b5f;
}

.home-services .services-img.bcolor-2 img{
	border-color: #7f6b8c;
}

.home-services .services-img.bcolor-3 img{
	border-color: #16b5b2;
}

.home-services .services-img.bcolor-4 img{
	border-color: #ff5289;
}

.home-services .services-img.bcolor-5 img{
	border-color: #dcb43b;
}

.home-services .services-img.bcolor-6 img{
	border-color: #289ae2;
}

.home-services .services-text{
	font-size: 30px;
}
.home-testimonials .vc_single_image-wrapper img {
    height: 800px;
    object-fit: cover;
}
.home-testimonials .right-testimonials{
	display: flex;
	align-items: center;
	align-items: center;
	padding: 5% !important;
}
.home-testimonials .right-testimonials h2 {
    font-size: 15px;
    color: #7f6b8c;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    display: block;
    position: relative;
    z-index: 9;
    padding-left: 16px;
    letter-spacing: 0.5px;
}
.home-testimonials .right-testimonials h2:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f10d";
    font-size: 70px;
    position: absolute;
    z-index: -1;
    left: 0;
    color: #ffde7a;
    top: -10px;
}
.home-testimonials .right-testimonials .quote p{
	color: #16b5b2;
	font-size: 21px;
	line-height: 30px;
    font-style: italic;
    margin: 15px 0;
	font-family: Nunito serif;
}
.home-testimonials .right-testimonials .quote .client-name{
	font-size: 15px;
    color: #7f6b8c;
    font-weight: 700;
    display: block;
    letter-spacing: 0.5px;
    font-style: normal;
    margin-top: 20px;
	font-family: Nunito Sans,sans-serif;
}
#footer .footer-main>.container{
	padding: 50px 0;
}
#footer .footer-main>.container .textwidget h5{
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
#footer .footer-main>.container .textwidget p{
	font-size: 15px;
	color: #ffde7a;
	margin-bottom: 0;
	line-height: 20px;
}
#footer .footer-main>.container .textwidget .application-btn{
	background: #ffde7a;
    color: #12908e;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    padding: 12px 30px;
    box-shadow: 4px 4px 0px rgba(216, 235, 140, 0.5);
    cursor: pointer;
}
.widget{
	margin-bottom: 0;
}
.footer-main .row {
    align-items: center;
}
#footer .footer-main>.container .textwidget ul.social-links{
	display: inline-block;
	padding-left: 50px;
}
#footer .footer-main>.container .textwidget ul.social-links li {
    display: inline-block;
    padding: 0 5px;
}

#footer .footer-main>.container h3.widget-title{
	font-size: 16px;
}

#footer .footer-main>.container .textwidget ul.locations{
	padding-left: 15px;
}

#footer .footer-main>.container .textwidget ul.locations li{
	list-style: disc;
	color: #fff;
}

#footer .footer-main>.container .textwidget ul.locations li a{
	color: #fff;
	text-decoration: underline;
}

span.footer-copyright {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

#footer .footer-bottom{
	padding: 0 0 50px;
}

#header.sticky-header .logo{
	max-width: 300px;
    width: 100%;
}

#header.sticky-header .header-main.sticky, #header.sticky-header .main-menu-wrap, .fixed-header #header.sticky-header .main-menu-wrap {
    box-shadow: 0 1px 3px rgba(0,0,0,.11);
    background: #fff !important;
}

#header.sticky-header .header-main.change-logo .logo img{
	transform: none;
}

#header, .sticky-header .header-main.sticky .main-menu > li.menu-item > a {
    color: #16b5b2 !important;
    font-size: 16px !important;
}
#header, .sticky-header .header-main.sticky .main-menu > li.menu-item:hover > a, #header, .sticky-header .header-main.sticky .main-menu > li.menu-item.active > a {
    color: #ff5289 !important;
}

#header, .sticky-header .header-main.sticky .main-menu>li.menu-item:last-child a{
	color: #fff !important;
}
#header .main-menu .narrow .popup ul.sub-menu{
	border-top: none;
	box-shadow: 0 3px 2px rgba(0,0,0,0.15) !important;
}
#header .main-menu .narrow .popup li.menu-item > a {
    color: #16b5b2;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 20px;
}
#header .main-menu > li.menu-item.active > a {
    color: #16b5b2;
}
#header .main-menu .narrow .popup li.menu-item:hover > a{
	background-color: transparent;
	color: #ff5289;
}

.footer-wrapper {
    position: relative;
    z-index: 99;
}

.footer-wrapper:before {
    content: "";
    height: 200px;
    width: 130vw;
    border-radius: 50%;
    position: absolute;
    left: -16%;
    top: -217px;
    z-index: 999;
    border-bottom: 25px solid #16b5b2;
    background: transparent;
}

.footer-wrapper:after {
    content: "";
    background: #12908e;
    width: 100%;
    position: absolute;
    top: -58px;
    left: 0;
    height: 65px;
    z-index: 9;
    overflow: hidden;
    clip-path: polygon(0px 0px, 0% 8%, 55% 32%, 100% 1%, 100% 95%, 85% 95%, 31% 95%, 13.78% 94.8%, 0px 95%);
}
html #topcontrol{
	display:none;
}
aside#custom_html-4 img.developed-icon {
    float: right;
    position: relative;
    top: -70px;
}

/***********************
 *  Inner Pge header Css
 *  ******************/

.page-header-1 {
    padding-top: 400px;
    padding-bottom: 350px;
    position: relative;
	background-size:cover;
}
.page-header-1 .page-title-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
.page-header-1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    background-color: #020202;
    background-image: linear-gradient(0deg, #00000000 0%, #000000 75%);
    left: 0;
    z-index: 0;
    opacity: 0.4;
}
.page-header-1 .page-title {
    font-size: 48px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    line-height: 56px;
    margin-top: 13px;
}
.page-header-1 .page-sub-title {
    color: #ffde7a;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.page-header-1:after {
    bottom: 0;
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    background: url(/wp-content/uploads/2019/07/banner-down.png) no-repeat;
    background-position: bottom;
    transform: rotate(180deg);
    background-size: 100% 100%;
}
.banner-btn a {
    background: #ff5289 !important;
    border: none !important;
    border-radius: 100px !important;
    color: #fff !important;
    padding: 30px 50px !important;
    font-size: 42px !important;
    font-weight: 300;
    line-height: 50px !important;
    box-shadow: 10px 10px 0px rgba(255, 82, 137, 0.5) !important;
    width: 480px;
    display: inline-block !important;
    white-space: unset;
	pointer-events: none;
  cursor: default;
}
.banner-btn-sm a {
    background: #ffde7a !important;
    border: none !important;
    border-radius: 100px !important;
	color: #12908e !important;
    padding: 20px 40px !important;
    font-size: 30px !important;
    font-weight: 300;
    line-height: 50px !important;
    box-shadow: 8px 8px 0px rgb(255 222 122 / 50%) !important;
    width: 400px;
    display: inline-block !important;
    white-space: unset;
  cursor: default;
}
.main-text.white-text.Order_list-style {
    text-align: left;
}
.inner-banner-btn {
    position: absolute;
    top: -170px;
    left: 50%;
    transform: translate(-50%);
}
.inner-banner-btn-top {
    position: absolute;
    top: -300px;
    left: 50%;
    transform: translate(-50%);
}
.page-top {
    border-bottom: none;
}
.sub-heading {
    color: #73908f;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* contact us page style */
.outer-con-form .gform_body .gform_fields {
    display: flex;
    flex-wrap: wrap;
}
.outer-con-form .gform_body li.gfield .medium::placeholder {
    font-size: 18px !important;
    color: #73908f;
    font-weight: 600;
}
.outer-con-form .gform_body li.gfield .medium {
    width: 100%;
    padding: 10px 50px !important;
    height: 60px;
    border-radius: 60px;
    border-color: #acc7c7;
    font-size: 18px !important;
    color: #73908f;
    font-weight: 600;
	margin-top: 12px;
}
.mw-1060 {
    max-width: 1060px;
    margin: 0 auto;
    display: block;
}
.outer-con-form .gform_body li.gfield .medium.textarea {
    height: 187px;
    padding-top: 20px !important;
    border-radius: 35px;
}
.outer-con-form .gform_footer {
    padding-right: 15px;
    padding-left: 15px;
}
.outer-con-form .gform_footer .gform_button.button {
    height: 60px;
    width: 100%;
    border-radius: 60px;
    background: #16b5b2;
    border-color: #16b5b2;
    font-size: 18px;
    font-weight: 700;
}
.call-btn a.vc_general {
    height: 60px;
    border-radius: 60px;
    background: #40c1bf00;
    border: 1px solid #16b5b2;
    font-size: 18px;
    width: 100%;
    font-weight: 700;
    display: flex;
    line-height: initial;
    align-items: center;
    color: #16b5b2;
    justify-content: center;
	transition: all 0.5s;
}
.outer-con-form {
    position: relative;
    z-index: 999;
}
.call-btn a.vc_general:hover {
    background: #16b5b2;
    color: #fff;
    transition: all 0.5s;
}
.call-btn {
    width: 100%;
}
.page-id-35 .footer-wrapper:before {
    display: none;
}
.map-style iframe {
    height: 555px;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}
.page-id-35 .footer-wrapper:after {
    display:none;
}
.map-style .wpb_gmaps_widget {
    margin-bottom: 0;
}
.map-style .wpb_gmaps_widget {
    margin-bottom: 0;
}
.map-style .wpb_gmaps_widget  .wpb_wrapper {
    padding: 0;
}
.gform_wrapper.gform_validation_error .validation_message {
    height: 0px;
    visibility: hidden;
}
.gform_wrapper.gform_validation_error li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gform_validation_error li.gfield_error textarea {
    border: 1px solid #e00000;
	    background-color: rgba(255,0,0,.2);
}
.select-25 select#input_2_15 {
    width: 20%;
}
.gform_wrapper .radio-style-input ul.gfield_checkbox, .gform_wrapper .radio-style-input ul.gfield_radio {
    display: flex;
    background: #fff;
    padding: 7px 20px 0;
    border: 1px solid #acc7c7;
    margin-right: -50px;
    width: 100% !important;
    border-radius: 40px;
}
.gform_wrapper .radio-style-input .ginput_container{
 margin-top: 8px !important;	
}
.gform_wrapper  .radio-style-input ul.gfield_checkbox li, .gform_wrapper .radio-style-input ul.gfield_radio li{
    width: 50%;
    font-size: 20px;
}
.gform_wrapper  .radio-style-input ul.gfield_checkbox li input[type=checkbox], .gform_wrapper .radio-style-input ul.gfield_radio li input[type=radio] {
    width: 25px !important;
	height: 25px;
	margin: 0 5px 0 0 !important;
}
.col-md-8.radio-style-input label.gfield_label {
    font-size: 18px;
    margin-top: 10px !important;
    margin-bottom: 0;
    color: #73908f;
}
.col-md-12.radio-style-input label.gfield_label {
	font-size: 18px;
    margin-top: 0px !important;
    margin-bottom: 0;
	color: #73908f;
}
.gform_wrapper .radio-style-input ul.gfield_checkbox li label, 
.gform_wrapper .radio-style-input ul.gfield_radio li label {
    color: #73908f;
    font-size: 18px;
    font-weight: 600;
}


/* ====================
 * Events and Memorise
 * ================== ==*/

.events-list-demo .col-md-12{
	padding-left: 0;
	padding-right: 0;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(odd) {
    background: #ebf6f6;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(even) {
    background: #fff;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article.ptb_post .ptb_items_wrapper.entry-content {
    margin: 0 auto !important;
    max-width: 80%;
    float: none;
}
.events-list-demo  .ptb_sub_title h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.events-list-demo .ptb_module.ptb_title h2 {
    font-size: 40px;
    margin-bottom: 30px;
}
.events-list-demo .ptb_module.ptb_excerpt > div {
    font-size: 20px;
    line-height: 30px;
    color: #73908f;
}
.events-list-demo .ptb_events-and-memories_row {
    align-items: center;
}
.events-list-demo .ptb_events-and-memories_row .ptb_col.ptb_col3-2.ptb_col_last {
    padding-left: 30px;
}
.ptb_gallery_images {
    margin-top: 40px;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article .ptb_events-and-memories_row .ptb_thumbnail img {
    border-radius: 50%;
    border: 10px solid;
    width: 450px !important;
    height: 450px !important;
    object-fit: cover;
    object-position: center center;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article .ptb_events-and-memories_row .ptb_gallery_images .ptb_extra_circle .ptb_extra_gallery_item img {
    border: 5px solid;
    border-radius: 50%;
}

.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+1) .ptb_module.ptb_title h2 a,
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+1) .ptb_sub_title h3{
    color:#ed9b5f;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+1) .ptb_gallery_images .ptb_extra_circle .ptb_extra_gallery_item img,
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+1) .ptb_thumbnail img{
    border-color: #ed9b5f;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+2) .ptb_module.ptb_title h2 a,
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+2) .ptb_sub_title h3{
    color:#16b5b2;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+2) .ptb_gallery_images .ptb_extra_circle .ptb_extra_gallery_item img,
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+2) .ptb_thumbnail img{
    border-color: #16b5b2;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+3) .ptb_module.ptb_title h2 a,
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+3) .ptb_sub_title h3{
    color:#ff5289;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+3) .ptb_gallery_images .ptb_extra_circle .ptb_extra_gallery_item img,
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+3) .ptb_thumbnail img{
    border-color:#ff5289;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+4) .ptb_module.ptb_title h2 a,
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+4) .ptb_sub_title h3{
    color:#dcb43b;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+4) .ptb_gallery_images .ptb_extra_circle .ptb_extra_gallery_item img,
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+4) .ptb_thumbnail img{
    border-color:#dcb43b;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+5) .ptb_module.ptb_title h2 a,
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+5) .ptb_sub_title h3{
    color:#289ae2;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+5) .ptb_gallery_images .ptb_extra_circle .ptb_extra_gallery_item img,
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+5) .ptb_thumbnail img{
    border-color:#289ae2;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+6) .ptb_module.ptb_title h2 a,
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+6) .ptb_sub_title h3{
    color:#7f6b8c;
}
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+6) .ptb_gallery_images .ptb_extra_circle .ptb_extra_gallery_item img,
.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(6n+6) .ptb_thumbnail img{
    border-color:#7f6b8c;
}

/* ====================
 * Team Page
 * ================== ==*/

.team-page .row.width-style{
	max-width: 1450px;
}
.team-page .row.team-inner {
    border-top: 1px solid #ebebeb;
}
.team-page .row.team-inner .vc_column_container img.vc_single_image-img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 10px solid;
    object-fit: cover;
}
.team-page .row.team-inner .col-md-3, .programs-page .row.programs-inner .col-md-4{
	padding:0;
}
.team-page .row.team-inner .vc_column_container .vc_align_center, .programs-page .row.programs-inner .vc_column_container .vc_align_center{
	text-align:left !important;
}
.team-page .row.team-inner .vc_column_container h5.team-subheading {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.2px;
	margin-bottom:20px;
}
.team-page .row.team-inner .vc_column_container h2.team-heading {
    margin-bottom: 5px;
    letter-spacing: 0.2px;
}
.main-text2 {
    color: #73908f;
    font-size: 20px;
}
.main-text2 p{
	line-height:30px;
}
.programs-page .row.programs-inner .vc_column_container img.vc_single_image-img {
    width: 470px;
    height: 470px;
    border-radius: 50%;
    border: 10px solid;
    object-fit: cover;
}
.programs-page .row.width-style{
	max-width: 1450px;
}
.programs-page .row.programs-inner .vc_column_container h2.program-heading {
    margin-bottom: 40px;
    letter-spacing: 0.2px;
    font-size: 40px;
    font-weight: 300;
}
.pl-5{
	padding-left:5%;
}
h2.language {
    letter-spacing: 0.2px;
    font-weight: 600;
}
.list-style ul {
    padding: 0;
}
.list-style ul li {
    list-style: none;
    font-size: 18px;
    color: #73908f;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 26px;
    padding: 10px 0 10px 40px;
}
.list-style ul li:last-child{
	padding-bottom:0;
}
.list-style.pink ul li {
    background: url(/wp-content/uploads/2019/08/tick-pink.png) no-repeat;
    background-position: 0px 15px;
}
.list-style.green ul li {
    background: url(/wp-content/uploads/2019/08/tick-green.png) no-repeat;
    background-position: 0px 15px;
}
.spanish span {
    letter-spacing: 0.2px;
    font-weight: 600;
	margin-bottom: 10px;
}
.spanish p{
	font-size:30px;
	color:#73908f;
	margin-bottom:20px !important;
}
h4.approach{
	letter-spacing: 0.2px;
    font-weight: 700;
	font-size:18px;
}
.ht90{
	height:90px;
}
.gform_wrapper .validation_message{
	color: #16b5b2;
    padding-top: 5px !important;
    padding-left: 15px !important;
    font-size: 14px !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	background:none !important;
	border:none !important;
}
.Why_Choose_width-style{
	max-width: 650px;
    width: 100% !important;
    margin: 0 auto !important;
    left: 0 !important;
    z-index: 99;
}
.Why_Choose_width-style h2{
	text-align:left !important;
}
.Order_list-style ul {
    padding-left: 20px;
}
.Order_list-style ul li {
    line-height: 28px;
	letter-spacing: 0.2px;
}

/* ====================
 * Responsive Section
 * ================== ==*/

@media (max-width:1810px){
	.container{
		max-width: 1700px;
		width: 100%;
		margin: 0 auto;
	}
	#header .logo{
		max-width: 250px;
	}
	#header .main-menu > li.menu-item > a{
		font-size: 17px;
		padding: 20px 16px 20px 16px;
	}
	
}

@media (max-width:1720px){
.events-list-demo .col-md-12 .ptb_loops_wrapper article .ptb_events-and-memories_row .ptb_thumbnail img {
    width: 400px !important;
    height: 400px !important;
}
}


@media (max-width:1630px){
	.container{
		max-width: 1500px;
	}
	#header .main-menu > li.menu-item > a{
		font-size: 16px;
		padding: 20px 10px 20px 10px;
	}
.events-list-demo .col-md-12 .ptb_loops_wrapper article .ptb_events-and-memories_row .ptb_thumbnail img {
    width: 350px !important;
    height: 350px !important;
}
}
@media (max-width:1500px){
	.container{
		max-width: 1360px;
	}
	#header .container {
    	max-width: 100%;
	}
	.home-banner .banner-description p{
		font-size: 40px;
		line-height: 50px;
	}
	.home-banner .banner-btn{
		top: 130px;
		margin-bottom: 0;
	}
	.home-banner .banner-btn button{
		padding: 20px 60px !important;
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.home-services .services-img img{
		width:400px;
		height:400px;
	}
	#header .main-menu > li.menu-item > a {
		font-size: 15px;
		padding: 20px 10px;
	}
	#header .header-main .header-right{
		padding: 20px 0 20px 20px;
	}
	#header .main-menu > li.menu-item:last-child a{
		padding: 20px 30px;
	}
	#header, .sticky-header .header-main.sticky .main-menu > li.menu-item > a {
    	font-size: 14px !important;
	}
	.home-testimonials .right-testimonials .quote p{
		font-size: 18px;
    	line-height: 26px;
	}
	.programs-page .row.programs-inner .vc_column_container img.vc_single_image-img{
		width: 430px;
		height: 430px;
	}
	.page-header-1 {
    	padding-top: 300px;
    	padding-bottom: 300PX;
	}
	.banner-btn a{
		padding: 20px 60px !important;
		font-size: 30px !important;
		line-height: 40px !important;
		width: auto;
	}
	.banner-btn-sm a{
		padding: 20px 60px !important;
		font-size: 28px !important;
		line-height: 40px !important;
		width: auto;
	}	
	.events-list-demo .ptb_module.ptb_title h2{
		font-size:32px;
	}
.events-list-demo .col-md-12 .ptb_loops_wrapper article .ptb_events-and-memories_row .ptb_thumbnail img {
    width: 300px !important;
    height: 300px !important;
}
}
@media (max-width:1380px){
	#header .logo {
    	max-width: 200px;
	}
	#header .header-main .header-right {
    	padding: 20px 0;
	}
	#header .main-menu > li.menu-item > a {
    	font-size: 14px;
	}
	#header.sticky-header .logo {
    	max-width: 250px;
	}
	#header .main-menu > li.menu-item:last-child a {
    	padding: 20px 25px;
	}
	#footer .footer-main > .container {
    	padding: 50px 20px;
	}
}
@media (max-width:1331px){
	.ht90 {
    	height: 110px;
	}
	.mbtb .list-style ul li br {
   		display: none;
	}
}
@media (max-width:1288px){
	.home-services .services-img img {
		width: 350px;
		height: 350px;
	}
	.home-testimonials .vc_single_image-wrapper img {
    	height: 700px;
	}
	#header .main-menu > li.menu-item > a {
    	font-size: 13px;
    	padding: 15px 7px;
	}
	#header .main-menu > li.menu-item:last-child a {
    	padding: 15px 20px;
	}
	#header.sticky-header .logo {
    	max-width: 200px;
	}
	#footer .footer-main > .container .textwidget ul.social-links {
    	padding-left: 15px;
	}
	.bg-green::before {
    	top: 165px;
	}
	.programs-page .row.programs-inner .vc_column_container img.vc_single_image-img {
    	width: 380px;
    	height: 380px;
	}
.select-25 select#input_2_15 {
    width: 50%;
}
}
@media (max-width:1199px){
	.team-page .row.team-inner .vc_column_container img.vc_single_image-img{
		width: 230px;
		height: 230px;
	}
	.programs-page .row.programs-inner .vc_column_container img.vc_single_image-img {
    	width: 330px;
    	height: 330px;
	}
	.programs-page .row.programs-inner .vc_column_container h2.program-heading{
		font-size: 34px;
	}
	#header .main-menu > li.menu-item > a {
		font-size: 13.5px;
		padding: 15px 5px;
	}
	#header .logo {
    	max-width: 150px;
	}
	#header, .sticky-header .header-main.sticky .main-menu > li.menu-item > a {
    	font-size: 12.5px !important;
	}
.events-list-demo .col-md-12 .ptb_loops_wrapper article .ptb_events-and-memories_row .ptb_thumbnail img {
    width: 250px !important;
    height: 250px !important;
}
}
@media (max-width:1120px){
	#header .main-menu > li.menu-item > a {
		font-size: 12px;
		padding: 15px 5px;
	}
	#header, .sticky-header .header-main.sticky .main-menu > li.menu-item > a {
    	font-size: 11px !important;
	}
	.home-testimonials .right-testimonials .quote p {
		font-size: 16px;
    	line-height: 22px;
	}
}
@media (max-width:1024px){
	.main-heading{
		font-size: 30px;
	}
	.home-services .services-img img {
		width: 300px;
		height: 300px;
	}
	.home-testimonials .vc_single_image-wrapper img {
    	height: 650px;
	}
	#footer .footer-main > .container .textwidget p{
		font-size: 14px;
	}
	#footer .footer-main > .container .textwidget ul.locations li a{
		font-size: 16px;
	}
}
@media (max-width:991px){
	#footer .footer-main > .container .textwidget p{
		font-size: 15px;
	}
	#footer .footer-main > .container .textwidget ul.locations li a{
		font-size: 18px;
	}
	.accordion-menu li.menu-item > a{
		font-size: 16px;
		padding: 10px;
	}
	#nav-panel .accordion-menu > li.menu-item > a, #nav-panel .accordion-menu > li.menu-item > .arrow {
    	color: #16b5b2;
		font-weight: 600;
	}
	#header .header-main .header-left, #header .header-main .header-right{
		padding:0;
	}
	#header .header-main .header-right{
		vertical-align: middle !important;
	}
	#nav-panel .accordion-menu li.menu-item.active > a{
		background-color:#fff;
		color: #16b5b2;
	}
	#nav-panel .mobile-nav-wrap{
		margin-top:10px;
		max-height:100vh !important;
	}
	#nav-panel{
		padding-bottom:0;
	}
	#footer [class*="col-"] {
    	width: calc(100% / 2 - 10px);
    	float: left;
	}
	#footer .footer-main > .container .widget {
    	margin-bottom: 20px;
	}
	#footer .footer-main > .container {
    	padding: 50px 20px 0;
	}
	#footer .footer-bottom .container > div{
		text-align:center;
	}
	#footer .footer-bottom {
    	padding: 15px 0;
	}
	.home-services .services-img img {
    	width: 200px;
    	height: 200px;
	}
	.home-services .services-text {
    	font-size: 24px;
	}
	#footer .footer-main > .container .textwidget ul.social-links {
    	padding-left: 30px;
	}
	.home-banner .banner-description p {
    	font-size: 34px;
    	line-height: 40px;
	}
	.home-testimonials .right-testimonials{
		padding: 10% 5% !important
	}
	.home-testimonials .vc_column_container .wpb_single_image .vc_single_image-wrapper, .home-testimonials .vc_column_container .wpb_single_image .vc_single_image-wrapper img{
		width:100%;
	}
	.home-testimonials .right-testimonials .quote p {
    	font-size: 18px;
    	line-height: 26px;
	}
	.home-testimonials .vc_column_container {
    	max-width: 100%;
    	flex: 100%;
	}
	.home-testimonials .vc_single_image-wrapper img {
    	height: 600px;
	}
	.page-header-1 .page-title{
		font-size: 34px;
	}
	.programs-page .row.programs-inner .col-md-4, .programs-page .row.programs-inner .col-md-8, .programs-page .row.programs-inner .col-md-6, .team-page .row.team-inner .col-md-3, .team-page .row.team-inner .col-md-9, .outer-con-form .gform_body li.gfield.col-md-6, .outer-con-form .gform_body li.gfield.col-md-4 {
    	max-width: 100% !important;
    	flex: 100%;
	}
	
	.programs-page .row.programs-inner .vc_column_container h2.program-heading{
		font-size:30px;
	}
	.pl-5 {
    	padding-left: 15px !important;
	}
	h2.language{
		font-weight:normal;
	}
	.ht90 {
    	height: auto;
	}
	.team-page .row.team-inner .vc_column_container .vc_align_center, .programs-page .row.programs-inner .vc_column_container .vc_align_center{
		text-align:center !important;
		margin-bottom:30px !important;
	}
	.wpb_content_element{
		margin-bottom:15px;
	}
	.mbtb {
    	padding: 0 !important;
	}
	h4.approach{
		margin-top:30px;
	}
	.orders {
    	flex-wrap: wrap-reverse;
	}
	.row.programs-inner.ptb-40 {
    	padding: 0;
	}
	.team-page .row.team-inner .vc_column_container img.vc_single_image-img {
    	width: 350px;
    	height: 350px;
	}
	.inner-banner-btn, .inner-banner-btn-top{
		left: unset;
    	transform: none;
		width:100%;
	}
	.events-list-demo .col-md-12 .ptb_loops_wrapper article.ptb_post .ptb_items_wrapper.entry-content{
		max-width: 100%;
	}
	.events-list-demo .ptb_events-and-memories_row .ptb_col.ptb_col3-1.ptb_col_first {
    	flex-basis: 100%;
    	text-align: center;
    	margin-bottom: 30px;
	}
	.events-list-demo .ptb_events-and-memories_row .ptb_col.ptb_col3-2.ptb_col_last{
		flex-basis: 100%;
	}
	.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(2n+1){
		padding-top: 60px !important;
		padding-bottom: 40px !important;
		margin-bottom: 0;
	}
	.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(2n){
		padding-top:60px !important
	}
	.events-list-demo .ptb_events-and-memories_row .ptb_col.ptb_col3-2.ptb_col_last{
		padding: 0 30px;
	}
	.programs-page .row.programs-inner .vc_column_container img.vc_single_image-img {
    	width: 380px;
    	height: 380px;
	}
	#nav-panel .accordion-menu .arrow{
		top:6px;
		font-size: 20px !important;
	}
	#nav-panel .accordion-menu .sub-menu li:not(.active):hover > a{
		background:transparent;
	}
	#nav-panel .mobile-menu .sub-menu{
		margin-left:0;
	}
	#nav-panel .accordion-menu li.menu-item > a, #nav-panel .accordion-menu .arrow, #nav-panel .menu-custom-block a {
    	color: #16b5b2 !important;
		font-weight: 600;
	}
	.Ealry_pt0{
		padding-top:0px !important;
	}
	.footer-wrapper::after{
		top: -30px;
	}
	.footer-wrapper::before{
		top: -190px;
	}

}
@media (max-width:767px){
	p {
    	line-height: 26px !important;
	}
	.home-banner .banner-btn {
		top: 80px;
	}
	.inner-banner-btn-top {
		top: -260px;
	}
	.inner-banner-btn {
		top: -190px;
	}	
	.banner-description {
    	margin-bottom: 10px;
	}
	.home-banner{
		height: 800px;
	}
	.home-banner .banner-btn button {
    	padding: 15px 50px !important;
    	font-size: 20px !important;
    	line-height: 30px !important;
		box-shadow: 5px 5px 0px rgba(255, 82, 137, 0.5);
	}
	.home-banner .banner-description p {
		font-size: 22px;
		line-height: 26px;
	}
	.home-banner .top-heading{
		font-size: 14px;
	}
	.main-heading {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.top100{
		top: 0;
		margin-bottom: 40px;
	}
	.services-img {
    	margin-bottom: 15px;
	}
	.home-services .services-text{
		margin-bottom:0;
	}
	.pt-150{
		padding-top:40px;
	}
	.home-testimonials .right-testimonials{
		padding: 10% 5% !important;
	}
	#footer .footer-main > .container .widget {
    	margin-bottom: 20px;
	}
	.home-testimonials .vc_single_image-wrapper img {
    	height: 400px;
	}
	.no-breadcrumbs .main-content {
   		padding: 0;
	}
	#header .container {
    	max-width: 100%;
    	padding: 0 10px;
	}
	#header.sticky-header .logo {
    	max-width: 250px;
	}
	#footer [class*="col-"] {
		width:100%;
		float:none;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	text-align: center;
	}

	aside#custom_html-4 img.developed-icon {
		top: 95%;
		left: 0;
		right: 0;
		display: block;
		float: unset;
		margin: 25px auto 0px auto;
	}

	span.footer-copyright {
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 600;
		position: relative;
	}

	#footer .footer-main>.container .textwidget ul.locations + a {
		display: block;
	}

	#footer .footer-main > .container .textwidget .application-btn {
		padding: 10px 10px;
	}

	#footer .footer-main > .container .textwidget ul.social-links {
		padding-left: 15px;
	}

	#footer .footer-main > .container .textwidget ul.social-links a img {
		width: 45px;
	}
	.home-services .services-img img {
    	width: 300px;
    	height: 300px;
	}
	.home-services .services-text {
    	font-size: 30px;
	}
	.bg-green{
		border-bottom:20px solid #ffde7a;
	}
	.bg-green::before{
		content:none;
	}
	.footer-wrapper{
		border-top:20px solid #16b5b2;
	}
	.footer-wrapper::before, .footer-wrapper::after{
		content:none;
	}
	.read_btn_video{
		margin-top: 40px;
		margin-bottom: 0;
	}
	.read_btn_video .play-btn::after, .read_btn_video .play-btn::before{
		width: 80px;
		height: 80px;
	}
	.page-header-1 .page-title{
		font-size: 26px;
		line-height: 30px;
	}
	.banner-btn a {
    	padding: 15px 50px !important;
		font-size: 20px !important;
		line-height: 30px !important;
		box-shadow: 5px 5px 0px rgba(255, 82, 137, 0.5) !important;
	}
	.banner-btn-sm a {
    	padding: 15px 50px !important;
		font-size: 20px !important;
		line-height: 30px !important;
		box-shadow: 5px 5px 0px rgba(255, 222, 122, 0.5) !important;
	}
	.page-header-1 {
    	padding-top: 200px;
    	padding-bottom: 250PX;
		background-position: center;
	}
	.main-text, .main-text2, .events-list-demo .ptb_module.ptb_excerpt > div, .events-list-demo .ptb_sub_title h3 {
    	font-size: 16px;
	}
	.list-style ul li{
		font-size:16px;
		font-weight:600;
	}
	.page-header-1 .page-sub-title{
		font-size: 14px;
    	text-align: center;
	}
	.spanish span{
		line-height: 36px;
	}
	.team-page .row.team-inner .vc_column_container h2.team-heading{
		font-size:24px;
	}
	.pb-80 {
    	padding-bottom: 40px;
	}
	.pt-80 {
    	padding-top: 40px;
	}
	.sub-heading{
		font-size:16px;
		margin-bottom:0;
	}
	.events-list-demo .ptb_module.ptb_title h2 {
    	font-size: 24px;
	}
	.events-list-demo .col-md-12 .ptb_loops_wrapper article:nth-child(2n){
		padding-bottom:40px !important
	}
	.ptb_loops_wrapper .ptb_post img {
    	width: 100%;
    	max-width: 350px;
	}
	.programs-page .row.programs-inner .vc_column_container h2.program-heading, h2.language, .spanish p{
		margin-bottom:10px;
	}
	.team-page.pt-40.pb-60 {
    	padding: 0 !important;
	}
	.team-inner.ptb-60 {
    	padding-top: 40px;
    	padding-bottom: 40px;
	}
	.outer-con-form .gform_body li.gfield .medium{
		padding: 10px 20px !important;
	}
	.events-list-demo .col-md-12 .ptb_loops_wrapper article .ptb_events-and-memories_row .ptb_gallery_images .ptb_extra_circle .ptb_extra_gallery_item img {
    	border: 2px solid;
	}
	#footer .footer-main > .container .textwidget ul.locations li{
		list-style-position: inside;
	}
	#footer .footer-main > .container .textwidget ul.locations li a {
    	font-size: 13px;
	}
	#footer .footer-main > .container .textwidget ul.locations{
		padding-left:0;
	}
	img.developed-icon {
    	margin-top: 10px;
	}

}
@media (max-width:640px){
.gform_wrapper .radio-style-input ul.gfield_checkbox li input[type=checkbox], .gform_wrapper .radio-style-input ul.gfield_radio li input[type=radio] {
    width: 20px !important;
    height: 20px;
    margin: 0 5px 0 0 !important;
}
.gform_wrapper .radio-style-input ul.gfield_checkbox, .gform_wrapper .radio-style-input ul.gfield_radio {
    display: block;
}
.gform_wrapper .radio-style-input ul.gfield_checkbox li, .gform_wrapper .radio-style-input ul.gfield_radio li {
    width: 100%;
    font-size: 20px;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    width: 75%;
}
}

@media (max-width:480px){
	.home-services .services-img img {
    	width: 250px;
    	height: 250px;
	}
	.home-banner .banner-description p {
    	font-size: 18px;
    	line-height: 24px;
	}
	.programs-page .row.programs-inner .vc_column_container img.vc_single_image-img {
    	width: 320px;
    	height: 320px;
	}
	.team-page .row.team-inner .vc_column_container img.vc_single_image-img {
    	width: 300px;
    	height: 300px;
	}
	.ptb_loops_wrapper .ptb_post img {
    	max-width: 300px;
	}
	.programs-page .row.programs-inner .vc_column_container h2.program-heading, h2.language, .spanish p{
		font-size: 20px;
		line-height: 26px;
	}
	.spanish span {
    	line-height: 26px;
    	margin-bottom: 0;
	}
	.home-testimonials .right-testimonials {
    	padding: 15% 5% 10% !important;
	}
}


@media (max-width:400px){
.select-25 select#input_2_15 {
    width: 100%;
}
}

@media (max-width:375px){
	.programs-page .row.programs-inner .vc_column_container img.vc_single_image-img {
    	width: 250px;
    	height: 250px;
	}
}

@media (max-width:360px){
	.home-banner .banner-btn button, .banner-btn a, .banner-btn-sm a {
    	padding: 15px 35px !important;
    	font-size: 18px !important;
    	line-height: 26px !important;
	}
	.home-banner .banner-description p {
    	font-size: 15px;
    	line-height: 20px;
	}
	.home-banner .top-heading {
    	font-size: 13px;
	}
	.team-page .row.team-inner .vc_column_container img.vc_single_image-img {
    	width: 250px;
    	height: 250px;
	}
}