/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open+Sans:400,600,700,800');
@import "node_modules/bootstrap/scss/bootstrap";

 body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}

h3{
	font-size:1.50rem !important;
}
ul li
{
    list-style:none;
    
}

ul li a{
    color:inherit;
    list-style:none;
}

.logo-top
{
	margin-left:250px;
}

h5 a
{
	color:inherit;
}
header{
    background-color: #fff;
	margin-top:5px;
    /*position:fixed;**/
    top:0px; 
    right:50px;
    left:50px;
    z-index:9999;

}
.head-wrapper li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    
}

.head-wrapper li a {
    color:grey;
    font-weight:500;
    
    
}

.header-icon
{
    float:left;
    margin-right:5px;
}


.header-icon i{
    color:#352f71;
    font-size:25px;
}

.head-wrapper{
    margin-top:7px;
}

.header-text
{
    float:right;
    font-size:13px;
    color:grey;
    font-weight:500;
}

.header-right-wrapper
{
    float:right;
}

.header-right-wrapper ul li{
    float:left;
    font-size:27px;
    padding-right:15px;
    
}
.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;

}


.navbar ul li a
{
    font-size:18px;
    font-weight:700;
    color:#352f71;
    text-decoration: none;

}

.navbar ul li a:hover{
    color:#ffdb3a;
}

.btn-quote{
    margin-top:-15px;
}

.quote{
    background-color:#ffdb3a;
    padding:10px;
    margin-left:25px;
    color:black;
    text-decoration:none;
}

.call-centre
{
    float:right;
    margin-right:0px;
    margin-top:-40px;
    font-size:16px;
}

.call-text{
    margin-left: 190px;
    font-weight:600;
}

.phone-number
{
   font-size:24px; 
    margin-left:150px;
   
}
.phone-number a{
     color:inherit;
}


.banner-sec{
    background-image: url('images/bg.jpg');
    z-index: -1;
}
.content{
    text-align:center;
    padding:50px 0px;
}

.ban-call{
    font-weight:800;
}

.call{
    font-size:50px;
    font-weight:800;
    color:#ebb516;
}

.call-num
{
    
    margin-top: -15px;
    font-size:40px;
    font-weight:800;
    color:#12005c;
    
}


.number
{

    border: solid 3px;
    border-color: #12005c;
    border-radius:10px;
    width:300px;
    height:40px;
    text-align:center;
    
}

.con-submit
{
    border-style:inherit;
    border-radius:10px;
    background-color: #38386f;
    padding: 15px 30px;
    color: white;
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px;
}

.banner-text
{
    font-size: 35px;
}
.contact
{
 font-size:10px;
}

.banner-li
{   
    
    margin-top:-20px;
    height: 70px;
    background-color: darkgrey;

}

.banner-li ul
{
    font-size:15px;
    float:left;
    color:white;
    padding-top:12px;
}


.banner-li ul li
{
    float:left;
    padding-left:15px;
    padding-top:15px;
    font-weight:600;
    
}



.slider-sec img
{
    margin-top:-25px;
    
}

.profile
{
    position:relative;
    z-index: 999;
    margin-top:-15px;
    background-color: #38386f;
    

}

.pro-content{
    
    margin-top:20px;
}
.pro-text{
    color:white;
}
.pro-head
{
    color:yellow;
}

.pro-para{
    color:white;
}

.cert{
    
    margin-top:20px;
}

.certificate{
    float:left;
    padding-right:50px;
}

.pro-text1{
    padding-top:15px;
}

.cert-img{
    color:white;
}

.service{
    padding-top:40px;
}

/* Style the tab */
.tab {
    overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 120px;
    transition: 0.3s;
    color:#38386f;
    font-weight:800;
    font-size:20px;
    letter-spacing:5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: green;
}

/* Create an active/current tablink class */
.tab button.active {
    color: grey;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.pest-row li a{
    float:left;
    padding:45px;
    text-align: center;
}

.pest-row li a:hover{
    text-decoration: none;
    color:#ebb516;
}

.pest-row li a span{
    font-weight:600;
}

.content1{
    margin-top:10px;
    width:250px;
    float:left;
    padding-left:15px;
}


.client-head{
    
    color:grey;
    text-align:center;
}


.card {
  margin: 0 auto;
}
.card .carousel-item {
  height: 200px;
}
.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.card .carousel-caption h3 {
  color: #3d3d3d;
}
.card .carousel-caption p {
  line-height: 30px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
    text-decoration:none;
}
a > .ico {
    background-color: grey;
    padding: 10px;
    
}
a:hover > .ico {
    background-color: #666;
}

.carousel-item{min-height:300px; background:#ccc; };

.test-name{color:black;}


.contact-info
{
    background-color:#373453;
}
.main-info{
    text-align:center;
    padding-top:25px;
    color:white;
}

.phone-icon
{
    color:white;
    text-align: center;
    
}

.phone-icon i{
    margin-top:15px;
    font-size:50px;
}

.contact-num
{
    margin-top:25px;
}

#request-form input {
    border: 1px solid #ebebeb;
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    padding-left: 20px;
    text-transform: capitalize;
    width: 100%;
    background: none;
    transition: .3s;}

.btn {
    -moz-user-select: none;
    background: #ffe002 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    padding: 15px 32px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    margin-top:20px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer-content
{
    margin-top:20px;
    float:left;
    
}



.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.termite1{
	width:100%;
	height:200px;
	clear:right;
}

