
/***** General CSS *****/
body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #017cba;
    white-space: initial;
}
a:hover, a:focus {
    text-decoration: none;
    color: #017cba;
}
a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
img {
    max-width: 100%;
}
input[type="text"]:focus, textarea:focus, input[type="password"]:focus, select:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}
select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea, input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
p {
    font-weight: 400;
    line-height: 1.6;
    font-size: 14px;
}
/***** Font Files *****/
@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}
/***** Custom Classes *****/
.noPadding {
    padding: 0;
}
.noLeft {
    padding-left: 0;
}
.noRight {
    padding-right: 0;
}
.centerCol {
    float: none;
    margin: 0 auto;
}
.btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 40px;
    color: #fff;
    margin: 20px 20px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: uppercase;
}
.btnGreen {
    background-color: #28b16d;
    color: #fff;
    border-color: #28b16d;
}
.btnGreen:focus, .btnGreen:hover {
    background-color: #fff;
    color: #28b16d;
    border-color: #28b16d;
}
img.pull-left, .imgOverlay.pull-left {
    margin: 0 30px 20px 0;
}
img.pull-right {
    margin: 0 0 20px 30px;
}
.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}
h1 {
    font-family: 'Poppins',Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}
h2 {
    font-family: 'Poppins',Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}
h3 {
    font-family: 'Poppins',Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}
h4 {
    font-family: 'Poppins',Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}
h5 {
    font-family: 'Poppins',Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}
h6 {
    font-family: 'Poppins',Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}
input[type="text"], input[type="password"], select, input[type="email"], input[type="url"], input[type="number"], textarea, input[type="tel"] {
    border: 1px solid #ececec;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0px 15px;
    border-radius: 0;
}
textarea {
    padding: 10px;
    height: 167px;
}
input[type="submit"] {
    color: #fff;
    background-color: #33458d;
    height: 55px;
    padding: 0px 65px;
    font-size: 12px;
    line-height: 20px;
    border: 2px solid #33458d;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
input[type="submit"]:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    background-color: #fff;
    color: #33458d;
    border-color: #33458d;
}
select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}
input[type="checkbox"], input[type="radio"] {
    margin: 0 10px 20px 0;
}
::-webkit-input-placeholder {
color:#575757;
}
::-moz-placeholder {
color:#575757;
opacity:1;
}
:-ms-input-placeholder {
color:#575757;
}
:-moz-placeholder {
color:#575757;
opacity:1;
}

/*side nav start*/
.sidenav {
  height: 100%;
  /* 100% Full-height */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Stay on top */
  top: 0;
  left: -500px;
  background: #0578a0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 59px;
  /* Place content 60px from the top */
  transition: 0.2s;
  /* 0.5 second transition effect to slide in the sidenav */
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  animation: fadeInDown .8s;
}
/* The navigation menu links */

/* When you mouse over the navigation links, change their color */

.sidenav a:hover, .sidenav a:focus {
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: -9px;
  right: 6px;
  font-size: 36px;
  margin-left: 0;
}
.sidenav a {
  text-align: left;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}
.mobilecontainer span {
  color: #fff;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  font-size: 25px;
  cursor: pointer;
}
.mobilecontainer img {
  width: 50%;
  margin: 10px 0;
}
.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
}
.navigation .caret {
  position: relative;
  left: 5px;
}
#mySidenav ul.dropdown-menu {
  position: static;
  float: none !important;
  width: 100%;
  display: none;
  background: #4a291c;
}
#mySidenav ul.dropdown-menu li {
  float: none;
  display: block;
  padding: 0 0px 4px;
}
#mySidenav .caret {
  display: none;
}
#mySidenav #hassubmenu {
  position: relative;
}
#mySidenav #hassubmenu i.fa.fa-angle-down {
  position: absolute;
  right: 20px;
  background: black;
  color: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 0;
  padding-top: 2px;
  top: 6px;
}
#mySidenav div {
  border-top: 1px solid white;
}
#mySidenav div:last-child {
  border-bottom: 1px solid white;
}
#mySidenav a.closebtn+div {
  margin-top: 10px;
}
#mySidenav ul.submenu {
   /*  display: none; */
    padding: 0;
    background-color: #000;
    width: 100%;
    overflow: scroll;
    height: 150px;
}
#mySidenav .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}
.navigation ul li > .dropdown-menu li a i{
     float: right;
    right: 14px;
    font-weight: bold;
    margin-top: 1px;
    position: absolute;
    font-size: 17px;
}
.navigation ul .show-on-hover:hover>ul.submenu {
    left: 101% !important;
    top: -25% !important;
  }
.menuSec .container {
    display: flex;
    align-items: center;
}
.navigation ul li > .dropdown-menu li i.fa.fa-angle-down{display: none;}
/* sidenav-css end */


/*banner css start */
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
}
.carousel-control.right, .carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255,255,255,0.1);
    text-shadow: none;
}
.carousel-control.right:hover, .carousel-control.left:hover {
    background: rgba(255,27,27,0.6);
    color: #fff;
}
.carousel-control.right .fa, .carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}
.carousel-control.right {
    right: 0px;
}
.carousel-control.left {
    left: 0px;
}
.carousel-indicators {
}
.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0,0,0,0.1);
}
.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

section.services-content.p-100 ul li a {
    color: #000;
        font-size: 15px;
}


section.services-content.p-100 ul li a:hover {
   color:#23527c !important;
    font-weight: 600;
    font-size: 16px;
}
.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 12px;
    height: 12px;
}
/*banner css end*/
ul.social-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

ul.social-links li {
    margin-right: 25px;
}
ul.social-links li a i {
    color: rgba(255, 255, 255, 0.6);
}
.topSec {
    padding: 5px 0;
    background: #222;
}
select.lang-sel {
    height: 30px;
    padding: 0 10px;
    margin: 0;
}
.wrp-lang {
    position: relative;
}

.wrp-lang i {
    position: absolute;
    right: 10px;
    top: 8px;
}

ul.contacts-info li:first-child {
    margin-left: -30px;
}

ul.contacts-info li {
    position: relative;
    padding-left: 45px;
    display: inline-block;
    margin-left: 20px;
}
ul.contacts-info li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    color: #017cba;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #017cba;
}
p.info span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.nav-sec {
    padding: 15px 0;
    background: #017cba;
}

ul#menu {
    display: flex;
    align-items: center;
}

ul#menu li {
    margin: 0 20px;
}

ul#menu li a {
    color: #fff;
    font-weight: 600;
    position: relative;
} 
ul#menu li a:before {
    position: absolute;
    width: 0;
    height: 5px;
    background: #0f2e4d;
    left: 0;
    content: '';
    bottom: -17px;
    right: 0;
    margin: auto;
    transition: 0.5s all;
}
ul#menu li:hover a:before {
    width: 100%;
}
ul#menu li.active a:before{width: 100%;}
.slide-bner {
    background-image: url(../images/baner-1.jpg);
    padding: 100px;
    height: 644px;
    background-size: cover;
    background-position: center;
    background-color: #00000075;
    background-blend-mode: overlay;
    display: flex !important;
    align-items: center;
}

.slide-bner h3 {
    color: #fff;
}
.btn-inline {
    display: flex;
    align-items: center;
}

.btnm a {
    padding: 9px 20px;
    background: #017cba;
    border: 2px solid #ffb600;
    color: #fff;
}

.btn-inline .btnm {
    margin-right: 20px;
}
.btnm.-a a {
    background: transparent;
    border-color: #ffffff;
}

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSDN {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1.5s;
}

.slick-active .slide-content-2 {
  animation-name: fadeInUpSDN;
  animation-duration: 0.5s;
}

/* Text Animation End **/

.p-100{padding: 100px 0;}
.top-title {
    display: block;
    width: 70px;
    height: 25px;
    border: 4px solid #017cba;
    border-bottom: none;
}
h2.title {
    font-size: 38px;
    font-weight: 700;
    color: #222;
    line-height: 1;
    margin: 20px 0 10px 0;
}
div.sub-title {
    font-size: 13px;
    color: #979797;
    line-height: 1;
    margin-bottom: 20px;
}
.bottom-title {
    display: block;
    width: 70px;
    height: 4px;
    background-color: #017cba;
}
div.desc {
    font-size: 14px;
    color: #727272;
    margin-top: 60px;
}
.titl-st{font-size: 18px;font-weight: 600;color: #222;margin: 20px 0 10px;line-height: 1.6;padding-top: 20px;}
.btnm.grd {
    margin-top: 50px;
}

.btnm.grd a {
    border: none;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
}
section.cta-bg {
    background-image: url(../images/cta-bg.jpg);
    height: 325px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont-cta h3 {font-weight: 100;color: #fff;margin-bottom: 50px;font-size: 32px;}

.cont-cta a {
    border: none;
}
.text-center span {
    margin: auto;
}
.sld-item {
    background-image: url(../images/ser-1.jpg);
    padding: 0px 20px;
    height: 280px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgb(8 34 60 / 71%);
    background-blend-mode: overlay;
    background-size: cover !important;
    background-repeat:no-repeat;
    margin: 0 10px;
    transition: 0.2s all;
}


h4.title a {
    color: #0099e6;
    font-weight: 600;
}
.sld-item h4.title{
    line-height:20px;
}
.sld-item h4.title a {
    color: #fff;
    font-size: 21px;
    /* line-height: 10px !important; */
}
.ser-slide {
    margin-top: 100px;
    margin-bottom: 100px;
}
.sld-item:hover {
    background-color: #a75900;
}
.sld-item:hover h4 a {
    color: #fff;
}
.text-center .btn-inline {
    justify-content: center;
}
.btnm.dark a {
    border: none;
    background: #004b71;
}
.btnm.nobr a {
    border: none;
}
.img-1 {
    background-image: url(../images/ser-2.jpg);
}
.img-2 {
    background-image: url(../images/ser-3.jpg);
}
.img-3 {
    background-image: url(../images/ser-4.jpg);
}
ul.tab-list {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

ul.tab-list li {
    padding: 8px 20px;
    background: #017cba;
    margin: 0 2px;
    color: #fff;
    cursor: pointer;
}

ul.tab-list li.active {
    background: #004263;
}
.content.grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.single-content {
    width: 23%;
    margin: 10px;
}
.tilee {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #004263;
    color: #dcdcdc;
}

.tilee h5 {
    margin: 15px 0 6px;
    font-size: 16px;
}


section.services-content.p-100 ul li {
    list-style-type: initial;
}

section.services-content.p-100 ul {
    margin-left: 30px;
}

section.contact-form-sec {
    background-image: url(../images/form-bg.jpg);
    height: 780px;
    background-size: cover;
}

.foot a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.foot {
    margin: 25px 0;
}



.cont-head h2 {
    color: #ffff;
}
.img-sde {
    position: relative;
    top: 56px;
}
form.comtact {
    padding: 60px 0 0;
    color: #fff;
}

form.comtact input {
    height: 44px;
    border: 1px solid #d3d3d354;
    background: transparent;
    color: #fff;
    margin-bottom: 30px;
}

form.comtact select {
    height: 44px;
    border: 1px solid #d3d3d354;
    background: transparent;
    color: #fff;
    padding: 0 15px;
    margin-bottom: 30px;
}

form.comtact button {
    height: 44px;
    width: 100%;
    border: 1px solid #d3d3d354;
    background: #ffffff;
    color: #252525;
}
form.comtact input::placeholder {
    color: #cecece;
}
form.comtact select option {
    background: #004263;
}
.sli-item {
    border: 1px solid #e8e8e8;
    margin-right: 15px;
}
section.newsletter {
    background-image: url(../images/newsletter-bg.jpg);
    height: 260px;
    background-size: cover;
}
.newsletter .sub-title {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 10px;
}

.newsletter .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.newsletter .title span {
    color: #017cba;
}
form.news-form input {
    background-color: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 40px 10px 20px;
    color: #fff;
}

form.news-form button {
    position: absolute;
    background: transparent;
    border: none;
    color: #017cba;
    top: 10px;
    right: 14px;
}
.footerSec {
    background: #171717;
    color: #9c9c9c;
    padding: 30px 0;
}

ul.foot-menu {
    display: flex;
}

ul.foot-menu li {
    margin-right: 25px;
}

ul.foot-menu li a {
    color: #9c9c9c;
}

ul.foot-menu li a:hover {
    color: #fff;
}

ul.foot-menu li.active a {
    color: #fff;
}

.copyright a {
    color: #fff;
}
section.baner-def {
    background-image: url(../images/bg-header-about1.jpg);
    position: relative;
}
.uppercase h1 {
    text-transform: uppercase;
    font-weight: 600;
}
.breadcrumb a,.breadcrumb li {
    color: #fff;
}
.row.row-flex {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.cout-st {
    color: #fff;
    position: relative;
    padding-left: 50px;
}

.cout-st i {
    position: absolute;
    left: 0;
    font-size: 35px;
    top: 5px;
}

.cout-st span {
    font-size: 40px;
    font-weight: 700;
}
section.counter {
    height: 270px;
    background: #0a2c4ebf;
    display: flex;
    align-items: center;
}
.box-bdrno i {
    font-size: 40px;
    color: #017cba;
    height: 100px;
    width: 100px;
    margin: auto;
    border: 2px solid #017cba;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.5s all;
}

.box-bdrno.text-center {
}

.box-bdrno:hover i {
    color: #fff;
    background: #017cba;
}
.mt-50 {
    margin-top: 50px;
}
section.client-logo.new.p-100 {
    background: #f6f6f6;
}
section.baner-def:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(10, 44, 78, 0.85);
    content: '';
    top: 0;
    z-index: 0;
}

section.baner-def div {
    position: inherit;
}
section.services-content.p-100 h3 {
    font-size: 20px;
    margin: 30px 0 10px;
}
section.contact-pg-wrap {
    padding: 50px 0;
}
.box-bdrno.new {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.box-bdrno.new i {
    margin: 0;
    border: 3px solid;
}

.det-phn {
    padding-left: 10px;
}

.det-phn h5 {
    margin: 0;
}
.spacer-100 {
    height: 160px;
}
.space-20 {
    height: 50px;
}
section.contact-pg-wrap button {
    background: #0b2a4a;
    border: none;
    padding: 10px 15px;
    color: #fff;
}
form.contact-pg-form input {
    height: 50px;
}
form.news-form input::placeholder {
    color: #dadada;
}
section.baner-def.contact.p-100 {
    background-image: url(../images/default-page-branches.jpg);
}
section.baner-def.service.p-100 {
    background-image: url(../images/bg-header-shop.jpg);
}


a#dtbtn {
    background: #0b2a4a;
    border: none;
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
}

button#st {
    background: #0b2a4a;
    border: none;
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
}

    
    div#exampleModal label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}

div#exampleModal h5 {
    font-family: 'Poppins',Sans-Serif;
    font-size: 30px;
    line-height: 25px;
    color: #393939;
    font-weight: 600;
    margin: 13px 0 0px;
    /* text-align: center; */
}



input#recipient-name {
    border: 1px solid #a6a0a0;
}

div#exampleModal .btn {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 40px;
    color: #fff;
    margin: 0px 20px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: none;
    border: 2px solid;
    text-transform: uppercase;
    width: 100%;
}

 div#exampleModal .modal-header .close {
    margin-top: -24px;
}

div#exampleModal .modal-body {
    position: relative;
    padding: 15px;
    margin-top: 18px;
}


/*.goog-te-menu-frame {*/
/*    position: relative !important;*/
/*}*/

/*#google_translate_element {*/
/*    position: relative !important;*/
/*}*/




@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    
    .single-content {
        width: 31.33%;
        margin: 10px 5px;
    }
    
    ul.contacts-info li:first-child {
        margin-left: -110px;
    }
    
    ul#menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px){
    
    .main_logo {
        text-align: center;
    }
    
    ul#menu {
        justify-content: center;
    }
    
    .home-slider h1 p {
        font-size: 34px;
        line-height: 40px;
        margin: 0 0 17px;
    }
    
    .slide-bner {
        padding: 0 60px;
        height: 344px;
    }
    
    .p-100 {
        padding: 40px 0;
    }
    
    .cont-cta h3 {
        font-size: 28px;
        padding: 0 50px;
    }
    
    .sld-item {
        background-size: cover;
    }
    
    ul.tab-list li {
        padding: 8px 10px;
    }
    
    .single-content {
        width: 31.33%;
        margin: 10px 5px;
    }
    
    .img-sde {
        position: relative;
        top: 40px;
    }
    
    section.contact-form-sec {
        height: auto;
    }
    
    section.newsletter {
        height: auto;
    }
    
    form.news-form input {
        margin: 20px 0 0 0;
    }
    
     ul.foot-menu {
        display: flex;
        justify-content: center;
    }
    
    ul.foot-menu li {
        margin: 0 10px;
    }
    
    ul.foot-menu li a {
        font-size: 12px;
    }
    
    .copyright {
        text-align: center;
        font-size: 12px;
    }
    
    .cont-side .btnm.grd {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px){
    
    ul#menu {
        justify-content: center;
    }
    
    ul#menu li a {
        font-size: 12px;
    }
    
    ul#menu li {
        margin: 0 10px;
    }
    
    .slide-bner {
        padding: 0 20px;
        height: 344px;
    }
    
    .home-slider h1 p {
        font-size: 24px;
        line-height: 40px;
        margin: 0 0 17px;
    }
    
    .home-slider h3 p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 28px;
    }
    
    .btnm a {
        padding: 9px 16px;
    }
    
    .btn-inline .btnm {
        margin-right: 5px;
    }
    
    .p-100 {
        padding: 40px 0;
    }
    
    div.desc {
        margin-top: 20px;
    }
    
    .cont-cta h3 {
        margin-bottom: 30px;
        font-size: 22px;
    }
    
    .ser-slide {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    h2.title {
        font-size: 28px;
    }
    
    ul.tab-list {
        display: block;
        justify-content: center;
        margin-top: 40px;
    }
    
    ul.tab-list li {
        margin: 5px 2px;
    }
    
    .single-content {
        width: 100%;
         margin: 0px; 
    }
    
    section.contact-form-sec {
        height: auto;
    }
    
    form.news-form input {
        margin: 0;
    }
    
    .img-sde {
        top: 38px;
    }
    
    .newsletter .sub-title {
        font-size: 16px;
    }
    
    .newsletter .title {
        font-size: 18px;
    }
    
    section.newsletter {
        height: auto;
    }
    
    ul.foot-menu {
        display: flex;
        justify-content: center;
    }
    
    ul.foot-menu li {
        margin: 0 10px;
    }
    
    ul.foot-menu li a {
        font-size: 12px;
    }
    
    .copyright {
        text-align: center;
        font-size: 12px;
    }
    
    .home-slider h1 p br, .home-slider h3 p br {
        display: none;
    }
    
    .main_logo a img {
        width: 210px;
        height: 120px;
        object-fit: cover;
        margin: 10px auto;
    }
    
    .main_logo {
        text-align: center;
    }
    
    form.comtact {
        padding: 30px 0 0;
    }
    
    .single-content img {
        width: 100%;
    }
    
    .cont-side .btnm.grd {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    
}

@media only screen and (min-width: 300px) and (max-width: 519px){
    
    ul#menu li a {
        font-size: 12px;
    }
    
    ul#menu li {
        margin: 0 10px;
    }
    
    .slide-bner {
        padding: 0 20px;
        height: 344px;
    }
    
    .home-slider h1 p {
        font-size: 24px;
        line-height: 40px;
        margin: 0 0 17px;
    }
    
    .home-slider h3 p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 28px;
    }
    
    .btnm a {
        padding: 9px 16px;
    }
    
    .btn-inline .btnm {
        margin-right: 5px;
    }
    
    .p-100 {
        padding: 40px 0;
    }
    
    div.desc {
        margin-top: 20px;
    }
    
    .cont-cta h3 {
        margin-bottom: 30px;
        font-size: 22px;
    }
    
    .ser-slide {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    h2.title {
        font-size: 28px;
    }
    
    ul.tab-list {
        display: block;
        justify-content: center;
        margin-top: 40px;
    }
    
    ul.tab-list li {
        margin: 5px 2px;
    }
    
    .single-content {
        width: 100%;
         margin: 0px; 
    }
    
    section.contact-form-sec {
        height: auto;
    }
    
    form.news-form input {
        margin: 0;
    }
    
    .img-sde {
        top: 38px;
    }
    
    .newsletter .sub-title {
        font-size: 16px;
    }
    
    .newsletter .title {
        font-size: 18px;
    }
    
    section.newsletter {
        height: auto;
    }
    
    ul.foot-menu {
        display: flex;
        justify-content: center;
    }
    
    ul.foot-menu li {
        margin: 0 10px;
    }
    
    ul.foot-menu li a {
        font-size: 12px;
    }
    
    .copyright {
        text-align: center;
        font-size: 12px;
    }
    
    .home-slider h1 p br, .home-slider h3 p br {
        display: none;
    }
    
    .main_logo a img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        margin: 10px auto;
    }
    
    form.comtact {
        padding: 30px 0 0;
    }
    
    .baner-def h1 {
        font-size: 32px;
    }
    
    .spacer-100 {
        height: 60px;
    }
    
    .cont-side .btnm.grd {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    
}



/*new css*/
.bsn-hours h3 {
    color: #fff;
}
.bsn-hours ul {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    margin-bottom: 40px;
}