/*

 Theme Name:   Agking

 Theme URI:    http://example.com/twenty-fifteen-child/

 Description:  Twenty Nineteen Child Theme

 Author:       Chiranjit Das

 Author URI:   http://example.com

 Template:     twentynineteen

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

 Text Domain:  twenty-nineteen-child

*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 16px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	font-family: "Roboto", sans-serif;
}
body{
	font-size: 15px;
	color: #000;
}
input, button, textarea, select {
  border: medium none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
}
li{
	list-style: none;
}
a{
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
p {
    line-height: 26px;
    margin-top: 10px;
}
strong {
    font-weight: 600;
}
.clearfix{
	clear: both;
}
h2, .xl_fnt {
    font-size: 50px;
    margin-bottom: 12px;
    color: #000;
    font-weight: 500;
}
h3, .md_fnt {
    font-size: 35px;
    margin-bottom: 12px;
    color: #000;
    font-weight: 500;
}
.gbl_btn {
    background-color: #119d16;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    padding: 17px 40px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 400;
}
.gbl_btn:hover {
	background-color: #fadd18;
	color: #000;
}
.mg_top_100 {
    margin-top: 100px;
}
.pl_space {
    padding-left: 5%;
}
.pr_space {
    padding-right: 5%;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/* // Global CSS */



/* Dropdown Popup Effect */
ul.dropdown-menu {
  border-top: medium none;
  border-left: medium none;
  border-right: medium none;
  border-bottom: 5px solid #3b9eff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  max-width: 250px;
  overflow: hidden;
  padding: 0;
  border-radius: 4px 4px 0 0px;
  width: 100%;
  min-width: 210px;
}
ul.dropdown-menu li a {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 15px;
}
.dropdown-menu > li:last-child > a, ul.dropdown-menu li:last-child a:hover, ul.dropdown-menu li:last-child a:active, ul.dropdown-menu li:last-child a:focus {
  border-bottom: medium none;
}
ul.dropdown-menu li a:hover, 
ul.dropdown-menu li a:active, 
ul.dropdown-menu li a:focus {
  background: #eaf3fc none repeat scroll 0 0 !important;
  border-bottom: 1px solid #cce0f4 !important;
  color: #248bf0 !important;
  padding: 10px 15px;
}
/* Dropdown Popup Effect */


/* Start Header */
.fixed-top {
	top: -40px !important;
	transform: translateY(40px);
	transition: transform .3s;
}
.header .main_head {
    background: none;
    z-index: 9;
    padding: 5px 0;
}

.header {
    z-index: 99;
    position: relative;
    background: #fff;
}
.header.fixed-top {
    position: fixed;
}
.header a.navbar-brand {
    width: 160px;
}
.header a.navbar-brand img.img-fluid {
    width: 100%;
}
.header.fixed-top a.navbar-brand.logo {
    display: block;
}
.header.fixed-top .th_head a.gbl_btn.call {
    font-size: 21px;
    padding: 12px 20px;
    height: auto;
    line-height: 19px;
}

.header a.navbar-brand {transition: all 0.3s;}

.header.fixed-top a.nav-link {
    padding: 4px 6px;
}
.navbar-nav.ml-auto {
    margin: 2px 0 auto auto;
}

.header .rht_element ul.user_menu {
    display: flex;
    flex-wrap: nowrap;
}
.header .rht_element .cnt_details{
    display: flex;
}
.header.fixed-top .rht_element {
    margin-top: 7px;
}


.header .rht_element .call i {
    font-size: 22px;
    color: #119d16;
    margin-right: 6px;
}
.header .nav_links {
    background: #119d16;
}
.header nav.navbar.navbar-expand-lg {
    padding: 0;
    justify-content: space-between;
}
.header .enquiry_area a.nav-link {
    color: #000;
    text-transform: uppercase;
    padding: 18px 15px;
    display: block;
    background: #ffff00;
    height: 61px;
}

.header .rht_element .cnt_details a.call {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
    display: block;
}

.header .rht_element .cnt_details li {
    margin-left: 30px;
}

.header .rht_element .cnt_details a i.fa.fa-envelope {
    color: #119d16;
}

.header .rht_element .cnt_details a.email {
    color: #000;
    margin-top: 21px;
    display: block;
}

.header .rht_element .cnt_details .social a {
    display: inline-block;
    padding: 5px;
    color: #757575;
    margin-top: 16px;
}
.header .rht_element .cnt_details .social a:hover {
    color: #119d16;
}
.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 21px 21px;
    margin-right: 0;
    background: none;
    color: #fff;
    height: auto;
    line-height: normal;
}
.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, .header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: #ffff00;
    color: #000;
}
/* // Header */




/*  Banner */
.lnd_banner_wrap {
    position: relative;
    overflow: hidden;
}
.lnd_banner_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}
.lnd_banner_wrap img.slide_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.lnd_banner_wrap h1 {
    font-size: 70px;
    font-weight: 800;
    color: #fff;
}
.lnd_banner_wrap h5 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}

.lnd_banner_wrap .caption {
    max-width: 650px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    margin: 150px 0;
}

.lnd_banner_wrap .caption .talk {
    display: inline-block;
    padding: 20px 55px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 32px;
    color: #119d16;
    background: #fff;
}

.lnd_banner_wrap .caption .talk:hover {
    background: #feec22;
}

/* // Banner */


/* About us sec */
.aboutus_wrap .content {
    max-width: 1000px;
    margin: auto;
	width: 93%;
}

.aboutus_wrap {
    background: #fffeee;
    overflow: hidden;
    padding: 100px 0;
    border-bottom: 5px solid #f4e710;
}

.aboutus_wrap .content h2, .product_gd_wrap h2, .attach_wrap h2, .cus_photo_wrap h2, .testimonial_wrap h2 {
    position: relative;
    padding-bottom: 13px;
}

.aboutus_wrap .content h2:after, .product_gd_wrap h2:after, .attach_wrap h2:after, .cus_photo_wrap h2:after, .testimonial_wrap h2:after {
    position: absolute;
    content: "";
    background: #119d16;
    height: 5px;
    width: 100px;
    left: 0;
    bottom: 0;
}

.aboutus_wrap .content h5 {
    font-size: 28px;
    margin-top: 25px;
    font-weight: 300;
}

.aboutus_wrap .content p {
    font-size: 18px;
    line-height: 30px;
}
/* // About us sec */


/* Product grid sec */
.product_gd_wrap {
    background-repeat: no-repeat;
    padding-top: 100px;
    background-position: top center;
}
.product_gd_wrap a.square {
    display: block;
    margin-top: 25px;
}

.product_gd_wrap a.square picture {
    display: block;
    border: 1px solid #bcbcbc;
    padding: 7px;
	overflow: hidden;
}
.product_gd_wrap a.square picture img.img-fluid {
    transform: scale(1);
    transition: all 6s ease-in-out;
    width: 100%;
}

.product_gd_wrap a.square:hover picture img.img-fluid {
    transform: scale(1.3);
}
.product_gd_wrap a.square p {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 500;
	transition: all 0.6s ease-in-out;
}
.product_gd_wrap a.square picture img.img-fluid {
    transform: scale(1);
    transition: all 6s ease-in-out;
}

.product_gd_wrap a.square:hover p {
    color: #119d16;
}
.product_gd_wrap a.view_all {
    margin: 35px auto 0;
    display: block;
    width: 230px;
    padding: 22px;
    font-size: 17px;
    text-align: center;
}
/* // Product grid sec */

section.attach_wrap {
    background: #ededed;
    padding: 100px 0;
}

section.attach_wrap .container {
    background: #fff;
}

section.attach_wrap .col-md-6 {
    padding: 0;
}

section.attach_wrap .content {
    padding: 2rem 3rem;
}

section.attach_wrap .content h2 {
    font-size: 35px;
}

section.attach_wrap .content a.gbl_btn {
    display: block;
    text-align: center;
    border: 1px solid #119d16;
    color: #119d16;
    background: transparent;
}

.whyus_wrap{
	overflow:hidden;
}

.whyus_wrap h4.heading_tag {
    color: #119d16;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.whyus_wrap ul li {
    display: flex;
    background: #e9e9e9;
    margin-top: 10px;
    padding: 14px;
    border-left: 4px solid #000;
    align-items: center;
}

.whyus_wrap ul {
    margin-top: 25px;
}

.whyus_wrap ul li h5 {
    margin-left: 10px;
    font-size: 19px;
    font-weight: 500;
}

.whyus_wrap .content p {
    font-size: 17px;
}

.whyus_wrap .content .quote_form {
    margin-top: 18px;
}

.whyus_wrap .content .quote_form h4 {
    font-size: 30px;
    font-weight: 500;
}

.whyus_wrap .content .quote_form input.form-control {
    padding: 14px;
    margin-top: 10px;
    border-radius: 0;
}
section.moto_wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

section.moto_wrap .bx {
    display: block;
}

section.moto_wrap .bx .top {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

section.moto_wrap .bx .top h3 {
    font-size: 64px;
    font-weight: 600;
    color: #f4e710;
}

section.moto_wrap .bx h5 {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    margin: 13px 0;
}

section.moto_wrap .bx p {
    color: #b7b7b7;
}

.cntbar_wrap {
    background: #23a528;
    padding: 70px 0;
}

.cntbar_wrap h3 {
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.5);
    margin: 0;
}

.cntbar_wrap .support_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cntbar_wrap .support_area a.call_sec {
    display: flex;
    align-items: center;
}

.cntbar_wrap .support_area a.call_sec span {
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);
    font-weight: 300;
}

.cntbar_wrap .support_area a.call_sec picture {
    margin-right: 13px;
}

.cntbar_wrap .support_area a.call_sec h4 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
}

.cntbar_wrap .support_area a.get_start.gbl_btn {
    background: #fadd18;
    color: #000;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
}

.cus_photo_wrap h2, .testimonial_wrap h2 {
    text-align: center;
}
.cus_photo_wrap h2:after, .testimonial_wrap h2:after {
    margin: auto;
    right: 0;
}
.cus_photo_wrap a.thumb {
    margin-top: 25px;
    display: block;
}
.cus_photo_wrap .col-md-3 {
    width: 96%;
}
.testimonial_wrap {
    margin: 100px auto;
}
.testimonial_wrap .col-md-6 {
    width: 97%;
}
.testimonial_wrap .content {
    background: #f6f6f6;
    padding: 30px;
    border: 1px solid #ddd;
    margin-top: 50px;
}

.testimonial_wrap .quote {
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    padding: 13px;
    border-radius: 45px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
}

.testimonial_wrap .slide_element {
    position: relative;
}

.testimonial_wrap .slide_element .client_area {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 14px;
    display: flex;
    align-items: center;
}

.testimonial_wrap .slide_element .client_area picture {
    margin-right: 10px;
}

.testimonial_wrap .slide_element .client_area p {
    margin: 0;
    font-weight: 600;
    font-size: 17px;
}

.testimonial_wrap .slide_element .client_area span {
    display: block;
    font-size: 15px;
    color: #757575;
}


.footer {
    background: #000;
    padding-top: 60px;
	overflow: hidden;
}

.footer h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.footer .f_links a {
    display: block;
    color: #b4b4b4;
    margin: 14px 0;
}
.footer .f_links a:hover {
    color: #ffff00;
}

.footer .contact_details a {
    color: #ffff00;
}

.footer .contact_details i.fa {
    color: #b4b4b4;
    margin-right: 6px;
}

.footer .contact_details .social a i {
    color: #ffff00;
    padding: 10px 11px;
    border: 1px solid #626262;
    margin: 0 4px;
}

.footer .contact_details .social {
    display: flex;
}

.footer .btm_footer {
    padding: 20px 0;
    border-top: 1px solid #464646;
    margin-top: 25px;
}

.footer .btm_footer p {
    margin: 0;
    color: #757575;
    font-size: 13px;
}




/*** Contact page ***/
.gbl_innerpg_head_banner {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.gbl_innerpg_head_banner h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.gbl_innerpg_head_banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
}


section.cntpg_wrap {
    margin: 100px 0;
}

.cntpg_wrap .contact_content_wrap {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.cntpg_wrap .contact_content_wrap .cnt_detail_sec {
    background: #21a926;
    padding: 35px;
}

.cntpg_wrap .contact_content_wrap .cntpg_form_sec {
    padding: 2rem 3rem 2rem 3rem;
}

.cntpg_wrap .contact_content_wrap .cnt_detail_sec h5 {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 15px;
}

.cntpg_wrap .contact_content_wrap .cnt_detail_sec .inner_list li {
    margin-top: 35px;
    display: flex;
}


.cntpg_wrap .contact_content_wrap .cnt_detail_sec .inner_list li picture {
    margin-right: 15px;
    width: 45px;
    display: block;
}

.cntpg_wrap .contact_content_wrap .cnt_detail_sec .inner_list li .txt span {
    color: rgba(255,255,255,0.6);
    display: block;
    margin-bottom: 5px;
}

.cntpg_wrap .contact_content_wrap .cnt_detail_sec .inner_list li .txt h4 {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}

.cntpg_wrap .contact_content_wrap .cnt_detail_sec .inner_list li .txt h4 a {
    font-size: 19px;
    color: #fff;
}
.cntpg_wrap .contact_content_wrap .cnt_detail_sec .inner_list li .location {
    display: flex;
}

.cntpg_wrap .contact_content_wrap .cnt_detail_sec .social {
    margin-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.4);
}

.cntpg_wrap .contact_content_wrap .cnt_detail_sec .social a {
    font-size: 25px;
    margin: 15px 10px 0px 10px;
    display: inline-block;
    color: #ffff00;
}
.cntpg_wrap .contact_content_wrap .cntpg_form_sec p {
    margin: 0;
    color: #757575;
}

.cntpg_wrap .contact_content_wrap .cntpg_form_sec input.form-control, .cntpg_wrap .contact_content_wrap .cntpg_form_sec textarea {
    padding: 16px;
    border-radius: 0;
    margin-top: 13px;
}

.cntpg_wrap .contact_content_wrap .cntpg_form_sec input.gbl_btn {
    margin-top: 15px;
    width: 210px;
    padding: 21px;
    border: 1px solid #222;
    background: #fff;
    color: #119d16;
    font-weight: 600;
}
.cntpg_wrap .cntpg_map iframe {
    width: 100%;
}
/*** // Contact page ***/

/***** // Product page *****/


/***** // Contact page *****/

h1:not(.site-title)::before, h2::before {
	background: none;
	content: "";
	display: none;
	height: 0;
	margin: 0;
	width: 0;
}
