/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                       ADDITIONAL 3 STYLE --- MAIN CSS START

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* Slider Sec */

.skipWrap .elementor-widget-shortcode {
    max-width: 1000px;
    margin: 0 auto;
}


.skipWrap .owl-carousel .owl-item .postBox {
    background: #127ec3; 
    border: 4px solid #fff;
    border-radius: 25px;
    padding: 30px 30px 23px;
    box-shadow: 0 0 25px rgba(0,0,0,.3);
    /*min-height: 372px;*/
}

.skipWrap .owl-carousel .owl-stage-outer .owl-item .item {
    padding: 20px;
}
  
.skipWrap .owl-carousel .owl-dots {
    display: none;
}

.skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .owl-extra:after,
.skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .boxes:after {
    content: '';
    clear: both;
    display: table;
}

.skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .titleBox,
.skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .textBx {
    float: left;
    width: 70%;
    padding-right: 40px;
}

.skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .titleBox {
    float: none;
}


.skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .boxes .featured {
    float: right;
    width: 30%;
    text-align: right;
    margin-top: -25px;
}


.skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .boxes .featured img {
    width: 280px;
} 


.skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .excerpt,
.skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox h3 {
    color: #fff;
}

.skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .excerpt {
    line-height: 30px;
}

.skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .owl-extra h2 {
    font-size: 90px;
    line-height: 74px;
    text-transform: uppercase;
    color: #a8ce4b;
    opacity: .6;
    margin-bottom: 40px;
}

.skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .owl-extra h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 35px;
}


.skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .titleBox {
    margin-top: -77px;
}

.skipWrap  .owl-carousel-slider .owl-stage-outer {
    overflow: visible;
}

 
.skipWrap .owl-nav-btn {
    max-width: 260px;
    margin: 30px auto 0;
    border: 4px solid #a8ce4b;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
}

.skipWrap .owl-nav-btn button span {
    display: none;
}

.skipWrap .owl-nav-btn button {
    border: none;
    padding: 0;
    background-color: transparent;
    width: 32px;
    height: 20px;
    cursor: pointer;
    position: relative;
    transition: all 1s;
} 

.skipWrap .owl-nav-btn .owl-prev {
    left: 0;
}
.skipWrap .owl-nav-btn .owl-next {
    right: 0;
}

.skipWrap .owl-nav-btn label {
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
    font-size: 18px;
    margin: 0 20px;
    transition: all .5s;
}

.skipWrap .owl-nav-btn:hover .owl-prev {
    left: 5px;
}

.skipWrap .owl-nav-btn:hover .owl-next {
    right: 5px;
}


/* largeWrap */

 
.largeWrap .formBox textarea::-webkit-input-placeholder,
.largeWrap .formBox input::-webkit-input-placeholder {
	color: #c1d6ea !important;
}

.largeWrap .formBox textarea:-moz-placeholder,
.largeWrap .formBox input:-moz-placeholder { /* Firefox 18- */
	color: #c1d6ea !important;
}

.largeWrap .formBox textarea::-moz-placeholder,
.largeWrap .formBox input::-moz-placeholder {
	color: #c1d6ea !important;
}

.largeWrap .formBox textarea:-ms-input-placeholder,
.largeWrap .formBox input:-ms-input-placeholder {  
	color: #c1d6ea !important;
}
.largeWrap .formBox textarea,
.largeWrap .formBox input,
.largeWrap .formBox select {
    color: #c1d6ea !important;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    
}
.largeWrap .formBox .dbtn .mText:first-child {
    color: #fff;
}
.largeWrap .formBox .dbtn {
    border: 4px solid #a8ce4b !important;
    cursor: pointer;
}
.elementor-form .dbtn span.elementor-form-spinner {
	margin-left: 20px;
}

.elementor-form .elementor-error .elementor-field, .elementor-form .elementor-error .elementor-field {
    border-color: #ff0000 !important;
}
.elementor-form .elementor-message-danger,
.elementor-form .elementor-message-danger {
	color: #ff0000;
	text-align: center;
	display: none;
}
.elementor-message-success {
    color: #ffffff;
    font-size: 14px !important;
    margin-top: 20px !important;	
	text-align: center;
}

.largeWrap .testimonialWrap .elementor-testimonial__cite {
    margin-bottom: 15px;
}
.largeWrap .testimonialWrap .elementor-testimonial__name {
    font-style: normal;
    font-family: 'Gotham-Bold';
    font-size: 20px;
}
.largeWrap .testimonialWrap .elementor-testimonial__text {
    font-size: 32px;
    line-height: 45px;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    font-style: italic;
}
.largeWrap .testimonialWrap .elementor-testimonial__image img {
    height: auto;
    width: 152px;
}
.largeWrap .testimonialWrap .eicon-chevron-right:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    right: 150px;
    top: calc(50% - 20px);
    position: absolute;
    transition: all .5s;
}
.largeWrap .testimonialWrap .eicon-chevron-left:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    left: 150px;
    top: calc(50% - 20px);
    position: absolute;
    transition: all .5s;
}
.largeWrap .testimonialWrap .elementor-testimonial__footer {
    margin-top: 10px !important;
}
/* whyWrap */
.whyWrap .skipsBox  .elementor-widget-wrap,
.whyWrap .skipsBox .elementor-column-wrap {
    position: inherit !important;
}
.whyWrap .skipsBox .elementor-element {
    right: -185px !important;
    bottom: -155px !important;
}
.whyWrap .dbtn .mText:first-child {
    color: #fff;
}
.whyWrap .elementor-widget-container h2 span {
    color: #a8ce4b;
} 
.whyWrap .elementor-background-overlay {
    clip-path: polygon(100% 0, 21% 100%, 100% 100%);
    -o-clip-path: polygon(100% 0, 21% 100%, 100% 100%);
    -moz-clip-path: polygon(100% 0, 21% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 21% 100%, 100% 100%);
}
/* locationWrap */

.locationWrap .elementor-widget-heading h3 {
    font-family: 'Gotham-Bold';
    font-size: 24px;
}

.locationWrap .elementor-icon-list-item .elementor-icon-list-text {
    font-family: 'Gotham-Bold';   
    font-size: 17px;
	transition: all .1s;
}
/*bookWrap*/
.bookWrap {
	z-index: 1;
}
.bookWrap:after {
	content: '';
    background: #f7f7f7;
    width: 300px;
    height: 240px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
   	border-radius: 0px 0px 0px 16px;
	z-index: -1;
	
}
.bookWrap:before {
	content: '';
    background: #f7f7f7;
    width: 300px;
    height: 240px;
    position: absolute;
    bottom: 0px;
    right: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
	border-radius: 0 0px 16px 0;
	z-index: -1;
}
.bookWrap .elementor-widget-heading h2 {
	font-size: 50px;
    text-transform: uppercase;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.bookWrap .elementor-widget-heading h2:before {
	content: '';
    width: 100%;
    height: 15px;
    display: block;
    background: #a8ce4b;
    position: absolute;
    bottom: 0px;
    left: -8px;
    z-index: -1;
}
.bookWrap .elementor-widget-text-editor p {
    font-size: 18px;
    line-height: 30px;
	padding-bottom: 0;
}
.bookWrap .elementor-widget-icon-list ul li a {
	font-size: 30px;
    font-family: 'Gotham-Medium';
}
/*googleWrap*/
.googleWrap .elementor-widget-heading h6 span {
	color: #f7ac3c;
	padding-right: 18px;
}
.googleWrap .elementor-widget-text-editor p {
	font-style: italic;
}
.googleWrap .highly p {
	font-size: 22px;
    font-family: 'Gotham-Bold';
	font-style: normal;
}
.googleWrap .elementor-widget-text-editor p label {
	color: #a2c95d;
	font-style: normal;
}

/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                   ADDITIONAL 3 STYLE --- RESPONSIVE CSS START

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (min-width: 1025px) and (max-width: 1440px) {
	.privacybnrWrap > .elementor-container {
		min-height: 0px !important;
	}
}


@media (min-width: 1200px) and (max-width: 1440px) { 
    
    .skipWrap .elementor-widget-shortcode {
        max-width: 800px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .owl-extra h3 {
        font-size: 22px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .owl-extra h2 {
        font-size: 80px;
        line-height: 66px;
    }
    
    .largeWrap .testimonialWrap .elementor-testimonial__text { 
        font-size: 30px;
        line-height: 38px;
    }
    .whyWrap .provenBox {
        width: 50% !important;
    }
    .whyWrap .skipsBox {
         width: 50% !important;
    }
    .whyWrap .skipsBox .elementor-element {
        right: -80px !important;
        bottom: -95px !important;
    }
    .whyWrap .chooseBox .elementor-container {
        min-height: 338px !important;
    }
    .whyWrap {
        padding: 70px 0px 70px 0px !important;
    }
    .whyWrap .provenBox .elementor-column-wrap {
        padding: 20px 20px 20px 20px !important;
    }
    .locationWrap .elementor-widget-heading h3 {
        font-size: 23px;
    }
    
    .locationWrap .elementor-icon-list-item .elementor-icon-list-text {
        font-size: 16px;
    }

}



/* Laptop screen */
@media (min-width: 1025px) and (max-width: 1199px) { 

  .skipWrap .elementor-widget-shortcode {
        max-width: 600px;
    }
    
    .skipWrap .owl-carousel .owl-item .postBox {
        min-height: 330px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .owl-extra h3 {
        font-size: 20px;
        margin-bottom: 36px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .owl-extra h2 {
        font-size: 70px;
        line-height: 62px;
        margin-bottom: 40px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .titleBox {
        margin-top: -70px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .titleBox, 
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .textBx {
        width: 70%;
        padding-right: 20px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .boxes .featured {
        width: 30%;
    }
    .largeWrap .testimonialWrap .elementor-testimonial__text {
        font-size: 28px;
        line-height: 36px;
    }
    .largeWrap .testimonialWrap .elementor-testimonial__image img {
        width: 140px;
    }
    .whyWrap .provenBox {
        width: 50% !important;
    }
    .whyWrap .skipsBox {
         width: 50% !important;
    }
    .whyWrap .skipsBox .elementor-element {
        right: -80px !important;
        bottom: -95px !important;
    }
    .whyWrap .chooseBox .elementor-container {
        min-height: 338px !important;
    }
    .whyWrap {
        padding: 70px 0px 70px 0px !important;
    }
    .whyWrap .provenBox .elementor-column-wrap {
        padding: 20px 20px 20px 20px !important;
    }
    .locationWrap .elementor-widget-heading h3 {
        font-size: 22px;
    }
    
    .locationWrap .elementor-icon-list-item .elementor-icon-list-text {
        font-size: 15px;
    }
    .largeWrap .testimonialWrap .eicon-chevron-right:before {
        right: 100px;
    }
    .largeWrap .testimonialWrap .eicon-chevron-left:before {
        left: 100px;
    }
    
    
}

/* Large desktop */
@media (min-width: 1025px) {
	
	 	
}

   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) { 
	 
	 .skipWrap .elementor-widget-shortcode {
        max-width: 500px;
    }
    
    .skipWrap .owl-carousel .owl-item .postBox {
        min-height: 330px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .owl-extra h3 {
        font-size: 20px;
        margin-bottom: 36px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .owl-extra h2 {
        font-size: 56px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .titleBox {
        margin-top: -62px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .titleBox, 
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .textBx {
        width: 70%;
        padding-right: 20px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .boxes .featured {
        width: 30%;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .excerpt {
        font-size: 16px;
    }
    .largeWrap .testimonialWrap .elementor-testimonial__text {
        font-size: 25px;
        line-height: 32px;
    }
    .largeWrap .testimonialWrap .eicon-chevron-right:before {
        right: 100px;
    }
    .largeWrap .testimonialWrap .eicon-chevron-left:before {
        left: 100px;
    }
    .whyWrap .skipsBox .elementor-element {
        right: -11px !important;
        bottom: -90px !important;
    }
    .locationWrap .elementor-widget-heading h3 {
        font-size: 22px;
    }
    
    .locationWrap .elementor-icon-list-item .elementor-icon-list-text {
        font-size: 15px;
    }
	.bookWrap .elementor-widget-heading h2 {
		font-size: 40px;
	}
	.bookWrap .elementor-widget-heading h2:before {
		 bottom: -2px;
	}
	.bookWrap .elementor-widget-icon-list ul li a {
		font-size: 18px;
	}
	.bookWrap:before,
	.bookWrap:after {
		width: 260px;
		height: 200px;
	}
    .googleWrap .elementor-widget-heading h6 span {
		padding-right: 10px;
	}
	.googleWrap .elementor-inner-section .elementor-container > .elementor-row {
		max-width: inherit;
	}
	.googleWrap .highly p {
		font-size: 20px;
    	line-height: 26px;
	}
	.largeWrap .testimonialWrap .elementor-testimonial__image img {
        width: 120px;
    }
    
    
    
}

     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	
	@media screen and (orientation: landscape) {

	}
	
	.skipWrap .elementor-widget-shortcode {
        max-width: 100%;
    }
    
    .skipWrap .owl-carousel .owl-item .postBox {
        min-height: 100%;
        padding: 20px;
        box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .owl-extra h3 {
        font-size: 18px;
        margin-bottom: 26px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .owl-extra h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .titleBox {
        margin-top: -46px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .titleBox, 
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .textBx {
        width: 70%;
        padding-right: 20px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .boxes .featured {
        width: 30%;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .excerpt {
        font-size: 16px;
    }
    
    .skipWrap .owl-carousel-slider .owl-stage-outer {
        overflow: hidden;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .item {
        padding: 40px 10px 20px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .titleBox,
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .boxes .featured,
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .textBx {
        float: none;
        width: 100%;
        text-align: left;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .textBx  {
        padding-right: 0;
        margin-top: 10px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .boxes .featured img {
        width: 250px;
    }
    
    .skipWrap .owl-nav-btn label {
         margin: 0 12px;
    }
    
    .skipWrap .owl-nav-btn {
        margin-top: 10px;
    }
    
    .skipWrap .owl-carousel .owl-stage-outer .owl-item .postBox .boxes .featured {
        margin-top: 0;
    }
    
    .largeWrap .testimonialWrap .elementor-testimonial__text {
        font-size: 20px;
        line-height: 25px;
    }
    .largeWrap .testimonialWrap .eicon-chevron-right:before {
        right: 0;
        width: 18px;
        height: 32px;
        top: calc(50% - 17px);
    }
    .largeWrap .testimonialWrap .eicon-chevron-left:before {
        left: 0;
        width: 18px;
        height: 32px;
        top: calc(50% - 17px);
    }
    .largeWrap .testimonialWrap .elementor-testimonial__cite {
        margin-bottom: 9px;
    }
    .largeWrap .formBox .dbtn {
        padding: 10px 20px !important;
    }
    .whyWrap .skipsBox .elementor-element {
        right: inherit !important;
        bottom: inherit !important;
        position: inherit !important;
    }
    .locationWrap .elementor-widget-heading h3 {
        font-size: 22px;
    }
    
    .locationWrap .elementor-icon-list-item .elementor-icon-list-text {
        font-size: 15px;
    }
	
   	.whyWrap .scnTitle.centered h2.elementor-heading-title {
		margin-left: 0;
	} 
	.bookWrap .elementor-widget-heading h2 {
		font-size: 32px;
	}
	.bookWrap .elementor-widget-heading h2:before {
		 bottom: -2px;
	}
	.bookWrap .elementor-widget-icon-list ul li a {
		font-size: 15px;
	}
	.bookWrap:before,
	.bookWrap:after {
		width: 120px;
		height: 100px;
	}
	.bookWrap .elementor-widget-text-editor p br {
		display: none;
	}
	.bookWrap .elementor-widget-text-editor p {
   		 font-size: 16px;
		line-height: 24px;
	}
	.googleWrap .elementor-widget-heading h6 span {
		padding-right: 10px;
	}
	.googleWrap .elementor-inner-section .elementor-container > .elementor-row {
		max-width: inherit;
	}
	.googleWrap .highly p {
		font-size: 16px;
    	line-height: 24px;
	}
	.googleWrap .elementor-widget-text-editor p {
		font-size: 14px;
    	line-height: 24px;
	}
	.largeWrap .testimonialWrap .elementor-testimonial__image img {
        width: 120px;
    }
	
        

	
	
}

     
/* Landscape phones and down */
@media (max-width: 480px) { 


	.whyWrap .elementor-widget-container h2 span {
		display: block;
	}
    

}