body {
        font-family: 'Roboto', sans-serif;
    font-size   : 16px;
    line-height : 24px;
    color       : #969595;
    font-weight : 400;
    background: #fff;
    }

/* --------------------------------------
Global Typography
------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
        font-family: 'Roboto', sans-serif;
    margin      : 0 0 15px;
    color       : #313131;
    font-weight : 400;
    }

h1 {
    font-size   : 30px;
    line-height : 24px;
    }

h2 {
    font-size   : 24px;
    line-height : 24px;
    }

h3 {
    font-size   : 20px;
    line-height : 24px;
    }

h4 {
    font-size   : 18px;
    line-height : 24px;
    }

h5 {
    font-size   : 16px;
    line-height : 24px;
    font-weight : 600;
    }

h6 {
    font-size   : 14px;
    line-height : 24px;
    }

/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
    color              : #31aae2;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
    }

a:hover,
a:focus {
    text-decoration : none;
    }
p {
  margin: 0 !important;
}

ul {
    margin     : 0;
    padding    : 0;
    list-style : none;
    }
/* --------------------
   Title Section
-------------------*/
.section-padding {
  padding: 70px 0;
}
.section-title small {
  font-size: 22px;
color: #979090;
font-weight: 400;
}
.about .content p{margin-top: 10px !important;font-weight:300;}

.section-title h2 {
  font-size:30px;
  color: #1f4670;
  text-transform: uppercase;
  font-weight:500;
}
.about.section-padding {
    margin: 30px 0px;
}

.section-title2 {
    margin-bottom: 20px;
}
.section-title3 h2{position:relative;margin-bottom: 40px;}
.section-title3 h2:after{
	position: absolute;
content: '';
width: 8%;
height: 2px;
bottom: -10px;
left: 0;
background: #b1b7bd !important;
right: 8%;
margin: 0 auto;}
.blogBox{position:relative}
.blogBox span{position: absolute;
left: 0;
background: #1f4671;
color: #fff;
padding: 20px 10px;
font-weight: bold;
text-transform: uppercase;
top:0}
.abouFt p{color:#fff;font-size:16px;padding-top:15px;}
.sociaIcon li{display:inline-block;}
.sociaIcon li a{width: 50px;
height: 50px;
color: #fff;
display: inline-block;
background: #203258;
text-align: center;
line-height: 50px;
border-radius: 50%;
transition:.3s ease;
}
ul.sociaIcon{margin-top:15px;}
.sociaIcon li a:hover{background:#00a651}

.homePageForm input[type="text"]{
	width: 100%;
padding: 10px;color:#7d7878;
font-style: italic;
font-weight: 300;
margin-bottom: 15px;	
}
.error404 #header{background:#163c6b0d;border:1px solid gray}
.error-404.not-found{padding:80px 0px;text-align:center}
.error-404.not-found .page-content{display:none}

.gropupOne input[type="email"],.gropupOne input[type="tel"]{
	float:left;width:48.5%;color: #bfbfbf;
	padding: 10px;color:#7d7878;
font-style: italic;
font-weight: 300;
margin-bottom: 15px;
}
.gropupOne input[type="tel"]{margin-right:3%;}
.homePageForm textarea{height:100px;padding: 10px;color:#7d7878;
font-style: italic;
font-weight: 300;}

.section-title3 h2:before{
	position: absolute;
content: '';
width: 3%;
height: 2px;
bottom:-10px;
left: 4%;
background: #1f4671;
background: -moz-linear-gradient(left, #1f4671 0%, #2989d8 50%, #00a652 51%, #00a652 100%);
background: -webkit-linear-gradient(left, #1f4671 0%,#2989d8 50%,#00a652 51%,#00a652 100%);
background: linear-gradient(to right, #1f4671 0%,#2989d8 50%,#00a652 51%,#00a652 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4671', endColorstr='#00a652',GradientType=1 );
right: 0;
margin: 0 auto;}
.section-title3 h2 strong{font-weight: 500;
color: #00a651;}
.blogBox img{width:100%;}
.blogBox{box-shadow: 0 0 20px 0 rgba(0,0,0,.15);}
.blogContent{padding: 30px 20px;text-align: left;}
.blogContent a{color: #bdb9b5;
margin-top: 10px;
display: inline-block;}

.blogContent h2{font-size: 20px;
font-weight: 500;
text-transform: uppercase;
color: #29272a;}
.blogContent p{color: #625f68;}

#menu-header-menu .current_page_item{background: #00a750;}
#menu-header-menu .current_page_item a{color:#fff}




.section-title h2 span{color: #00a651;position:relative;}
.section-title h2 span:after{position: absolute;
content: '';
background:#979090c2;
width:60%;
height: 2px;
bottom: 0px;
left: 2px;}
.section-title h2 span:before{position: absolute;
content: '';
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f4671+0,2989d8+50,00a652+51,00a652+100 */
background: #1f4671; /* Old browsers */
background: -moz-linear-gradient(left,  #1f4671 0%, #2989d8 50%, #00a652 51%, #00a652 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #1f4671 0%,#2989d8 50%,#00a652 51%,#00a652 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #1f4671 0%,#2989d8 50%,#00a652 51%,#00a652 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4671', endColorstr='#00a652',GradientType=1 ); /* IE6-9 */
width:30%;
height: 2px;
bottom: 0px;
right: 5px;}

.about .button, .service .button, .gallery .button, .industryContent .button {
    background-color: #00a651;
margin-top: 30px;
color: #fff;
margin-bottom: 0;
transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
border-radius: 0px;
font-size: 18px;
padding: 10px 20px;
text-transform: uppercase;
margin-top: 10px;
display: inline-block;
}
.about .button:hover, .gallery .button:hover, .slider .carousel-caption .btn:hover {
  color: #00a651;
  background: #182f50 !important;
  transition: 0.3s ease-in all;
}
/* --------------------
   Header Section
-------------------*/
header .top-bar {
    background:#163c6b;
}
header .top-bar .dropdown {
    margin: 0;
    padding-left: 0;
    display: inline-block;
}
header .top-bar .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
}
header .top-bar .dropdown a {
    color: #fff;
    padding: 10px 0;
    display: block;
}
header .top-bar .dropdown-menu > li > a {
  color: #00a651 !important;
  padding: 10px;
  transition: 0.3s ease-in all;
}
header .top-bar .caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
header .top-bar .dropdown-menu > li > a:hover {
  color: #fff !important;
  background: #00a651;
  transition: 0.3s ease-in all;
}
header .top-bar .contact {
    padding-left:0px;
    padding-top: 12px;
    display: inline-block;
}
header .top-bar .contact i {
    border: 0;
    width: auto;
    height: auto;
    display: inline-block;
}
header .top-bar .contact ul li {
    color: #fff;
    margin-right: 10px;
    display: inline-block;
}
header .top-bar .contact ul li a {
    font-size: 15px;
    color: #fff;
    transition: 0.3s ease-in all;
    display: block;
}
header .top-bar .contact ul li a:hover {
  color: #00a651;
}
header .top-bar .contact ul li:last-child {
    float: right;
}
header .top-bar .contact i {
    font-size: 18px;
    color: #00a651;
    margin-right: 6px;
}
header .top-bar .contact i:hover {
    color: #fff;
}
header .top-bar .social {
    width: 18%;
    float: right;
}
header .top-bar .social ul {
    text-align: right;
}
header .top-bar .social ul li {
    display: inline-block;
}
header .top-bar .social ul li i {
    font-size: 18px;
    color: #fff;
    text-align: center;
    transition: 0.3s ease-in all;
    padding: 15px 10px;
    display: block;
}
header .top-bar .social ul li i:hover {
  color: #00a651;
}
header .top-bar ul li:last-child {
    margin-right: 0;
}
.drop {
    display: none;
}
#wrap {
  display: inline-block;
  float: right;
  padding: 0;
}

#wrap input[type="text"] {
  height: 60px;
  font-size: 55px;
  display: inline-block;
  font-family: "Lato";
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

#wrap input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}

#wrap input[type="text"]:focus {
  width: 700px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}
#wrap input[type="submit"] {
  height: 35px;
  width: 63px;
  display: inline-block;
  color:red;
  float: right;
  background: url(../images/search.png) no-repeat;
  background-position: center;
  text-indent: -10000px;
  border: 0;
  border-left: 1px solid #fff;
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
  background: #fff;
}

#wrap input[type="submit"]:hover {
  opacity: 0.8;
}


#header.header-scrolled {
    background: #fff;
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s;
}
#header {
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: #fff;
    box-shadow: none;
    background: transparent;
}
#header .logo-nav {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.30);
    display: inline-block;
	padding:20px 0px;
}
#header .logo-nav #logo {
    padding: 10px 0;
}
#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
}
#header #logo h1 a, #header #logo h1 a:hover {
    color: #000;
    padding-left: 10px;
    border-left: 4px solid grey;
}
#nav-menu-container {
    /*float: right;
    margin: 22px 70px 22px 0;*/
    flex: 30%;
}
.nav-menu > li {
    margin-left: 10px;
}
.nav-menu > li {
    float: left;
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.header-scrolled .nav-menu li:hover > a, .header-scrolled .nav-menu > .menu-active > a {
    color: #18d26e;
}
.header-scrolled .nav-menu a {
    color: black;
}
/*.nav-menu li:hover > a {
    color: #18d26e;
}*/
.nav-menu a:hover::before {
    width: 100%;
    height: 3px;
    position: absolute;
    background: #00a651;
    bottom: 0;
    left: 0;
    content: '';
}
.nav-menu > .menu-active::before {
    width: 100%;
    height: 3px;
    position: absolute;
    background: #00a651;
    bottom: 0;
    left: 0;
    content: '';
}

.nav-menu > .menu-active a{background:#00a651;color: #fff;}

.nav-menu a {
    padding:5px 15px;
    text-decoration: none;
    display: inline-block;
    color:#163c6b;
    font-size: 18px;
    outline: none;
}
#mobile-nav-toggle {
    display: inline;
}
#mobile-nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
body.mobile-nav-active #mobile-nav {
    left: 0;
}
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#mobile-nav ul li {
    position: relative;
}
#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #18d26e;
}
#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}
#mobile-nav ul .menu-item-active {
    color: #18d26e;
}
#mobile-nav ul li li {
    padding-left: 30px;
}

.menu-has-children ul
{display: none;}

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color:black;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}


.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}
.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
#header .container .logo-nav {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.openBtn {
  background: transparent;
padding-left: 25px;
font-size: 20px;
cursor: pointer;
order: 1;
border-left: 1px solid #2d2828 !important;
border: 0;
color: #163c6b;
margin-left: 15px;
transition: .3s ease-in all;
}

.openBtn:hover {
  color: #00a651;
  background: transparent;
  transition: .3s ease-in all;
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index:999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  color: #fff;
  background: #00a651;
  font-size: 17px;
  border: none;
  cursor: pointer;
  transition: 0.2s ease-in all;
}
.overlay button:hover {
  color: #00a651;
  background: #1f4670;
  transition: 0.3s ease-in all;
}





.slider {
    position: relative;
    z-index: 0;
}
.slider .owl-theme .owl-dots {
  position: absolute;
  left: 10%;
  bottom: 20%;
  margin: auto;
  text-align: center;
}
.slider .owl-theme .owl-nav, .affiliate .owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: 0;
}
.slider .owl-carousel .owl-nav button.owl-prev, .slider .owl-carousel .owl-nav button.owl-next, 
.affiliate .owl-carousel .owl-nav button.owl-prev, .affiliate .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 45px;
    height: 46px;
    font-size: 32px;
    line-height: 45px;
    background: transparent;
    border-radius: 0;
    color: #010101;
    border: 2px solid #010101;
    margin: 0;
    transition: 0.3s ease-in all;
}
.slider .owl-carousel .owl-nav button.owl-prev:hover, .slider .owl-carousel .owl-nav button.owl-next:hover, 
.affiliate .owl-carousel .owl-nav button.owl-prev:hover, .affiliate .owl-carousel .owl-nav button.owl-next:hover {
    color: #fff;
    background: #00a651;
    border-color: #00a651;
    transition: 0.3s ease-in all;
}
.slider .owl-carousel .owl-nav button.owl-prev span, .slider .owl-carousel .owl-nav button.owl-next span, 
.affiliate .owl-carousel .owl-nav button.owl-prev span, .affiliate .owl-carousel .owl-nav button.owl-next span {
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
}
.slider .owl-carousel .owl-nav button.owl-prev {
    left: 70px;
}
.slider .owl-carousel .owl-nav button.owl-next {
    right: 70px;
}
.slider .owl-theme .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    background: transparent;
    border: 2px solid #fff;
    margin-right: 5px;
    border-radius: 50%;
}
.slider .owl-theme .owl-dots .owl-dot.active, .slider .owl-theme .owl-dots .owl-dot:hover {
    background: #fff;
}
.slider .carousel-caption {
    top: 20%;
width: 50%;
left: 9%;
z-index: 3;
text-align: left;
background:transparent;
}
.boxContent{
padding: 30px;
background: #130f1099;
}


.slider .carousel-caption .title {
    font-size: 45px;
}
.slider .carousel-caption h1 {
    font-size: 60px;
color: #fff;
line-height: 70px;
text-transform: uppercase;
font-weight: bolder;
margin-bottom: 5px;
}
.slider .carousel-caption h1 span {
  color: #01a450;
}

.slider .carousel-caption .btn {
  background-color: #00a651;
margin-top:20px;
color: #fff;
margin-bottom: 0;
transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
border-radius:0px;
font-size: 18px;
padding: 10px 20px;
text-transform: uppercase;
}







/* ---------------------------
   Banner Bottom Section
----------------------------*/

#industry4 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30%;
    margin: auto;
    text-align: center;
}
#industry4 .owl-theme .owl-dots {
    padding: 5px 0;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#industry4 .owl-theme .owl-dots .owl-dot {
    display: inline-block;
cursor: pointer;
width: 12px;
height: 12px;
border: 2px solid #1f4670;
border-radius: 50%;
background: #1f4670;
margin-right: 6px;
}
#industry4 .owl-theme .owl-dots .owl-dot.active {
    width: 12px;
    height: 12px;
    background:#00a651;
    border: 1px solid #00a651;
    margin-right: 5px;
    border-radius: 50%;
}



.banner-bottom {
  margin-top: -40px;
background: #e0e0e0;
padding-bottom: 50px;
}
.banner-bottom .box a {
  font-size: 22px;
  position:relative;
color: #1f4670;
padding:0 0px 10px 0px;
transition: 0.2s ease-in all;
display: block;
text-transform: uppercase;
font-weight: 500;
}
.banner-bottom .box a:before{
	position: absolute;
content: '';
background: #00a651;
width: 20%;
height: 4px;
left: 0;
bottom: -1px;
right: 0;
margin: 0 auto;
}

.banner-bottom .box:hover a::before{background:#fff;}
.banner-bottom .box:hover a::after{background:#fff;}
.banner-bottom .box a:after{
	position: absolute;
content: '';
background: #00a651;
width: 60%;
height: 1px;
left: 0;
bottom: 0;
right: 0;
margin: 0 auto;
}


.banner-bottom .box p{
	font-weight:300;
	color:#a0a0a0;
	padding-top: 10px;
}


.banner-bottom .box .img1, .banner-bottom .box .img2, .banner-bottom .box .img3, 
.banner-bottom .box .img4 {
  width: 130px;
  height: 80px;
  background-position: center !important;
  margin: auto;
  transition: 0.2s ease-in all;
}
.box.text-center{
	border: 1px solid #e0e0e0;
    background: #fff;
	padding:10px 10px 30px 10px;
}
.box.text-center:hover {
    background: #00a652;
}

.banner-bottom .box .img1 {
  background: url(../images/icon-1.png) no-repeat;
}
.banner-bottom .box:hover .img1 {
  background: url(../images/icon-1-hover.png) no-repeat;
  transition: 0.3s ease-in all;
}

.banner-bottom .box .img2 {
  background: url(../images/icon-2.png) no-repeat;
}
.banner-bottom .box:hover .img2 {
  background: url(../images/icon-2-hover.png) no-repeat;
  transition: 0.3s ease-in all;
}

.banner-bottom .box .img3 {
  background: url(../images/icon-3.png) no-repeat;
}
.banner-bottom .box:hover .img3 {
  background: url(../images/icon-3-hover.png) no-repeat;
  transition: 0.3s ease-in all;
}

.banner-bottom .box .img4 {
  background: url(../images/icon-4.png) no-repeat;
}
.banner-bottom .box:hover .img4 {
  background: url(../images/icon-4-hover.png) no-repeat;
  transition: 0.3s ease-in all;
}
.banner-bottom .box:hover a {
  color: #fff;
}
.banner-bottom .box:hover p {
  color: #fff;
  transition: 0.3s ease-in all;
}
/* --------------------
   About Section
-------------------*/

.about .imgbox a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  transition: 0.3s ease-in all;
}
.about .imgbox a img {
  width: 20%;
  transition: 0.3s ease-in all;
}
.about .imgbox a img:hover {
    background: rgba(153,202,62,0.70);
    border-radius: 50%;
    transition: 0.3s ease-in all;
}
.about .imgbox a .icon {
    position: absolute;
    bottom: -50px;
    border-radius: 50%;
    border: 15px solid rgba(255,255,255,0.57);
    transition: 0.3s ease-in all;
}
.about .imgbox a .icon i {
    background: #1f4670;
    width: 100px;
    height: 100px;
    color: #fff;
    padding-left: 15px;
    font-size: 65px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    transition: 0.3s ease-in all;
}
.about .imgbox a:hover .icon {
  border: 15px solid rgba(0,0,0,0.30);
  transition: 0.3s ease-in all;
}
.about .imgbox a:hover .icon i {
  background: #00a651;
  transition: 0.3s ease-in all;
}
/* --------------------
   Service Section
-------------------*/
.service {
  background: url(../images/plan.jpg) no-repeat;
  background-size: cover;
  background-position: 100%;
  margin-bottom: 70px;
}
.industry h2 {
  color: #fff;
}
.industriesContent h2{color: #1c4570;}
.service p {
  color: #696969;
}
.service .bookmarks {
  margin-bottom: 50px;
}
.service .bookmarks ul {
  padding: 5px 0;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.rightProb,.leftPorb{float: left;
margin-top: 40px;
width: 50%;}
.rightProb li,.leftPorb li{display:inline-block;margin-bottom:30px;}
.rightProb li span:last-child,.leftPorb li span:last-child{width:75%;margin-left:20px;}

.rightProb li span h2,.leftPorb li span h2{font-size:18px;color:#333438;margin-bottom:5px;text-transform: capitalize;}
.rightProb li span,.leftPorb li span{float:left;color:#5b5b60}



@media (max-width: 767px) {
  .service .bookmarks ul {
    width: 120px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .service .bookmarks ul {
    width: 180px;
  }
}
.service .bookmarks ul li {
  display: inline-block;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border: 2px solid #00a651;
  border-radius: 50%;
  background: #00a651;
  margin-right: 6px;
}
/*@media (max-width: 767px) {
  .service .bookmarks ul li {
    padding: 11px 11px;
    font-size: 12px;
    text-align: center;
    display: none;
  }
}*/
.service .bookmarks ul li.active {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
  background: transparent;
}
@media (max-width: 767px) {
  .service .bookmarks ul li.active {
    display: block;
  }
}

.service .owlExample .item {
  margin: auto;
  margin: 0 8px;
  padding: 5px 5px 15px;
  background: #fff;
}
/*@media (max-width: 767px) {
  .service .owlExample .item {
    width: 200px;
    height: 100px;
  }
}*/
.service .owlExample .item .box {
  padding: 15px;
}
.service .owlExample .item h2, .service #sm .owl-stage .owl-item .item .box h2  {
  font-size: 22px;
  color: #252525;
  margin-bottom: 10px;
  transition: 0.3s ease-in all;
}
.service .owlExample .item p, .service #sm .owl-stage .owl-item .item .box p {
  margin: 0;
  color: #707070;
}
.service .owlExample .item .box .button, .industryContent .button, 
.service #sm .owl-stage .owl-item .item .box .button {
  padding: 6px 20px !important;
  font-size: 13px;
  background: #5e5e5e !important;
  margin-top: 15px;
  transition: 0.3s ease-in all;
}
.service .owlExample .item:hover .box h2, 
.industryBox:hover .industryContent a, .service #sm .owl-stage .owl-item .item:hover .box h2 {
  color: #00a651;
  transition: 0.3s ease-in all;
}
.service .owlExample .item:hover .box .button, 
.industryBox:hover .industryContent .button, 
.service #sm .owl-stage .owl-item .item:hover .box .button  {
  color: #fff;
  background: #00a651 !important;
  transition: 0.3s ease-in all;
}
.service .owlExample .item .box
.service .owlExample .owl-controls {
  position: absolute;
  top: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .service .owlExample .owl-controls {
    top: -90px;
  }
}
.service .owlExample .owl-controls .owl-nav div {
  position: absolute;
  font-family: 'Arial';
  font-size: 30px;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: all .4s linear;
}
@media (max-width: 767px) {
  .service .owlExample .owl-controls .owl-nav div {
    font-size: 16px;
  }
}
.service .owlExample .owl-controls .owl-nav div:hover {
  letter-spacing: 2px;
  color: #ff1053;
}
.service .owlExample .owl-controls .owl-nav div.owl-prev {
  left: 50px;
}
@media (max-width: 767px) {
  .service .owlExample .owl-controls .owl-nav div.owl-prev {
    left: 20px;
  }
}
.service .owlExample .owl-controls .owl-nav div.owl-next {
  right: 50px;
}
@media (max-width: 767px) {
  .service .owlExample .owl-controls .owl-nav div.owl-next {
    right: 20px;
  }
}
.service .service .owl-pagination {
  display: none;
}

/* --------------------
   Gallery Section
-------------------*/
.gallery {
  background: url(../images/gallery-back.jpg) no-repeat;
}
.section-title2 h2{color:#fff !important}
.section-title2 small{color:#fff;font-size:16px;}
.from{
  background: url(../images/from.jpg) no-repeat !important;
  background-size: cover !important;
background-position: 100% center!important;
}
.gallery .box {
  margin-bottom: 30px;
  overflow: hidden;
}
.gallery .box img {
  width: 100%;
}
#portfolio a i {
  font-size: 25px;
  color: #fff;
}
#portfolio a span {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  margin-left: 10px;
}
#portfolio .box a:before {
  width: 100%;
  height: 100%;
  background: url(../images/gallery-hover-back.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  opacity: 0;
  transform: scale(0);
  transition: 0.3s ease-in all;
  z-index: -1;
}
#portfolio .box:hover a {
  background: rgba(0,166,81,0.70);
  transition: 0.3s ease-in all;
}
#portfolio .box:hover a:before {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s ease-in all;
}
/* --------------------
   Industries Section
-------------------*/
#sm {
  display: none;
}
.industry {
  background: url(../images/industry-back.jpg) no-repeat;
}
.industry .owl-carousel .item {
  background: #fff;
}
.industryBox {
    position: relative;
}
.industryBox .imgbox {
    /*height: 300px;*/
    position: relative;
    margin-bottom: 20px;
}
.industryBox h3 {
  font-size: 20px;
  color: #6c6c6c;
}
.industryBox h3 a {
    color: #1a1a1a;
    font-weight: 500;
    display: block;
    margin-top: 8px;
}
.industryBox p {
    color: #8b8b8b;
    font-weight: 300;
    margin: 15px 0;
}
.industryContent {
    margin-bottom: 50px;
    display: inline-block;
}
.industryBox a.commBtn {
    background: #00295b;
    border: 0;
    color: #fff;
    border-radius: 5px;
    padding: 6px 20px;
    font-size: 16px;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
}
.industryBox a.commBtn:hover {
    color: #00295b;
    background: #c08d2c;
    transition: 0.3s ease-in all;
}
.industry .owl-nav, .brand .owl-nav {
    position: absolute;
    top: 35%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    margin: 0;
    pointer-events: none;
}
.industry .owl-nav button, .brand .owl-nav button {
    pointer-events: auto;
    background: transparent;
    border: 1px solid #fff !important;
    height: 40px;
    width: 40px;
    margin: 0;
    border-radius: 0;
    color: #fff;
    position: relative;
}
.industry .owl-nav button span, .brand .owl-nav button span {
    font-size: 30px;
    color: #fff;
    transition: 0.2s ease-in all;
}
.industry .owl-nav button:hover span, .brand .owl-nav button:hover span {
  color: #00a651 !important;
}
.industry .owl-nav .owl-prev, .brand .owl-nav .owl-prev {
    float: left;
    margin-left: -45px !important;
    transition: 0.2s ease-in all;
}
.industry .owl-nav .owl-next, .brand .owl-nav .owl-next {
    float: right;
    margin-right: -45px !important;
    transition: 0.2s ease-in all;
}
.industry .owl-nav .owl-prev:hover, .industry .owl-nav .owl-next:hover,
.brand .owl-nav .owl-prev:hover, .brand .owl-nav .owl-next:hover {
    background: #fff !important;
    transition: 0.3s ease-in all;
}
.industry .owl-nav button:hover span, .berand .owl-nav button:hover span {
    color: #00a651;
    transition: 0.3s ease-in all;
} 
/* -----------------------
   Testimonial Section
------------------------*/
.testimonialContent.text-center {
    background: #ffffff3b;
    padding: 20px 10px;
	border:1px solid #fff;
}
.testimonial {
  background: #f6f6f6;
}
.testimonial .main {
  margin: 0 50px;
  background: url(../images/testimonial-back.png) no-repeat #fff;
  background-position: bottom center;
  box-shadow: 3px 3px 4px #d3d3d3;
}

.testimonial .owl-carousel .owl-item {
  padding: 0px;
}
.testimonial .profile{text-align:right}
.testimonial .owl-carousel .owl-item img{
  width: auto;
text-align: right;
display: initial;
}
.testimonial .owl-carousel .owl-item p {
 color: #fff;
text-align: left;
position: relative;
padding: 30px 10px;
font-style: italic;
font-weight: 300;
}


.testimonial .owl-carousel .owl-item p:after{
	content: '';
left: 0;
right: 0;
background: url(../images/arrow.png) no-repeat 0px 0px;
position: absolute;
width: 40px;
height: 40px;
top: 0;
}
.testimonial .owl-carousel .owl-item p:before{
	content: '';
left: 33%;
right: 0;
background: url(../images/arrow2.png) no-repeat 0px 0px;
position: absolute;
width: 40px;
height: 40px;
bottom: 0;
}

.testimonial .owl-carousel .owl-item h4 {
  font-size: 18px;
color: #fff;
margin-top: 20px;
font-style: italic;
}
.testimonial .owl-carousel .owl-item em {
  font-size: 18px;
  color: #828282;
  display: block;
}
.testimonial .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin: auto;
    text-align: center;
}
.testimonial .owl-theme .owl-dots {
    padding: 5px 0;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.testimonial .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
    width: 8px;
    height: 8px;
    border: 2px solid #9a9a9a;
    border-radius: 50%;
    background: #9a9a9a;
    margin-right: 6px;
}
.testimonial .owl-theme .owl-dots .owl-dot.active {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #00a651;
    margin-right: 5px;
    border-radius: 50%;
}
/* --------------------
   Brand Section
-------------------*/
.brand {
  background:#e4e5e7;
  position: relative;
}
.brand .owl-carousel .owl-nav.disabled {
  display: block;
}
/* --------------------
   Footer Section
-------------------*/
.brand.section-padding {
    padding: 50px 0px 30px 0px !important;
}
footer {
  background: url(../images/ftbg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
  border-top: 10px solid #00a651;
}
footer::before {
  width: 100%;
  height: 100%;
  background:#20325894;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
}
footer .container .row {
    display: -webkit-flex;
    display: flex;
}
footer .box {
    height: 100%;
}
footer .logo {
  margin-bottom: 70px;
}
footer .logo img {
  margin: 0 auto 30px;
}
footer .logo ul li {
    margin-right: 7px;
    display: inline-block;
}
footer .logo ul li i {
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    transition: 0.3s ease-in all;
    display: block;
}
footer .logo ul li i:hover {
  color: #00a651;
}
footer .box h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
footer .box .quick-link li {
  position: relative;
  padding-bottom: 5px;
}
footer .box .quick-link li a {
    font-size: 14px;
font-weight: 300;
color: #eeeeee;
padding-left: 0;
line-height: 10px;
vertical-align: middle;
transition: 0.2s ease-in all;
display: inline-block;
text-transform: uppercase;
}
footer .box .quick-link li a:hover {
  color: #00a651;
}
/*footer .box .quick-link li a::before {
  content: '\f0da';
  font-family:'FontAwesome';
  color: #00a651;
  position: absolute;
  top: 10px;
  left: 0;
}*/
footer .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px;
}
footer .media a {
    color: #00a651;
    font-size: 18px;
    font-weight: 400;
}
footer .media img {
    border: 1px solid #fff;
}
footer .media .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
footer .media .media-body {
    -ms-flex: 1;
    flex: 1;
}
footer .media p {
    margin: 0;
    color: #a3a3a3;
    font-weight: 400;
}
footer .media .pr-3 {
    padding-right: 1rem !important;
}
footer .pl-70 {
  border-left: 1px solid rgba(89,89,89,0.63);
  padding-left: 100px;
}
footer .pr-70 {
  padding-right: 100px;
}
footer .pr-50 {
  padding-right: 50px;
}
footer .ml-30 {
  margin-left: 30px;
  margin-top: 20%;
}
footer .box .subs form {
  background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
footer .box .subs form input[type=text] {
    border: 0;
    font-size: 13px;
    color: #5d5d5d;
    outline: none;
    border-radius: 2px;
    padding-left: 15px;
    font-style: italic;
    text-transform: uppercase;
    height: 55px;
}
.homePageForm button {
   background: #00a651;
border: 0;
flex: content;display: inherit;
padding: 0;
margin-top: 15px;
padding: 5px 20px;
border-radius: 0;
}
.homePageForm input[type="submit"]{
	background: transparent;
border: none;
color: #fff;
text-align: center;
text-transform: uppercase;
font-size: 18px;
padding:0;
}
.homePageForm button:hover{
	color: #00a651;
background: #182f50;
transition: 0.3s ease-in all;
}

.homePageForm button i {
 font-size: 16px;
color: #fff;
text-align: left;
transition: 0.3s ease-in all;
line-height: 34px;
}

footer .box .address li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   padding-bottom: 10px;
}
footer .box .address li img {
    margin-right: 10px;
}
footer .box .address li p, footer .box .address li a {
    width: calc(100% - 35px);
    color: #fff;
	transition: .3s ease;
}
footer .box .address li a:hover{color:#00a651;}
footer .box .address li:first-child {
  margin-top: 0px;
}
footer .copyright {
  color: #fff !important;
  background: #000c26;
  padding: 20px 0;
  position: relative;
  margin-top:50px;
}
footer .copyright p {
  margin: 0;
}
footer .copyright a {
  color: #00a651;
  text-decoration: underline;
  transition: 0.3s ease-in all;
}
footer .copyright a:hover {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in all;
}
/* --------------------
   Back To Top
-------------------*/
#toTop {
    position: fixed;
    width: 42px;
    height: 42px;
    background: #00a651;
    border: 2px solid #00a651;
    border-radius: 3px;
    bottom: 45px;
    right: 15px;
    cursor: pointer;
    display: none;
    font-size: 25px;
    line-height: 0;
    transition: 0.3s ease-in all;
    z-index: 1;
}
#toTop:hover {
    color: #00a651;
    background: transparent;
    border-color: #00a651;
    transition: 0.3s ease-in all;
}
/* --------------------
   Responsive Section
-------------------*/
@media only screen and (max-width: 1199px) {
  header .top-bar .contact {
    width: 70%;
  }
  .slider .carousel-caption {
    width: 50%;
  }
  .slider .carousel-caption .btn {
    margin-top: 10px;
    font-size: 16px;
    padding: 12px 30px;
  }
  .banner-bottom .box a {
    padding: 20px 0;
  }
  .about .content p {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 40px;
  }
  .about .button, .service .button, .gallery .button, .industryContent .button {
    font-size: 16px;
    padding: 12px 30px !important;
    margin-top: 10px;
  }
  .service .owlExample .item h2 {
    font-size: 19px;
  }
  .service .owlExample .item p {
    font-size: 13px;
    line-height: 20px;
  }
  footer .box h4 {
    font-size: 19px;
  }
  footer .pl-70 {
    padding-left: 80px;
  }
  footer .pr-50 {
    padding-right: 10px;
  }
  footer .box .subs form input[type="text"] {
    width: 72%;
  }
  .industry .owl-nav .owl-prev, .brand .owl-nav .owl-prev,
  .industry .owl-nav .owl-next, .brand .owl-nav .owl-next {
    color: #fff !important;
    background: #00a651 !important;
    border-color: #00a651 !important;
  }
  .industry .owl-nav .owl-prev, .brand .owl-nav .owl-prev {
    margin-left: -25px !important;
  }
  .industry .owl-nav .owl-next, .brand .owl-nav .owl-next {
    margin-right: -25px !important;
  }
  .industry .owl-nav .owl-prev:hover, .brand .owl-nav .owl-prev:hover,
  .industry .owl-nav .owl-next:hover, .brand .owl-nav .owl-next:hover {
    color: #00a651 !important;
    background: transparent;
  }
  .testimonial img {
    margin-top: 140px;
  }
  .slider .carousel-caption {
      width: 70%;
  }
  .slider .owl-carousel .owl-nav button.owl-prev {
      left: 50px;
  }
  .slider .owl-carousel .owl-nav button.owl-next {
    right: 50px;
  }
}
@media (max-width: 992px){
	.section-title h2{font-size:26px;}
	.service{background:#fff;}
  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
}
  #mobile-nav-toggle {
    top: 9.5%;
    right: 8%;
  }
  #mobile-nav-toggle i {
    color: #01a450;
  }
  .openBtn {
    position: absolute;
    top: 35%;
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  header .top-bar .contact ul li {
    display: none;
  }
  header .top-bar .drop ul li {
    display: block;
  }
  header .top-bar .drop ul li a {
    font-size: 15px;
    color: #fff;
    transition: 0.3s ease-in all;
    display: block;
  }
  header .top-bar .contact {
    float: right;
  }
  .drop {
    width: 40px;
    height: 36px;
    position: relative;
    display: inline-block !important;
  }
  .drop:hover {
    cursor: pointer;
  }
  header .top-bar .contact .drop:hover span i {
    color: #fff !important;
  }
  header .top-bar .drop ul li a:hover {
    color: #000 !important;
  }
  .drop-content {
    display: none;
    position: absolute;
    background-color: #00a651;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    top: 100%;
    right: 0;
  }
  header .contact .drop-content a {
    color: #fff !important;
  }
  .drop:hover .drop-content {
    display: block;
  }
  header .top-bar .social {
    display: none;
  }
  header .top-bar .drop .social {
    width: 130px;
    display: block;
  }
  header .top-bar .drop .social ul li {
    display: inline-block;
  }
  header .top-bar .drop .social ul li i {
    font-size: 18px;
    color: #fff;
    text-align: center;
    transition: 0.3s ease-in all;
    float: left;
    padding: 0;
    border-left: 0;
  }
  #mobile-nav-toggle {
      right: 19%;
  }
  .slider .carousel-caption h1 {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
  }
  .slider .carousel-caption p {
    font-size: 14px;
  }
  .slider .owl-carousel .owl-nav button.owl-prev {
      left: 25px;
  }
  .slider .owl-carousel .owl-nav button.owl-next {
      right: 25px;
  }
  .banner-bottom {
      margin-top: -60px;
  }
  .banner-bottom .box .img1, .banner-bottom .box .img2, .banner-bottom .box .img3, .banner-bottom .box .img4 {
    width: 100px;
    height: 60px;
  }
  .banner-bottom .box a {
    padding: 10px 0;
    font-size: 16px;
  }
  .testimonial .main {
    margin: 0;
  }
  .testimonial .owl-carousel .owl-item {
    padding: 0 20px;
  }
  
  footer .logo {
    margin-bottom: 30px;
  }
  footer .box h4 {
    font-size: 14px;
  }
  footer .pr-50 {
    padding-right: 10px;
  }
  footer .pl-70 {
    padding-left: 30px;
  }
  footer .ml-30 {
    margin-left: 0px;
  }
  footer .box .subs form input[type="text"] {
    width: 66%;
  }
  footer .media p {
    font-size: 13px;
    line-height: 20px;
  }
  footer .box .address li p, footer .box .address li a {
    font-size: 14px;
  }
  footer .copyright {
    margin-top: 30px;
  }
  .service .section-title {
    text-align: center;
  }
  .service .bookmarks ul {
    justify-content: center;
  }
  .service .bookmarks {
    margin-bottom: 30px;
  }
  header .top-bar .contact {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .banner-bottom {
    margin-top: 30px;
  }
  .banner-bottom .box {
    width: 40%;
    margin: 0 auto 30px;
  }
  .about, .about .section-title {
    text-align: center;
  }
  .about .imgbox img {
    margin: auto;
  }
  .about .content {
    margin-top: 50px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .industry .owl-nav .owl-next, .brand .owl-nav .owl-next {
    margin-right: 0px !important;
  }
  .industry .owl-nav .owl-prev, .brand .owl-nav .owl-prev {
    margin-left: 0px !important;
  }
  .testimonial img {
    display: none;
  }
  footer .container .row {
    display: block;
  }
  footer .logo {
    text-align: left;
  }
  footer .logo img {
    margin: 0 0 30px;
  }
  footer .box {
    margin-bottom: 30px;
  }
  footer .box h4 {
    font-size: 20px;
  }
  footer .pl-70 {
    padding-left: 0;
    border: 0;
  }
  footer .pr-50 {
    padding-right: 0;
  }
  .service .owlExample .item h2 {
    font-size: 16px;
  }
  .service #sm {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
	.innerHeader h2{font-size:30px;}
	.section-title2{margin-top:20px;}
	.section-title h2 {
    font-size: 22px;
	}
	.rightProb, .leftPorb{width:100%;text-align:center;}
	.rightProb li span, .leftPorb li span{float:none}
	
	.section-title h2 span::after,.section-title h2 span::before {display:none}
  .service .bookmarks {
    display: none;
  }
  .service .sm .owlExample {
    display: none;
  }
  .service{background:#fff}
  .service #sm {
    width: 70%;
    margin: 50px auto 0;
    position: relative;
    display: block;
  }
  .service .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    top: -40px;
    margin: auto;
    text-align: center;
    right: 0;
  }
  .service .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
    width: 8px;
    height: 8px;
    border: 2px solid #00a651;
    border-radius: 50%;
    background: #00a651;
    margin-right: 6px;
  }
  .service .owl-theme .owl-dots .owl-dot.active {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 0;
    background: transparent;
  }
  .service #sm .owl-stage .owl-item .item {
    background: #fff;
    padding: 5px;
  }
  .service #sm .owl-stage .owl-item .item .box {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .slider .owl-theme .owl-dots {
    bottom: 5px;
    left: 0;
    right: 0;
  }
  .slider .carousel-caption {
    display: none;
  }
  #mobile-nav-toggle {
    right: 14%;
  }
  .banner-bottom .box {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  
}
@media only screen and (max-width: 480px) {
  #header .logo-nav #logo {
    width: 200px;
  }
  #mobile-nav-toggle {
    right:0;
    top:15px;
  }
  .slider .owl-theme .owl-nav, .affiliate .owl-theme .owl-nav {
    top: 60%;
  }
  .slider .owl-carousel .owl-nav button.owl-prev, .slider .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 26px;
  }
  .service #sm {
    width: 100%;
  }
  #header .logo-nav {
    /*padding: 0 5px;*/
  }

}
@media only screen and (max-width: 360px) {
  header .top-bar .dropdown a {
    font-size: 12px;
  }
  #header .logo-nav #logo {
    width: 190px;
  }
  .drop {
    width: 35px;
  }
}
