/*-------------------------------------------------------------
Theme Name : Custom Theme
Theme URI: http://boot-expert.com
Author : Mehedi Hasan Nahid
Author URI : http://boot-expert.com
Tags: Custom, Business, Blog
Description: This is custom made theme.
--------------------------------------------
CSS INDEX
==========
    1.0 Base CSS.
    2.0 Top Area.
        2.1 Mainmenu Area.
    3.0 Welcome Area.
    4.0 Service Area.
    5.0 Testmonial Area.
    6.0 Signup Area.
    7.0 Footer Area.
    8.0 Contact Us Page

------------------------------------------------------------*/

/*-------------------------
    1.0 Base CSS.
--------------------------*/
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    color: #3f3f3f
}
html,
body { height: 100% }
body {
color: #333; 
line-height: 22px;
font-family:'Myriad Pro';
font-size:14px !important;
letter-spacing:.5px;
}
a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}
a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.area-content > h2 {
  font-size: 30px;
  margin-bottom: 20px;
  padding-top: 30px;
}
.area-content p {
  margin: 20px 0;
}
/*-------------------------
    2.0 Top Area.
--------------------------*/
.logo {
  margin-bottom: 30px;
}
.social-bookmark > ul {
    list-style: outside none none;
    margin: 21px 0 0;
    padding: 0;
    text-align: right;
}
.social-bookmark ul li {
    display: inline-block;
}
.social-bookmark ul li a {
  background: #9b9ba0 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 19px;
  height: 25px;
  margin-left: 5px;
  padding-top: 3px;
  text-align: center;
  width: 25px;
}
.social-bookmark ul li a:hover {background: #3F3F3F;}
.call-number h3 {
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 20px;
}

/*-------------------------
    2.1 Mainmenu Area.
--------------------------*/
.is-sticky .container-fluid {transition: 0.3s}
.top-area .container-fluid {
    border-bottom: 9px solid #006699;
    z-index: 999;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mainmenu-area ul#nav li > a {
  border-radius: 5px 5px 0 0;
  color: #3f3f3f;
  margin: 0 5px;
  padding: 10px 15px;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
}
.mainmenu-area ul#nav li > a:hover,.mainmenu-area ul#nav li.active > a {
  background: #006699 none repeat scroll 0 0;
  color: #fff;
}
.navbar{margin-bottom: 0;min-height: auto;}
.navbar-default{border: none;background: none;}
.collapse{transition: 0.3s;}
/*-------------------------
    3.0 Welcome Area.
--------------------------*/
.welcome-area {
  background: rgba(0, 0, 0, 0) url("img/welcome-area-pattarn.png") repeat scroll 0 0;
}
.welcome-text > h2 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 70px;
}
.welcome-text > p {
    font-size: 20px;
    margin-top: 50px;
}
.suscribe-form {
  background: rgba(0, 0, 0, 0) url("img/form-bg.png") repeat scroll 0 0;
  box-shadow: 0 0 5px #333;
  color: #fff;
  margin: 20px auto 0;
  padding: 20px;
}
.suscribe-form input[type="text"],.suscribe-form input[type="email"], button[type="submit"],.suscribe-form button[type="reset"] {
  color: #333;
  padding: 5px 5px 5px 15px;
  width: 100%;
  border-radius: 3px;
  border: none;
  
}
.suscribe-form button[type="submit"],.suscribe-form button[type="reset"] {
  background: #006699 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.suscribe-form button[type="submit"]{width: 68%; margin-right: 5px;}
.suscribe-form button[type="reset"]{width: 28%;}
.suscribe-form p input[type="checkbox"] {
    margin: 0 20px;
}
select {
    color: #333;
    margin-right: 10px;
	padding:6px 0;
    width: 80%;
}
.suscribe-form h3 {
    font-size: 22px;
    color: #fff;
}
.suscribe-form p {
    margin-bottom: 15px;
}
/*-------------------------
    4.0 Service Area.
--------------------------*/
.area-title h2 {
    font-size: 35px;
    margin-bottom: 50px;
}
.single-services p {
    font-size: 18px;
    margin-bottom: 30px;
}
.single-services p i {
    color: #006699;
    padding-right: 15px;
}
.services-area {
    padding: 30px 0;
}
/*-------------------------
    5.0 Testmonial Area.
--------------------------*/
.single-testmonial:hover {
    cursor: move;
}
.single-testmonial > p {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 19px;
}
.testmonial-area > h2 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    position: relative;
}
.testmonial-area > h2::after {
    background: #006699 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 150px;
}
.testmonial-author {
    font-size: 18px;
}
.testmonial-author span {
    display: block;
    font-size: 14px;
}
.testmonial-area .owl-nav > div {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    height: 30px;
    width: 25px;
    text-align: center;
}
.testmonial-area .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
}

/*-------------------------
    6.0 Signup Area.
--------------------------*/
.signup-button {
  margin-top: 25px;
}
.signup-area {
    background: #006699 none repeat scroll 0 0;
    padding: 50px 0;
}
.signup-text h3 {
    font-size: 26px;
    color: #fff;
}
a.get-in-touch-button {
    background: #101010 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    text-transform: uppercase;
    text-decoration: none;
}
a.get-in-touch-button:hover {background: #ebebeb;color: #101010;}
/*-------------------------
    7.0 Footer Area.
--------------------------*/
footer.footer-area {
  background: rgba(0, 0, 0, 0) url("img/form-bg.png") repeat scroll 0 0;
  color: #ebebeb;
}

.singel-footer-widget h3 {
    border-bottom: 1px solid;
    color: #ebebeb;
    font-size: 20px;
    margin-top: 40px;
    padding-bottom: 10px;
    position: relative;
}
.singel-footer-widget h3::after {
    background: #006699 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 120px;
}

.singel-footer-widget > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.singel-footer-widget ul li {
    display: block;
}
.singel-footer-widget ul li a {
    color: #ebebeb;
    display: block;
    text-decoration: none;
}
.singel-footer-widget ul li a:hover {
    color: #aeaeae;
    padding-left: 10px;
}
.singel-footer-widget span {
  display: block;
}
.singel-footer-widget  a {
    color: #ebebeb;
    text-decoration: none;
}
.singel-footer-widget a:hover {
    color: #aeaeae;
}
.footer-area .social-bookmark ul li a {background: #a8a1a1;color: #464646;}
.footer-area .social-bookmark ul li a:hover {background: #fff;}
.tooltip-inner {background: #a8a1a1;color: #464646;}
.tooltip-arrow {border-top-color: #a8a1a1 !important;}
.foote-bottom {
    border-top: 1px solid #dfdfdf;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 20px;
}
.foote-bottom > div {
  padding: 0;
}
.footer-copyright {
  margin-top: 25px;
}
/*-------------------------
    8.0 Contact Us Page
--------------------------*/

.half-left {
    float: left;
    width: 48%;
}
.half-right{
    float: right;
    width: 48%;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea, .contact-form select {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
  margin-bottom: 15px;
}
.contact-form label {
  cursor: pointer;
  display: block;
}
.contact-form button {
    background: #006f9a none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 5px 13px;
    text-transform: uppercase;
    width: inherit;
}
.contact-sidebar {
  margin-bottom: 30px;
}
.contact-sidebar h3 {
    border-bottom: 1px solid #dfdfdf;
    font-size: 18px;
    margin-top: 40px;
    padding-bottom: 10px;
    position: relative;
}
.contact-sidebar h3::after {
    background: #006f9a none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 120px;
}
.contact-area .area-title h2 {
    margin: 40px 0;
}
.contact-area .area-title h3 {
    margin-bottom: 20px;
}
.contact-area .area-title p {
    margin-bottom: 20px;
}
.contact-area .area-title {
    padding-bottom: 20px;
}
.contact-area .social-bookmark > ul {
    text-align: left;
}
.contact-area .social-bookmark ul li a {
    margin-left: 0;
    margin-right: 10px;
}
/*--------------------------
Font Myriad Pro
---------------------------*/
@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src:url('fonts/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Condensed';
font-style: normal;
font-weight: normal;
src:url('fonts/MYRIADPRO-COND.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Semibold Italic';
font-style: normal;
font-weight: normal;
src:url('fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Semibold';
font-style: normal;
font-weight: normal;
src:url('fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}
@font-face {
font-family: 'Myriad Pro Condensed Italic';
font-style: normal;
font-weight: normal;
src:url('fonts/MYRIADPRO-CONDIT.woff') format('woff');
}
@font-face {
font-family: 'Myriad Pro Bold Italic';
font-style: normal;
font-weight: normal;
src:url('fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Bold Condensed Italic';
font-style: normal;
font-weight: normal;
src:url('fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Bold Condensed';
font-style: normal;
font-weight: normal;
src:url('fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Bold';
font-style: normal;
font-weight: normal;
src:url('fonts/MYRIADPRO-BOLD.woff') format('woff');
}

@media only screen and (min-width: 240px) and (max-width: 450px) {
.welcome-text h2{ margin-top:0px; font-size:20px; margin-bottom:10px;}

.call-number h3 {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight:bold;
}
.suscribe-form h3{
  font-size: 14px;
  margin-top: 10px;
  margin-bottom:10px;
}
}
	@media only screen and (min-width: 240px) and (max-width: 450px) {	
	.suscribe-form button[type="submit"]
	{ width:100%; margin-bottom:10px;}
	.suscribe-form button[type="reset"]
	{ width:100%;}
	}
