/* index style css

00 Browser Reset & Common CSS
01. header CSS
02. home_area CSS
03. cta_area CSS
04. service_area CSS
05. about_area CSS
06. cta_area2 CSS
07. step_area CSS
08. video_area CSS
09. faq_area CSS
10. form_area CSS
11. testimonial_area CSS
12. brand_area CSS
13. news_area CSS
14. footer CSS
15. breadcrumb_area CSS
16. fact_area CSS
17. team_member_area CSS
18. jobs_tile_area CSS
19. job_cta_area CSS
20. s_service_area CSS
21. work_area CSS
22. single_work_area CSS
23. blog_area CSS
24. 404 CSS

*/



/*
*****************************************
>>> |Default WordPress Core CSS|
*****************************************
*/
.page-links {
    border: 2px solid #EAEAEA;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 20px;
}
.page-links > span{
  padding: 0px 5px;
  color: #999999;
}
.page-links a span{
  padding: 0px 5px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-links a span:hover{
  color: #337ab7;

}
.page-links .page-links-title {
    color: #000;
    font-weight: 700;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
        white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {

}
.gallery-caption{

}

.bypostauthor{
}


.redux-dev-mode-notice-container.redux-dev-qtip { display: none; }

.post-password-form input[type=password] {
    border-radius: 3px;
    border: 1px solid #e8edf2;
    height: 40px;
    padding: 0px 5px;
    display: block;
}
.post-password-form input[type=submit] {
    border: none;
    background: #23ACEA;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    font-family: 'proxima_novasemibold';
}



.pagination {
    display: block;
    margin: 80px 0 0;
    text-align: center;
}

.pagination ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
}

.pagination li {
    display: inline-block;
}

.pagination a, .pagination span.dots, .pagination span.current {
    border: 1px solid #dfe9f1;
    color: #636262;
    display: inline-block;
    font-family: "proxima_nova_rgbold";
    font-size: 12px;
    line-height: 30px;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.pagination .page-numbers.current {
    border: 1px solid #F9BF3B;
    padding: 0px 14px;
}


.h1, h1 {
    font-size: 40px;
}
.h2, h2 {
    font-size: 34px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 16px;
}
.h6, h6 {
    font-size: 14px;
}
#wp-calendar{
  width: 100%;
}
table thead tr:first-child,
table tbody tr:first-child{
    border-top: 1px solid #eaeaea;
}
table thead tr,
table tbody tr{
    border-bottom: 1px solid #eaeaea
}
table thead tr th,
table thead tr td,
table tbody tr th,
table tbody tr td{
    border-right: 1px solid #eaeaea;
    padding: 10px;
}

table thead tr th:first-child,
table thead tr td:first-child,
table tbody tr th:first-child,
table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
}

.post_content a{
    color: #E0AC35;
    font-weight: bold;
}

dt {
    background: #f7f7f7 !important;
    border-top: 1px solid #eae6e6 !important;
    border-bottom: 1px solid #fff !important;
    color: #212121 !important;
}

.header_area.floating-header{
    border: none;
    position: absolute;
    z-index: 8;
    width: 100%;
}

.header_area.floating-header .search_form{
    background: transparent;
}


.header_area.floating-header .search_form input[type="search"]{
    border-radius: 0px 50px 50px 0px;
    font-size: 20px;
}

.header_area.floating-header .menu-container ul.menu > li > a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header_area.floating-header .menu-container ul.menu li a:hover{
  color: #F9BF3B;
}

.header_area.floating-header .search_icon{
  color: #F9BF3B
}

.header_area.floating-header  .menu-container ul.menu > li.current-menu-item, 
.header_area.floating-header  .menu-container ul.menu > li:hover {
    background-color: transparent;
}
.header_area.floating-header  .menu-container ul.menu > li:after{
  display: none;
}

.cPrimary, .button-2:hover, header .header_top .header_link li i, header .header_top .header_link li a:hover, .search_icon:hover, .search_form .search_close, .menu-container ul.menu li ul.sub-menu.mega-menu .menu-column a:hover, .video_area .video_dsc ul li:before, footer .footer_top .widget ul li a:hover, footer .footer_top .widget .footer_social span a:hover, .breadcrumb_area ul li a:hover, .job_cta_area .job_cta a.button-2, .work_area .single_work .h4:hover, .single_work_area .work_content a.button-2, .blog_area .post_col article .entry_header a:hover, .blog_area .post_col article .entry_header > div a:hover, .blog_area .post_col article .entry_header > div a.cPrimary, .widget_col .widget ul li a:hover, .blog_area .comment_form form input[type="submit"]:hover, .blog_area .comment_form form .contact_form .form-group textarea[type="submit"]:hover, .contact_form .form-group .blog_area .comment_form form textarea[type="submit"]:hover {
  color: #f9bf3b; }

.cPrimaryBg, .site_preloader_inner > div, .slicknav_btn, .slicknav_nav, .button, .button-3, .button-3:before, .section_title h3:before, .search_form button, .menu-container ul.menu > li:after, .cta_area, .form_text h1:after, .tst_slider .single_slide h4:before,
.testimonial_area .tst_static .single_slide h4:before, footer .footer_top .widget ul li a:before, .breadcrumb_area ul li a:before, .single_job_tile > div:before, .s_service_area aside .widget.widget_service ul li a:hover, .s_service_area aside .widget.widget_service ul li.active a, .blog_area .comment_form form input[type="submit"], .blog_area .comment_form form .contact_form .form-group textarea[type="submit"], .contact_form .form-group .blog_area .comment_form form textarea[type="submit"] {
  background-color: #f9bf3b; }

.cPrimaryBo, .menu-container ul.menu li ul.sub-menu.mega-menu,  .contact_form .form-group input:focus, .contact_form .form-group textarea:focus, .blog_area .comment_form form input:not([type="submit"]):focus, .blog_area .comment_form form .contact_form .form-group textarea:not([type="submit"]):focus, .contact_form .form-group .blog_area .comment_form form textarea:not([type="submit"]):focus, .blog_area .comment_form form textarea:focus, .blog_area .comment_form form input[type="submit"]:hover, .blog_area .comment_form form .contact_form .form-group textarea[type="submit"]:hover, .contact_form .form-group .blog_area .comment_form form textarea[type="submit"]:hover {
  border-color: #f9bf3b !important; }

.color2, .single_step >  h3:before {
  color: #19b5fe; }

.color2Bg, .overlay-2:before,
.overlay-3:before, .button:before, .button-3, .faq_area .panel-default .panel-heading ul li.active a {
  background-color: #19b5fe; }

.color2Bo, .single_step >  h3:before {
  border-color: #19b5fe; }

.pColorBg, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover, .button.pbg, .button-3.pbg, footer .footer_top {
  background-color: #222222; }

footer.footer-light .footer_top{
  background-color:  #fff;
  color: #444
}
footer.footer-light .footer_btm {
  background-color:  #fff;
  color: #777777;
  border-top: 1px solid #e5e5e5
}
footer.footer-light  .footer_top .widget h4 {
    color: #222222;
}
footer.footer-light  .footer_top .widget ul li a {
    color: #777777;
}
footer.footer-light  .widget form input[type="email"] {
    border: 1px solid #e5e5e5;
}
footer.footer-light  .footer_social_profile_txt {
    border-top: 1px solid #e5e5e5;
}
.pColor, body, header .header_top .header_link li a, header .header_top .header_link li span, .logo span, .about_area .about_top .about_top_content h3, .video_area .video_dsc h3, .video_area .video_dsc ul, .faq_area h3, .single_contact_block, .single_page.form_text h1, .breadcrumb_area ul li a, .breadcrumb_area ul li span, .s_service_area aside .widget.widget_service ul li a, .s_service_area .panel-body dt, .work_area .single_work .h4, .single_work_area .work_content strong, .single_work_area .work_content a.button-2:hover, .blog_area .post_col article .entry_header a, .blog_area .post_col article .post_content .h3, .widget_col .widget ul li a {
  color: #222222; }
 .button, .button-3, .button-2{
  color: #fff
 }
.pbo, .logo span {
  border-color: #222222; }
.cta_area .button{
  background: #232323 !important;
} 
.pColor2 {
  color: #777777; }

.trns, .button-2, header .header_top .header_link li a, header .header_top .header_link li span, .search_icon, .search_form, .menu-container ul.menu > li, .menu-container ul.menu > li:after, .menu-container ul.menu li ul.sub-menu.mega-menu .menu-column a, .contact_form .form-group input, .contact_form .form-group textarea, footer .footer_top .widget ul li a:before, footer .footer_top .widget .footer_social span a, .breadcrumb_area ul li a, .breadcrumb_area ul li span, .breadcrumb_area ul li a:before, .single_job_tile > div, .s_service_area aside .widget.widget_service ul li a, .work_area .single_work .h4, .work_area .single_work .work_img img, .blog_area .post_col article .entry_header a, .blog_area .post_col article .entry_header > div a, .blog_area .post_col article .post_content .h3, .widget_col .widget ul li a, .blog_area .comment_form form input:not([type="submit"]), .blog_area .comment_form form .contact_form .form-group textarea:not([type="submit"]), .contact_form .form-group .blog_area .comment_form form textarea:not([type="submit"]), .blog_area .comment_form form textarea, .blog_area .comment_form form input[type="submit"], .blog_area .comment_form form .contact_form .form-group textarea[type="submit"], .contact_form .form-group .blog_area .comment_form form textarea[type="submit"] {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.flex_center, .home_area .single_slide .home_content, .about_top_img,
.about_top_content, .video_bg, .video_area .video_dsc, .form_area .form_h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.slider_preloader.flex_center, .home_area .single_slide .slider_preloader.home_content, .slider_preloader.about_top_img,
.slider_preloader.about_top_content, .video_area .slider_preloader.video_bg, .video_area .slider_preloader.video_dsc, .form_area .slider_preloader.form_h {
  background: rgba(255, 255, 255, 0.96) none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2; }

.slider_preloader_inner {
  width: 40px;
  height: 40px;
  background-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.site_preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9999; }

.site_preloader_inner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.site_preloader_inner > div {
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.site_preloader_inner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.site_preloader_inner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.site_preloader_inner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.site_preloader_inner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  display: none; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .slicknav_menu {
      display: block; } }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  text-decoration: none;
  margin: 6px 0;
  border-radius: 4px; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 50px;
  min-width: 280px;
  border-radius: 3px;
  z-index: 999; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px; }
    .slicknav_nav .slicknav_row:hover {
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 15px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      color: #fff; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

dd {
  margin: 0;
  padding: 15px 15px; }

dt {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  background: #e3e3e3;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #fff;
  padding: 0 15px;
  cursor: pointer;
  color: #9f9f9f;
  margin-bottom: 1px; }

dt:first-child {
  border-top: 0px solid; }

dt:nth-last-child(2) {
  border-bottom: 0px solid; }

dl.accordion {
  margin-top: 0;
  margin-bottom: 0; }

.style1 .active {
  color: #000;
  background: #ddd; }

.style2.accordion dt, .accordion.style4 dt, .accordion.style5 dt {
  position: relative; }

.accordion.style2 dt::after, .accordion.style4 dt::after, .accordion.style5 dt::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "+";
  height: 30px;
  width: 30px;
  background: #00AAE8;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 20px; }

.accordion.style2 dt.active::after, .accordion.style4 dt.active::after, .accordion.style5 dt:hover::after, .accordion.style5 dt.active::after {
  content: "-"; }

.menu-container ul,
.menu-container .sub-siblings:after {
  transition: .4s; }

.menu-container ul li {
  position: relative; }

.menu-container ul li a {
  margin-left: 0; }

.menu-container ul li ul {
  background: #fff none repeat scroll 0 0;
  left: 0;
  position: absolute;
  width: 240px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  top: 100%; }

.menu-container ul.menu > li:nth-last-child(1) > ul,
.menu-container ul.menu > li:nth-last-child(2) > ul,
.menu-container ul.menu > li:nth-last-child(3) > ul {
  right: 0;
  left: auto; }

.menu-container ul li ul li {
  display: block; }

.menu-container ul li ul li a {
  display: block;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 15px;
  line-height: 30px; }

.menu-container ul li ul li a:before {
  content: '\f105';
  font-family: 'fontawesome';
  margin-right: 10px;
  margin-left: 5px;
  background-color: transparent; }

.menu-container ul li ul li:hover > a,
.menu-container ul li ul li.current_page_item > a,
.menu-container ul li ul li.current-page-ancestor > a {
  border-color: transparent;
  background-color: #f3f2f2; }

.menu-container ul li ul li ul {
  left: 100%;
  top: -1px; }

.menu-container ul.menu > li:nth-last-child(4) ul > li > ul,
.menu-container ul.menu > li:nth-last-child(5) ul > li > ul,
.menu-container ul.menu > li:nth-last-child(1) ul > li > ul,
.menu-container ul.menu > li:nth-last-child(2) ul > li > ul,
.menu-container ul.menu > li:nth-last-child(3) ul > li > ul,
.menu-container ul.menu > li > ul > li > ul > li > ul {
  left: auto;
  right: 100%; }

.menu-container ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.menu-container ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.menu-container ul.menu > li:nth-last-child(3) > ul > li > ul > li > ul,
.menu-container ul.menu > li:nth-last-child(4) > ul > li > ul > li > ul,
.menu-container ul.menu > li:nth-last-child(5) > ul > li > ul > li > ul {
  right: auto;
  left: 100%; }




.menu-container .sub-siblings {
  position: relative; }

.menu-container .sub-siblings:after {
  content: "+";
  margin-left: 7px;
  position: absolute;
  top: 50%;
  right: -7px;
  line-height: 20px;
  margin-top: -10px; }

.menu-container ul li ul li a.sub-siblings:after {
  right: 20px; }

.menu-container ul.menu > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible; }

.menu-container ul.menu > li:hover > ul > li:hover > ul,
.menu-container ul.menu > li:hover > ul > li:hover > ul > li:hover > ul {
  top: -1px;
  opacity: 1;
  visibility: visible; }

.menu-container ul > li:hover > a.sub-siblings:after {
  content: '\f105';
  font-family: "fontawesome";
  transform: rotate(90deg); }

.menu-container ul.menu > li > a.sub-siblings {
  padding-right: 10px; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }


.single_review_list{}
.single_review_list p{
    font-style: italic;
    color: #666;
    font-size: 16px;
    line-height: 28px;
}
.single_review_list h4{
    margin: 40px 0 0px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.single_review_list h4:before{
    content: '';
    position: absolute;
    left: 0;
    top: -23px;
    width: 50px;
    height: 4px;
    background-color: #f9bf3b;
}
.single_review_list span.position{
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
}
/*
 *****************************************
 >>> | 00 Browser Reset & Common CSS|
 *****************************************
*/


body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; }

a:focus,
a:hover,
a:visited,
input,
.contact_form .form-group textarea,
.quote_area .quote_form .bootstrap-select > .dropdown-toggle,
input:hover,
.contact_form .form-group textarea:hover, .quote_area .quote_form .bootstrap-select > .dropdown-toggle:hover,
input:focus,
.contact_form .form-group textarea:focus, .quote_area .quote_form .bootstrap-select > .dropdown-toggle:focus,
input:active,
input.nice-select.open,
.contact_form .form-group textarea.nice-select.open,
.contact_form .form-group textarea:active,
.quote_area .quote_form .bootstrap-select > .dropdown-toggle:active,
.quote_area .quote_form .bootstrap-select > .dropdown-toggle.nice-select.open,
select {
  text-decoration: none;
  outline: none !important; }

.static {
  position: static !important; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

img {
  max-width: 100%; }

a,
span {
  display: inline-block; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

.sp {
  padding: 80px 0; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .sp {
      padding: 40px 0; } }

.spb {
  padding-bottom: 80px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .spb {
      padding-bottom: 40px; } }

.spt {
  padding-top: 80px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .spt {
      padding-top: 40px; } }

.sbb {
  border-bottom: 1px solid #e5e5e5; }

@media only screen and (min-width: 0px) and (max-width: 991px) {
  ul.menu {
    display: none; } }

.overlay {
  position: relative;
  z-index: 1;
  background-position: center; }
  .overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: -1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0.65+0,0+80 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.95) 0%, transparent 80%, transparent 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.95) 0%, transparent 80%, transparent 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, transparent 80%, transparent 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .overlay:before {
        background: rgba(0, 0, 0, 0.65); } }

.overlay-2,
.overlay-3 {
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover; }
  .overlay-2:before,
  .overlay-3:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .9;
    z-index: -1; }

.overlay-3:before {
  background-color: #222222;
  opacity: .6; }

.button, .button-3 {
  line-height: 55px;
  padding: 0 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  box-shadow: 0px -3px 2px -1px rgba(0, 0, 0, 0.5) inset;
  border-radius: 3px;
  border: none; }
  .button.pbg, .button-3.pbg {
    color: #fff; }
  .button i, .button-3 i {
    margin-right: 10px; }

.button-2 {
  font-size: 16px;
  font-weight: 700;
  border: none; }
  .button-2 i {
    margin-left: 3px; }

.button-3 {
  color: #fff;
  box-shadow: 0px -3px 2px -1px rgba(0, 0, 0, 0.3) inset; }

.grey-bg {
  background-color: #f2f5f7; }

.bg-fixed {
  background-attachment: fixed; }

.section_title {
  padding-bottom: 50px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .section_title {
      padding-bottom: 30px; } }
  .section_title h3 {
    line-height: 36px;
    font-weight: 500;
    margin: 0;
    position: relative;
    padding-left: 30px; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      .section_title h3 {
        padding-left: 0;
        text-align: center; }
        .section_title h3 br {
          display: none; } }
    .section_title h3:before {
      position: absolute;
      width: 5px;
      height: 70%;
      left: 0;
      top: 15%;
      content: ''; }
      @media only screen and (min-width: 0px) and (max-width: 991px) {
        .section_title h3:before {
          display: none; } }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .section_title .section_btn {
      text-align: center; } }
  .section_title .text-center h3 {
    padding-left: 0; }
    .section_title .text-center h3:before {
      display: none; }

.cta_icon, .button i, .button-3 i {
  animation-name: ctaIcon;
  animation-duration: 1s;
  animation-iteration-count: infinite; }

@keyframes ctaIcon {
  0% {
    transform: translateX(-3px); }
  35% {
    transform: translateX(3px); }
  100% {
    transform: translateX(-3px); } }
/*
 *****************************************
 >>> | 01. header CSS|
 *****************************************
*/
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .slicknav_menu {
    margin: 27px 5px 27px 0; } }
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .header_menu_el_col{
    padding-left: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .slicknav_nav {
    top: 75px; 
    right: -30px;} }

.main_wrap header.stick_header.sticky .header_btm {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 50%;
  z-index: 999;
  background-color: #fff;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.main_wrap.boxed header.stick_header.sticky .header_btm {
  width: 1270px; }
.main_wrap.wide_box header.stick_header.sticky .header_btm {
  width: 90%; }

header {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  z-index: 8; }
  header .header_top {
    padding: 15px 0; }
    header .header_top span.header_info {
      font-size: 15px; }
      @media only screen and (min-width: 0px) and (max-width: 991px) {
        header .header_top span.header_info {
          text-align: center;
          border-bottom: 1px solid #e5e5e5;
          display: block;
          margin-bottom: 15px;
          padding-bottom: 15px; } }
    header .header_top .header_link {
      list-style: none;
      text-align: right;
      margin: 0; }
      @media only screen and (min-width: 0px) and (max-width: 991px) {
        header .header_top .header_link {
          text-align: center; } }
      header .header_top .header_link li {
        display: inline-block;
        margin-left: 30px;
        position: relative; }
        header .header_top .header_link li:before {
          content: '';
          position: absolute;
          background-color: #e9e9e9;
          height: 100%;
          width: 2px;
          top: 0;
          left: -17px; }
        header .header_top .header_link li:first-child:before {
          display: none; }
        header .header_top .header_link li i {
          margin-right: 7px; }

.logo {
  padding: 13px 0;
  margin: 15px 0; }
  .logo span {
    height: 40px;
    border: 3px solid;
    padding: 0 25px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase; }

.search_icon {
     cursor: pointer; 
    display: inline;
    width: 25px;
    float: right;
    text-align: left;
}

.search_form {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  padding: 25px 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 9; }
  .search_form.active {
    visibility: visible;
    opacity: 1; }
  .search_form .search_close {
    width: 5%;
    float: left;
    line-height: 52px;
    border-radius: 30px 0 0 30px;
    text-align: center;
    font-size: 16px;
    cursor: pointer; }
  .search_form input[type="search"], .search_form .contact_form .form-group textarea[type="search"], .contact_form .form-group .search_form textarea[type="search"] {
    line-height: 48px;
    width: 80%;
    border: 1px solid transparent;
    font-size: 40px;
    font-weight: 300;
    text-indent: 15px; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      .search_form input[type="search"], .search_form .contact_form .form-group textarea[type="search"], .contact_form .form-group .search_form textarea[type="search"] {
        width: 70%;
        font-size: 25px; } }
  .search_form button {
    border: medium none;
    float: right;
    line-height: 50px;
    text-align: center;
    width: 15%;
    color: #fff;
    border-radius: 30px; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      .search_form button {
        width: 25%; } }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .search_form {
      width: 400px;
      padding: 10px;
      top: 100px;
      border: 1px solid #ddd;
      height: auto;
      border-radius: 50px; }
      .search_form .search_close {
        background-color: #f1f1f1;
        box-radius: 30px 0 0 30px;
        width: 10%;
        text-align: right; }
      .search_form input[type="search"], .search_form .contact_form .form-group textarea[type="search"], .contact_form .form-group .search_form textarea[type="search"] {
        font-size: 14px;
        background-color: #f1f1f1;
        width: 65%; }
      .search_form button {
        border-radius: 0px 30px 30px 0px; } }
  @media only screen and (min-width: 0px) and (max-width: 991px) and (min-width: 0px) and (max-width: 767px) {
    .search_form {
      width: 320px;
      right: -50px; } }
  @media only screen and (min-width: 0px) and (max-width: 991px) and (min-width: 480px) and (max-width: 767px) {
    .search_form {
      width: 400px;
      right: 15px; } }

.search_form form {
  overflow: hidden; }

.menu-container {
  padding: 0; }

  .menu-container ul.menu {
    margin: 0;
    list-style: none;
    text-align: right; }
    .menu-container ul.menu > li {
      margin: 0 0 0 -4px;
      display: inline-block;
      padding: 0 20px;
      position: relative; }
      @media only screen and (min-width: 992px) and (max-width: 1260px) {
        .menu-container ul.menu > li {
          padding: 0 15px; } }
      .menu-container ul.menu > li:after {
        position: absolute;
        content: '';
        width: 0px;
        height: 5px;
        bottom: 0;
        left: 0; }
      .menu-container ul.menu > li.current-menu-item, .menu-container ul.menu > li:hover {
        background-color: #f4f4f4; }
        .menu-container ul.menu > li.current-menu-item:after, .menu-container ul.menu > li:hover:after {
          width: 100%; }
      .menu-container ul.menu > li > a {
        line-height: 30px;
        padding: 35px 0;
        font-weight: 700;
        font-size: 14px; }
    .menu-container ul.menu li ul.sub-menu.mega-menu {
      position: absolute;
      width: 870px;
      left: auto;
      right: 0;
      border-top: 1px solid;
      border-bottom: 6px solid;
      border-top-color: #e8e8e8 !important;
      padding: 20px 0;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
      .menu-container ul.menu li ul.sub-menu.mega-menu:before, .menu-container ul.menu li ul.sub-menu.mega-menu:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        background-color: #e8e8e8;
        left: 33%;
        top: 0;
        z-index: 9; }
      .menu-container ul.menu li ul.sub-menu.mega-menu:after {
        left: 66.66%; }
    .menu-container ul.menu li ul.sub-menu.mega-menu .menu-column {
      position: static;
      float: left;
      width: 33.33%;
      box-shadow: none; }
      .menu-container ul.menu li ul.sub-menu.mega-menu .menu-column a {
        border: none;
        padding-left: 40px; }
        .menu-container ul.menu li ul.sub-menu.mega-menu .menu-column a:hover {
          background-color: transparent; }
        .menu-container ul.menu li ul.sub-menu.mega-menu .menu-column a:before {
          display: none; }
    .menu-container ul.menu li:hover ul.menu-column {
      opacity: 1;
      visibility: visible; }
    .menu-container ul.menu li.mega-par {
      position: static; }
      .menu-container ul.menu li.mega-par:after {
        display: none; }

.menu-container ul.menu li a {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #222222; }

/*
 *****************************************
 >>> | 02. home_area CSS|
 *****************************************
*/
.home_area {
  position: relative; }
  .home_area .home_slider {
    overflow: hidden; }
  .home_area .single_slide {
    background-size: cover;
    background-position: center; }
    .home_area .single_slide .home_content {
      height: 600px;
      color: #fff;
      font-size: 24px;
      line-height: 36px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .home_area .single_slide .home_content {
          text-align: center;
          font-size: 16px; }
          .home_area .single_slide .home_content br {
            display: none; } }
      @media only screen and (min-width: 992px) and (max-width: 1260px) {
        .home_area .single_slide .home_content {
          padding-left: 30px; } }
      .home_area .single_slide .home_content h1 {
        font-size: 60px;
        line-height: 66px;
        margin: 0;
        font-weight: 400;
        margin-bottom: 25px; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .home_area .single_slide .home_content h1 {
            font-size: 35px;
            margin-bottom: 15px;
            line-height: 36px; } }
      .home_area .single_slide .home_content .home_btn {
        margin-top: 25px; }
      .home_area .single_slide .home_content .cell .animated:nth-child(1) {
        animation-duration: .4s;
        animation-delay: 0s; }
      .home_area .single_slide .home_content .cell .animated:nth-child(2) {
        animation-duration: .4s;
        animation-delay: .4s; }
      .home_area .single_slide .home_content .cell .animated:nth-child(3) {
        animation-duration: .4s;
        animation-delay: .8s; }
  .home_area .owl-nav > div {
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -690px;
    font-size: 19px; }
    @media only screen and (min-width: 1261px) and (max-width: 1400px) {
      .home_area .owl-nav > div {
        left: 0;
        margin-left: 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1260px) {
      .home_area .owl-nav > div {
        left: 0;
        margin-left: 0; } }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      .home_area .owl-nav > div {
        margin-left: 0;
        left: 0; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .home_area .owl-nav > div {
        top: auto;
        bottom: 20px;
        left: 50%;
        margin-left: -45px; } }
    .home_area .owl-nav > div.owl-next {
      left: auto;
      right: 50%;
      margin-left: 0;
      margin-right: -690px; }
      @media only screen and (min-width: 1261px) and (max-width: 1400px) {
        .home_area .owl-nav > div.owl-next {
          right: 0;
          margin-right: 0; } }
      @media only screen and (min-width: 992px) and (max-width: 1260px) {
        .home_area .owl-nav > div.owl-next {
          right: 0;
          margin-right: 0; } }
      @media only screen and (min-width: 0px) and (max-width: 991px) {
        .home_area .owl-nav > div.owl-next {
          margin-right: 0;
          right: 0; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .home_area .owl-nav > div.owl-next {
          right: 50%;
          margin-right: -45px; } }

/*
 *****************************************
 >>> | 03. cta_area CSS|
 *****************************************
*/
.cta_area {
  padding: 40px 0; }
  .cta_area .cta {
    padding: 11px 0; }
    .cta_area .cta h2 {
      margin: 0;
      font-weight: 400;
      color: #fff; }
      @media only screen and (min-width: 0px) and (max-width: 991px) {
        .cta_area .cta h2 {
          text-align: center;
          margin-bottom: 20px; } }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .cta_area .text-right {
      text-align: center; } }

/*
 *****************************************
 >>> | 04. service_area CSS|
 *****************************************
*/
.service_area .single_service > div .service_img img {
  width: 100%; }
.service_area .single_service > div .service_content {
  font-size: 14px;
  line-height: 24px;
  margin-right: -5px; }
  .service_area .single_service > div .service_content h4 {
    font-weight: 700;
    margin: 21px 0 11px; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .service_area .single_service > div .service_content {
      margin-bottom: 40px; } }
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .service_area .single_service:last-child .service_content {
    margin-bottom: 0; } }
@media only screen and (min-width: 992px) {
  .service_area .single_service:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
    margin-top: 60px; } }



/*
 *****************************************
 >>> | 05. about_area CSS|
 *****************************************
*/
.about_top_img,
.about_top_content {
  height: 330px; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .about_top_img,
    .about_top_content {
      height: auto;
      margin-top: 40px; } }

.about_area .about_top .about_top_img {
  margin-right: 30px; }
.about_area .about_top .about_top_content {
  color: #666;
  font-size: 16px;
  line-height: 30px; }
  .about_area .about_top .about_top_content p:last-child {
    margin-bottom: 0; }
  .about_area .about_top .about_top_content h3 {
    margin: 0 0 20px; }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single_about {
    margin-top: 40px; }
    .single_about:first-child {
      margin-top: 0; } }
.single_about > div .about_img {
  width: 245px;
  float: left; }
  .single_about > div .about_img img {
    width: 100%; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .single_about > div .about_img {
      float: none;
      width: 100%; } }
.single_about > div .about_content {
  line-height: 26px;
  padding-left: 270px; }
  .single_about > div .about_content h4 {
    margin: 7px 0 15px; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .single_about > div .about_content {
      padding-left: 0;
      margin-top: 40px; } }

/*
 *****************************************
 >>> | 06. cta_area2 CSS|
 *****************************************
*/
.cta_area2 {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 65px 0; }
  .cta_area2 h1 {
    margin: 0;
    font-size: 38px;
    text-align: center;
    font-weight: 300;
    color: #fff; }

/*
 *****************************************
 >>> | 07. step_area CSS|
 *****************************************
*/
.step_area .step .single_step > div {
  padding-left: 40px;
  padding-right: 30px;
  line-height: 28px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .step_area .step .single_step > div {
      padding: 0;
      text-align: center; } }
  .single_step >  h3 {
    font-weight: 300;
    margin: 0 0 20px;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single_step >  h3 {
        text-align: center; } }

      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single_step >  h3:before {
          display: none; } }

/*
 *****************************************
 >>> | 08. video_area CSS|
*****************************************
*/
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .video_area .vdo_h {
    height: auto !important; } }
.video_bg {
  min-height: 300px;
  margin-right: 70px;
  text-align: center; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .video_bg {
      margin-right: 0;
      margin-bottom: 30px; } }
  .video_bg a.video_icon_wrap {
    color: #fff; }
    .video_bg a.video_icon_wrap i {
      font-size: 24px;
      height: 85px;
      width: 85px;
      text-align: center;
      line-height: 75px;
      border: 5px solid #fff;
      border-radius: 50%;
      margin-bottom: 15px;
      padding-left: 5px; }
    .video_bg a.video_icon_wrap span {
      display: block;
      text-align: center;
      font-size: 18px;
      font-weight: 700; }
.video_area .video_dsc {
  color: #777777;
  line-height: 28px;
  font-size: 16px; }
  .video_area .video_dsc h3 {
    margin: 0 0 25px;
    font-weight: 500; }
  .video_area .video_dsc ul {
    margin: 0;
    list-style: none;
    margin-top: 10px; }
    .video_area .video_dsc ul li {
      position: relative;
      padding-left: 25px;
      margin-top: 5px; }
      .video_area .video_dsc ul li:before {
        content: '\f00c';
        position: absolute;
        left: 0;
        top: 0;
        font-family: 'fontawesome'; }

/*
 *****************************************
 >>> | 09. faq_area CSS|
 *****************************************
*/
.faq_area {
  color: #777777;
  font-size: 15px; }
  .faq_area h3 {
    font-weight: 500;
    margin: 0 0 25px; }
  .faq_area .accordion {
    margin-right: 30px; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      .faq_area .accordion {
        margin-right: 0;
        margin-bottom: 30px; } }
    .faq_area .accordion dt {
      font-size: 16px;
      line-height: 30px;
      font-weight: 400;
      background-color: transparent;
      border: 1px solid #e5e5e5;
      padding: 10px 20px;
      margin-top: 10px;
      margin-bottom: 0; }
      .faq_area .accordion dt:after {
        top: 50%;
        margin-top: -15px;
        color: #222;
        background-color: transparent;
        right: 10px;
        font-size: 22px;
        font-weight: 700;
        color: #777777; }
    .faq_area .accordion dd {
      border: 1px solid #e5e5e5;
      border-top: none;
      line-height: 28px;
      font-size: 16px;
      color: #777777; }
  .faq_area .panel-default {
    line-height: 26px;
    color: #777777;
    padding: 0;
    border: none;
    margin: 20px 0 0; }
    .faq_area .panel-default .panel-heading {
      padding: 0;
      border: none;
      background: transparent; }
      .faq_area .panel-default .panel-heading ul {
        border: none; }
        .faq_area .panel-default .panel-heading ul li a {
          border: 1px solid #e5e5e5;
          margin: 0;
          border-radius: 0;
          margin-right: -1px;
          padding: 15px 20px;
          color: #777777; }
        .faq_area .panel-default .panel-heading ul li.active a {
          color: #fff; }
    .faq_area .panel-default .panel-body {
      border: 1px solid #e5e5e5; }

/*
 *****************************************
 >>> | 10. form_area CSS|
 *****************************************
*/
.form_area {
  background-attachment: fixed; }
  .form_area.not_sp {
    padding: 35px 0; }
  .form_text {
    color: #fff; }
    .form_text h4 {
      font-weight: 500;
      text-transform: uppercase;
      margin: 0; }
    .form_text h1 {
      font-size: 40px;
      font-weight: 300;
      line-height: 50px;
      margin: 30px 0 40px;
      position: relative; }
      .form_text h1:after {
        position: absolute;
        content: '';
        height: 4px;
        width: 50px;
        left: 50%;
        margin-left: -25px;
        bottom: -40px; }
  .form_area .contact_info {
    padding-left: 70px; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      .form_area .contact_info {
        padding-left: 0; } }
    .single_contact_block {
      font-size: 29px;
      line-height: 40px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .single_contact_block {
          font-size: 20px;
          line-height: 30px; } }
      .single_contact_block:not(:last-child) {
        margin-bottom: 27px; }
      .single_contact_block span {
        display: block; }
      .single_contact_block p {
        font-size: 15px;
        color: #9b9b9b;
        text-transform: uppercase; }
  .contact_form {
    background-color: #fff;
    font-size: 15px;
    padding: 30px;
    border-color: inherit;
    border-top: 5px solid; }
    .contact_form .form-group {
      margin-bottom: 20px; }
      .contact_form .form-group p {
        color: #666666;
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 14px; }
      .contact_form .form-group input, .contact_form .form-group textarea {
        width: 100%;
        border: 1px solid #e5e5e5;
        height: 50px;
        text-indent: 20px; }
      .contact_form .form-group textarea {
        height: 120px;
        resize: none;
        padding-top: 10px; }
      .contact_form .form-group button {
        border: none;
        color: #fff; }
      .contact_form .form-group .nice-select {
        height: 50px;
        line-height: 50px; }
      .contact_form .form-group:last-child {
        margin: 0; }

.single_page.contact_form {
  box-shadow: 0 0 50px 2px #e8e8e8;
  border: none; }

/*
 *****************************************
 >>> | 11. testimonial_area CSS|
 *****************************************
*/
.rev_stl_2 {}
.rev_stl_2 .owl-item{
  padding-left: 3px;
}
.rev_stl_2 .single_slide{}
.rev_stl_2 .single_slide .left-img{
  width: 20%;
  float: left;
  margin-right: 5%;
  border-radius: 100%;
}
.rev_stl_2 .single_slide .left-img img{
  border-radius: 100%;
  width: 100%;
  height: 67px;
}
.rev_stl_2 .single_slide .right-info{
  width: 70%;
  float: left;
}

.tst_slider.rev_stl_2  .single_slide h4{
  margin-top: 20px;
}
.tst_slider.rev_stl_2  .single_slide h4:before {
  display: none;
}

.tst_slider .single_slide,
.testimonial_area .tst_static .single_slide {
  color: #666;
  font-size: 16px;
  line-height: 28px; }
  .tst_slider .single_slide p,
  .testimonial_area .tst_static .single_slide p {
    font-style: italic; }
  .tst_slider .single_slide h4,
  .testimonial_area .tst_static .single_slide h4 {
    margin: 40px 0 0px;
    font-size: 16px;
    font-weight: 700;
    position: relative; }
    .tst_slider .single_slide h4:before,
    .testimonial_area .tst_static .single_slide h4:before {
      content: '';
      position: absolute;
      left: 0;
      top: -23px;
      width: 50px;
      height: 4px; }
  .tst_slider .single_slide span,
  .testimonial_area .tst_static .single_slide span {
    font-size: 14px;
    font-weight: 400; }
.testimonial_area .tst_static .single_slide {
  margin-top: 70px; }
  @media only screen and (min-width: 992px) {
    .testimonial_area .tst_static .single_slide:nth-child(1), .testimonial_area .tst_static .single_slide:nth-child(2), .testimonial_area .tst_static .single_slide:nth-child(3) {
      margin-top: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial_area .tst_static .single_slide {
      margin-top: 50px; }
      .testimonial_area .tst_static .single_slide:nth-child(1), .testimonial_area .tst_static .single_slide:nth-child(2) {
        margin-top: 0; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial_area .tst_static .single_slide {
      margin-top: 40px; }
      .testimonial_area .tst_static .single_slide:nth-child(1) {
        margin-top: 0; } }

/*
 *****************************************
 >>> | 12. brand_area CSS|
 *****************************************
*/
.brand_area h4 {
  font-weight: 400;
  margin-bottom: 30px; }

.no-post-search-form form button {
    right: 10px !important;
    top: 9px !important;
}

/*
 *****************************************
 >>> | 13. news_area CSS|
 *****************************************
*/
.news_area .news_img img {
  width: 100%; }
.single_news .news_content .featured-post,
.single_news .news_content .entry-date {
  font-size: 16px;
  margin: 25px 0 10px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_news .news_content .entry-date {
      margin: 15px 0 5px; } }

.single_news .news_content .post_excerpt{
    margin: 15px 0px 0px;
}
.single_news .news_content .post_read_more_btn{
    margin-top: 15px;
}
.single_news .news_content .h1, 
.single_news .news_content .h2, 
.single_news .news_content .h3, 
.single_news .news_content .h4, 
.single_news .news_content .h5 {
  font-weight: 400;
  margin: 0; 
  display: block;
}


.single_news .news_content .h1 {
    font-size: 34px;
    line-height: 43px;
}

.single_news .news_content .h2 {
    font-size: 28px;
    line-height: 37px;
}

.single_news .news_content .h3 {
  font-size: 22px;
  line-height: 34px;
}


.single_news .news_content .h4 {
  font-size: 19px;
  line-height: 29px;
}
.single_news .news_content .h5 {
  font-size: 16px;
  line-height: 16px;
}

.single_news .news_content .h1 a,
.single_news .news_content .h2 a,
.single_news .news_content .h3 a,
.single_news .news_content .h4 a,
.single_news .news_content .h5 a {
  color: #232323;
}

.single_news .news_content .h3 a{
  color: #232323;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single_news .news_content .h1 a:hover,
.single_news .news_content .h2 a:hover,
.single_news .news_content .h3 a:hover,
.single_news .news_content .h4 a:hover,
.single_news .news_content .h5 a:hover {
    color: #EDB638;
}
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .single_news .news_content .h3 {
      font-size: 18px;
      line-height: 24px; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .news_area .single_news {
    margin-bottom: 40px; }
    .news_area .single_news:last-child {
      margin-bottom: 0; } }

/*
 *****************************************
 >>> | 14. footer CSS|
 *****************************************
*/
footer .footer_top {
  color: #cacaca; }
  footer .footer_top .widget {
    font-size: 15px;
    line-height: 28px; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      footer .footer_top .widget {
        margin-bottom: 50px;
        min-height: 307px; } }
    footer .footer_top .widget .footer_logo {
      font-size: 25px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 900;
      margin-bottom: 25px; }
    footer .footer_top .widget h4 {
      margin: 0 0 25px;
      color: #fff; }
    footer .footer_top .widget ul {
      margin: 0;
      list-style: none; }
      footer .footer_top .widget ul li a {
        color: #cacaca;
        position: relative; }
        footer .footer_top .widget ul li a:before {
          position: absolute;
          width: 0;
          height: 1px;
          content: '';
          left: 0;
          bottom: 0; }
        footer .footer_top .widget ul li a:hover:before {
          width: 100%; }
    footer .footer_top .widget .footer_social {
      padding-top: 20px;
      margin-top: 20px;
      border-top: 1px solid #424242; }
      footer .footer_top .widget .footer_social span a {
        color: #fff;
        margin-right: 10px;
        font-size: 16px; }
    footer .footer_top .widget .news_letter {
      margin-top: 25px; }
      footer .footer_top .widget .news_letter input, footer .footer_top .widget .news_letter .contact_form .form-group textarea, .contact_form .form-group footer .footer_top .widget .news_letter textarea {
        width: 100%;
        height: 50px;
        background-color: transparent;
        text-indent: 20px;
        border: 1px solid #878787;
        margin-bottom: 15px; }
      footer .footer_top .widget .news_letter p {
        font-size: 13px;
        color: #878787;
        margin-top: 15px; }
footer .footer_btm {
  background-color: #333;
  color: #cacaca;
  padding: 20px 0; }
  footer .footer_btm span {
    line-height: 24px;
    padding: 8px 0; }
  footer .footer_btm .team_logo {
    max-height: 40px; }
    footer .footer_btm .team_logo img {
      max-height: 100%; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    footer .footer_btm .row > div {
      text-align: center !important; } }

/*
 *****************************************
 >>> | 15. breadcrumb_area CSS|
 *****************************************
*/
.breadcrumb_area {
  background-color: #f0f0f0;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.1) inset;
  border-bottom: 1px solid #e8e8e8;
  padding: 60px 0; }
  .breadcrumb_area h1 {
    font-size: 34px;
    margin: 0 0 15px; }
  .breadcrumb_area ul li {
    list-style: none;
    display: inline-block; }
    .breadcrumb_area ul li:before {
      content: '-';
      margin-right: 8px;
      margin-left: 4px; }
    .breadcrumb_area ul li:first-child:before {
      display: none; }
    .breadcrumb_area ul li a, .breadcrumb_area ul li span {
      text-transform: lowercase;
      font-size: 18px;
      position: relative; }
    .breadcrumb_area ul li a:before {
      content: '';
      width: 0;
      position: absolute;
      height: 1px;
      left: 0;
      bottom: 0; }
    .breadcrumb_area ul li a:hover:before {
      width: 100%; }

/*
 *****************************************
 >>> | 16. fact_area CSS|
 *****************************************
*/
.fact_area {
  background-size: cover;
  color: #fff; }
  .fact_area:before {
    opacity: .9; }
  .single_fact h1 {
    font-size: 38px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 55px; }
  .fact_area .fact {
    overflow: hidden; }
    .single_fact {
      color: #fff;
      text-align: center; }
      .single_fact h1 {
        font-size: 58px;
        margin: 0; }
      .single_fact span {
        font-size: 18px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single_fact {
          width: 33.3333%;
          margin-bottom: 30px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .single_fact {
          width: 100%;
          margin-bottom: 40px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single_fact {
          width: 50%; } }

/*
 *****************************************
 >>> | 17. team_member_area CSS|
 *****************************************
*/
.team_member_area .single_member {
  margin-bottom: 50px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .team_member_area .single_member {
      width: 100%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .team_member_area .single_member {
      width: 50%; } }
  .team_member_area .single_member .member_img {
    display: block; }
    .team_member_area .single_member .member_img img {
      width: 100%; }
  .team_member_area .single_member h3 {
    margin: 0;
    font-size: 22px;
    margin: 20px 0 10px; }
  .single_member div {
    font-size: 16px;
    display: block; }
.team_member_area .member_join {
  text-align: center; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .team_member_area .member_join {
      width: 100%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .team_member_area .member_join {
      width: 50%; } }
  .team_member_area .member_join > div {
    background-color: #fbfbfb;
    border: 1px solid #dedede;
    height: 310px;
    display: flex; }
  .team_member_area .member_join h3 {
    margin: 10px 0 20px;
    line-height: 34px; }
  .team_member_area .member_join .button-3 {
    padding: 0 45px; }

/*
 *****************************************
 >>> | 18. jobs_tile_area CSS|
 *****************************************
*/
.single_job_tile > div {
  padding: 80px 15px;
  background-color: #fbfbfb;
  border: 1px solid #dedede;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  display: block; }
  .single_job_tile > div:before {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: -1px;
    content: ''; }
  .single_job_tile > div span {
    font-size: 15px;
    display: block; }
  .single_job_tile > div h3 {
    margin: 10px 0 20px;
    line-height: 34px;
    font-size: 20px; }
  .single_job_tile > div span.date {
    font-size: 13px;
    margin-bottom: 20px; }
  .single_job_tile > div .button-3 {
    padding: 0 45px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_job_tile {
    margin-bottom: 50px; }
    .single_job_tile:nth-last-child(1), .single_job_tile:nth-last-child(2) {
      margin-bottom: 0; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single_job_tile {
    margin-bottom: 40px;
    width: 90%;
    margin-right: auto;
    margin-left: auto; }
    .single_job_tile:nth-last-child(1) {
      margin-bottom: 0; } }

.single_job_tile > div:before {
  background-color: #f9bf3b; }
.single_job_tile.border_yellow > div:before {
  background-color: #f9bf3b; }
.single_job_tile.border_green > div:before {
  background-color: #26c281; }
.single_job_tile.border_red > div:before {
  background-color: #ef4836; }
.single_job_tile.border_purple > div:before {
  background-color: #bf55ec; }
.single_job_tile > span:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); }

/*
 *****************************************
 >>> | 19. job_cta_area CSS|
 *****************************************
*/
.job_cta_area .job_cta h3 {
  margin: 0 0 22px; }
.job_cta_area .job_cta span {
  display: block;
  margin-bottom: 20px; }
.job_cta_area .job_cta a.button-2:hover {
  color: #222222; }

/*
 *****************************************
 >>> | 20. s_service_area CSS|
 *****************************************
*/
.s_service_area aside .widget {
  margin-bottom: 30px; }
.s_service_area aside .widget.widget_service ul {
  list-style: none;
  margin-bottom: 0;
  border: 1px solid #e4e4e4; }
  .s_service_area aside .widget.widget_service ul li {
    display: block;
    border-bottom: 1px solid #e4e4e4; }
    .s_service_area aside .widget.widget_service ul li a {
      display: block;
      line-height: 25px;
      font-size: 17px;
      padding-left: 23px;
      font-weight: 700;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1260px) {
        .s_service_area aside .widget.widget_service ul li a {
          font-size: 14px;
          padding-left: 15px;
          padding-top: 10px;
          padding-bottom: 10px; } }
      .s_service_area aside .widget.widget_service ul li a:before {
        content: '\f105';
        font-family: 'fontawesome';
        margin-right: 10px; }
    .s_service_area aside .widget.widget_service ul li:last-child {
      border-bottom: 0; }
.s_service_area aside .widget_tst {
  background-color: #f6f6f6;
  padding: 35px 20px;
  text-align: justify;
  font-size: 14px;
  font-style: italic;
  line-height: 24px; }
  .s_service_area aside .widget_tst h4 {
    font-style: normal;
    margin: 15px 0 0; }
    .s_service_area aside .widget_tst h4:before {
      content: '-';
      margin-right: 8px; }
.s_service_area .service_content h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 25px; }
.s_service_area .service_content > *:not(p):not(:first-child) {
  margin-top: 50px; }
.s_service_area .service_content > *:not(p):last-child {
  margin-bottom: 30px; }
.s_service_area .service_content .service_gallery .tile {
  height: 205px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center; }
.s_service_area .service_content .service_gallery .tile:nth-child(3n -1) {
  width: 50%;
  height: 160px;
  position: relative; }
  .s_service_area .service_content .service_gallery .tile:nth-child(3n -1):before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #ffffff;
    height: 100%;
    width: 10px;
    margin-left: -5px; }
.s_service_area .service_content .service_gallery .tile:nth-child(3n) {
  width: 50%;
  height: 160px;
  float: right; }
.s_service_area .panel-body {
  padding: 0; }
  .s_service_area .panel-body dt {
    line-height: 24px;
    padding: 13px 0;
    background-color: #f6f6f6;
    border: none;
    padding-left: 35px;
    margin-top: 4px;
    position: relative; }
    .s_service_area .panel-body dt:before {
      position: absolute;
      left: 15px;
      content: '\f105';
      font-family: 'fontawesome';
      transition: all .4s ease .4s; }
    .s_service_area .panel-body dt.active:before {
      transform: rotate(90deg); }
  .s_service_area .panel-body dd {
    background-color: #efefef;
    line-height: 23px;
    color: #555555; }

/*
 *****************************************
 >>> | 21. work_area CSS|
 *****************************************
*/
.work_area .single_work {
  margin-bottom: 50px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .work_area .single_work {
      width: 100%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .work_area .single_work {
      width: 50%; } }
  .work_area .single_work .h4 {
    margin: 20px 0 8px;
    font-size: 20px;
    font-weight: 500;
    display: block; }
  .work_area .single_work span {
    font-size: 15px;
    color: #6c6c6c;
    display: block; }
  .work_area .single_work a {
    display: block; }
  .work_area .single_work .work_img {
    overflow: hidden; }
    .work_area .single_work .work_img img {
      width: 100%; }
    .work_area .single_work .work_img:hover img {
      transform: scale(1.1); }

/*
 *****************************************
 >>> | 22. single_work_area CSS|
 *****************************************
*/
.single_work_area .work_img_wrap {
  overflow: hidden; }
  .single_work_area .work_img_wrap .work_img {
    height: 445px;
    width: 800px;
    background-size: cover;
    background-position: center;
    float: left; }
    @media only screen and (min-width: 992px) and (max-width: 1260px) {
      .single_work_area .work_img_wrap .work_img {
        width: 640px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single_work_area .work_img_wrap .work_img {
        width: 100%;
        border: 5px solid #fff;
        height: 300px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .single_work_area .work_img_wrap .work_img {
        width: 100%; } }
  .single_work_area .work_img_wrap .work_img.two,
  .single_work_area .work_img_wrap .work_img.three {
    width: 355px;
    height: 215px;
    margin-left: 15px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1260px) {
      .single_work_area .work_img_wrap .work_img.two,
      .single_work_area .work_img_wrap .work_img.three {
        width: 285px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single_work_area .work_img_wrap .work_img.two,
      .single_work_area .work_img_wrap .work_img.three {
        width: 50%;
        margin-left: 0;
        border: 5px solid #fff;
        height: 200px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .single_work_area .work_img_wrap .work_img.two,
      .single_work_area .work_img_wrap .work_img.three {
        width: 100%;
        border-top: 10px solid #fff;
        margin: 0; } }
.single_work_area .work_content {
  margin-top: 25px;
  font-size: 18px;
  line-height: 32px;
  color: #555555; }
  .single_work_area .work_content strong {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500; }
  .single_work_area .work_content p {
    margin-bottom: 20px; }
  .single_work_area .work_content a.button-2 {
    margin-top: 10px; }

/*
 *****************************************
 >>> | 23. blog_area CSS|
 *****************************************
*/
.blog_area.single-blog article .article_inner {
  padding: 15px;
  border: 1px solid #e7eaf7; }
  .blog_area.single-blog article .article_inner p {
    margin-bottom: 20px; }
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .blog_area .post_col.pull-right {
    float: none !important; } }
.blog_area .post_col article {
  margin-bottom: 50px; }
  .blog_area .post_col article .post_img {
    margin-bottom: 25px; }
  .blog_area .post_col article .entry_header a {
    font-size: 16px;
    font-weight: 400; }
  .blog_area .post_col article .entry_header > div {
    display: inline-block;
    position: relative;
    margin-right: 24px; }
    .blog_area .post_col article .entry_header > div:last-child:after {
      display: none; }
    .blog_area .post_col article .entry_header > div:after {
      content: '';
      position: absolute;
      right: -15px;
      height: 12px;
      width: 2px;
      background-color: #222222;
      top: 50%;
      margin-top: -6px; }
    .blog_area .post_col article .entry_header > div a {
      color: #222222; }
  .blog_area .post_col article .post_content {
    line-height: 28px; }
    .blog_area .post_col article .post_content .h3 {
      line-height: 30px;
      margin: 10px 00px  0px; }
    .blog_area .post_col article .post_content a.h3:hover {
      color: #666666; }
.widget_col .widget {
  border: 1px solid #e7eaf7;
  position: relative;
  margin-bottom: 30px;
  padding: 25px 30px; }
  .widget_col .widget.widget_search {
    padding: 0; }
    .widget_col .widget.widget_search label {
      margin: 0;
      width: 100%; }
    .widget_col .widget.widget_search input[type="submit"], .widget_col .widget.widget_search .contact_form .form-group textarea[type="submit"], .contact_form .form-group .widget_col .widget.widget_search textarea[type="submit"] {
      background: transparent none repeat scroll 0 0;
      border: medium none;
      color: #8da0b8;
      font-size: 15px;
      line-height: 75px;
      position: absolute;
      right: 15px;
      width: 25px; }
    .widget_col .widget.widget_search input[type="search"], .widget_col .widget.widget_search .contact_form .form-group textarea[type="search"], .contact_form .form-group .widget_col .widget.widget_search textarea[type="search"] {
      border: medium none;
      color: #666;
      font-size: 16px;
      font-weight: 400;
      height: 75px;
      text-indent: 25px;
      width: 100%; }
  .widget_col .widget h2 {
    font-size: 18px;
    border-bottom: 1px solid #e7eaf7;
    margin: 0 -30px;
    padding-bottom: 25px;
    padding-left: 30px;
    margin-bottom: 20px; }
  .widget_col .widget ul {
    margin: 0;
    list-style: none; }
    .widget_col .widget ul li:not(:last-child) {
      margin-bottom: 15px; }
    .widget_col .widget ul li a:before {
      content: '\f101';
      font-family: 'fontawesome';
      margin-right: 7px; }
    .widget_col .widget ul li a {
      font-size: 16px;
      font-weight: 500;
      line-height: 24px; }
      .widget_col .widget ul li a.entry_date {
        font-size: 13px;
        color: #8d9bae;
        font-weight: 400; }
        .widget_col .widget ul li a.entry_date:before {
          display: none; }
        .widget_col .widget ul li a.entry_date:hover {
          text-decoration: underline !important; }
  .widget_col .widget.widget_category ul {
    overflow: hidden; }
    .widget_col .widget.widget_category ul li {
      width: 50%;
      float: left; }
      .widget_col .widget.widget_category ul li:nth-last-child(1), .widget_col .widget.widget_category ul li:nth-last-child(2) {
        margin-bottom: 0; }
.blog_area .comment-box .comment_title {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 30px; }
.blog_area .comment-box .media {
  padding-right: 70px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8edf1; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .blog_area .comment-box .media {
      padding-right: 0; } }
  .blog_area .comment-box .media .media-left {
    padding-right: 15px; }
    .blog_area .comment-box .media .media-left a {
      height: 75px;
      width: 75px; }
  .blog_area .comment-box .media .media-body .media-heading {
    font-weight: 700;
    font-size: 17px;
    margin: 0; }
    .blog_area .comment-box .media .media-body .media-heading + span {
      color: #999999;
      font-size: 13px;
      margin-bottom: 5px; }
  .blog_area .comment-box .media .media-body p {
    margin-bottom: 5px; }
  .blog_area .comment-box .media .media-body a.reply {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #222222; }
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .blog_area .comment_form {
    margin-bottom: 40px; } }
.blog_area .comment_form .h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 50px 0 35px; }
.blog_area .comment_form form {
  overflow: hidden; }
  .blog_area .comment_form form input:not([type="submit"]), .blog_area .comment_form form .contact_form .form-group textarea:not([type="submit"]), .contact_form .form-group .blog_area .comment_form form textarea:not([type="submit"]) {
    width: 48.5%;
    float: left;
    height: 55px;
    text-indent: 15px;
    margin-bottom: 20px;
    border: 1px solid #dfe9f1; }
    .blog_area .comment_form form input:not([type="submit"]):first-child, .blog_area .comment_form form .contact_form .form-group textarea:not([type="submit"]):first-child, .contact_form .form-group .blog_area .comment_form form textarea:not([type="submit"]):first-child {
      margin-right: 3%; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .blog_area .comment_form form input:not([type="submit"]), .blog_area .comment_form form .contact_form .form-group textarea:not([type="submit"]), .contact_form .form-group .blog_area .comment_form form textarea:not([type="submit"]) {
        width: 100%;
        margin-right: 0; } }
  .blog_area .comment_form form textarea {
    width: 100%;
    height: 190px;
    resize: none;
    text-indent: 15px;
    padding-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #dfe9f1; }
  .blog_area .comment_form form input[type="submit"], .blog_area .comment_form form .contact_form .form-group textarea[type="submit"], .contact_form .form-group .blog_area .comment_form form textarea[type="submit"] {
    height: 60px;
    padding: 0 35px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid transparent; }
    .blog_area .comment_form form input[type="submit"]:hover, .blog_area .comment_form form .contact_form .form-group textarea[type="submit"]:hover, .contact_form .form-group .blog_area .comment_form form textarea[type="submit"]:hover {
      background-color: #ffffff; }

/*
 *****************************************
 >>> | 24. 404 CSS|
 *****************************************
*/
.error_area .error_col h1 {
  font-size: 230px;
  margin: 0;
  line-height: 185px; }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .error_area .error_col .error_img {
    padding: 0 50px; } }
.error_area .error_col h4 {
  font-size: 20px;
  color: #cacaca;
  letter-spacing: 2;
  text-transform: uppercase;
  letter-spacing: 18px;
  margin: 30px 0  45px;
  font-weight: 700; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .error_area .error_col h4 {
      letter-spacing: 10px; } }
.error_area .error_col h3 {
  margin: 0 0 25px;
  line-height: 32px;
  font-weight: 400;
  font-size: 20px; }
.error_area .error_col .button-2 {
  margin-top: 15px; }
  .error_area .error_col .button-2 i {
    margin-right: 5px; }
.error_area .widget_search {
  padding: 0;
  position: relative;
  width: 400px;
  line-height: 70px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .error_area .widget_search {
      width: 280px;
      height: 60px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .error_area .widget_search {
      width: 400px;
      height: 60px; } }
  .error_area .widget_search label {
    margin: 0;
    width: 100%; }
  .error_area .widget_search input[type="submit"], .error_area .widget_search .contact_form .form-group textarea[type="submit"], .contact_form .form-group .error_area .widget_search textarea[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #8da0b8;
    font-size: 15px;
    line-height: 70px;
    position: absolute;
    right: 15px;
    width: 25px;
    top: 0; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .error_area .widget_search input[type="submit"], .error_area .widget_search .contact_form .form-group textarea[type="submit"], .contact_form .form-group .error_area .widget_search textarea[type="submit"] {
        line-height: 60px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .error_area .widget_search input[type="submit"], .error_area .widget_search .contact_form .form-group textarea[type="submit"], .contact_form .form-group .error_area .widget_search textarea[type="submit"] {
        line-height: 60px; } }
  .error_area .widget_search input[type="search"], .error_area .widget_search .contact_form .form-group textarea[type="search"], .contact_form .form-group .error_area .widget_search textarea[type="search"] {
        width: 100%;
    border: 1px solid #e5e5e5;
    height: 50px;
    text-indent: 20px; 
        font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .error_area .widget_search input[type="search"], .error_area .widget_search .contact_form .form-group textarea[type="search"], .contact_form .form-group .error_area .widget_search textarea[type="search"] {
        height: 60px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .error_area .widget_search input[type="search"], .error_area .widget_search .contact_form .form-group textarea[type="search"], .contact_form .form-group .error_area .widget_search textarea[type="search"] {
        height: 60px; } }
.error_area .widget_search input[type="search"]:focus{
  border-color: #f9bf3b !important;
}
.error_area .widget_search input[type="submit"]{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.error_area .widget_search input[type="submit"]:hover{
  color: #f9bf3b !important;
}
/*# sourceMappingURL=style.css.map */

.post_content a.post__title{
    margin-top: 0px !important;
}
.post_content a.post__title h3{
  margin: 0px;

}
.entry_header{
  margin: 0px 0px 15px;
}
.entry_header a{
  font-size: 14px !important;
  color: #1d1c1c !important;  
}
.featured-post i {
    transform: rotate(35deg);
    margin-right: 5px;
    font-size: 14px;
    color: #F9BF3B
}
img {
    max-width: 100%;
    height: initial;
}

body.single .singlePost .post_content {
    margin-top: 25px;
}

ul {
    margin-left: 10px;
}

.singleBlog .article_inner {
    padding: 15px;
    border: 1px solid #e7eaf7;
}

.widget .tagcloud a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget .tagcloud a:hover{
  background: #F9BF3B;
  color: #fff
}

.comment-list {
    margin: 30px 0px 0px;
    padding: 0px;
}


.comment-list li.pingback {
    margin-left: 15px;
}

.comment-list li.pingback:last-child{
    margin-bottom: 30px;
}
.comment-list .media-left a{
    width: 70px;

}
.comment-list .media-body .time{
    color: #999999;
    font-size: 13px;
    margin-bottom: 5px;
}
.comment-list article{
    border-bottom: 1px solid #e8edf1;
    margin-bottom: 30px !important;
    padding-bottom: 25px;
}
.comment-list article .media-left{
    padding-right: 15px;
}

.comment-list .comment-edit-link,
.comment-list .comment-reply-link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.comment-list .comment-edit-link:hover,
.comment-list .comment-reply-link:hover{
    color: #F9BF3B
}
#reply-title {
    margin-top: 80px;
    font-size: 24px;
    margin-bottom: 10px;
}
.logged-in-as{
  margin-bottom: 30px;
}
.comment_form {
    margin-top: 0px;
}
.comment_form input[type="text"],
.comment_form input[type="email"],
.comment_form textarea {
    height: 55px;
    text-indent: 15px;
    margin-bottom: 20px;
    border: 1px solid #dfe9f1;
    width: 100%;
}

.comment_form .logged-in-as a{
    color: #F9BF3B;
}
.comment_form textarea {
    height: 200px;
    padding-top: 15px;
}
.comment_form input[type="text"]:focus,
.comment_form input[type="email"]:focus,
.comment_form textarea:focus {
    outline: none;
    border-color: #F9BF3B;
}

.comment_form input[type="submit"] {
    height: 60px;
    padding: 0 35px;
    color: #ffffff;
    background-color: #F9BF3B;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comment_form input[type="submit"]:hover{
    border-color: #F9BF3B;
    color: #F9BF3B;
    background-color: transparent;

}

article.singlePost .post_content{
        word-break: break-word;
}


.widget ul,
.widget ol {
  margin: 0px;
  padding: 0px;
}


.widget ul.children{
  margin-top: 15px !important;
}

.widget .nice-select{
  float: initial !important;
}

#wp-calendar tfoot td#prev,
#wp-calendar tfoot td#next{
  border: 1px solid #eaeaea;
  padding-top: 5px;
  padding-left: 10px;
}
#wp-calendar tfoot td#prev a,
#wp-calendar tfoot td#next a {
  color: #000;
  font-weight: bold;

}


.shape-search-form form {
    position: relative;
}
.shape-search-form form input[type="search"]{
    border: medium none;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    width: 80%;
}
.shape-search-form form button {
    position: absolute;
    right: 0px;
    border: none;
    background: none;
    font-size: 17px;
    padding-top: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shape-search-form form button:hover{
    color: #F9BF3B;
}

.shape-search-form form button:focus{
    outline: none;
    color: #F9BF3B;
}
.breadcrumbs span,
.breadcrumbs a{
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
  margin: 0px 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



.breadcrumbs span:hover a span{
  color: #F9BF3B
}

.widget .post-date{
    font-size: 13px;
    color: #8d9bae;
    font-weight: 400;
    display: block;
}

.post_loop_col{
  list-style: none;
}
.post_loop_col.two_col {
  float: left;
  margin: 0 30px 30px 0;
  width: calc(50% - 20px);
}

.post_loop_col.two_col:nth-child(2n) {
    margin-right: 0;
 }

 .prev-next-posts .inner-col a{
    color: #F9BF3B;
 }
 .prev-next-posts .text-left .inner-col i{
    margin-right: 6px;
 }
 .prev-next-posts .text-right .inner-col i{
    margin-left: 6px;
 }
 .prev-next-posts .inner-col i{
   color: #F9BF3B;
   font-size: 16px;
 }

.widget .tagcloud a {
    border: 1px solid #eaeaea;
    padding: 5px 10px;
    margin: 0px 1px 8px 0px;
    color: #505050;
}

.footer-widgets .widget .tagcloud a{
  color: #eaeaea
}
.footer-widgets .widget .nice-select span,
.footer-widgets .widget .nice-select .option{
  color: #232323
}
.footer-widgets .widget #wp-calendar a,
.footer-widgets .widget #wp-calendar tfoot #prev a,
.footer-widgets .widget #wp-calendar tfoot #next a{
  color: #fff;
  font-weight: bold;
}


.menu-container.no-search-icon {
    margin-right: 0px !important;
}
.menu-container ul.menu .sub-menu{
    margin: 0px;
    padding: 0px;
}
.menu-container ul.menu > li:last-child{
    padding-right: 10px !important;
}

.page_single{
  padding: 80px 15px; 
}

.page-comments{
  margin-top: 50px;
}

.single_service{
  margin-bottom: 50px;
}

.single_service  .service_img{
  margin-bottom: 20px;
}

.single_step.has_icon {
  padding-left: 37px;
}
.single_step .icon {
    position: absolute;
    left: 12px;
    color: #19b5fe;
    border: 2px solid #19b5fe;
    padding: 0px 5px;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    font-size: 13px;
}

.no-list-style{
  list-style: none;  
}
.no-list-style span{
  display: inline;
}
.video_dsc h1,
.video_dsc h2,
.video_dsc h3,
.video_dsc h4,
.video_dsc h5{
    font-weight: 400;
    margin-bottom: 25px;
}
.video_dsc p{
  font-size: 16px;
  line-height: 28px;
}

.video_dsc ul{
  margin-top: 25px !important;
}

.video_dsc ul li {
    font-size: 16px;
    color: #222222;
    margin-bottom: 8px !important;
}

.video_dsc  ul li i{
  margin-right: 5px;
  color: #f9bf3b
}




/*----------  Visual Composer Accordion Customize Style  ----------*/

.vc_tta.vc_general .vc_tta-panel-title {
  font-weight: 400 !important;
}
.vc_tta-panel{
  margin-bottom: 10px;
}
.vc_tta.vc_general .vc_tta-panel-title>a {
    padding-left: 20px !important;
    color: #9f9f9f !important;
    font-size: 16px;
    line-height: 28px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  right: 20px !important;
  left: initial !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #f0f0f0;
    background-color: transparent !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 28px !important;
    color: #777777 !important;

}

/*----------  Visual Composer Accordion Tab Customize Style  ----------*/

.vc_tta-tabs .vc_tta-tab{
  border-radius: 0px !important;
}
.vc_tta-tabs .vc_tta-tab.vc_active a {
  background-color: #19B5FE !important;
  color: #fff !important;
  font-size: 15px;
}



.vc_tta-tabs .vc_tta-tab a{
  border: 1px solid #f0f0f0 !important;
  border-radius: 0px !important;
  background-color: transparent !important;
}

.vc_tta-tabs .vc_tta-panel-body{
  background-color: #fff !important;
  border: 1px solid #f0f0f0 !important;
}/**/





.contact_form input{
  font-size: 15px;
  font-weight: 400;
}


.contact_form span{
  width: 100%;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
    border: 2px solid #f7e700;
    padding: 15px;
    background: #fff;
}

.simple-btn .button-2{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.simple-btn .button-2:hover{
    color: #232323 !important;
}

.form_text h1{
  color: #fff;
}

.box_shadow .contact_form{
  box-shadow: 0 0 50px 2px #e8e8e8;
}

.single_service:first-child{
  padding-left: 0px;
}



.single_creative_block{}
.single_creative_block h3{
    font-weight: 300;
    margin: 0 0 20px;
}
.single_creative_block p{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.single_creative_block .left-icon .icon{
    width: 25px;
    height: 25px;
    border: 2px solid;
    left: -40px;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    font-size: 9px;
    color: #19b5fe;
    border-color: #19b5fe;
}
.single_creative_block .left-icon{
  width: 12%;
  float: left;
}
.single_creative_block .right-text{
  width: 88%;
  float: left;
}



/**
 *
 * Widget Nav Menu
 *
 */
.widget.widget_nav_menu ul{
    list-style: none;
    margin-bottom: 0;
    border: 1px solid #e4e4e4;
}
.widget.widget_nav_menu ul li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #e4e4e4;
}
.widget.widget_nav_menu ul li a{
    display: block;
    line-height: 25px;
    font-size: 17px;
    padding-left: 23px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #222222;
}

.widget.widget_nav_menu ul li.current-menu-item a{
    background-color: #F9BF3B
}


/**
 *
 * Shortcode Services Column Styling
 *
 */

.services-shortcode-listing li h4 a{
    color: #232323;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-shortcode-listing li h4 a:hover{
    color: #F9BF3B;
}

.services-shortcode-listing,
.shortcode_blog_grid,
.portfolio-shortcode-listing{
    margin: 0px;
    padding: 0px;
}

.list-col-md-3,
.list-col-md-4,
.list-col-md-6,
.list-col-md-12 {
    margin-bottom: 50px !important;
}


.list-col-md-3 {
    float: left;
    margin: 0 38px 0px 0;
    width: calc(25% - 30px);
    list-style: none;
}

.list-col-md-3:nth-child(4n) {
    margin-right: 0px;
}


.list-col-md-4 {
    float: left;
    margin: 0 30px 0px 0;
    width: calc(33.333% - 20px);
    list-style: none;
}

.list-col-md-4:nth-child(3n) {
    margin-right: 0px;
}


.list-col-md-6 {
    float: left;
    margin: 0 38px 0px 0;
    width: calc(50% - 30px);
    list-style: none;
}

.list-col-md-6:nth-child(2n) {
    margin-right: 0px;
}



.list-col-md-12{
  width: 100%;
  padding: 0px;
}

.error_area{
  margin-bottom: 200px;
}


.menu-container  ul li.current-menu-parent{
    background-color: #f4f4f4;
}
.menu-container  ul li.current-menu-parent:after{
  width: 100%;
  display: block;
}


.menu-container  ul li  ul.sub-menu  li.current-menu-item{
  background-color: #f3f2f2
}



.simple_heading.h1{
  line-height: 48px;
}
.simple_heading.h2{
  line-height: 41px;
}
.simple_heading.h3{
  line-height: 35px;
}
.simple_heading.h4{
  line-height: 27px;
}
.simple_heading.h4{
  line-height: 23px;
}

.shape-mm_item{
    position: static !important;
}

.shape-mm_item:after {
    display: none;
}

.shape-mega-menu{
    position: absolute !important;
    background-color: #fff  !important;
    width: 870px !important;
    left: auto !important;
    right: 0;
    border-top: 1px solid;
    border-bottom: 6px solid;
    border-top-width: 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    top: 100%;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    border-color: #f9bf3b !important;
    text-align: initial;
}
.shape-mm_item:hover .shape-mega-menu{
    opacity: 1;
    visibility: visible;
}

.sub-menu.mega-menu.custom_mega_menu{
    text-align: initial !important;
}



.shape-mega-menu ul{
    visibility: visible !important;
    opacity: 1 !important;
    left: 0px !important;
    box-shadow: none !important;
    border: none !important;
    position: initial !important;
    width: 100% !important;

}

.shape-mega-menu ul li{
    margin-bottom: 10px !important;
    padding-left: 0px !important;
}
.shape-mega-menu ul li,
.shape-mega-menu ul li a{
    border-bottom: 0px !important;
}
.shape-mega-menu ul li a {
    border-bottom: 0px !important;
    padding: 0px 4px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shape-mega-menu ul li:after{
    display: none !important;
}
.shape-mega-menu ul li:hover,
.shape-mega-menu ul li:hover a {
    background-color: transparent !important;
}

.shape-mega-menu ul li a:before{
    display: none !important;
}

.shape-mega-menu ul li a:hover {
    color: #F9BF3B;
}


footer .widget form{
    margin: 15px 0px;
}
footer .widget form input[type="email"] {
    width: 100%;
    height: 50px;
    background-color: transparent;
    text-indent: 20px;
    border: 1px solid #878787;
    margin-bottom: 15px;
}



.footerInfo{

}

.footerTxt{
    margin-top: 15px;
}

.footer_social_profile_txt{
    margin: 30px 0px 25px !important;
    border-top: 1px solid #424242;
    padding-top: 15px;
}

.footerLinkIcon li{
    float: left;
    margin-right: 15px;
}

.simple_heading{
  margin-top: 0px !important;
}

.no-post-search-form{ 
  width: 300px;
  margin-top: 25px;

}
.no-post-search-form input[type=search]{
    width: 100%  !important;
    border: 1px solid #e5e5e5 !important;
    height: 50px  !important;
    text-indent: 20px  !important;
    font-weight: 400  !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}






/*=============================================
=            WooCommerce Pages Styling        =
=============================================*/



.widget .shop-widget ul li.cat-item {
    float: none;
    width: 100%;
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
}

.widget .shop-widget ul li.cat-item:before {
    position: absolute;
    left: 0px;
    top: 16px;
    content: '\f105';
    font-family: 'fontAwesome';
    font-size: 17px;
}
.widget .shop-widget ul li a {
  padding-top: 7px;
}
.widget .shop-widget ul li.cat-item ul.children li {
  margin-bottom: 5px;
}
.widget .shop-widget ul li.cat-item ul.children li a{
  padding-top: 2px;
}
.widget .shop-widget ul li.cat-item ul.children li:before {
    top: 11px;
}
.twoboxes{
  position: relative;

}

.twoboxes:before {
    content: "" !important;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    background: #233141;
    display: inline-block !important;
}

.twoboxes:after {
    content: "" !important;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    background: #F9BF3B;
    display: inline-block !important;
}
.twoboxes * {
  z-index: 1;
}



.shop-widget .woocommerce-product-search  input[type='search'] {
  border: 0px;
}


.shop-widget .woocommerce-product-search   button{
  border: none;
  background-color: none;
}


.widget .shop-widget ul li a {  
  font-family: 'proxima_nova_rgregular';
}

.widget .shop-widget ul li.wc-layered-nav-term  a {
  display: initial;
  border-top: 0px;
}
.widget .shop-widget ul li.wc-layered-nav-term span.count {
    font-size: 13px;
    margin-left: 6px;
}
.widget .shop-widget ul.product_list_widget li a{

}
.widget .shop-widget ul.product_list_widget li a img{
  width: 55px;
}

.widget .shop-widget ul.product_list_widget li a  span.product-title{
  font-size: 14px;
  color: #04080f;
  font-family: 'proxima_nova_rgregular';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget .shop-widget ul.product_list_widget li a  span.product-title:hover{
  color: #F9BF3B
}
.widget .shop-widget ul.product_list_widget li  span.woocommerce-Price-amount{
  font-size: 14px;
  margin-top: 5px;
  font-family: 'proxima_nova_rgregular';
  font-family: 'proxima_novasemibold';
}
.woocommerce .star-rating span:before {
  display: none;
}
.widget .shop-widget ul.product_list_widget li del {
  margin-right: 5px;
}
.widget .shop-widget ul.product_list_widget li del span.woocommerce-Price-amount {
  text-decoration: line-through;
}

.widget .shop-widget ul.cart_list li.mini_cart_item {
  position: relative;
  padding-bottom: 15px;
}
.widget .shop-widget ul.cart_list li.mini_cart_item a:first-child {
    position: absolute;
    bottom: 0px;
    padding: 1px 0px 0px 0px;
    font-size: 14px;
}

.widget .shop-widget .widget_shopping_cart_content .total{
  margin-top: 20px;
}


.widget .shop-widget .widget_shopping_cart_content .total strong {
  font-family: 'proxima_novalight';
}
.widget .shop-widget .widget_shopping_cart_content .total span{
  font-family: 'proxima_novasemibold';
  font-size: 15px;
}
.widget .shop-widget .widget_shopping_cart_content .buttons a {
    background-color: #F9BF3B;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 18px 21px;
}
.widget .shop-widget .widget_shopping_cart_content .buttons a:hover {
  background-color: #3FA5FF
}
.widget .shop-widget ul.cart_list li.mini_cart_item span.quantity {
  font-size: 14px;
  color: #04080f
}
.widget .shop-widget ul.cart_list li.mini_cart_item span.quantity .woocommerce-Price-amount {
  color: #F9BF3B
}

.widget .shop-widget .price_slider_amount button {
  background-color: #F9BF3B;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
    font-size: 15px;
    padding: 18px 21px;

}


.widget .shop-widget .price_slider_amount button:hover {
  background-color: #3FA5FF;
}

.price_slider{ 
    margin-bottom: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.price_slider_amount .button {
    font-size:1.15em;
}

.price_slider_amount .button {
    float: left;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
    background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #F9BF3B;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: #c9dae8;
}

.ui-slider-horizontal {
    height:.5em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}


/*=====  Spark Shop Page  ======*/
.shape-shop {
  
}

.shape-shop ul.products {}
.shape-shop ul.products li.product{
/*  width: 31% !important;
  margin: 0 3.5% 2.5em 0;
  min-height: 500px;*/
}

.shape-shop  ul.products li.product, 
.shape-shop  ul.products li.product {
    float: left;
    margin-right: 3.3%;
    padding: 0;
    position: relative;
    width: 31%;
    border: 2px solid #e1ebf3;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.shape-shop ul.products li.product:nth-child(3n) {
  margin-right: 0%;
}

.shape-shop  ul.products li a.add_to_cart_button {
  background-color: #F9BF3B;
  color: #fff;
  text-align: center;
  padding: 18px 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shape-shop  ul.products li a.add_to_cart_button:hover{
  background-color: #232323
}

.shape-shop  ul.products li.product h3 {
  font-size: 20px;
  color: #F9BF3B;
  font-family: 'proxima_nova_rgbold';
}
.shape-shop .widget_col input[type='search']{
    width: 100%;
    border: none;
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 16px;
    height: 35px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 50px;
}
.woocommerce a.remove:hover{
  color: red !important;
  background: transparent;
}
.shape-shop .widget_col input[type='submit']{
        font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
    color: #fff !important;
    background-color: #F9BF3B;
    min-height: 49px;
}
.shape-shop .widget_col input[type='submit']:hover{
  color: #fff;
  background: #232323;
}

.shape-shop  ul.products li.product .star-rating{
  display: none;
}
.shape-shop  ul.products li.product .price span{
  color: #233141;
  font-size: 14px;
}


.shape-shop  ul.products li.product .price ins{
  font-weight: 400;
}

.shape-shop  ul.products li.product .price del {
  display: inline-block;
  color: #536881
}

.shape-shop  ul.products li.product .price del span{
  text-decoration: line-through;
}

.shape-shop h1.page-title{
  display: none;
}
.woocommerce span.onsale {
    min-height: 20px;
    /* min-width: 3.236em; */
    padding: 0px 13px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    margin: 0;
    border-radius: 4px;
    background-color: #F9BF3B;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
}
.shape-shop .nice-select .list{
  left: -11px;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    font-size: 16px;
    padding-top: 15px;
    font-family: "proxima_nova_rgbold";
}

.shape-shop .related.products ul.products li.product, 
.shape-shop .related.products ul.products li.product {
    margin-right: 3.9%;
    width: 22%;
    padding: 25px;
}

.shape-shop .related.products ul.products li.product:nth-child(4n) {
  margin-right:0;
}

.shape-shop > .product .woocommerce-tabs{
  border: 1px solid #e1ebf3;
  margin-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 15px 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
  padding: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #233141;
  color: #ffffff;
  font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0px;
  background-color: #fff;
  border-top: 0px;
  border-color: #e1ebf3
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel{
  padding: 15px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2{
  font-size: 23px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper {
  margin-top: 20px;
}


.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper form {
  padding-top: 15px;
  font-size: 13px;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper form .comment-form-rating {
    font-size: 15px;
    margin-top: 20px !important;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper form .comment-form-comment label{
  display: block;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper form .comment-form-comment  textarea{
  margin-top: 10px !important;
}

.woocommerce #respond input#submit {
  background-color: #F9BF3B;
  color: #fff;

}
.woocommerce #respond input#submit:hover{
  background: #3FA5FF;
  color: #fff;
}
.shape-shop .related.products h2{
  font-size: 23px;
}
.shape-shop .related.products ul.products li.product h3{
  font-size: 18px;
}
.shape-shop .related.products ul.products li a.add_to_cart_button {
    padding: 17px 13px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after
{
  display: none;
}
.woocommerce div.product .product_title {
    color: #F9BF3B;
    font-size: 24px;
    font-family: 'proxima_nova_rgbold'
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    color: #233141;
}

.shape-shop .price del {
    color: #233141;
    font-size: 16px;
    margin-right: 15px;
}
.shape-shop .price del span{
    text-decoration: line-through;
}

.shape-shop div[itemprop='description'] {
    font-size: 16px;
    line-height: 24px;
    color: #7b8897;
    margin-top: 20px;
}
.woocommerce div.product form.cart .button {
  background: #F9BF3B;
  color: #fff;
  padding: 15px 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce .quantity .qty {
width: 3.81em;
    text-align: center;
    padding: 11px 9px;
}
.woocommerce .product_meta  .posted_in  a{
  color: #F9BF3B
}
.woocommerce div.product form.cart .button:hover{
  background: #232323;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #F9BF3B;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 7px 10px;
}

/*=====   End of WooCommerce Pages Styling   ======*/




/*=============================================
=            WooCommerce Cart Page            =
=============================================*/

.woocommerce table.shop_table{
  border: none;
}
.woocommerce .shop_table thead tr{
  background-color: #F9BF3B;
  color: #fff;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 16px 12px;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    border: 1px solid #eff2f4;
    border-top: 0px;
    padding: 17px 20px;
    width: 200px;
}
.woocommerce .cart .button, .woocommerce .cart input.button,
.woocommerce .cart .button, .woocommerce .cart input.button {
  background-color: #F9BF3B;
  color: #fff;
  padding: 22px;

}
.woocommerce .coupon input[type='submit']{
  background-color: #233141;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce tr td.actions input[type='submit']{
  color: #fff;
  margin-top: 0px !important;
  font-size: 15px;
  padding: 18px 30px
}

.woocommerce .coupon input[type='submit']:hover{
  background-color: #365272;
}

.woocommerce table.shop_table tr:last-child td,
.woocommerce table.shop_table tr td.actions{
  padding: 0px;
}
.woocommerce table.shop_table tr td{
  border-top: 1px solid #eff2f4;
  border-right: 1px solid #eff2f4;
  border-left: 1px solid #eff2f4
}
.woocommerce table.shop_table tr:last-child td {
  border-left: 0px;
  padding: 0px;
  border-right: 0px;
}
.woocommerce table.shop_table tr td a,
.woocommerce table.shop_table tr td  {
  color: #242424;
  font-family: 'proxima_novasemibold';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
    padding: 10px 12px;
}

.woocommerce table.shop_table tr td a.remove {
    padding: 2px 5px !important;
    font-size: 18px;
}
.woocommerce table.shop_table tr td a:hover{
  color: #F9BF3B;
}
.woocommerce .shop_table {}

.woocommerce .cart_totals {
  background-color: #F6FBFF;
  padding: 30px;
}
.woocommerce .cart_totals h2{
    font-family: "proxima_nova_rgbold";
    font-size: 20px;
    margin-bottom: 45px;
}

.woocommerce .cart_totals .shop_table th{
  color: #242424
}

.cart-collaterals{
  margin-top: 40px;
}
.woocommerce .cart_totals .shop_table tr:last-child td {
    padding-top: 12px;
}
.woocommerce .cart_totals .shop_table td{
  text-align: right;
  vertical-align: middle;
  padding-top: 20px
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0px !important;
    font-size: 15px !important;
    padding: 18px !important;
    font-family: inherit;
}
.wc-proceed-to-checkout  {
  background-color: #F9BF3B !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
    border-radius: 3px !important;
  padding: 0px !important;
}

.wc-proceed-to-checkout  a:hover{
  background-color: #3FA5FF !important;
}
.woocommerce-message:before,.woocommerce-info:before {
    color: #F9BF3B;
}
.woocommerce-message{
  border-top-color: #F9BF3B;
}
.woocommerce-message a{
  color: #fff !important;
  padding: 16px 18px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce-message a:hover{
  background-color: #3FA5FF;
}
.woocommerce-info {
    background-color: #233141;
    color: #fff;
    padding: 24px 57px !important;
}
.woocommerce-info a{
  color: #F9BF3B
}
.woocommerce-info:before {
    top: 24px;
}
.woocommerce-info {
    border-top-color: #F9BF3B;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background-color: #F9BF3B
}
.wc-proceed-to-checkout a:hover, .cross-sells ul li.product  .add_to_cart_button:hover {
    background-color: #232323 !important;
}
.cross-sells ul li.product  a h3 {
  color: #F9BF3B
}
.button.wc-backward {
  background-color: #F9BF3B !important;
  padding: 14px 20px  !important;
  color: #fff !important;
}
.button.wc-backward:hover {
  background-color: #3FA5FF !important;
}
/*=====  End of WooCommerce Cart Page  ======*/

.woocommerce form.woocommerce-checkout {
  margin-top: 50px;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3{
      color: #053652;
    font-family: "proxima_nova_rgbold";
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 23px;
    position: relative;
}
.woocommerce-billing-fields h3::before,
.woocommerce-shipping-fields h3::before {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px;
    background-color: #F9BF3B
}

.woocommerce form.woocommerce-checkout  label,
.woocommerce-shipping-fields label{
  display: block;
    font-family: "proxima_novasemibold";
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
}

.woocommerce-Message a{
  padding: 18px 24px !important
}
.woocommerce form.woocommerce-checkout input {
    border: 1px solid #e5e5e5;
    line-height: 50px !important;
    padding-left: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    padding: 2px !important;
    font-size: 15px !important;
}
.woocommerce form .form-row .select2-container {
  line-height: 50px;
}
.woocommerce form.woocommerce-checkout p.form-row,
.woocommerce-shipping-fields p.form-row{
  margin-top: 25px;
}
.woocommerce-shipping-fields p.form-row{
  margin-top: 35px !important;
}
.woocommerce form.woocommerce-checkout textarea{

    border: 1px solid #e5e5e5;
    line-height: 50px !important;
    padding: 15px;
    min-height: 250px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.cross-sells{}
.cross-sells h2{
      font-size: 21px;
}


.cross-sells ul li.product  a h3{
  font-size: 16px;
}
.cross-sells ul li.product  a img{}
.cross-sells ul li.product  .add_to_cart_button {
  background-color: #F9BF3B;
  color: #fff;
  padding: 18px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cross-sells ul li.product .price span {
    color: #233141;
    font-size: 14px;
}
.cross-sells ul li.product  .price del {
    display: inline-block;
    color: #536881;
}
.cross-sells ul li.product  .price del span {
    text-decoration: line-through;
}
.cross-sells ul li.product  .add_to_cart_button:hover {
  background-color: #3FA5FF;
}

.checkout_coupon {
  border: 1px solid #e5e5e5 !important;
}
.checkout_coupon input[type='text'] {
    border: 1px solid #e5e5e5;
    line-height: 50px !important;
    padding-left: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.checkout_coupon input[type='submit'] {
  background-color: #F9BF3B;
  color: #fff;
  padding: 18px  20px;
  margin-top: 0px !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.checkout_coupon input[type='submit']:hover{
  background-color: #339AF5;
  color: #fff;
}
#order_review_heading {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #053652;
    font-family: "proxima_nova_rgbold";
    font-size: 20px;
    position: relative;
}

#order_review .shop_table tr:last-child td {
    padding: 14px;
  border-top: 1px solid #eff2f4;
    border-right: 1px solid #eff2f4;
    border-left: 1px solid #eff2f4;
}


#order_review .shop_table tfoot tr th{
  color: #F9BF3B;
    border-bottom: 1px solid #eff2f4;
    border-left: 1px solid #eff2f4;
}

#order_review .shop_table tfoot tr td{
    border-bottom: 1px solid #eff2f4;
}

#order_review  .woocommerce-checkout-payment .place-order input[type=submit]{
  background-color: #F9BF3B
}


/*=============================================
=            WooCommerce My Account            =
=============================================*/

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: initial;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  background: #F9BF3B;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
  display: inline-block;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
  background: #232323;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    padding: 14px 25px;
    display: block;
    min-height: 50px;
    font-family: 'proxima_nova_rgbold';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
  background: #232323;

}


.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count{
  color: #F9BF3B
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: initial;
    width: 100%;
    margin-top: 35px;
    color: #6e7d8e;
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
}
.woocommerce-Addresses.addresses{
  margin-top: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content > p >  a{
  color: #F9BF3B;
  font-family: 'proxima_nova_rgbold'
}

.addresses address {
    color: #000;
    font-size: 15px;
}
.woocommerce-account .addresses .title h3{
  font-size: 18px;
  color: #F9BF3B;
  font-family: 'proxima_nova_rgbold'

}


.woocommerce-MyAccount-content form h3{
  color: #F9BF3B;
  font-size: 18px;
  font-family: 'proxima_nova_rgbold';
  margin-bottom: 25px;
}
.woocommerce-MyAccount-content form h3{}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  font-size: 14px;
  font-family: 'proxima_novasemibold';
  color: #000;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
    height: 50px;
    border: 1px solid #e1e6ec;
    border-radius: 3px;
    padding-left: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce form .form-row input.input-text:hover, 
.woocommerce form .form-row textarea:hover,
.woocommerce form .form-row input.input-text:focus, 
.woocommerce form .form-row textarea:focus{
  border-color: #F9BF3B
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    color: #fff !important;
    background-color: #F9BF3B;
    min-height: 49px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
}
.woocommerce a.button {
    padding: 18px 14px;
}

.woocommerce form input.button{
    margin-top: 20px;

}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background-color: #232323;
    text-decoration: none;
    background-image: none;
    color: #fff;
}

.woocommerce form fieldset{
  margin-top: 25px;
}
.woocommerce form fieldset legend {
    margin: 16px 0px;
    border-bottom: 0px;
    color: #F9BF3B;
    font-size: 18px;
  font-family: 'proxima_nova_rgbold';
}


.woocommerce-account .page_single{
  padding-top: 0px;
}


.woocommerce-auth-page {
  padding-top: 60px;
}

.woocommerce-auth-page h2{
  color: #F9BF3B;
  font-size: 24px;
  font-family: 'proxima_nova_rgbold';
}

.woocommerce-auth-page form.login{
  border: 0px !important;
  padding: 0px;
}


.woocommerce-auth-page form.login input.button{
  margin-top: 0px;
  padding: 15px 30px;
}
/*=====  End of WooCommerce My Account  ======*/


.spark-btn {

  padding: 15px 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.tparrows{
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tparrows:hover{
  background: #000 !important;
}


.woocommerce ul.products li.product .button.loading {
    padding-right: 28px !important;
}

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
    top: 19px !important;
    right: 7px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30.75%;
}


.service_content a{color: #232323}
.header_menu_el {
    height: 100px;
    padding: 35px 0px;
    text-align: right;
    box-sizing: border-box;
}
.header_cart_col.col-md-1{
  padding-left: 0px;
}
.header_cart{
  display: inline;
  float: right;

}
.header_cart .cart-items {
    background: #3ebefb;
    color: #fff;
    padding: 0px 5px;
    border-radius: 2px;
}
.header_cart .cart-icon {
    color: #232323;
}
.floating-header .header_cart .cart-icon {
    color: #f7f7f7;
}
.header_cart .cart-icon{}

@media all and (min-width: 970px) {

.header_cart{margin-left: 9px; }
}