/* Add here all your CSS customizations */
.main_head h1{font-size:30px;text-align:center;color: #337ab7;margin-bottom: 25px;}
.errorpage_sec {
    text-align: center;
    margin-top: 150px;
    border-top: 1px solid #ccc;
    padding: 40px 40px 0 40px;
}
.errorpage_sec h1{color:#337ab7;font-weight:bold;margin-bottom:15px;}
.head_txt {
    z-index: 99;
    position: absolute;
    top: 50%;
    right: 0;
    left: 25%;
}
.head_txt h1 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    background: #00000085;
    width: auto;
    display: inline-block;
    padding: 10px 40px;
}
.fs_35{font-size:35px;}
.dropbtn {
    background-color: unset;
    color: #666;
    font-weight: 700;
    font-size: 12px;
    padding-top: 43px;
    border: none;
    text-transform:uppercase !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #0088cc;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9;
}

.dropbtn:hover .dropdown-content {
  display: block !important;
}
.dropdown-content a {
    color: #fff;
    padding: 12px 8px !important;
    text-decoration: none;
    text-transform: capitalize !important;
    display: block;
    font-size: 14px !important;
}

.dropdown-content a:hover {background-color: #0088cc;}

/*.dropdown:hover .dropdown-content {display: block;}*/

/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/

.sticky-menu-active .dropbtn {padding-top:27px;}
.services_main_ban1 {
    background: url(../img/s1.jpg);
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    height: 450px;
    background-position: center;
}
.services_main_ban1 h1 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 320px;
    padding: 10px 20px;
    background: rgba(0,0,0,0.8);
    display: inline-block;
}

.services_main_ban2 {
    background: url(../img/s2.jpg);
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    height: 450px;
    background-position: center;
}
.services_main_ban2 h1 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 320px;
    padding: 10px 20px;
    background: rgba(0,0,0,0.8);
    display: inline-block;
}

.services_main{padding-top:30px;}
.services_main p{font-size:18px;}
.logo img{width: 250px;height: 70px;}
#header .logo{display: block !important;}
/*.logo.logo-sticky-active img{width: 270px !important;height: 70px !important;top:43px !important;}*/
.logo.logo-sticky-active img {
    width: 250px !important;
    height: 70px !important;
    top:26px !important;
   /* margin: 20px 0px;*/
}


@media(max-width:768px){
    .head_txt {right: 0;left: 5%;top: 19%}
    .head_txt h1{font-size:18px;padding:5px 20px;}
    .dropbtn {color:#fff;padding-top: 3px;}
    .dropdown-content{position:unset;}
    .services_main{padding:25px;}
    .services_main_ban1 h1 {font-size:25px;}
    .services_main_ban2 h1 {font-size:25px;}
}