/*
 Theme Name:   Kingal Child
 Theme URI:    https://bestwpware.com/themes-wp/kingal
 Description:  Kingal Child Theme
 Author:       Masum Billah
 Author URI:   http://themesvila.com
 Template:     kingal
 Version:      1.3
 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:  kingal-Child
*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn-light-bg {
	background: #1cbac8 none repeat scroll 0 0;
	border: 1px solid #1cbac8;
	border-radius: 0;
	box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 15px;
	padding: 10px 25px;
	transition: all 0.4s ease 0s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn-light-bg:hover,
.btn-light-bg:focus {
    background: #14CBDB!important;
    border: 1px solid #14CBDB!important;
    color: #fff!important;
}
body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444444;
    font-family: 'Raleway', sans-serif;
    margin: 0;
	font-weight: 600;
}
h3 { line-height: 32px }

a {
	background-color: transparent;
	color: #1cbac8;
	text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
	color: #21c5d3;
}
a:focus {
    outline: none;
    text-decoration: none;
}

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 02.BOOTSTRAP NAVIGATION OVERRIDES
 * ----------------------------------------------------------------------------------------
*/
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #1CBAC8;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.mainmenu ul li.current a {
    color: #1CBAC8;
    background-color: transparent;
}

.navbar-brand { padding: 7px }
.navbar-brand img { width: 150px }
.menu-top { background: none }
ul.nav.navbar-nav .menu-top li a {
    color: #fff ;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus
{ 
	color: #1CBAC8;

}
@media only screen and (max-width:768px) { 
    .navbar-default .navbar-nav > li > a {
        margin-top: 10px;
        padding: 8px;
    }
	.navbar-header{
		padding-bottom: 30px;
	}
}
@media only screen and (max-width:480px) { 
    .menu-top { background-color: rgba(0,0,0,0.9) }
    .navbar-default .navbar-nav > li > a { color: #fff !important }
}
@media only screen and (max-width:360px) { 
    .menu-top { background-color: rgba(0,0,0,0.9) }
    .navbar-default .navbar-nav > li > a { color: #fff !important }
}
@media only screen and (max-width:320px) { 
    .menu-top { background-color: rgba(0,0,0,0.9) }
    .navbar-default .navbar-nav > li > a { color: #fff !important }
}
.navbar-default.menu-shrink {
    background-color: rgba(0,0,0,0.8);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    width: 100%;
}
@media only screen and (max-width:480px) { 
    .menu-top {
        color: #fff !important;
        margin-left: 0px;
    }
}
.navbar-default.menu-shrink li a:hover { color: #1CBAC8}
.navbar-default .navbar-toggle ,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background: transparent; border-radius: 0; border-color: #1CBAC8;}
.navbar-default .navbar-toggle .icon-bar { background-color: #1CBAC8; }

.mainmenu ul.nav.navbar-nav li {
	position: relative;
	
}
/*-------------------------------
dropdwon menu 
--------------------------------*/
.mainmenu ul.nav li ul.sub-menu{
	background: #1cbac8 none repeat scroll 0 0;
	padding: 13px 0;
	position: absolute;
	top: 150%;
	width: 230px;
	opacity:0;
	z-index:-99;
	transition: all 0.3s ease 0s;
	list-style-type: none;
	margin-left: 15px;
	visibility: hidden;
}


.mainmenu ul.nav li ul.sub-menu li{
	padding: 0;
	width: 100%;
	
}
.mainmenu ul.nav > li:hover ul.sub-menu{
	top:100%;
	opacity:1;
	z-index:999;
	visibility: visible;
}
.mainmenu ul.nav li ul.sub-menu li a{
	color: #fff;
	font-weight: 400;
	margin: 0 25px;
	padding: 10px 0;
	text-transform: inherit;
}
.mainmenu ul.nav li ul.sub-menu li:last-child a{
	border-bottom:0;
}
.mainmenu ul.nav li:hover ul.sub-menu li a:hover{
	color:#fff;
	padding-left:10px;
}
.mainmenu ul.nav li ul.sub-menu:before{
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #1cbac8;
  border-image: none;
  border-style: solid;
  border-width: 8px;
  content: "";
  left: 14px;
  position: absolute;
  top: -16px;
}
.get-start {
    background-color: transparent;
    border-color: #fff;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 40px;
}
.get-start:hover {
    background-color: #00cccc;
    border-color: #00cccc;
    color: #fff;
}
/* START SKILL DESIGN */
.progress-bar-text {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.progress-bar-text span { float: right }
.progress-bar {
    background: #e8e8e9 none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 2px;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}
.progress-bar > span {
    background: #1CBAC8 none repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 0;
}

/*
 * ----------------------------------------------------------------------------------------
 *  05.START WHO WE ARE DESIGN
 * ----------------------------------------------------------------------------------------
 */
.we_are_bg { background: #1CBAC8 }
.single_who_we_are { padding: 50px }
.single_who_we_are h2 { text-transform: uppercase }
.single_who_we_are h2,
.single_who_we_are p { color: #fff }
.line {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 15px auto 40px;
    width: 100px;
}
.single_who_we_are a {
    color: #fff;
    margin-top: 20px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.no-padding { padding: 0 }

/*
 * ----------------------------------------------------------------------------------------
 * 07.END COMPANY QUALITY & TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/

.carousel-indicators li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 12px;
    height: 10px;
    margin: 0 1px;
    width: 10px;
}
.carousel-indicators .active {
    height: 10px;
    margin: 0 1px;
    width: 10px;
    border: 1px solid #1CBAC8;
    background: #1CBAC8 none repeat scroll 0 0;
}
/*
 * ----------------------------------------------------------------------------------------
 *  08.START TEAM DESIGN
 * ----------------------------------------------------------------------------------------
 */
.team_section { padding-top: 60px }
.team_member {
    background: #15191c none repeat scroll 0 0;
    float: left;
    width: 50%;
}
.team_member figure {
    width: 50%;
    float: left;
    position: relative;
}
@media only screen and (max-width:768px) { 
    .team_member {
        width: 100%;
        float: left;
    }
}
@media only screen and (max-width:480px) { 
    .team_member {
        width: 100%;
        float: none;
    }
    .team_member .team_caption {
        width: 100%;
        float: none;
    }
    .team_member figure {
        width: 100%;
        float: left;
    }
}
@media only screen and (max-width:360px) { 
    .team_member {
        width: 100%;
        float: none;
    }
    .team_member .team_caption {
        width: 100%;
        float: none;
    }
    .team_member figure {
        width: 100%;
        float: left;
    }
}
@media only screen and (max-width:320px) { 
    .team_member {
        width: 100%;
        float: none;
    }
    .team_member .team_caption {
        width: 100%;
        float: none;
    }
    .team_member figure {
        width: 100%;
        float: left;
    }
}
.team_right figure { 
	float: right;
	margin: 0;
 }
.team_member figure img {
    width: 100%;
    position: relative;
}
.team_member figure em {
    display: block;
    width: 25px;
    height: 50px;
    background: url(img/arrow1.png) 0 0 no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
}
.team_right figure em {
    background-image: url(img/arrow2.png);
    right: auto;
    left: 0;
}
.team_member .team_caption {
    float: left;
    margin-top: 10%;
    padding: 20px 20px 0 30px;
    width: 50%;
}
@media only screen and (max-width:480px) { 
    .team_member .team_caption {
        width: 100%;
        padding: 10px;
    }
}
@media only screen and (max-width:360px) { 
    .team_member .team_caption {
        width: 100%;
        padding: 10px;
    }
}
@media only screen and (max-width:320px) { 
    .team_member .team_caption {
        width: 100%;
        padding: 10px;
    }
}
.team_right .team_caption { float: right }
.team_caption h3 {
    padding: 5px 0;
    color: #fff;
}
.team_caption h5 { 
	color: #fff;
	font-weight: 500;
}
@media only screen and (max-width:992px) { 
    .team_caption h3 { padding: 0px }
}
.team_social_icon {
    margin-bottom: 20px;
    margin-top: 20px;
}
@media only screen and (max-width:768px) { 
    .team_social_icon { margin-bottom: 40px }
}
@media only screen and (max-width:480px) { 
    .team_social_icon { margin-bottom: 40px }
}
@media only screen and (max-width:360px) { 
    .team_social_icon { margin-bottom: 40px }
}
@media only screen and (max-width:320px) { 
    .team_social_icon { margin-bottom: 40px }
}
.team_social_icon ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.team_social_icon ul li { display: inline-block }
.team_social_icon ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 27px;
    padding: 10px 13px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 45px;
}
.team_social_icon ul li a i { width: 20px }
.team_social_icon ul li a:hover {
    background: #fff!important;
    color: #1CBAC8!important;
}

/*
 * ----------------------------------------------------------------------------------------
 *  09.START PROMOTION DESIGN
 * ----------------------------------------------------------------------------------------
 */
.buy_now {
    background: #1CBAC8;
    padding: 40px 0;
}
.buy_now_title {
    color: #fff;
    margin: 0;
}
@media only screen and (max-width:480px) { 
    .buy_now_title { letter-spacing: 0px }
}
.btn-promotion-bg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    margin-left: 100px;
    padding: 10px 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
@media only screen and (max-width:768px) { 
    .btn-promotion-bg {
        margin-left: 0px;
        margin-top: 20px;
    }
}
@media only screen and (max-width:480px) { 
    .btn-promotion-bg { margin-left: 10px }
}
.btn-promotion-bg:hover,
.btn-promotion-bg:focus {
    background: #fff!important;
    border: 1px solid #fff!important;
    color: #333!important;
}
/*
 * ----------------------------------------------------------------------------------------
 * 11.START PORTFOLIO DESIGN
 * ----------------------------------------------------------------------------------------
 */
.grid-item {
    position: relative;
    overflow: hidden;
    z-index: 2;
	padding: 0;
	text-align: center;
}
.section-top-title h2 {
    color: #fff;
    font-size: 45px;
    margin: 0;
    text-transform: uppercase;
}
@media only screen and (max-width:320px) { 
    .section-top-title h2 { font-size: 40px }
}
.section-top-title {
    padding-bottom: 60px;
    padding-top: 100px;
}
.section-top-title,
.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 0;
    margin-left: 0;
}
.section-top-title ol li { color: #fff!important ;}
.section-top-title ol li a { color: #fff!important; }
.section-top-title ol li a:hover { color: #1CBAC8!important; }
.btn-about-bg {
    border-radius: 0;
    font-size: 12px;
    color: #444;
    font-weight: 600;
    padding: 0px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.btn-about-bg:hover,
.btn-about-bg:focus {
    color: #1CBAC8;
    text-decoration: underline;
}
.center-block{
	float: inherit;
}



/*
* ----------------------------------------------------------------------------------------
*  26.Color
* ----------------------------------------------------------------------------------------
*/

body.dark_version #about,
body.dark_version .features,
body.dark_version #team,
body.dark_version #portfolio,
body.dark_version #service,
body.dark_version .responsive_device,
body.dark_version #pricing,
body.dark_version #video,
body.dark_version #blog,
body.dark_version #faq,
body.dark_version .contact_area

{
	background-color: #15191c;
	color: #aaa;
}
body.dark_version h1,
body.dark_version h2,
body.dark_version h3,
body.dark_version h4,
body.dark_version h5,
body.dark_version h6{
	color: #ddd;
}
body.dark_version .section-title h2,
body.dark_version #testimonial h4 ,
body.dark_version .btn-about-bg:hover,
body.dark_version .pricing-title h4

{
	color: #1cbac8;
}
body.dark_version .btn-about-bg{
	color: #aaa;
}
body.dark_version .what_we_do h3,
body.dark_version .device_responsive h2 {
  border-color: #555;

}
body.dark_version .caption h2, 
body.dark_version .single_who_we_are h2, 
body.dark_version .single_who_we_are p {
  color: #fff;
}

/*END NEWSLETTER DESIGN*/
.footer { background-color: #15191c }
.footer-content {
    border-top: 1px solid #333;
    margin-top: 30px;
}
.footer-content p {
    margin-top: 30px;
    color: #aaa;
    padding-top: 10px;
}
.footer-content p  span { color: #1CBAC8; }

.form-control{
	background: #fff;
	border: 1px solid #e8e8e9;
	border-radius: 0;
	box-shadow: none;
	height: 45px;	
	line-height: 45px;	
}
.form-control:focus{
	border-color: #1CBAC8;
	outline: 0 none;
	box-shadow: none;
}

