/*
Theme Name: ModenaTheme-child
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Template: ModenaTheme
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, 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
Text Domain: ModenaTheme-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */
div,

p,

ul,

ol,

li,

h1,

h2,

h3,

h4,

h5,

h6,

form,

input,

textarea,

header,

footer,

nav,

section,

article,

figure,

aside,

dl,

dt,

dd,

fieldset,

legend,

label,

em,

strong,

span,

b,

a,

img,

form,

input,

br,

hr {

  margin: 0;

  padding: 0;

}



a,

input[type='submit'] {

  transition: all 500ms ease-in-out;

  -ms-transition: all 500ms ease-in-out;

  -o-transition: all 500ms ease-in-out;

  -moz-transition: all 500ms ease-in-out;

  -webkit-transition: all 500ms ease-in-out;

  text-decoration: none;

}



a:hover,

input[type='submit']:hover {

  transition: all 500ms ease-in-out;

  -ms-transition: all 500ms ease-in-out;

  -o-transition: all 500ms ease-in-out;

  -moz-transition: all 500ms ease-in-out;

  -webkit-transition: all 500ms ease-in-out;

}



input[type='text'],

input[type='email'],

input[type='tel'],

input[type='password'],

input[type='submit'],

textarea,

button,

button:hover {

  border-radius: 0;

  -webkit-appearance: none;

  -moz-appearance: none;

}





input[type='radio'] {

  -webkit-tap-highlight-color: transparent;

}



a,

img,

input,

input:hover,

input:focus,

input:active,

a:focus {

  outline: none;

}



p {

  color: #667c77;

  font-size: 14px;

  font-size: 1.4rem;

  line-height: 24px;

  line-height: 2.4rem;

  margin: 0 0 20px;

  padding: 0;

  font-family: 'Raleway', sans-serif;

}







ul,

li {

  list-style: none;

  padding: 0;

  margin: 0;

}



img {

  height: auto !important;

  max-width: 100%;

  vertical-align: middle;

}



img {

  max-width: 100%;

  display: block;

  height: auto;

  outline: none;

  border: 0;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: 'Raleway', sans-serif;

  font-weight: 600;

}



* {

  outline: none;

}



.after:after {

  clear: both;

  content: "";

  display: block;

  visibility: hidden;

}



:after,

:before {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



html {

  font-size: 62.5%;

}



.clearfix::before,

.clearfix::after {

  content: " ";

  display: table;

}



.clearfix::after {

  clear: both;

}

.container {
  width: 100% !important;
  max-width: 1170px !important;
  padding: 0 15px !important;
}



/* main css start here */



.main_wrapper {

  overflow: hidden;

}















/* wrapper start here */



.banner_sec {

  position: relative;

}



.banner_sec img {

  width: 100%;

}



.banner_sec .banner_container {

  position: absolute;

  top: 50%;

  left: 50%;

  -moz-transform: translateX(-50%) translateY(-50%);

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  z-index: 1;

  width: 100%;

}



.banner_cont h1 {

  color: #50463a;

  font-size: 42px;

  line-height: 50px;

  font-family: 'Raleway', sans-serif;

  font-weight: 300;

  padding-bottom: 20px;

}



.banner_cont h2 {

  color: #50463a;

  font-size: 27px;

  line-height: 40px;

  font-family: 'Raleway', sans-serif;

  font-weight: 600;

  margin: 0;

  padding-bottom: 10px;

}



.banner_cont p {

  color: #272727;

  font-size: 19px;

  line-height: 29px;

  font-family: 'Raleway', sans-serif;

  font-weight: 400;

  padding-bottom: 15px;

  margin: 0;

}



.learn_more a {

  background: #303134;

  color: #ffffff;

  font-size: 12px;

  line-height: 40px;

  font-family: 'Montserrat', sans-serif;

  font-weight: 400;

  padding: 0 22px;

  display: inline-block;

  text-transform: uppercase;

  border-radius: 3px;

  position: relative;
  overflow: hidden;
  z-index: 2;

}



.learn_more a:hover {

  color: #ffffff;

}

.learn_more a:after {
  position: absolute;
  content: '';
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #5bc2e1;
  border-color: transparent;
  transition: 0.9s;
}

.learn_more a:hover:after {
  left: 0;
}



.get_started_wrap .get_started_container .get_started_box .get_started_box_cont .get_started_box_cont_right .learn_more a {

  background: #303134;

  color: #ffffff;

  font-size: 12px;

  line-height: 40px;

  font-family: 'Montserrat', sans-serif;

  font-weight: 400;

  padding: 0 22px;

  display: inline-block;

  text-transform: uppercase;

  border-radius: 3px;

  position: relative;
  overflow: hidden;
  z-index: 2;

}



.get_started_wrap .get_started_container .get_started_box .get_started_box_cont .get_started_box_cont_right .learn_more a:hover {

  color: #303134;

}

.get_started_wrap .get_started_container .get_started_box .get_started_box_cont .get_started_box_cont_right .learn_more a:after {
  position: absolute;
  content: '';
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ffffff;
  border-color: transparent;
  transition: 0.9s;
}

.get_started_wrap .get_started_container .get_started_box .get_started_box_cont .get_started_box_cont_right .learn_more a:hover:after {
  left: 0;
}




.learn_more.view_all a {

  background: #303134;

  color: #ffffff;

  font-size: 12px;

  line-height: 40px;

  font-family: 'Montserrat', sans-serif;

  font-weight: 400;

  padding: 0 22px;

  display: inline-block;

  text-transform: uppercase;

  border-radius: 3px;

  position: relative;
  overflow: hidden;
  z-index: 2;

}



.learn_more.view_all a:hover {

  color: #303134;

}

.learn_more.view_all a:after {
  position: absolute;
  content: '';
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ffffff;
  border-color: transparent;
  transition: 0.9s;
}

.learn_more.view_all a:hover:after {
  left: 0;
}



/* wrapper ends here */





/* Insta section Start */



.insta_cont {

  padding: 50px 40px;

}



.insta_cont i {

  color: #575757;

  font-size: 30px;

  margin-bottom: 10px;

}



.insta_cont p {

  color: #272727;

  font-size: 19px;

  line-height: 29px;

  font-family: 'Raleway', sans-serif;

  font-weight: 500;

  padding-bottom: 15px;

  margin: 0;

}



.follow_btn a {

  background: #5ecaea;

  color: #ffffff;

  font-size: 15px;

  line-height: 43px;

  font-family: 'Montserrat', sans-serif;

  font-weight: 400;

  padding: 0 35px;

  display: inline-block;

  text-transform: uppercase;

  border-radius: 3px;

  position: relative;
  overflow: hidden;
  z-index: 2;

}

.follow_btn a:hover {
  color: #ffffff;
}

.follow_btn a:after {
  position: absolute;
  content: '';
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #575757;
  border-color: transparent;
  transition: 0.9s;
}

.follow_btn a:hover:after {
  left: 0;
}



/* Insta section Ends */





/* partner section Start */



.our_partner_wrap {

  border-bottom: #9e9e9e 1px solid;

  background: #f6f6f6;

  border-top: #9e9e9e 1px solid;

  padding: 60px 0;

}



.partner_sec ul li {

  text-align: center;

}



.partner_sec ul li.slick-slide {

  text-align: center;

}



.partner_sec ul li img {

  padding: 0 10px;
  -webkit-filter: grayscale(100%);

}

.partner_sec ul li img:hover {
  -webkit-filter: grayscale(0);
}



/* partner section Ends */







/* Watch Video section Start */



.watch_videos_wrap {

  padding: 50px 0 60px;

  background: #f6f6f6;

  border-bottom: #9e9e9e 1px solid;

  background-image: url(img/video-bg-img.png);

  background-repeat: no-repeat;

  background-position: 15px bottom;

}



.watch_videos_wrap h2 {

  color: #272727;

  font-family: 'Raleway', sans-serif;

  font-weight: 500;

  font-size: 30px;

  line-height: 30px;

  text-align: center;

  margin-bottom: 70px;

  position: relative;

}



.watch_videos_wrap h2:before {

  position: absolute;

  top: 50px;

  left: 50%;

  transform: translate(-50%, -50%);

  background: #5ecaea;

  width: 80px;

  height: 2px;

  content: "";

  display: block;

}



.watch_videos_box {

  margin: 0 10px 30px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;

}

.watch_videos_box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}



.watch_videos_wrap .learn_more {

  text-align: center;

}



/* Watch Video section Ends */







/* Home About section Start */



.home_about_Image_wrap img {

  width: 100%;

}


/* Shine */
.home_about_Image_wrap figure {
  position: relative;
  overflow: hidden;
}

.home_about_Image_wrap figure:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.home_about_Image_wrap figure:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}



.home_about_Cont_wrap {

  /* padding: 35px 130px 33px 40px; */
  padding: 17px 130px 17px 40px;

}

img.alignleft {
  float: left;
  margin: 0 15px 0 0;
}

img.alignright {
  float: right;
  margin: 0 0 0 15px;
}



.home_about_Cont_wrap h2 {

  font-size: 28px;

  line-height: 36px;

  font-weight: 600;

  color: #444444;

  font-family: 'Raleway', sans-serif;

  padding-bottom: 20px;

}



.home_about_Cont_wrap p {

  color: #252525;

  font-family: 'Raleway', sans-serif;

  font-size: 14px;

  line-height: 24px;

  font-weight: 400;

}



.home_about_wrap {

  border-bottom: #9e9e9e 1px solid;

  background-color: #e9e9e9;

  background-image: url(img/abt-bg-img.png);

  background-repeat: no-repeat;

  background-position: bottom right;

  background-size: 20%;

}



.home_about_wrap .learn_more a {

  background: #5bc2e1;

}



.home_about_wrap .learn_more a:hover {

  background: #303134;

}



/* Home About section Ends */







/* Case Studies section Start */



.case_studies_wrap {

  padding: 50px 0;

  background: #ffffff;

  border-bottom: #9e9e9e 1px solid;

}



.case_studies_wrap h2 {

  color: #272727;

  font-family: 'Raleway', sans-serif;

  font-weight: 500;

  font-size: 30px;

  line-height: 30px;

  text-align: center;

  margin-bottom: 70px;

  position: relative;

}



.case_studies_wrap h2:before {

  position: absolute;

  top: 50px;

  left: 50%;

  transform: translate(-50%, -50%);

  background: #5ecaea;

  width: 80px;

  height: 2px;

  content: "";

  display: block;

}



.case_studies_wrap .case_studies_container {

  position: relative;

}



.case_studies_wrap .case_studies_container .slick-prev {

  position: absolute;

  background: url(img/left_arrow.png) no-repeat 0 0;

  font-size: 0;

  border: none;

  display: block;

  width: 40px;

  height: 162px;

  left: -30px;

  top: 135px;

}



.case_studies_wrap .case_studies_container .slick-next {

  position: absolute;

  background: url(img/right_arrow.png) no-repeat 0 0;

  font-size: 0;

  border: none;

  display: block;

  width: 40px;

  height: 162px;

  right: -30px;

  top: 135px;

}



.case_studies_box {

  padding: 0 25px;

  text-align: center;

}



.case_studies_box h3 {

  color: #272727;

  font-size: 21px;

  line-height: 31px;

  font-weight: 700;

  font-family: 'Raleway', sans-serif;

}



.case_studies_box h4 {

  color: #272727;

  font-size: 19px;

  line-height: 23px;

  font-weight: 400;

  font-family: 'Raleway', sans-serif;

  padding-bottom: 15px;

}



.case_image {

  margin-bottom: 20px;

}



.case_image img {

  border-radius: 5px;

  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);

  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);

  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);

}



.case_studies_box p {

  color: #252525;

  font-family: 'Raleway', sans-serif;

  font-weight: 500;

}



.view_all_case {

  text-align: center;

  margin-top: 60px;

}



.view_all_case a {

  background: #5bc2e1;

  color: #ffffff;

  font-size: 12px;

  line-height: 40px;

  font-family: 'Montserrat', sans-serif;

  font-weight: 500;

  padding: 0 22px;

  display: inline-block;

  text-transform: uppercase;

  border-radius: 3px;

  position: relative;
  overflow: hidden;
  z-index: 2;

}



.view_all_case a:hover {

  color: #ffffff;

}


.view_all_case a:after {
  position: absolute;
  content: '';
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #303134;
  border-color: transparent;
  transition: 0.9s;
}

.view_all_case a:hover:after {
  left: 0;
}



/* Case Studies section Ends */







/* Get Started section Starts */





.get_started_wrap {

  background: #f0f0f0;

  border-bottom: #9e9e9e 1px solid;

  padding: 50px 0 70px;

}



.get_started_wrap h2 {

  color: #272727;

  font-family: 'Raleway', sans-serif;

  font-weight: 500;

  font-size: 30px;

  line-height: 30px;

  text-align: center;

  margin-bottom: 70px;

  position: relative;

}



.get_started_wrap h2:before {

  position: absolute;

  top: 50px;

  left: 50%;

  transform: translate(-50%, -50%);

  background: #5ecaea;

  width: 80px;

  height: 2px;

  content: "";

  display: block;

}



.get_started_box {

  padding: 0 15px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;

}

.get_started_box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}



.get_started_box_img img {

  border-radius: 5px;

  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);

  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);

  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);

}


/* Shine */
.get_started_box_img figure {
  position: relative;
  overflow: hidden;
}

.get_started_box_img figure:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.get_started_box_img figure:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}



.get_started_box_cont {

  background: #58c9eb url(img/get_box_bg.jpg) no-repeat right top;

  border-radius: 5px;

  padding: 20px;

  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);

  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);

  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);

  margin: -35px 20px 0;

  position: relative;

  background-size: contain;

}



.get_started_box_cont h3 {

  color: #ffffff;

  font-size: 28px;

  line-height: 44px;

  font-weight: 400;

  font-family: 'Raleway', sans-serif;

  padding-bottom: 5px;

  position: relative;

}



.get_started_box_cont h3:after {

  position: relative;

  left: 15px;

  top: -7px;

  width: 100px;

  content: "";

  display: inline-block;

  height: 1px;

  background: #ffffff;

}



.get_started_box_cont_left p {

  color: #134250;

  font-size: 14px;

  line-height: 20px;

  font-family: 'Raleway', sans-serif;

  font-weight: 400;

  padding: 0;

  margin: 0;

}



.get_started_box_cont_right {

  display: flex;

  justify-content: end;

  align-items: center;

}



.get_started_wrap.commitment_excellence .get_started_container .get_started_box_cont .get_started_box_cont_right .learn_more a {

  background: #ffffff;

  color: #58c9eb;

  font-weight: 600;

  font-size: 11px;

  line-height: 38px;

  padding: 0 20px;

  position: relative;
  overflow: hidden;
  z-index: 2;

}

.get_started_wrap.commitment_excellence .get_started_container .get_started_box_cont .get_started_box_cont_right .learn_more a:hover {
  color: #ffffff;
}

.get_started_wrap.commitment_excellence .get_started_container .get_started_box_cont .get_started_box_cont_right .learn_more a:after {
  position: absolute;
  content: '';
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #303134;
  border-color: transparent;
  transition: 0.9s;
}

.get_started_wrap.commitment_excellence .get_started_container .get_started_box_cont .get_started_box_cont_right .learn_more a:hover:after {
  left: 0;
}





/* Get Started section Ends */









/* Commitment to Excellence Section Start */

.get_started_wrap.commitment_excellence {
  background-image: url(img/excellence-bg-img.png);

  background-repeat: no-repeat;

  background-position: bottom right;

  background-size: 20%;

  background-color: #eaeaea;
}

.get_started_wrap.commitment_excellence .get_started_box_cont_right .learn_more a {

  background: #303134;

  color: #ffffff;

}



.get_started_wrap.commitment_excellence .get_started_box_cont_right .learn_more a:hover {

  /* background: #ffffff; */

  color: #ffffff;

}



/* Commitment to Excellence Section Ends */









/* Get Started section Ends */





.latest_news_wrap {

  background: url(img/blue_bg.jpg) no-repeat 0 0;

  padding: 80px 0;

  background-size: cover;

}



.latest_news_wrap h2 {

  color: #fefeff;

  font-family: 'Raleway', sans-serif;

  font-weight: 500;

  font-size: 30px;

  line-height: 30px;

  text-align: center;

  margin-bottom: 70px;

  position: relative;

}



.latest_news_wrap h2:before {

  position: absolute;

  top: 50px;

  left: 50%;

  transform: translate(-50%, -50%);

  background: #c7efff;

  width: 80px;

  height: 2px;

  content: "";

  display: block;

}

.rsqaheader img,
.rsrvheader img {
  margin: 0 auto !important;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  list-style: none;
  margin: 30px 0;
}

.pagination .page-numbers.current {
  color: #fff;
  background: #58c9eb;
}

.pagination .page-numbers+.page-numbers {
  margin-left: 10px;
}

.pagination .page-numbers {
  padding: 6px 14px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  border: 1px solid #58c9eb;
  border-radius: 2px;
}

.contact-content-wrap .cta:hover {
  color: #fff;
}

.contact-content-wrap .row+.row {
  padding-top: 20px;
  border-top: 1px solid #ededed;
}

.contact-form-wrap .input-grp .each-field {
  margin-bottom: 20px;
}

.contact-form-wrap .input-grp input,
.contact-form-wrap .input-grp textarea {
  width: 100%;
  background: transparent;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.contact-form-wrap .input-grp textarea {
  height: 80px;
}

.contact-form-wrap .input-grp input:focus,
.contact-form-wrap .input-grp textarea:focus {
  outline: none;
}

.contact-form-wrap .input-grp input.cta {
  background: #5bc2e1;
  color: #ffffff;
  font-size: 12px;
  line-height: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 0 22px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 3px;
  max-width: 150px;
}

.contact-form-wrap .input-grp input.cta:hover {
  background: #303134;
  color: #fff;
}

.contact-content-wrap h4,
.contact-content-wrap h4 a {
  color: #58c9eb;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-content-wrap h4 a:hover {
  color: #252525;
}

.video-wrap h4 {
  text-align: center;
  font-size: 18px;
  margin: 0;
  color: #252525;
  min-height: initial;
  padding: 15px 0;
  box-shadow: rgba(0, 0, 0, 0.1)0 0 10px;
}

.video-wrap p>iframe {
  width: 100%;
  height: 300px;
}

/* =======================================Before After =======================================*/
.before_after_slider .slick-dots {
  padding: 0;
  margin: 0;
  text-align: center;
}

.before_after_slider .slick-dots li+li {
  margin-left: 5px;
}

.before_after_slider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 20px;
  border-radius: 100%;
  background: #007fa5;
}

.before_after_slider .slick-dots li button {
  font-size: 0;
  border: none;
  background: transparent;
}

.before_after_slider .slick-dots li.slick-active {
  background: #ccc;
}

.before_after_container+.before_after_container {
  margin-top: 50px;
}

.before_after_container h4,
.before_after_container h4 a {
  font-size: 24px;
  font-weight: 700;
  color: #007fa5;
  margin: 0 0 30px;
  text-align: center;
}

.before_after_container h4:hover,
.before_after_container h4 a:hover {
  color: #252525;
}

.before_after_container h5 {
  text-align: center;
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 700;
}

.page-id-153 .cta {
  margin-bottom: 20px;
}

/* =======================================Blog =======================================*/


.inner_wrapper_area .alignleft {
  float: left;
  border-radius: 10px;
  margin: 0 30px 30px 0;
}

.inner_wrapper_area .alignright {
  float: right;
  border-radius: 10px;
  margin: 0 0 30px 30px;
}

.inner_wrapper_area .aligncenter {
  margin: 0 auto 30px;
}

.news-row {
  display: flex;

  align-items: center;

  border-radius: 5px;

  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);

  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);

  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);

  padding: 10px;
}


.news-row figure {
  position: relative;
  overflow: hidden;
  padding: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
}

.news-row figure:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.news-row figure:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.news-row+.news-row {
  margin-top: 30px;
}

.news-row img {
  margin-bottom: 0 !important;
}

.news-row .learn_more {
  text-align: left !important;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-row .learn_more a {
  padding: 0 20px !important;
  line-height: 35px !important;
}

.news-row .latest_news_box {
  background: transparent;
  box-shadow: none;
  margin-left: 20px;
}

.news-row .news_cont h4 {
  font-size: 18px;
  font-weight: bold;
  color: #007fa5;
  margin: 0;
}

.news-row .news_cont h4 a {
  color: #007fa5;
}

.news-row .news_cont h4 a:hover {
  color: #303134;
}

.news-row .news_cont span {
  font-size: 13px;
  font-weight: 500;
}

.news-row .news_cont p {
  color: #252525;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin: 10px 0;
}

.news-row .news_cont .addtoany_shortcode a {
  background: transparent;
  padding: 0 0 0 5px !important;
  line-height: 0 !important;
}

.news-row .news_cont .addtoany_shortcode a:after {
  display: none;
}

.page-id-240 .cta {
  margin-top: 30px;
}

.page-id-240 .cta:hover {
  color: #fff;
}

.latest_news_box {

  margin: 0 10px;

  border-radius: 5px;

  background: #f0f0f0;

  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);

  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);

  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);

  position: relative;

  height: 100%;

  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;

}

.latest_news_box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}



.latest_news_box .date_box {

  position: absolute;

  background: url(img/news_date_bg.png) no-repeat 0 0;

  width: 48px;

  height: 48px;

  right: 20px;

  top: 130px;

}



.latest_news_box .date_box p {

  color: #ffffff;

  font-size: 14px;

  line-height: 14px;

  font-family: 'Montserrat', sans-serif;

  text-transform: uppercase;

  padding: 6px;

  text-align: center;

}



.latest_news_img img {

  border-radius: 5px 5px 0 0;

  width: 100%;

}



.latest_news_cont {

  padding: 20px 25px;

  text-align: center;

}



.latest_news_cont p {

  color: #303134;

  font-size: 17px;

  line-height: 23px;

  font-family: 'Raleway', sans-serif;

  font-weight: 500;

  margin-bottom: 10px;

  min-height: 75px;

}



.latest_news_container .learn_more {

  text-align: center;

  margin-top: 70px;

}



.latest_news_container .latest_news_cont .learn_more {

  margin-top: 0;

}



.latest_news_container .latest_news_cont .learn_more a {

  padding: 0 22px;

}



.latest_news_container .learn_more a {

  padding: 0 45px;

}


/* =======================================Sidepanel =======================================*/


.right-widget-list .widget-panel {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 44%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 44%);
  margin-bottom: 22px;
}

.right-widget-list .widget-panel header {
  color: #ffffff;
  font-size: 22px;
  line-height: 42px;
  font-family: 'Raleway', sans-serif;
  background: #58c9eb;
  text-align: center;
  font-weight: 500;
  padding: 17px 0;
}

.right-widget-list .widget-panel .widget-body-panel {
  padding: 10px;
}

.right-widget-list .widget-panel .widget-body-panel .sub-post-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.right-widget-list .widget-panel .widget-body-panel .sub-post-sec+.sub-post-sec {
  margin-top: 10px;
}

.right-widget-list .widget-panel .widget-body-panel .sub-post-sec .left {
  width: 30%;
}

.right-widget-list .widget-panel .widget-body-panel .sub-post-sec .left figure {
  position: relative;
  overflow: hidden;
}

.right-widget-list .widget-panel .widget-body-panel .sub-post-sec .left figure:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.right-widget-list .widget-panel .widget-body-panel .sub-post-sec .left figure:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.right-widget-list .widget-panel .widget-body-panel .sub-post-sec .left figure {
  padding: 2px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
}

.right-widget-list .widget-panel .widget-body-panel .sub-post-sec .right {
  width: 65%;
}

.right-widget-list .widget-panel .widget-body-panel .sub-post-sec .right h3,
.right-widget-list .widget-panel .widget-body-panel .sub-post-sec .right h3 a {
  font-size: 15px;
  line-height: 15px;
  color: #007fa5;
  margin: 0;
}

.right-widget-list .widget-panel .widget-body-panel .sub-post-sec .right h3:hover,
.right-widget-list .widget-panel .widget-body-panel .sub-post-sec .right h3 a:hover {
  color: #303134;
}

.right-widget-list .widget-panel .widget-body-panel .sub-post-sec .right span {
  font-size: 13px;
  font-weight: 500;
}

.right-widget-list .widget-panel .widget-body-panel ul li {
  margin: 0 !important;
  display: block;
  padding: 10px 10px 10px 22px;
  border-bottom: 1px solid #5255cf59;
  position: relative;
}

.right-widget-list .widget-panel .widget-body-panel ul li:before {
  position: absolute;
  left: 0;
  top: 13px;
  content: "\f1ce";
  font-family: 'FontAwesome';
  display: block;
  color: #007fa5;
  font-size: 15px;
}

.right-widget-list .widget-panel .widget-body-panel ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #303134;
  margin: 0px;
}

.right-widget-list .widget-panel .widget-body-panel ul li a:hover {
  color: #007fa5;
}






/* Get Started section Ends */









/* Testimonials section Start */



.testimonials_wrap {

  background: #fafafa;

  padding: 50px 0;

  border-bottom: #9e9e9e 1px solid;

}



.testimonials_wrap h2 {

  color: #58c9eb;

  font-size: 27px;

  line-height: 40px;

  font-family: 'Raleway', sans-serif;

  font-weight: 600;

  margin: 0;

  padding-bottom: 20px;

}



.testimonials_wrap p {

  color: #707070;

  font-size: 15px;

  line-height: 23px;

  font-family: 'Raleway', sans-serif;

  font-weight: 500;

  font-style: italic;

  padding-right: 15%;

}



.testimonials_wrap h3 {

  color: #58c9eb;

  font-size: 15px;

  line-height: 23px;

  font-family: 'Raleway', sans-serif;

  font-weight: 600;

  font-style: italic;

}



.testimonials_wrap span {

  color: #a0b7be;

  font-size: 14px;

  line-height: 23px;

  font-family: 'Raleway', sans-serif;

  font-weight: 500;

  font-style: italic;

}



.testi_img {

  display: flex;

  justify-content: end;

}



.testi_img img {

  width: 80%;

}



.testi_container .testi_area ul.slick-dots li {

  float: left;

  margin-right: 10px;

}



.testi_container .testi_area ul.slick-dots {

  margin-top: 40px;

}



.testi_container .testi_area ul.slick-dots li button {

  border: #fafafa 1px solid;

  width: 30px;

  height: 30px;

  border-radius: 50%;

  background: #fafafa;

  font-size: 0;

  position: relative;

}



.testi_container .testi_area ul.slick-dots li button:before {

  position: absolute;

  left: 11px;

  top: 11px;

  background: #303134;

  border-radius: 50%;

  width: 6px;

  height: 6px;

  content: "";

  display: block;

}



.testi_container .testi_area ul.slick-dots li.slick-active button {

  border: #58c9eb 1px solid;

  width: 30px;

  height: 30px;

  border-radius: 50%;

}



.testi_container .testi_area ul.slick-dots li.slick-active button:before {

  background: #58c9eb;

}



/* Testimonials section Ends */





.scroll_top_wrap {

  position: fixed;

  right: 25px;

  bottom: 25px;

  z-index: 1;

  display: none;

  cursor: pointer;

}

.scroll_top_wrap:hover {
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}








/* add css for inner pages start */





.inner_wrapper_area {

  background: #f2f2f2 url(img/bg02.png) no-repeat right bottom;

  border-top: #9e9e9e 1px solid;

  padding: 70px 0;

}





.inner_content_wrap {

  margin: 0 10px;

  background: #ffffff;

  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);

  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);

  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);

  padding: 20px;

  overflow: hidden;

}

.inner_content_wrap img.aligncenter,
.inner_content_wrap img.alignright,
.inner_content_wrap img.alignnone,
.inner_content_wrap img.aligncenter  {
  box-shadow: rgba(0, 0, 0, 0.3)0 0 15px;
  border: 5px solid #fff;
  transition: all 0.5s ease-in-out;
}

.inner_content_wrap img.aligncenter:hover,
.inner_content_wrap img.alignright:hover,
.inner_content_wrap img.alignnone:hover,
.inner_content_wrap img.aligncenter:hover {
  -webkit-filter: grayscale(100%);
}

.inner_content_wrap ul {
  padding: 0;

  margin: 0 0 20px 20px;
}

.inner_content_wrap ul li {
  list-style: disc;

  font-size: 15px;

  color: #252525;

  font-family: 'Raleway', sans-serif;

  line-height: 25px;

  font-weight: 400;
}

.inner_content_wrap ol, .inner_content_wrap ul {
  padding: 0;

  margin: 0 0 20px 0;
  list-style: none;
}

.inner_content_wrap ol li, .inner_content_wrap ul li {
  list-style: disc;

  font-size: 15px;

  color: #252525;

  font-family: 'Raleway', sans-serif;

  line-height: 25px;

  font-weight: 400;

  position: relative;
  padding: 0 0 0 20px;
}

.inner_content_wrap ol li:before, .inner_content_wrap ul li:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "\f1ce";
  font-family: 'FontAwesome';
  display: block;
  color: #007fa5;
  font-size: 13px;
}

.inner_content_wrap ol li::marker, .inner_content_wrap ul li::marker {
  color: #ffffff;
}

.inner_content_wrap .before_after_slider ul li:before{
  display: none;
}


.inner_content_wrap h1,
.inner_content_wrap h2 {

  color: #58c9eb;

  font-family: 'Raleway', sans-serif;

  font-size: 31px;

  line-height: 38px;

  font-weight: 500;

  margin-bottom: 22px;

}



.inner_content_wrap h3 {

  color: #ffffff;

  font-family: 'Raleway', sans-serif;

  font-size: 24px;

  line-height: 34px;

  font-weight: 500;

  margin-bottom: 30px;

  background: #58c9eb;

  padding-left: 15px;

  border-left: #75d1ed 20px solid;

  padding-top: 12px;

  padding-bottom: 12px;

}



.inner_content_wrap p {

  color: #252525;

  font-family: 'Raleway', sans-serif;

  font-size: 15px;

  line-height: 25px;

  font-weight: 400;

}




.inner_content_wrap img {

  margin-bottom: 20px;

}


.inner_content_wrap p>i.fa.fa-google-plus-g.g-icon {
  font-size: 30px;
  color: #134250;
}

.inner_sidebar_wrap {
  margin: 0 10px 0;
}

.clear {
  padding: 0;
  margin: 0;
  clear: both;
}

.schedule_wrap {

  background: #ffffff;

  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);

  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);

  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);

  margin-bottom: 22px;

}



.inner_chiklet_area {

  background: #ffffff;

  padding: 10px;

  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);

  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);

  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);

  margin-bottom: 25px;

}





/* Add css for side bar Start Here */



.schedule_wrap h2 {

  color: #ffffff;

  font-size: 22px;

  line-height: 42px;

  font-family: 'Raleway', sans-serif;

  background: #58c9eb;

  text-align: center;

  font-weight: 500;

  padding: 17px 0;

}



.schedule_wrap p {

  color: #323232;

  font-size: 15px;

  line-height: 22px;

  font-family: 'Raleway', sans-serif;

  text-align: center;

  margin: 0;

  padding: 15px 15px;

  font-weight: 500;

}



.inner_free_form {

  padding: 0 15px 15px;

  text-align: center;

}

.inner_free_form .form-group {
  margin-bottom: 10px;
}

.inner_free_form input[type="text"],

.inner_free_form input[type="email"],

.inner_free_form input[type="tel"] {

   /*color: #d4d7ce;*/

  font-size: 13px;

  line-height: 44px;

  height: 44px;

  font-family: 'Raleway', sans-serif;

  font-weight: 600;

  border: #cccccc 1px solid;

  padding: 0 10px;

  background: #ffffff;

}



.inner_free_form textarea {

  /*color: #d4d7ce;*/

  font-size: 12px !important;

  line-height: 44px;

  height: 120px;

  font-family: 'Raleway', sans-serif !important;

  font-weight: 600;

  border: #cccccc 1px solid;

  margin-bottom: 10px;

  padding: 0 10px;

  background: #ffffff;

  resize: none;

}



.inner_free_form input[type='submit'],
.inner_free_form button {

  color: #ffffff;

  background: #5bc2e1;

  font-size: 13px;

  line-height: 40px;

  height: 40px;

  font-family: 'Raleway', sans-serif;

  font-weight: 600;

  text-transform: uppercase;

  padding: 0 30px;

  margin: 5px 0;

  border-radius: 5px;

  text-align: center;

}



.inner_free_form input[type='submit']:hover,
.inner_free_form button:hover {

  color: #ffffff;

  background: #4b4135;

}

.wpcf7 form .wpcf7-response-output {
  margin: 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  font-size: 12px;
}

.wpcf7-spinner {
  position: absolute;
}

.inner_free_form input[type="text"]::-webkit-input-placeholder,

.inner_free_form input[type="email"]::-webkit-input-placeholder,

.inner_free_form input[type="tel"]::-webkit-input-placeholder,

.inner_free_form textarea::-webkit-input-placeholder {

  /* Edge */

  color: #000000;

}



.inner_free_form input[type="text"]:-ms-input-placeholder,

.inner_free_form input[type="email"]:-ms-input-placeholder,

.inner_free_form input[type="tel"]::-webkit-input-placeholder,

.inner_free_form textarea:-ms-input-placeholder {

  /* Internet Explorer 10-11 */

  color: #000000;

}



.inner_free_form input[type="text"]::placeholder,

.inner_free_form input[type="email"]::placeholder,

.inner_free_form input[type="tel"]::-webkit-input-placeholder,

.inner_free_form textarea::placeholder {

  color: #000000;

}



.chiklet_box {

  position: relative;

  margin-bottom: 18px;

}



.chiklet_box_cont {

  position: absolute;

  left: 15px;

  bottom: 10px;

  width: 100%;

  text-align: left;

  z-index: 99;

}

.chiklet_box {
  position: relative;
  -webkit-box-shadow: 0px 2px 7px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 3px rgba(0, 0, 0, 0.14);
}

.chiklet_box:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.chiklet_box:hover:after {
  background: rgba(0, 0, 0, 0.2);
}

.chiklet_box_cont h3 {
  color: #ffffff;
  font-size: 23px;
  line-height: 36px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  padding-bottom: 0;
  text-align: left;
  text-transform: capitalize;
  text-shadow: rgba(0, 0, 0, 0.6)0 0 4px;
}



.chiklet_box_cont .learn_more a {

  background: #889274;

  color: #ffffff;

  font-size: 13px;

  line-height: 42px;

  font-family: 'Nunito', sans-serif;

  font-weight: 600;

  padding: 0 35px;

  display: inline-block;

  text-transform: uppercase;

}



.chiklet_box_cont .learn_more a:hover {

  background: #4e4337;

}

/* Add css for side bar Ends Here */

/* add css for inner pages ends */





.toggle-menu {

  display: none;

}





iframe {
  width: 100% !important;
}

.cta-area {
  width: 100%;
  background: #5ecaea;
  padding: 20px;
  border-radius: 4px;
  margin: 25px 0 24px;
}

.cta-area .left-sec {
  width: 100%;
  max-width: 400px;
}

.cta-area .left-sec h4 {
  font-size: 28px;
  color: #fff;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 400;
  text-align: left;
}

.cta-area .left-sec p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}

.cta-area .cta {
  background: #fff;
  color: #282828;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.cta-area .cta:hover {
  /* background: #282828; */
  color: #fff;
}

.cta-area .cta:after {
  position: absolute;
  content: '';
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #282828;
  border-color: transparent;
  transition: 0.9s;
}

.cta-area .cta:hover:after {
  left: 0;
}

.team_listings .each_member {
  width: 100%;
  max-width: initial;
  margin: 0 auto;
  text-align: center;
}

.team_listings .each_member figure {
  margin: 0 0 12px;
  padding: 0;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.4)0 0 8px;
}

.team_listings .each_member figure img {
  width: 100%;
  margin: 0;
}

.team_listings .each_member h4 {
  font-size: 22px;
  color: #58c9eb;
  margin: 0 0 8px;
}

.team_listings .each_member h5 {
  font-size: 16px;
  color: #333333;
  margin: 0 0 10px;
}

.team_listings .each_member h5 {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 10px;
}

.team_listings .row .col-md-6+hr {
  width: 98%;
  display: block;
  margin: 20px 0 40px;
}

.bottom_form {
  background: #ffffff;
  padding: 30px 0 0;
  border-top: 1px solid #ccc;
  margin: 35px 0 0;
}

.bottom_form h2 {
  margin: 0 0 5px;
}

.bottom_form p {
  font-weight: 500;
  max-width: 690px;
  line-height: 23px;
  margin: 0 0 30px;
}

.bottom_form .contact-form-wrap .each-field label {
  font-size: 15px;
  color: #282828;
  display: block;
  margin: 0 0 5px;
}

.bottom_form .contact-form-wrap .each-field input[type="text"],
.bottom_form .contact-form-wrap .each-field input[type="email"],
.bottom_form .contact-form-wrap .each-field input[type="tel"],
.bottom_form .contact-form-wrap .each-field textarea {
  font-size: 14px;
  color: #282828;
  padding: 0 10px;
  height: 49px;
}

.bottom_form .contact-form-wrap .each-field textarea {
  height: 120px;
  padding: 10px;
}

.bottom_form .wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.bottom_form .wpcf7-radio .wpcf7-list-item label input[type="radio"],
.bottom_form .wpcf7-radio .wpcf7-list-item label span {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding: 0;
}

.bottom_form .wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
}





/* ==========================================================================

   EXAMPLE Media Queries for Responsive Design.

   These examples override the primary ('mobile first') styles.

   Modify as content requires.

   ========================================================================== */


@media only screen and (min-width: 35em) {

  /* Style adjustments for viewports that meet the condition */

}



@media print,

(-webkit-min-device-pixel-ratio: 1.25),

(min-resolution: 1.25dppx),

(min-resolution: 120dpi) {

  /* Style adjustments for high resolution devices */

}



/* ==========================================================================

   Print styles.

   Inlined to avoid the additional HTTP request:

   https://www.phpied.com/delay-loading-your-print-css/

   ========================================================================== */



@media print {



  *,

  *::before,

  *::after {

    background: #fff !important;

    color: #000 !important;

    /* Black prints faster */

    box-shadow: none !important;

    text-shadow: none !important;

  }



  a,

  a:visited {

    text-decoration: underline;

  }



  a[href]::after {

    content: " (" attr(href) ")";

  }



  abbr[title]::after {

    content: " (" attr(title) ")";

  }



  /*

   * Don't show links that are fragment identifiers,

   * or use the `javascript:` pseudo protocol

   */

  a[href^="#"]::after,

  a[href^="javascript:"]::after {

    content: "";

  }



  pre {

    white-space: pre-wrap !important;

  }



  pre,

  blockquote {

    border: 1px solid #999;

    page-break-inside: avoid;

  }



  /*

   * Printing Tables:

   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables

   */

  thead {

    display: table-header-group;

  }



  tr,

  img {

    page-break-inside: avoid;

  }



  p,

  h2,

  h3 {

    orphans: 3;

    widows: 3;

  }



  h2,

  h3 {

    page-break-after: avoid;

  }

}









@media only screen and (max-width:767px) {



  .banner_cont h1 {

    font-size: 15px;
    line-height: 20px;
    padding-bottom: 5px;

  }



  .learn_more a {
    font-size: 10px;
    line-height: 25px;
    font-weight: 400;
    padding: 2px 9px;
  }


  .our_partner_wrap {

    padding: 15px 0;

  }



  .partner_sec ul li.slick-slide {

    display: flex;

    justify-content: center;

    align-items: center;

  }



  .partner_sec ul li.slick-slide img {

    width: 100%;

    margin: 0 auto;

  }



  .watch_videos_wrap {

    padding: 20px 0 20px;

  }



  .watch_videos_wrap h2 {

    font-size: 20px;

    line-height: 20px;

    margin-bottom: 35px;

  }



  .watch_videos_wrap h2:before {

    top: 30px;

  }



  .watch_videos_box iframe {

    height: auto;

  }



  .home_about_Cont_wrap {

    padding: 20px;

  }



  .home_about_Cont_wrap h2 {

    font-size: 20px;

    line-height: 30px;

    padding-bottom: 10px;

  }



  .watch_videos_box {

    margin: 0 10px 12px;

  }



  .case_studies_wrap {

    padding: 20px 0;

  }



  .case_studies_wrap h2 {

    font-size: 20px;

    line-height: 20px;

    margin-bottom: 20px;

  }



  .case_studies_wrap h2:before {

    top: 30px;

  }



  .view_all_case {

    margin-top: 30px;

  }



  .case_studies_wrap .case_studies_container .slick-next {

    right: -5px;

    top: 100px;

    z-index: 1;

  }



  .case_studies_wrap .case_studies_container .slick-prev {

    left: -5px;

    top: 100px;

    z-index: 1;

  }



  .get_started_wrap {

    padding: 20px 0 20px;

  }



  .get_started_wrap h2 {

    font-size: 20px;

    line-height: 20px;

    margin-bottom: 35px;

  }



  .get_started_wrap h2:before {

    top: 30px;

  }



  .get_started_box_cont {

    padding: 15px;

    margin: 0 0 20px;

  }



  .get_started_box_cont h3 {

    font-size: 18px;

    line-height: 32px;

  }



  .get_started_box_cont h3:after {

    left: 10px;

    top: -5px;

    width: 34px;

  }



  .get_started_box_cont_right {

    display: flex;

    justify-content: center;

    align-items: center;

    margin-top: 20px;

  }



  .latest_news_wrap {

    padding: 25px 0;

  }



  .latest_news_wrap h2 {

    font-size: 20px;

    line-height: 25px;

    margin-bottom: 40px;

  }



  .latest_news_wrap h2::before {

    top: 62px;

    left: 50%;

  }



  .latest_news_box {

    margin: 0 10px 20px;

  }



  .latest_news_cont p {

    font-size: 16px;

    line-height: 23px;

  }



  .testimonials_wrap {

    padding: 20px 0;

    text-align: center;

  }



  .testimonials_wrap h2 {

    font-size: 22px;

    line-height: 28px;

    padding-bottom: 10px;

  }



  .testimonials_wrap p {

    padding-right: 0;

  }



  .testi_container .testi_area ul.slick-dots {

    margin-top: 10px;

    display: flex;

    justify-content: center;

    align-items: center;

  }



  .testi_img img {

    width: 30%;

    margin: 30px auto 10px;

  }



  .insta_cont {

    padding: 20px 25px;

    text-align: center;

  }



  .latest_news_container .learn_more {

    margin-top: 25px;

  }





  /* add css for inner pages start */



  .inner_banner_wrap p {

    display: none;

  }

  .banner_cont h2 {

    font-size: 16px;

    line-height: 32px;

  }

  .inner_wrapper_area {

    padding: 15px 0;

  }

  .inner_content_wrap h1,
  .inner_content_wrap h2 {

    font-size: 21px;

    line-height: 28px;

  }

  .inner_content_wrap h3 {

    font-size: 15px;
    line-height: 23px;

    padding-left: 8px;

  }



  /* add css for inner pages ends */

  .latest_news_container .learn_more a {
    padding: 0px 30px;
    font-size: 13px;
    line-height: 40px;
  }

  .before_after_container+.before_after_container {
    margin-top: 10px;
  }

  .before_after_container h5 {
    margin-bottom: 30px;
  }



  .team_listings .row .col-md-6+hr {
    display: none;
  }

  .team_listings .each_member {
    margin: 0 auto 50px;
  }
}


@media screen and (min-width:360px) and (max-width:767px) {}



@media screen and (min-width:412px) and (max-width:767px) {}



@media screen and (min-width:480px) and (max-width:767px) {

  .banner_cont h2 {

    font-size: 22px;

    line-height: 32px;

  }

}



@media screen and (min-width:568px) and (max-width:767px) {}



@media screen and (min-width:636px) and (max-width:767px) {}



@media screen and (min-width:732px) and (max-width:1024px) {}



@media screen and (min-width:768px) and (max-width:1024px) {



  .banner_cont h1 {

    color: #50463a;

    font-size: 30px;

    line-height: 35px;

    padding-bottom: 20px;

  }



  .watch_videos_wrap {

    padding: 35px 0 45px;

  }



  .watch_videos_wrap h2 {

    font-size: 25px;

    line-height: 25px;

    margin-bottom: 50px;

  }



  .watch_videos_wrap h2::before {

    top: 40px;

  }



  .watch_videos_box iframe {

    height: auto;

  }



  .home_about_Cont_wrap {

    padding: 10px 10px 20px;

  }



  .home_about_Cont_wrap h2 {

    font-size: 24px;

    line-height: 32px;

    padding-bottom: 10px;

  }



  .case_studies_wrap {

    padding: 35px 0;

  }



  .case_studies_wrap h2 {

    font-size: 25px;

    line-height: 25px;

    margin-bottom: 50px;

  }



  .case_studies_wrap h2::before {

    top: 40px;

  }



  .case_studies_box h3 {

    font-size: 14px;

    line-height: 31px;

  }



  .case_studies_box h4 {

    font-size: 14px;

    line-height: 23px;

  }



  .get_started_wrap {

    padding: 35px 0 55px;

  }



  .get_started_wrap h2 {

    font-size: 25px;

    line-height: 25px;

    margin-bottom: 50px;

  }



  .get_started_wrap h2::before {

    top: 40px;

  }



  .get_started_box_cont h3 {

    font-size: 18px;

  }



  .get_started_box_cont {

    padding: 15px;

  }



  .get_started_box_cont_right .learn_more a {

    background: #ffffff;

    color: #58c9eb;

    font-weight: 600;

    font-size: 9px;

    line-height: 28px;

    padding: 0 5px;

  }



  .get_started_box_cont_right {

    display: flex;

    justify-content: center;

    align-items: center;

    margin-top: 20px;

  }

  .get_started_box_cont h3:after {

    left: 8px;

    top: -6px;

    width: 34px;

  }

  .get_started_box_cont_left p {

    font-size: 13px;

  }

  .testimonials_wrap {

    padding: 35px 0;

  }

  .insta_cont {

    padding: 20px 20px;

  }

  .insta_cont p {

    font-size: 13px;

    line-height: 20px;

    padding-bottom: 10px;

  }

  .follow_btn a {

    font-size: 12px;

    line-height: 33px;

    padding: 0 17px;

    border-radius: 3px;

  }

  .footer_menu ul li {

    padding: 0 7px;

  }

  .footer_menu ul li a {

    font-size: 12px;

  }

  .get_started_box_cont_left {

    min-height: 80px;

  }

  .latest_news_box {

    margin-bottom: 20px;

  }

  .latest_news_wrap {

    padding: 40px 0;

  }

  .latest_news_wrap h2 {

    font-size: 25px;

    line-height: 30px;

    margin-bottom: 45px;

  }





  /* inner page css */



  .banner_cont p {

    font-size: 15px;

    line-height: 25px;

    padding-bottom: 15px;

  }

  .banner_cont h2 {

    font-size: 24px;

    line-height: 34px;

    padding-bottom: 5px;

  }

  .inner_wrapper_area {

    padding: 40px 0;

  }

  .inner_content_wrap h1,
  .inner_content_wrap h2 {

    font-size: 25px;

    line-height: 35px;

    margin-bottom: 18px;

  }

  .inner_content_wrap h3 {

    font-size: 18px;

    line-height: 30px;

  }

  .schedule_wrap h2 {

    font-size: 18px;

    line-height: 36px;

    padding: 17px 0;

  }

  .schedule_wrap p {

    font-size: 13px;

  }

  .chiklet_box_cont {

    bottom: 5px;

  }

  .chiklet_box_cont h3 {
    font-size: 22px;
    line-height: 25px;
  }



  /*  */

}

.cta {
  background: #303134;

  color: #ffffff;

  font-size: 12px;

  line-height: 40px;

  font-family: 'Montserrat', sans-serif;

  font-weight: 500;

  padding: 0 22px;

  display: inline-block;

  text-transform: uppercase;

  border-radius: 3px;

}



.cta:hover {
  background: #5bc2e1;

  color: #fff;

}

@media screen and (min-width:800px) and (max-width:1024px) {}



@media screen and (max-width:991px) {
  .header_html{
    width: 100% !important;
  }
  .news-row {
    flex-direction: column;
  }

  .news-row .latest_news_box {
    margin-left: 0;
    margin-top: 15px;
  }

  .right-widget-list .widget-panel .widget-body-panel .sub-post-sec .right h3,
  .right-widget-list .widget-panel .widget-body-panel .sub-post-sec .right h3 a {
    font-size: 20px;
    line-height: 22px;
  }

  .right-widget-list .widget-panel .widget-body-panel .sub-post-sec .right span {
    font-size: 18px;
    font-weight: 500;
  }

  .inner_sidebar_wrap {
    width: 100%;
    max-width: 515px;
    margin: 45px auto 0;
  }
  .latest_news_box{
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .cta-area {
    display: block !important;
    text-align: left;
  }

  .cta-area .left-sec {
    width: 100%;
    max-width: initial;
    display: block;
    clear: both;
    margin: 0 0 10px;
  }

  .cta-area .right-sec {
    width: 100%;
    display: block;
    clear: both;
  }
}


@media screen and (max-width: 480px) {
  .inner_content_wrap {
    margin: 0;
  }

  .contact-content-wrap iframe {
    width: 350px !important;
    margin: 0 auto !important;
    display: flex;
  }

  .video-wrap p>iframe {
    width: 100%;
    height: 220px;
  }

  .cta-area .left-sec h4 {
    font-size: 22px;
  }

  .cta-area {
    padding: 10px;
  }

  .cta-area .cta {
    padding: 0 11px;
    font-size: 11px;
  }

  .video-wrap h4 {
    font-size: 15px;
  }

  .team_listings .each_member {
    margin: 0 auto 35px;
  }
}

@media screen and (max-width:420px) {
  .news-row .learn_more {
    display: block;
  }

  .news-row .addtoany_shortcode {
    margin: 15px 0 0;
  }

  .contact-content-wrap iframe {
    width: 300px !important;
  }
}

@media screen and (max-width:370px) {
  .contact-content-wrap iframe {
    width: 250px !important;
  }
}


/* @media screen and (min-width:1000px) and (max-width:1024px) {}



@media screen and (min-width:1025px) and (max-width:1280px) {}





@media screen and (min-width:1281px) and (max-width:1366px) {}







@media screen and (min-width:1500px) and (max-width:1999px) {}



@media screen and (min-width:2000px) and (max-width:3000px) {} */