/*!
Theme Name: solidcircuit
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solidcircuit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

solidcircuit is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@charset "utf-8";
/* CSS Document */

::selection {
	background: #000; /* Safari */
	color:#fff;
	}
::-moz-selection {
	background: #000; /* Firefox */
	color:#fff;
} 
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
 /*
   font-family: 'Rubik', sans-serif;
 */

	
* { margin:0; padding:0; outline:none;}
.container {  position:relative;}
body { margin:0; padding:0; font-family: 'Rubik', sans-serif; font-weight:400; line-height:normal; overflow-x: hidden; }
p { margin:0; padding:15px 0 0 0; font-family: 'Rubik', sans-serif; font-weight:300; font-size:16px; line-height:24px; color: #333333; }
h1, h2, h3, h4, h5, h6  { margin:0; padding:0; font-weight:700;  font-family: 'Rubik', sans-serif; }
ul, li { margin:0; padding:0; font-family: 'Rubik', sans-serif;}
a { color:#000; text-decoration:none;}
a:hover  { text-decoration:none; color:#000;}
img { width:100%;}
.form-control:focus {box-shadow:none;}
.width_100 { float:left; width:100%;}

h2  { font-size:36px; line-height:44px; color:#08254f; padding:0;}
   
header { float:left; width:100%; background:#ffffff;} 
nav .navbar-brand { padding:15px 0; max-width:240px;} 
nav .navbar-collapse {flex-grow: 0;}
.f-nav { z-index: 9; position: fixed; top: 0; width: 100%; background:#fff !important; box-shadow:0 1px 6px #CCC;}
.f-nav .navbar-brand { max-width:160px; transition: all 800ms ease;}
 
.navbar { padding:0;}
.navbar .navbar-nav   {align-items: center;}
.navbar .navbar-nav .nav-item { padding:0;}
.navbar .navbar-nav .nav-link { padding:0; margin:0 0 0 50px; font-size:16px; color:#333333; font-weight:400; border-bottom: 3px solid transparent;  padding: 3px 0;}
.navbar .navbar-nav .nav-link:hover { color:#0078ff; border-bottom: 3px solid #0078ff; }
.navbar .navbar-nav .nav-link.active { color:#0078ff; border-bottom: 3px solid #0078ff; }
.navbar .navbar-toggler {border:1px solid #000; background:url(images/menu-icon.png) center center no-repeat; padding:4px 8px;}
.navbar .navbar-toggler:focus { box-shadow:none;}

section { float:left; width:100%; background:#ffffff;}
.banner_top_bg { float:left; width:100%; position:relative;}
.banner_top_bg:before { content:''; position:absolute; width:100%; height:100%; top:0; left:0; background-color: rgb(0,0,0,0.5); z-index:1;}
.banner_top_bg .carousel-caption { top:30%; bottom:auto; z-index:2;} 
.banner_top_bg .carousel-caption h1 { float:left; width:100%; text-align:center; font-size:36px; line-height:36px; color:#fff; font-weight:700; padding-bottom:0;   }
.banner_top_bg .carousel-caption h1 span {float:left; width:100%; font-size:20px; text-align:center;  color:#fff; }
.banner_top_bg .carousel-caption p { float:none; width:100%; text-align:center; font-size:18px; line-height:30px; color:#fff; font-weight:400;   max-width:790px; margin:0 auto; padding:0;}
.read_more_but { float:left; width:100%; margin:20px 0 0 0; text-align:center; display:flex; justify-content:center;}
.read_more_but a { float:left; background:#0078ff; font-size:16px; font-weight:500; padding:14px 30px; border-radius:5px; color:#fff; text-decoration:none;    }
.read_more_but a:hover { background:#08254f;} 
/* .banner_top_bg .carousel-indicators button { opacity:1; background-color:#fff; width:12px; height:12px; border-radius:50%;}
.banner_top_bg .carousel-indicators button.active { opacity:1; background-color:#E75E50;  width:12px; height:12px; border-radius:50%;} */
.banner_top_bg .carousel-control-prev { background:url(images/aro-left.png) center center no-repeat; width:26px; height:26px; background-size:26px; top:43%; left:15px; opacity:1;}
.banner_top_bg .carousel-control-next { background:url(images/aro-right.png) center center no-repeat; width:26px; height:26px; background-size:26px; top:43%; right:15px; opacity:1;} 

.section_top_box_bg { float:left; width:100%; position:relative; top:-90px; z-index:2;}
.section_top_box_bg .box_top { background:#fff; border-radius:10px; padding:20px; box-shadow:0 2px 8px #CCC; text-align:center; transition: transform .1s; margin-top:30px;}
.section_top_box_bg .box_top:hover { background:#0078ff;  box-shadow:0 2px 8px #0078ff; transform: scale(1.1);}
.section_top_box_bg .box_top .icon { max-width:100%; margin:0 auto;}
.section_top_box_bg .box_top h3 { font-size:18px; padding:20px 0 0 0; font-weight:600; color:#000;}
.section_top_box_bg .box_top:hover h3 { color:#fff;}
.section_top_box_bg .box_top:hover p { color:#fff;}

.why_choose_us_bg { float:left; width:100%; padding-bottom:80px; }
.why_choose_us_bg .row {align-items: center;}
.why_choose_us_bg img { width:100%; border-radius:16px; } 
.about_banner_bg img { width:100%; border-radius:20px; }
.why_choose_us_bg a.viewmore { float:left; background:#0078ff; font-size:16px; font-weight:500; padding:14px 30px; border-radius:5px; color:#fff; text-decoration:none;   margin-top:20px;}
.why_choose_us_bg a.viewmore:hover { background:#08254f;}
.why_choose_us_bg ul { padding:10px 0 0 0; margin:0; list-style:none;}
.why_choose_us_bg li {  width:100%; color:#333; font-size:16px; line-height:24px; padding:5px 0 0 17px; margin:0; list-style:none; background:url(images/dot-icon1.png) left 13px no-repeat; font-weight: 600;}
.why_choose_us_bg li span { float:left; width:125px;}

.our_product_bg { float:left; background:#f4f4f4; width:100%; padding:50px 0 80px 0;}
.our_product_bg h2 { padding:30px 0 0 0; text-align:left;}
.our_product_bg ul { padding:10px 0 0 0; margin:0; list-style:none;}
.our_product_bg li {  width:100%; color:#333333; font-size:16px; line-height:24px; padding:5px 0 0 17px; margin:0; list-style:none; background:url(images/dot-icon1.png) left 14px no-repeat;  }

.our_product_slider .slick-list { padding:7px 0;}
.product_box { float:left; width:100%; background:#fff; padding:5px; border-radius:10px; box-shadow:0 2px 8px #CCC; margin-top:30px;} 
.product_box h4 { font-size:16px; text-align:center; font-weight:500; padding:8px 0 12px 0;}
.product_box a.viewmore { float:left; width:100%; text-align:center; padding:12px 0; background:#000; color:#fff; border-radius:0 0 10px 10px;}
.product_box a.viewmore:hover { background:#0078ff;} 

.news_updates_bg { float:left; width:100%; padding:80px 0 40px 0; background:#08254f;  }
.news_updates_bg h2 { color:#fff; padding-bottom:20px;}
.news_updates_box { float:left; width:100%; margin:40px 0 40px 0; border:2px solid #2f4f7e; padding:30px; position:relative;}
.news_updates_box .news_icon { width:100px; background:#08254f; border-radius:50%; padding:14px; position:absolute; top:-50px; left:30px;}
.news_updates_box h4 { font-size:18px; font-weight:600; color:#fff; padding:25px 0 0 0;}
.news_updates_box p { color:#fff; min-height:136px;} 

.industries_support_bg {float: left; background: #f4f4f4; width: 100%; padding:50px 0 80px 0;}
.industries_support_bg h2 { padding:30px 0 0 0;}
.industry_card_box {float: left; width: 100%; background: #fff; border-radius: 10px; box-shadow: 0 2px 8px #CCC; margin-top: 30px; text-align:center; padding:30px 20px; transition: all 0.3s ease;}
.industry_card_box .icon { width:80px; margin:0 auto 15px auto;}
.industry_card_box .icon img { width:100%; border-radius:50%; background:#08254F; }
.industry_card_box:hover { transform: translateY(-8px); }
.industry_card_box:hover .icon img { background:#0078ff;}

.custom_project_bg {float:left; width:100%; padding:50px 0 80px 0;}
.custom_card_box { float:left; width:100%; border:1px solid #dfebdf; padding:30px; border-radius:10px; margin-top:30px;}  
  
footer { float:left; width:100%;  padding:50px 0 0 0; background:#04132a;}
.footer_box { float:left; width:100%; padding:30px 0 0 0;}  
.footer_box h6 { float:left; width:100%; font-size:24px; color:#fff; position:relative; margin-bottom:15px;}
.footer_box p { float: left;  width: 100%; color:#fff; padding:15px 0 0 0;}
.footer_box p i { float:left; font-size:20px; color:#0078ff; padding:2px 5px 0 0 ;}
.footer_box p i.fa-map-marker { margin-bottom:0;}
.footer_box p a { color:#fff;}
.footer_box p a:hover { color:#0078ff;}
.footer_box ul { float:left; width:100%; list-style:none; padding:7px 0 0 0; margin:0;}
.footer_box li { float:left; width:100%; list-style:none; padding:12px 0 8px 0; margin:0;}
.footer_box li a { float:left; font-size:16px; color:#C5C5C5; background:url(images/dot-icon.png) left 2px no-repeat; padding:0 0 0 22px;}
.footer_box li a:hover { color:#0078ff;}
.footer_box .iso_logo { width:100%;}
.footer_box .iso_logo img { width:100%; background:#fff; padding:12px; border-radius:10px;}

 
.footer_box .newsletter_input { float:left; width:100%; font-size:15px; color:#fff; height:50px; border:none; border-bottom:1px solid #fff; background:none;  }
.footer_box .footer_subscribe_but { float:left; margin-top:15px;}
.footer_box .footer_subscribe_but input[type="submit"] { float:left; background:#0078ff; font-size:16px; color:#fff; cursor:pointer; padding:14px 30px; border:none; border-radius:5px;  font-weight:500;  }
.footer_box .footer_subscribe_but input[type="submit"]:hover { background:#fff; color:#000;}
.footer_copyright { float:left; width:100%; border-top:1px solid #08254f; margin-top:40px; font-size:16px; text-align:center; padding:25px 0; color:#C5C5C5;} 
 
.inner_page_main { float:left; width:100%; padding:0 0 70px 0; }
.inner_page_title_bg {float:left; width:100%; background:url(images/inner-page-bg.png) center center no-repeat; background-size:cover !important;  padding:120px 0; position:relative;}
.inner_page_title_bg:before { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.6);}
.inner_page_title_bg h1 { float:left; width:100%; text-align:center; font-size:36px; color:#fff; z-index:1; position:relative;}
.inner_page_title_bg .header_link { float:left; width:100%; text-align:center; font-size:16px; color:#fff; padding:10px 0 0 0;}
.inner_page_title_bg .header_link a {  text-align:center;  font-size:16px; color:#fff;}
.inner_page_title_bg .header_link span  { margin:0 16px; } 

.inner_page_main .why_choose_us_bg { padding:80px 0;}

.contact_page_main { padding:40px 0 0 0; float:left; width:100%;}
.contact_from_box { float:left; width:100%; padding:30px 0 0 0; text-align:left;}
.contact_from_box h2 { text-align:left; }
.contact_from_box p {float:left; width:100%;  font-size:18px; line-height:26px; color:#333; padding:5px 0 0 0;}
.contact_from_box .form-control { float:left; width:100%; margin:15px 0 0 0; background:#fff;  border:1px solid #cccc; min-height:52px; font-size:16px; color:#000; padding:0 15px; }
.send_message_but { float:left; width:100%; margin-top:15px; text-align:center;}
/* .send_message_but button.btn { float:left;  background:#0078ff; font-size:16px; color:#fff; cursor:pointer; padding:14px 30px; border:none; border-radius:5px; font-weight:500;}
.send_message_but button.btn:hover { background:#08254f; } */
.send_message_but input.btn { float:left;  background:#0078ff; font-size:16px; color:#fff; cursor:pointer; padding:14px 30px; border:none; border-radius:5px; font-weight:500;}
.send_message_but input.btn:hover { background:#08254f; }
.contact_map { float:left; width:100%; margin:40px 0 0 0;}
.contact_info_right { float:left; width:100%; padding:40px 30px; background:#f4f4f4; margin-top:30px; border-radius: 10px; }
.contact_info_right h3 { text-align:left; color:#08254f;}
.contact_info_right p {float:left; width:100%; font-size:16px; color:#000; padding:30px 0 0 0; display: flex; align-items: center;}
.contact_info_right p i { float:left; font-size:20px; margin:3px 15px 0 0; color:#fff;  text-align:center; width:35px; border-radius: 50%; width:44px; height: 44px; line-height:44px; background:#0078ff; padding:0 0 0 5px;}
.contact_info_right p i.fa-map-marker { padding:0; margin-bottom:0;}
.contact_info_right p a { color:#000; align-items: center; display: flex; word-break: break-all;}
.contact_info_right p a:hover { color:#0078ff;}
.contact_info_right .left_icon { margin-top:25px; float:left; width:100%;}
.contact_info_right .left_icon a { margin-top:20px; color:#0078ff; font-size:30px; margin-right:20px; text-align:center; float:left }
.contact_info_right .left_icon a:hover { color:#08254f; } 

.product_page_main { padding:40px 0 0 0; float:left; width:100%;}
.product_detail_left_img { width:100%; border:1px solid #ccc; padding:5px; margin-top:30px;}
.product_detail_right_text {  width:100%; margin-top:30px;}
.product_page_main .gen_vehicle_img { float:left; width:100%; margin-top:30px;}
.product_page_main .gen_vehicle_img img { float:left; width:100%;}

.product_detail_left_img .carousel-control-prev { background:url(images/aro-left1.png) center center no-repeat; width:26px; height:26px; background-size:26px; top:45%; left:10px; opacity:1;}
.product_detail_left_img .carousel-control-next { background:url(images/aro-right1.png) center center no-repeat; width:26px; height:26px; background-size:26px; top:45%; right:10px; opacity:1;}

.product_page_main ul { padding:10px 0 0 0; margin:0; list-style:none;}
.product_page_main li {  width:100%; color:#333; font-size:16px; line-height:24px; padding:5px 0 0 17px; margin:0; list-style:none; background:url(images/dot-icon1.png) left 13px no-repeat; font-weight: 300;}
.product_page_main h3 { font-size:20px; color:#000; padding:15px 0 0 0;}
 
.novo_safe_video_main { float:none; width:70%; margin:30px auto 0 auto;} 
.downloads_page_bg { padding:40px 0 0 0; float:left; width:100%;}
.downloads_box { float:left; width:100%; background:#fff; padding:5px; border-radius:10px; box-shadow:0 2px 8px #CCC; margin-top:30px;} 
.downloads_box h4 { font-size:16px; text-align:center; font-weight:500; padding:8px 0 12px 0;}

.integration_compliance_notice { float:left; width:100%; padding:80px 0 0 0;}
.integration_notice_bg {background: #fff8e6; border-left: 5px solid #f59e0b;  padding:30px; border-radius:10px;}

.policies_text_bg { float:left; width:100%; padding:80px 0 0 0;}
.policies_text_bg hr { margin:30px 0;}
.policies_text_bg p b { font-weight:500;}
.policies_text_bg ul { padding:10px 0 0 0; margin:0; list-style:none;}
.policies_text_bg li {  width:100%; color:#333; font-size:16px; line-height:24px; padding:5px 0 0 17px; margin:0; list-style:none; background:url(images/dot-icon1.png) left 14px no-repeat; font-weight: 300;} 

.product_tab_bg { float:left; width:100%; padding:50px 0;}
.product_tab_bg .custom-tabs {border-bottom:none; flex-wrap: inherit; padding:0;}
.product_tab_bg .custom-tabs .nav-item { background:none; padding:0; width:auto;}
.product_tab_bg .custom-tabs .nav-link {border: none; position: relative; transition: 0.3s; background:none; display:flex; font-size:16px; font-weight:700; padding:15px 20px; color:#000;}
/* ACTIVE TAB */
.product_tab_bg .custom-tabs .nav-link.active {	color:#0078ff;}
.product_tab_bg .custom-tabs .nav-link.active::after {content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; background: #0078ff;}
.product_tab_bg .custom-tabs .nav-link:hover {color: #0078ff;}
/* TAB CONTENT */
.product_tab_bg .tab-content  {	padding:15px 30px 30px 30px; border: 1px solid #e5e5e5;}

.enquiry_section_bg { float:left; width:100%; padding:20px 0 0 0;}
.enquiry_box { max-width:800px; margin:0 auto; background:#e0efff; text-align:center; border-radius:10px; padding:40px;}
.enquiry_box a.btn { background: #0078ff; font-size:16px; font-weight: 500; padding: 14px 30px; border-radius: 5px;  color: #fff; text-decoration: none; margin-top: 20px;}
.enquiry_box a.btn:hover {background: #08254f;}
 
.feelquote_text_main { float:left; width:100%; padding:70px 0 0 0; text-align:center;}
.feelquote_text_main iframe { margin:20px 0 0 0; height:1670px; box-shadow:none !important;}

@media (min-width:1100px) {
.container, .container-lg, .container-md, .container-sm, .container-xl { max-width:1300px;}
}
 
@media only screen and (min-width:220px) and (max-width:1120px) { 
.container, .container-lg, .container-md, .container-sm, .container-xl  {max-width: 1020px;} 
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {padding-right: var(--bs-gutter-x, 20px); padding-left: var(--bs-gutter-x, 20px);}
}


@media only screen and (min-width:220px) and (max-width:1060px) { 
h2 { font-size:30px; line-height: 34px;} 
.banner_top_bg .carousel-caption { top:26%; bottom:auto; z-index:2;} 

}

@media only screen and (min-width:220px) and (max-width:991px) { 
.navbar .navbar-nav .nav-link { margin:5px 0;} 

}
 
@media only screen and (min-width:220px) and (max-width:910px) {	
.product_tab_bg .custom-tabs {flex-wrap: wrap;}
.product_tab_bg .custom-tabs .nav-link { padding:10px 15px;}
}

@media only screen and (min-width:220px) and (max-width:768px) {
h2 { font-size:24px; line-height: 28px;} 
	
.banner_top_bg .carousel-caption h1 { font-size:26px; line-height:30px;}
.read_more_but a { font-size:15px; padding:10px 20px;} 
.section_top_box_bg { position:inherit; top:0;}
.why_choose_us_bg { padding:40px 0;}
.why_choose_us_bg .text { margin-top:30px;}
.our_product_bg { padding:10px 0  40px 0;}
.news_updates_bg { padding:40px 0 0 0;}
footer { padding:10px 0 0 0;}
.inner_page_main .why_choose_us_bg { padding:40px 0;}
.contact_page_main  { padding:10px 0 0 0;}
.inner_page_main { padding:0 0 40px 0;}
.product_page_main  { padding:10px 0 0 0;}
.downloads_page_bg   { padding:10px 0 0 0;}
.industries_support_bg { padding:10px 0 40px 0;}
.custom_project_bg { padding:10px 0 40px 0;}
.integration_compliance_notice {   padding:40px 0 0 0;}
.product_tab_bg {  padding:30px 0;}
.feelquote_text_main {padding:40px 0 0 0;}

}

@media only screen and (min-width:220px) and (max-width:620px) {
.banner_top_bg .carousel-caption { top:15%;}  
}

@media only screen and (min-width:220px) and (max-width:520px) {
.banner_top_bg .carousel-caption { top:10%;}
.banner_top_bg .carousel-caption h1 { font-size:20px; line-height:24px;}

}

@media only screen and (min-width:220px) and (max-width:480px) {
nav .navbar-brand { padding: 10px 0;  max-width: 190px;}
.banner_top_bg .carousel-caption { top:7%;}		
.banner_top_bg .carousel-caption h1 { font-size:16px; line-height:20px;}
.read_more_but { margin-top:10px;}
.read_more_but a {font-size: 13px; padding: 7px 15px; }
} 
  
.about_text_main {
  width: 100%;
  padding: 370px 0 60px 0;
} 

.wpcf7 form .wpcf7-response-output {
    margin: 5em 0.5em 1em;   
    color: #dc3232;
    font-weight: normal;
}
