@charset "utf-8";
/* CSS Document */
*, *:before, *:after{ 
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
}
h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; color:#263039;  font-weight:700;}
p, h1, h2, h3, h4, h5, h6, ul, ol, li { word-wrap:break-word;}

h1{ font-size:40px;}
h2{ font-size:36px;}
h3{ font-size:32px;}
h4{ font-size:26px;}
h5{ font-size:20px;}
h6{ font-size:16px;}

p, ul, ol, li, address { font-size:16px; font-family: 'Open Sans', sans-serif; font-weight:400; color:#9a9a9a; line-height: 26px;}
img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
html, body { min-height:100vh;}
body { 
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:16px; 
	line-height:26px;
	overflow-x:hidden;
}

/**************************************************/
/*               General Styles                  */
/**************************************************/

body {
	background-color:#ffffff;
	min-height:100%;
	position:relative;
	
}
body * a { 
	text-decoration:none !important;
	color:#ffcc1b;
}
body * a:hover {
	color:#0884b7;
	}
body * a:focus {
	outline:none;
	color:#0884b7;
	}
body * ul { 
	list-style:none; 
	padding-left:0;
}
body * img {
	max-width:100%;
	height:auto;
	}
::-webkit-input-placeholder { /* WebKit browsers */
   color:#999999;
   font-size:14px;
   font-weight: 400;
   text-transform: capitalize;
   font-family: 'Open Sans', sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#999999;
   opacity:  1;
   font-size:14px;
   font-weight: 400;
   text-transform: capitalize;
   font-family: 'Open Sans', sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#999999;
   opacity:  1;
   font-size:14px;
   font-weight: 400;
   text-transform: capitalize;
   font-family: 'Open Sans', sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#999999;
   font-size:14px;
   font-weight: 400;
   text-transform: capitalize;
   font-family: 'Open Sans', sans-serif;
}
/**************************************************/
/*              Common Classes                    */
/**************************************************/
.full-width { float:left; width:100%;}
.act_table { display:table;}
.act_tablecell { display:table-cell;}
.act_tablerow { display:table-row;}
.ver_align_middle { vertical-align:middle;}
.float_l { float:left;}
.transition-child * {transition:all 0.3s linear; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear;}
.main_button { display:inline-block; color:#ffffff; padding:16px 34px; border:none; font-size:13px; line-height: 13px;  border-radius:3px; font-weight:700; text-transform:uppercase; vertical-align: middle; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; }
.main_button.light{ background-color:#2eafd9; border:2px solid #2eafd9;  }
.main_button.dark{ background-color:#2a373f; border:2px solid #2a373f;  }
.main_button.light:hover, .main_button.light:focus{ background-color:#ffffff; color: #2eafd9; }
.main_button.dark:hover, .main_button.dark:focus{ background-color:#2eafd9; border-color: #ffffff; color: #ffffff; }
.inner_button { display:inline-block; background: transparent; color:#ffffff; padding:10px 21px; border:none; font-size:13px; line-height: 13px; font-weight:400; text-transform:normal; border:2px solid #ffffff; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; border-radius: 2px; }
.inner_button:hover, .inner_button:focus{ background-color:#2eafd9; border-color: #2eafd9;  color: #ffffff; }

.padTB_90 { padding:90px 0;}
.padTB_100 { padding:100px 0;}
.padTB_50{ padding:50px 0; }
.padT_50{ padding:50px 0 0 0; }
.padTB_50_25 { padding:50px 0 25px;}

.bg_white { background-color:#ffffff;}
.bg_blue { background-color:#2eafd9;}
.bg_darkBlue { background-color:#2a373f;}
.bg_dimWhite { background-color:#f6f6f6 !important; }


/*------ Custom Bootstrap Classes -------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
/**************************************************/
/*                     Header                     */
/**************************************************/
.header_section { padding:18px 0; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; z-index:9999; box-shadow: 0px 0px 4px #aaaaaa; }
.logo {}
/**************************************************/
/*                     Sticky Header              */
/**************************************************/



/**************************************************/
/*                     Menu                     */
/**************************************************/
.top-menu .menu_inner .navbar-nav li a{ color: #263039; font-size:14px; font-weight:600; text-transform:uppercase; border: 1px solid transparent; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; z-index:9999; }
.top-menu .navbar-nav li.active a,
.top-menu .navbar-nav li a:focus,
.top-menu .navbar-nav li a:hover { background-color:transparent; color:#2eafd9; }
.menu_inner .navbar { margin-bottom:-29px; min-height:0;}

/*------------------------------ Main ------------------------------*/
/**************************************************/
/*                     Slider                     */
/**************************************************/
.home_slider, .inner_slider { position:relative; top: 0; overflow: hidden;}
.home_slider .flex-slider { position:relative;}
.home_slider .flex-slider ul.slides > li { background-repeat:no-repeat; background-position:center center; background-size:cover; height:500px; float:left; width:100%;}
.home_slider.inner_slider .flex-slider ul.slides > li{ height: 400px; }
.flex-slider ul.slides > li .onslider h3{ margin: 0; font-size: 35px; color: #2eafd9; text-transform:uppercase;}
.flex-slider ul.slides > li .onslider h2{ margin: 0; font-size: 27px; color: #2a373f; margin-bottom: 10px; text-transform:uppercase; line-height:38px;}
.flex-slider ul.slides > li .onslider a.main_button{ margin-top: 45px; }
.flex-slider ul.slides > li .onslider .container{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translateY(-50%,-50%);
-o-transform: translateY(-50%,-50%);}

/*.flex-direction-nav .flex-prev { left:50px; opacity:1;}
.flex-direction-nav .flex-prev:before { font-family: 'FontAwesome'; content:"\f104"; width:50px; height:50px; background-color:rgba(0,0,0,0.7); border-radius:50%; line-height:47px; text-align:center; font-size:40px; display:inline-block; color:#ffffff;}
.flex-direction-nav .flex-next { right:50px; opacity:1;}
.flex-direction-nav .flex-next:before { font-family: 'FontAwesome'; content:"\f105"; width:50px; height:50px; background-color:rgba(0,0,0,0.7); border-radius:50%; line-height:47px; text-align:center; font-size:40px; display:inline-block; color:#ffffff;}*/

.clearfix { clear: both; float:none;}
/**************************************************/
/*                  Callto Section                */
/**************************************************/
.callto_section { padding:23px 0;}
.callto_section h2 { font-size: 24px; color:#ffffff; margin-bottom:10px; vertical-align: middle; margin:0; margin-right: 48px; display: inline-block;      text-transform: uppercase;   letter-spacing: 0.7px;}
.callto_section p { margin-bottom:0; color:#ffffff; text-transform:uppercase; }

/**************************************************/
/*             Services Section                   */
/**************************************************/
.services_sections .act_table{ width: 100%; text-align: center; height: 316px;}
.services_sections .act_tablecell.col{ height: 316px; width: 25%; padding: 36px 20px; cursor: pointer; vertical-align: top; }
.services_sections .act_tablecell.col:hover{ background: #1b2735; }
.services_sections .act_tablecell.col:hover h4, .services_sections .act_tablecell.col:hover p{ color: #ffffff; }
.services_sections .col:hover .text_contain::before{ filter: brightness(0) invert(1); }
.services_sections .act_tablecell h4{ font-size: 20px; margin: 25px 0px 20px 0;   }
.services_sections .act_tablecell p{ font-size: 14px; line-height: 24px; margin: 0; }
.services_sections .col1 *, .services_sections .col3 *{ color: #ffffff; }
.services_sections .col2, .services_sections .col4{ color: #2eafd9; }
.services_sections .col2 a i, .services_sections .col4 a i{ color: #2eafd9;}
.services_sections .col1{ background-color: #2a373f; }
.services_sections .col2{ background-color: #ffffff; }
.services_sections .col3{ background-color: #2eafd9; }
.services_sections .col4{ background-color: #ffffff; }
.services_sections span .fa{ font-size: 52px; }
/*.services_sections .col .text_contain::before{ display: block; content:" "; text-align: center; margin: 0 auto; background-image: url('/wp-content/themes/mello/assets/images/services_icons.png'); background-repeat: no-repeat; height: 56px;}
.services_sections .col1 .text_contain::before{ background-position: 0px -3px; width: 63px; }
.services_sections .col2 .text_contain::before{ background-position: -83px -11px; width: 54px; }
.services_sections .col3 .text_contain::before{ background-position: -157px -14px; width: 26px; }
.services_sections .col4 .text_contain::before{ background-position: -203px 0px; width: 63px; }*/

/**************************************************/
/*                     About US                   */
/**************************************************/
.aboutus_section { padding: 100px 0;}
.aboutus_section h1{ margin: 0;  margin-bottom: 22px; text-transform:uppercase; font-size:30px ;   color: #2eafd9;}
.aboutus_section .act_table{ width: 100%;}
.aboutus_section .col-left{ width: 40%; }
.aboutus_section .col-right{ width: 60%; padding: 0px; }
.aboutus_section .act_tablecell{ vertical-align: middle; }
.aboutus_section p{ font-size:18px; color:#4a4a4a; line-height: 32px; font-weight: 400;}

/**************************************************/
/*                   White Label                  */
/**************************************************/
.whiteLabel_section{ min-height: 500px; background: transparent; padding: 58px 0;}
.whiteLabel_section .act_table{ width: 100%;}
.whiteLabel_section .act_tablecell{ vertical-align: middle; height: 384px; }
.whiteLabel_section .col-left{ width: 35%; }
.whiteLabel_section .col-left1{width: 65%; padding-right: 80px; }
.whiteLabel_section .col-right{ width: 65%; padding-left: 80px; }
.whiteLabel_section .col-right1{width: 35%;   }
.whiteLabel_section h3{ margin: 0; margin-bottom: 16px; font-size: 24px; text-transform: uppercase; }
.whiteLabel_section p{ margin: 0; margin-bottom: 32px;   } }

/**************************************************/
/*                   Work Process                 */
/**************************************************/
.workProcess_section { padding: 100px 0 105px 0;}
.workProcess_section h3{ margin: 0;  margin-bottom: 80px;  text-transform: uppercase;   font-size: 24px; }
.workProcess_section .step_sec span.step{ width: 110px; height: 110px; border-radius: 50%; margin-right: 12px; text-align: center; display: inline-block; vertical-align: middle; position: relative; padding-top: 25px; }
.workProcess_section .step_sec span.text_contain{ text-align: left; display: inline-block; vertical-align: middle; width: calc(100% - 122px); }
.workProcess_section .step_sec h4, .workProcess_section .step_sec p{ margin: 0; }
.workProcess_section .step_sec h4{ margin-bottom: 10px; font-size: 21px; }
.workProcess_section .step_sec span small{ text-transform: uppercase; font-weight: 700; } 
.workProcess_section .step_sec span.step *{ color: #ffffff; }
.workProcess_section .step_sec span h5{ margin: 0; font-size: 35px; line-height: 20px; }
.workProcess_section .step1 span.step{ background-color: #e557ad; }
.workProcess_section .step1 h4{ color: #e557ad; }
.workProcess_section .step2 span.step{ background-color: #f05c50; }
.workProcess_section .step2 h4{ color: #f05c50; }
.workProcess_section .step3 span.step{ background-color: #f7ad26; }
.workProcess_section .step3 h4{ color: #f7ad26; }
.workProcess_section .step4 span.step{ background-color: #2eafd9; }
.workProcess_section .step4 h4{ color: #2eafd9; }
.workProcess_section p{ color:#323639;}

/**************************************************/
/*                Portfolio Section               */
/**************************************************/
.portfolio_section { padding-left: 15px; padding-right: 15px; } 
.portfolio_section h3{ text-align: center; font-size: 35px; margin-bottom: 80px; margin-top: 0; }
.portfolio_section .single_box{ width: 100%; background-color: #ffffff; margin-bottom: 16px; overflow: hidden; }
.portfolio_section .single_box figure.img_sec{ min-height: 282px; position: relative; margin: 0; width: 100%; display: block; cursor: pointer; border: 1px solid #ebeff2;}
.portfolio_section .single_box figure img{ object-fit: cover; object-position: 50% 50%; height: 282px; width: 100%; }
.portfolio_section figcaption { position: absolute; width: 100%; background-color: rgba(42,55,63,0.8); top: 0; bottom: 0; left: 0; right: 0; height: 100%; opacity: 0; z-index: 4; display: block; transition:all 0.4s linear; -webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear;}
.portfolio_section figcaption .content_sec{ z-index: 4; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); width: 100%; }
.portfolio_section figcaption .content_sec h4{ margin: 0; }
.portfolio_section figcaption .content_sec h4 a{ color: #ffffff; font-size: 21px; line-height: 28px; font-weight: 700;}
.portfolio_section figcaption .content_sec p{color: #ffffff; font-size: 16px; margin: 14px 0;}
.portfolio_section figure.img_sec:hover figcaption{ opacity: 1; }

/**************************************************/
/*                     Footer                     */
/**************************************************/
.footer_section * { color:#ffffff;}

.footer_section { padding: 30px 0; }

.footer_section .footer_menu li, .footer_section .social_sec li{ display: inline-block; text-align: center; }

.footer_section .footer_menu li a{ display: inline-block; cursor: pointer; padding-right: 30px; font-size: 15px; font-weight: 400;

  text-transform: uppercase; }

.footer_section .footer_menu li:last-child a{ padding-right: 0; }

.footer_section .footer_menu li a:hover, .footer_section .footer_menu li a:focus{ color: #2eafd9; }

.footer_section .social_sec{ margin: 0; margin-top: 15px; }

.footer_section .social_sec li a{ display: inline-block; background-color: #ffffff; width: 30px; height: 30px; 

border-radius: 28px; margin-right: 8px; line-height: 30px;  }

.footer_section .social_sec li:last-child a{ margin-right: 0; }

.footer_section .social_sec li a.fa{ color: #2a373f; font-size: 16px; }

.footer_section .social_sec li a.fa:hover, .footer_section .social_sec li a.fa:focus{ background-color: #2eafd9; }

.footer_section img{ padding-top: 15px; }

.footer_section p { font-size:14px; margin-bottom:0; text-transform: capitalize; font-weight:400;}

/**************************************************/
/*                    Inner Pages                 */
/**************************************************/
.inner_banner{ min-height: 200px; position: relative;}
.inner_banner .onbanner{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translateY(-50%,-50%);
-o-transform: translateY(-50%,-50%); width: 100%; text-align:center; }

.inner_banner .onbanner .breadcrumb_sec a { color: #2e353b;}
.inner_banner .onbanner .breadcrumb_sec strong { color: #2e353b;}

/*.inner_banner .onbanner li, .inner_banner .onbanner li a{ display: inline-block; vertical-align: middle; color: #2e353b; }
.inner_banner .onbanner .breadcrumb_sec li::after{ content:">>"; font-size: 11px; vertical-align: middle; display: inline-block; padding: 0 15px; }
.inner_banner .onbanner .breadcrumb_sec li:last-child::after{ display: none; }*/
.inner_banner h1{ text-transform: uppercase; font-size: 32px; line-height: 45px; color: #2eafd9; margin: 0; }
.inner_banner h2{ text-transform: uppercase; font-size: 32px; line-height: 45px; color: #2eafd9; margin: 0; }




.innerPage_section {}
.innerPage_section .content_section p{ font-size: 16px; color: #5a5a5a; line-height: 26px; }
.innerPage_section .content_section ul li{ font-size: 14px; color: #5a5a5a; line-height: 26px; }
.innerPage_section .content_section p{ margin-bottom: 26px; }
.innerPage_section .content_section ul li{  position: relative; color: #000000; font-weight: 700; padding-left: 46px; vertical-align: middle; display: block; padding-bottom: 16px; }
.innerPage_section .content_section ul li::before{ content:url(/wp-content/themes/mello/assets/images/list_icon.png); width: 21px; height: 21px; display: inline-block; vertical-align: middle; position: absolute; left: 0; top: 2px; }
.innerPage_section .content_section h1, .innerPage_section .content_section h2{ font-size: 18px; line-height: 36px; margin: 0; margin-bottom: 25px; text-transform:uppercase;}
.innerPage_section .content_section h3{ font-size: 18px; line-height: 36px; margin: 0; margin-bottom: 25px; text-transform:uppercase;}
.innerPage_section .content_section h4{ font-size: 16px; line-height: 36px; margin: 0; margin-bottom: 25px; text-transform:uppercase;}
.innerPage_section .content_section h3 span{ color: #2eafd9; }

/*---------- About Us Page ----------*/
.aboutInner_section1{  }
.aboutInner_section1 .act_table, .aboutInner_section2 .act_table{ width: 100%;}
.aboutInner_section1 .col-right{ padding-left: 40px; }
.aboutInner_section1 h1{ font-size: 24px; margin-bottom: 30px; line-height: 32px; text-transform:none;}
.aboutInner_section1 h2{ font-size: 24px; margin-bottom: 30px; line-height: 32px; text-transform:none;}
.aboutInner_section1 .act_tablecell, .aboutInner_section2 .act_tablecell{ width: 50%; vertical-align: middle;  }
.aboutInner_section2 .act_table{ padding-top: 40px; }

/*---------- What We Do Page ----------*/
.whatwedo_section{ }
.whatwedo_section .act_table{ width: 100%;}
.whatwedo_section.content_section p{ font-size: 14px; line-height: 24px;  margin-bottom: 12px; }
.whatwedo_section .col-right h4{ margin-top: 20px; margin-bottom: 10px; }
.whatwedo_section .col-left{ width: 35%; vertical-align: bottom;  }
.whatwedo_section .col-right{ width: 65%; text-align: center; vertical-align: middle; padding-bottom: 20px;  }
.whatwedo_section .col{ margin-bottom: 60px; }
.whatwedo_section .col .text_contain::before{ display: block; content:" "; text-align: center; margin: 0 auto; background-image: url('/wp-content/themes/mello/assets/images/what-we-do_icons.png'); background-repeat: no-repeat; height: 36px;}
.whatwedo_section .col:nth-child(1) .text_contain::before{ background-position: 0px 0px; width: 45px; }
.whatwedo_section .col:nth-child(2) .text_contain::before{ background-position: -60px 0px; width: 34px; }
.whatwedo_section .col:nth-child(3) .text_contain::before{ background-position: -109px 0px; width: 45px; }
.whatwedo_section .col:nth-child(4) .text_contain::before{ background-position: -169px 0px; width: 46px; }
.whatwedo_section a.main_button{ padding: 11px 30px; }

/*---------- Portfolio Page ----------*/
.portfolioInner_section .single_box{ width: 100%; background-color: #ffffff; margin-bottom: 16px; overflow: hidden; }
.portfolioInner_section .single_box figure.img_sec{ min-height: 240px; position: relative; margin: 0; width: 100%; display: block; cursor: pointer; border: 1px solid #eeeeee;}
.portfolioInner_section .single_box figure img{ object-fit: cover; object-position: 50% 50%; height: 240px; width: 100%; }
.portfolioInner_section figcaption { position: absolute; width: 100%; background-color: rgba(42,55,63,0.8); top: 0; bottom: 0; left: 0; right: 0; height: 100%; opacity: 0; z-index: 4; display: block; transition:all 0.4s linear; -webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear;}
.portfolioInner_section figcaption .content_sec{ z-index: 4; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); width: 100%; }
.portfolioInner_section figcaption .content_sec h4{ margin: 0; }
.portfolioInner_section figcaption .content_sec h4 a{ color: #ffffff; font-size: 21px; line-height: 28px; font-weight: 700;}
.portfolioInner_section figcaption .content_sec p{color: #ffffff; font-size: 16px; margin: 14px 0;}
.portfolioInner_section figure.img_sec:hover figcaption{ opacity: 1; }

/*---------- Contact Page ----------*/
.contactus_section .form_sec{ }
.contactus_section .form_sec input[type], .contactus_section .form_sec textarea, .contact_section .form_sec select{ width: 100%; border: 1px solid #d0d0d0; padding: 0 17px; margin-bottom: 20px; color:#474747; height: 50px; }
.contactus_section .form_sec textarea{ height: 120px; padding: 17px; }
.contactus_section .form_sec input[type="submit"]{ text-transform: uppercase; text-align: center; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; display:block;  background-color: #2eafd9; line-height: 46px;  height: 46px; border: 0px; font-size: 20px; color: #ffffff; font-weight: 700; }
.contactus_section .form_sec input[type="submit"]:hover{ background-color: #2a373f;}
.contactus_section .contactDetail_sec span{ width: 100%; display: block; background-color: #2eafd9; margin-bottom: 24px; padding: 24px 18px; vertical-align: middle; color: #ffffff; }
.contactus_section .contactDetail_sec span .fa{ font-size: 46px; padding-right: 40px; }
.contactus_section .contactDetail_sec span .fa, .contactus_section .contactDetail_sec span a, .contactus_section .contactDetail_sec span address{ display: inline-block; vertical-align: middle ;} 
.contactus_section .contactDetail_sec span a{ color: #ffffff; font-size: 16px; font-weight: 700; }
.contactus_section .contactDetail_sec span address{ text-transform: uppercase; color: #ffffff; font-weight: 700; margin: 0;}

.map_section{ height: 530px; }


.innerPage_section .content_section .gform_wrapper form li { padding:0; margin:0;}
.contactus_section .gform_wrapper .top_label .gfield_label { display:none;}
body .gform_wrapper .contactus_section .top_label div.ginput_container { margin:0;}
.contactus_section .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { width:100%; padding: 0 17px;}

.contactus_section .form_sec .gform_wrapper textarea.medium { height:128px;}
.contactus_section .form_sec .gform_wrapper .gform_footer { width:50%; margin:5px 0 0 0; padding:0; float:left; clear:none;}
.contactus_section .form_sec .gform_footer input[type="submit"] { width:100%; line-height:50px; height:50px;}


/*---------- Testimonial Page ----------*/
.testimonial_section.inner .item{ margin-bottom: 30px; }

/**************************************************/
/*               Testimonial Section              */
/**************************************************/
.testimonial_section { position: relative;  background: transparent; }
.testimonial_section .container{ position: relative; z-index: 3; }
.testimonial_section::before{ content: ""; display: block; z-index: -1; position: absolute; height: 100%; width: 100%; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(6,6,6,0.8); }
.testimonial_section h3{ text-align: center; margin: 0; margin-bottom: 20px; color: #ffffff;  text-transform: uppercase; font-size: 24px; margin-bottom: 85px;}
.testimonial_section #carousel-testimonial { margin-top:0px;}
.testimonial_section .item { min-height:130px;}
/*.testimonial_section .carousel-indicators { right: 0; left: auto; text-align: right; top: auto; bottom: 4px; margin: 0px; }
.testimonial_section .carousel-indicators li{ background: transparent; border: 1px solid #bebebc; opacity: 0.5; height:8px; width:8px; margin: 1px;}
.testimonial_section .carousel-indicators .active { opacity: 0.9; background: #9cbeda; border-color: #9cbeda;}*/
.testimonial_section .item p {color: #ffffff; text-align: center; font-size: 20px; margin: 0px 0px 15px; line-height: 35px; font-style: italic;}
.testimonial_section .item .caption{ padding: 45px; background-color: rgba(46, 175, 217, 0.6); z-index: 3;}
.testimonial_section .author_testimonial {  width:100%; text-align:left; margin-bottom: 0px;}
.testimonial_section .author_testimonial h4 {color: #ffffff; font-size: 20px; font-weight:700; position: relative; text-transform:capitalize; margin: 0; text-align: center; }

.testimonial_section .author_testimonial h5 {color: #ffffff; font-size: 14px; font-weight:400; text-transform:capitalize; margin: 4px 0 30px 0;}
/*.testimonial_section .author_testimonial::before{ display: block; content:" "; margin-bottom: 25px; margin-top: 25px; width: 100%; height: 3px; background-color: #c2c9cf; }*/

/*---------- Pricing Page ----------*/
.pricing_section .group { zoom: 1;  /*For IE 6/7 (trigger hasLayout) */ }
.pricing_section .accordion{width:100%; margin: 0 auto;}
.pricing_section .accordion-toggle { margin-top: 0; cursor: pointer; position: relative;}
.pricing_section .accordion-toggle:before{content:"\f067"; color: green; display: inline-block; font: normal normal normal 14px/1 FontAwesome; padding-right: 15px; transition: 0.3s;}
.pricing_section .accordion-toggle.active:before{content:"\f068";}
.pricing_section .accordion-content {display: none; padding: 0 20px;}
.pricing_section .accordion-content{font-size: 15px; position: relative; padding-left: 10px;}
.pricing_section .accordion-toggle.active { font-weight: 400; color: #449db2;}
.pricing_section .pricing-table .heading{ color: #9C9E9F; text-transform: uppercase; font-size: 1.3rem; margin-bottom: 4rem; }
.pricing_section .block{ overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align: center; box-shadow: 0px 0px 10px #cccccc; }
/*Shared properties*/
.pricing_section .title,.pt-footer{ color: #FEFEFE; text-transform: capitalize; line-height: 2.5; position: relative; }
.pricing_section .content{ position: relative; padding: 20px 0 10px 0; }
/*arrow creation*/
.pricing_section .content:after, .content:before,.pt-footer:before,.pt-footer:after { top: 100%; left: 50%; border: solid transparent; content: " ";
height: 0; width: 0; position: absolute; pointer-events: none; }
.pricing_section .pt-footer:after,.pt-footer:before{ top:0; }
.pricing_section .content:after,.pt-footer:after { border-color: rgba(136, 183, 213, 0); border-width: 5px; margin-left: -5px; }
/*/arrow creation*/
.pricing_section .price{ position: relative; display: inline-block; margin-bottom: 0.625rem; color: #FEFEFE; }
.pricing_section .price span{ font-size: 6rem; letter-spacing: 8px; font-weight: bold; color: #FEFEFE; }
.pricing_section .price sup{ font-size: 15px; position: absolute; top: 12px; left: -12px; color: #FEFEFE; }
.pricing_section .hint{ font-style: italic; font-size: 16px; color: #FEFEFE; }
.pricing_section .features{ list-style-type: none; background: #FFFFFF; color: #9C9C9C; font-size: 16px; margin: 0; }
.pricing_section .features li{ padding:15px 0; width: 100%; }
.pricing_section .features li span{ padding-right: 0.4rem; }
.pricing_section .pt-footer{ padding: 14px 0;}
/*PERSONAL*/
.pricing_section .personal .title{ background: #78CFBF; margin: 0; font-size:15px; }
.pricing_section .personal .content, .personal .pt-footer{ background: #82DACA; }
.pricing_section .personal .content:after{ border-top-color: #82DACA; }
.pricing_section .personal .pt-footer:after{ border-top-color: #FFFFFF; }
.pricing_section .personal .main_button{ background-color: #78CFBF; border-color: #78CFBF;}
.pricing_section .personal .main_button:hover{ background-color: #ffff; color: #78CFBF;  border-color: #78CFBF;}
/*PROFESSIONAL*/
.pricing_section .professional .title{ background: #3EC6E0; margin: 0; font-size:15px; }
.pricing_section .professional .content,.professional .pt-footer{ background: #53CFE9;}
.pricing_section .professional .content:after{ border-top-color: #53CFE9;}
.pricing_section .professional .pt-footer:after{ border-top-color: #FFFFFF; }
.pricing_section .professional .main_button{ background-color: #3EC6E0; border-color: #3EC6E0;}
.pricing_section .professional .main_button:hover{ background-color: #ffffff; color: #3EC6E0; border-color: #3EC6E0;}
/*BUSINESS*/
.pricing_section .business .title{ background: #E3536C; margin: 0; font-size:15px; }
.pricing_section .business .content,.business .pt-footer{ background: #EB6379; }
.pricing_section .business .content:after{ border-top-color: #EB6379; }
.pricing_section .business .pt-footer:after { border-top-color: #FFFFFF; }
.pricing_section .business .main_button{ background-color: #E3536C; border-color: #E3536C;}
.pricing_section .business .main_button:hover{ background-color: #ffffff; color: #E3536C; border-color: #E3536C;}

/*-------------------------------*/
/*           Breadcrumb          */
/*-------------------------------*/

/*-------------------------------*/
/*          News Section         */
/*-------------------------------*/

/*-------------------------------*/
/*          Pagination Section   */
/*-------------------------------*/

/*-------------------------------*/
/*         Extra				 */
/*-------------------------------*/
.intro_blue {color:#085fb8; font-weight:700; text-transform:uppercase;}
.intro_green{color:#229f55; font-weight:700; text-transform:uppercase;}
.intro_orange{color:#ef5f38; font-weight:700; text-transform:uppercase;}
.intro_mello{color:#2eafd9; font-weight:700;}
.mello{color:#2eafd9;     font-size: 18px !important;}
.mellocolor{color:#2eafd9;    }

.carousel-indicators .active {
    margin-right: 5px !important;
}

/*---------- Blog Page ----------*/

.blog_section .white-panel { position: absolute; background: white; border: 1px solid #eeeeee; padding: 0px; }

/*

stylize any heading tags withing white-panel below

*/

.blog_section .white-panel h1 { font-size: 1em; }

.blog_section #pinBoot{ position: relative; }

.blog_section .white-panel .content_sec{ padding: 20px;}

.blog_section .white-panel .content_sec p{ font-size: 13px; color: #777777; }

.blog_section .white-panel .content_sec h4 a{ color: #2eafd9; font-size: 21px; line-height: 26px; font-weight: 700;}

.blog_section .white-panel .content_sec p a, .blog_section .white-panel .content_sec .cntnt_btm a.rdmr, .blog_section .white-panel .content_sec .cntnt_btm a:hover{ color: #2eafd9;}

.blog_section .white-panel .content_sec h4 a:hover{ color: #2a373f; }

.blog_section .white-panel .content_sec .cntnt_btm a::after{ content:"/"; padding: 0 4px; color: #aaaaaa;}

.blog_section .white-panel .content_sec .cntnt_btm a.rdmr::after{ content:">"; color: #2eafd9;}

.blog_section .white-panel .content_sec .cntnt_btm, .blog_section .white-panel .content_sec .cntnt_btm a, .blog_section .white-panel .content_sec p.post_date{ text-transform: uppercase; letter-spacing: 2px; font-weight: 300; color: #aaaaaa; font-size: 13px; }

.blog_section .white-panel:hover { cursor: pointer; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); margin-top: -5px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }



/*---------- Blog Single Page ----------*/

.blogSingle_section h2{ font-size: 28px; margin-bottom: 26px; margin-top: 0px; color: #2eafd9; }

.blogSingle_section .content_sec p{ font-size: 14px; color: #777777; }

.blogSingle_section .media .img_sec img{ margin-bottom: 15px; width: 100%; max-width: 100%;}

.blogSingle_section .article_content_sec{ border-bottom: 1px solid #dddddd;}

.blogSingle_section .comments_section{ margin-top: 40px; }

.blogSingle_section .comments_sec img{ width: 60px; min-width: 0; max-width: 60px; border-radius: 50%; }

.blogSingle_section .comments_sec h4{ font-size: 16px; color: #131313; text-transform: capitalize; font-weight: 400;  font-family: 'Open Sans', sans-serif;  }

.blogSingle_section .comments_sec h4 span{ font-size:12px; color: #aaaaaa; padding-left: 10px; }

.blogSingle_section .comments_sec h5{ font-size: 15px; }

.blogSingle_section .comments_sec h5 span{ font-size: 12px; font-weight: 400; color: #aaaaaa; padding-left: 8px; }

.blogSingle_section .form_comment textarea{ border-radius: 0px; box-shadow: none; }

.blogSingle_section .form_comment textarea:-moz-placeholder, .blogSingle_section .form_comment textarea::-moz-placeholder{ font-size:14px; }

.blogSingle_section .form_comment{ padding-top: 30px; border-top: 1px solid #cccccc; margin-top: 20px; }

.blogSingle_section .form_comment input[type="submit"]{ float: right; margin-top: 10px; padding: 6px 35px; display: inline-block; border: 0px; background-color: #2eafd9; color:#ffffff;  font-weight:400; font-size:14px; text-transform:uppercase;  }

.blogSingle_section .form_comment input[type="submit"]:hover{ background-color: #2a373f;}

.blogSingle_section .content_sec p.author{ color: #999999; font-size: 13px; text-transform: uppercase; margin-top: 5px; }

.blogSingle_section .content_sec .author span::after { content: "/"; display: inline-block; padding: 0 8px; }

/**************************************************/

/*                     Sidebar                    */

/**************************************************/

.sidebar{ padding: 25px; border: 1px solid #eeeeee;}

.sidebar h4{ margin-bottom: 20px; margin-top: 20px; }

.sidebar .categories_sec h4:first-child{ margin-top: 0; }

.sidebar ul li{ line-height: 38px; }

.sidebar ul li a{ padding-left: 10px; font-size: 13px; color: #424242; font-family: 'Open Sans', sans-serif; text-transform:uppercase; }

.sidebar .categories_sec ul li a{ font-size: 15px; font-weight: 700; color: #00a0e0;  padding-left: 0; }

.sidebar ul li.fa{ display: block; color: #00a0e0;}

.sidebar .popular_post_sec .media{ padding-left: 0; }

.sidebar .popular_post_sec .media h4{ margin-bottom: 2px; margin-top: 0 } 

.sidebar .popular_post_sec .media h4 a{ font-size: 12px; line-height: 14px; }

.sidebar .popular_post_sec .media p.author, .sidebar .popular_post_sec .media p a{ font-size: 11px; margin-bottom: 0; }

.sidebar .popular_post_sec img.media-object{ max-width: 100px; min-width: 0px; }



/**************************************************/

/*                     Pagination                 */

/**************************************************/

.pagenation_section .pagination{ margin: 10px 0 0 0;}

.pagenation_section .pagination li.page-item a{ border-radius: 3px; margin-right: 4px; padding: 6px 11px; font-weight: 300; font-size: 10px; color: #36312d; }

.pagenation_section.inner .pagination li.page-item a{ margin-right:0; }

.pagenation_section .pagination li.page-item a{ color: #060b1e; border: 1px solid #eeeeee; }

.pagenation_section .pagination li.page-item.active a, .pagenation_section .pagination li.page-item a:hover{ color: #ffffff; border: 1px solid #2a373f; font-weight: 700; background-color: #2a373f; }

