@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
@import "fontawesome-all.css";
@import "animate.css";
@import "flaticon.css";
*:hover, *:hover * {
    transition: all 0.3s;
}
body {font-family: 'Barlow', sans-serif;color:#797979;font-size:16px;}
p {font-size:18px;line-height:26px;color:#3B3A3A;font-family: 'Open Sans', sans-serif;}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform: capitalize;color:#1e2d3b;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm10 {margin-bottom:10px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
.mar-btm60 {margin-bottom:60px;}
/*scroll top*/
.scrolltp {position: fixed;
    right: 10px;
    bottom:30px;
    cursor: pointer;
    width:44px;
    height:44px;
    display: none;
    z-index: 99;
    font-size: 18px;
    text-align: center;
    color: #fff;
    opacity: 0.6;
    display: block;
    background-color:rgba(0,0,0,.5);
    padding-top: 4px;
	border-radius:5px;
}
.scrolltp i {display:block;font-size:16px;line-height: 30px;}
.scrolltp:hover {opacity:1;}
/*======header=====*/
.affix .navbar-brand {height:72px;padding:2px 15px;}
.affix + .container{padding-top: 70px;}
.navbar-default {
    background-color:#0046b0;
    border-color: transparent;
    box-shadow:1px 1px 3px rgb(0 0 0 / 10%);
}
.affix {position: fixed;
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      z-index: 999;
      min-height:72px !important;
    box-shadow: none !important;
}
.navbar {
    border-radius:0px;
    margin-bottom:0px;
    border:0px;
    min-height:85px;
    box-shadow: 5.73px 14.94px 4px 0px rgb(0 0 0 / 60%);
    z-index: 9;
}
.navbar-brand {height:85px;position: relative;z-index: 99;}
.navbar-brand img {width: 270px;}
.navbar-default .navbar-nav > li > a {
    color:#fff;
	font-size:22px;
	font-weight:400;
	text-transform:capitalize;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#F0D502;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#F0D502;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #F0D502;
    background-color:transparent;
}
/*drop-drop down*/
.dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom:1px solid rgb(255 255 255 / 10%);
    background: transparent;
    -ms-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dropdown-menu > li > a {padding: 8px 18px;
    color: #fff;
    text-transform:capitalize;
    font-size:22px;
    font-weight:400;
    border-radius: 0px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#F0D502;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu {min-width: 180px;}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 0 0 0;
    background-color:#0046b0;;
    border: 0;
}
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */
.btn3 {padding:12px 28px;
    background-color:#F0D502;
    color:#fff;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    position: relative;
    border: 0;
    border-radius: 0;
}
.btn3:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background-color: #000;
    transition: .5s;
    opacity: 0;
}
.btn3:hover:before {
    width: 100%;
    opacity: .1;
}
/*slider-section start*/
.slider-section {background-image: url(../img/slider.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:20vh 0;
    height:90vh;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}
.banner-title h1 {font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-shadow:#ffffff 0px 0px 6px;
    font-size: 175px;
    text-transform: capitalize;
    color:#fff;
}
.scrol-down {left: 0;
    position: absolute;
    bottom: 3%;
    z-index:8;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
}
.scrol-down i {color:#fff;
    text-shadow:0 3px 3px rgb(0 0 0 / 50%);
    font-size: 4em;
    animation:mover .8s infinite alternate;
}
@-webkit-keyframes mover {
    0% {transform: translateY(0);}
    100% {transform: translateY(-20px);}
}
/*division-section section*/
.division-section {padding:80px 0;}
.heading-style h1 {margin: 0px;
	font-weight:700;
    font-size:53px;
    position: relative;
    padding-bottom:25px;
} 
.heading-sm h1 {font-size: 47px !important;}
.heading-style h1 span {font-size: 16px;position: absolute;}
.heading-style h1:before {content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width:102px;
    height:10px;
    background-color:#F0D502;
}
.heading-center h1 {text-align: center;}
.heading-center h1:before {right: 0px;margin: 0px auto;}
.division-item {margin:10px 10px 30px 10px;text-align: center;}
.division-item-image {overflow: hidden;border-radius: 5px;position:relative;box-shadow:-5.35px 27.99px 24px -4px rgb(91 134 176 / 30%);}
.division-item-image img {width: 100%;transition: 1s;}
.division-item-info h3 {font-size: 31px;font-weight:400;color:#3D5975;}
.division-item-info h3 a {display: block;}
.division-item-info h3 a:hover {color:#99B2CA;}
.division-item:hover .division-item-image img {transform: scale( 1.08);}
/*about-section*/ 
.bg-grey {background-color:#f7f7f7;}
.about-container {padding:70px 0 70px 20px;}
.about-container p {font-size: 23px;font-weight: 600;line-height: 32px;}
.about-container p span {text-shadow:rgba(0, 0, 0, 0.4) 0px 4px 5px;letter-spacing: 0.8px;}
.about-section {background-image: url(../img/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:100%;
    background-attachment: fixed;
}

/*contact-section start*/
.contact-section {padding: 90px 0;}
.contact-form-wrap p {font-size: 20px;
    color: #000;
    font-weight: 600;
    text-align: center;
    line-height: 31px;
    margin-bottom: 30px;
}
.contact-form-wrap .form-group {margin-bottom: 35px;}
.contact-form-wrap .form-control {box-shadow: -3.54px 3.54px 0px 1px rgba(237,205,31,1);
    border:1px solid #000;
    border-radius: 0;
    height: 40px;
}
.contact-form-wrap label {font-weight: 600;color: #000;font-size: 20px;}
textarea.form-control {height: auto !important;}
.contact-info-item {border-left:10px solid #F0D502;position: relative;padding-left:45px;margin-bottom: 50px;}
.contact-info-item:before {
    content: '';
    position: absolute;
    top: 0;
    width:10px;
    height: 100%;
    left:10px;
    background-color: #0046b0;
}
.contact-info-item h4 {text-shadow:rgb(0 0 0 / 40%) 0px 4px 5px;font-size:26px;letter-spacing: 0.5px;color:#000;}
.contact-info-item ul li {color:#000;letter-spacing: 0.5px;font-size: 18px;margin-bottom: 5px;}
.contact-info-item ul li span {font-weight: 700;}
.contact-image {box-shadow:0.00px 1.00px 4px 0px rgba(0,0,0,0.4);cursor: pointer;}
.contact-image:hover img {opacity: 0.6;}
.bnt2 {background-color: #0046b0;
    font-size: 18px;
    border-radius: 0;
    border: 2px solid #F0D502;
    padding: 8px 34px;
    color:#fff;
}
.bnt2:hover, .bnt2:focus, .bnt2:active {background-color: #000;border-color:#000;}
/*footer start*/
.footer {position: relative;
    background-color:#0046b0;
    border-top:20px solid #F0D502;
    border-bottom:10px solid #F0D502;
}
.main-footer {padding:20px 0px 40px 0px;position: relative;}
.footer-logo img {background-color:#F0D502;padding:10px 20px;width: 300px;}
.footer hr {border-top:1px solid #F0D502;margin-top: 25px;margin-bottom:40px;}
.foootertp-angle {text-align: right;
    text-shadow:rgb(0 0 0 / 40%) 0px 4px 5px;
    color:#F0D502;
    font-weight:400;
    font-size: 30px;
    letter-spacing: 0.5px
}
.foootertp-angle i {font-size: 50px;margin-left: 5px;}
.footer-widget {margin-bottom:25px;}
.footer-link li {width: 33%;margin-bottom: 20px;float:left;}
.footer-link li a {font-size: 22px;font-weight:400;letter-spacing: 0.5px;color:#fff;}
.footer-link li a:hover {color:#F0D502;}
.footer-contact {padding-left: 20px;}
.footer-contact:before {content: inherit;display: none;}
.footer-contact h4 {font-size: 22px;color: #fff;}
.footer-contact ul li {color:#fff;}
.bottom-footer {padding:30px 0px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.10);
    position: relative;
}
.bottom-footer p {color: #fff;font-weight: 300; letter-spacing: 1px;font-size:14px;margin-bottom: 0;}

/*====inner page start=====*/
.innerpageheading-section {padding:70px 0px 25px 0;background-color:rgba(0,0,0,.05);}
.innerbanner-text h1 {margin: 0px;
    color:#001a71;
    font-weight:600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size:34px;
}
.breadcrumb {
    padding: 0px;
    margin-bottom:0;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    margin-top: 8px;
}
.breadcrumb > li {color:#929292;font-weight: 500;}
.breadcrumb > .active {color:#0046b0;}
.breadcrumb > li + li:before {color:#929292;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    padding: 0 6px 0 5px;
    font-size: 14px;
    font-weight: 900;
}
.innerpage-section {padding:60px 0px;position: relative;overflow: hidden;}
/*brand page*/
.brands-list li {width: 20%;float: left;}
.brands-list li.lg-list {width: 50% !important;}
.brand-item {-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 5px;
}
.brand-item img {margin:0px auto;}
.brand-item:hover a img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation-duration: .4s;
    animation-timing-function: linear;
}
.brand-item:hover {opacity: 1;}
/*team-item page*/
.team-item {margin-bottom: 30px;
    text-align: center;
    border: 1px solid #f5f5f5;
    border-radius: 6px;
}
.team-image {position: relative;border-radius:6px;overflow: hidden;}
.team-image:before {
    content: "";
    box-shadow: inset 0 0 6px 0 hsl(0deg 0% 100% / 59%), inset 0 1px 0 0 hsl(0deg 0% 100% / 92%), inset 0 0 5px 0 hsl(0deg 0% 100% / 20%);
    border-radius:2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.team-image img {margin: 0 auto;}
.team-info h3 {text-shadow:#c8c8c8 1px 1px 0px, #b4b4b4 0px 2px 0px, #a0a0a0 0px 3px 0px, rgb(140 140 140 / 50%) 0px 4px 0px, #787878 0px 0px 0px, rgb(0 0 0 / 50%) 0px 5px 10px;
    color:#232323;
    font-weight:700;
    font-size:30px;
}
.team-info p {text-shadow:rgb(0 0 0 / 40%) 0px 4px 5px;color:#1e2d3b;font-size:18px;font-weight:600;}
.careers-image-wrap {border-left: 10px dashed hsl(51deg 85% 53% / 60%);
    padding-left: 20px;
    margin-left: 15px;}
/*divisions page*/
.industrial-section {background-image: url(../img/industrial-banner.jpg);}
.technologies-section {background-image: url(../img/technologies-banner.jpg);}
.service-wrap {
    border-radius: 20px;
    background-color:#fafafa;
    box-shadow: 0 0 30px 0 rgb(6 30 98 / 8%);
    height: 100%;
    transition: all ease-in-out .2s;
    margin-bottom:40px;
}
.service-image-item {position: relative;width:50%;}
.service-image-item img {border-radius:20px;}
.service-info {
    padding: 25px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.service-info h3 {background-color: #F7F7F7;
    font-size: 36px;
    font-weight: 700;
    color: #3D5975;
    text-align: center;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.service-info h3 a {display: block;}
.service-info p {font-size: 21px;color:#3b3a3a;line-height: 34px;}
.service-info h3 a:hover {color:#99B2CA;}
.btn-reading {color: #3B3A3A;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight:600;
}
.btn-reading:hover, .btn-reading:focus, .btn-reading:active {color:#0046b0;}
.industrail-content p {color: #3b3a3a;
    font-size: 20px;
    font-weight: 400;
    font-family: Barlow, sans-serif;
    letter-spacing: 0.5px;
    line-height: 32px;
}
.thumbnail-image-wrap {text-align: center;margin-bottom: 35px;}
.thumbnail-image-wrap img {border: 5px solid #fff;box-shadow:0 0 5px rgb(0 0 0 / 10%);position: relative;margin: 0 auto;}
.thumbnail-image-wrap img:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -8px;
    background: top no-repeat;
    background-image:url(../img/industrial/bottom-shadow.png);
}
.industrial-product-item {position: relative;padding: 5px 25px;margin-bottom: 30px;border:1px solid #f6f6f6;}
.industrial-product-item .product-name {position: absolute;left: 0;bottom: 25%;}
.industrial-product-item .product-name h3 a {transition: all 0.2s ease, visibility 0s;
    background: #3B3A3A;
    color:#fff;
    padding:10px 40px 12px;
    border: 1px solid #3B3A3A;
    font-size:20px;
    letter-spacing: 0.5px;
}
.industrial-product-item .product-name h3 a:hover {
    border: 1px solid #3B3A3A;
    background: #fff;
    color:#000;
}
.product-gallery-item {margin-bottom:30px;}
.grey-section {background-color:#e5e5e5;}
.lightgrey-section {background-color:#f0f0f0;}
.coupling-section {padding-top: 50px;}
.image-shdow {box-shadow:0.00px 0.00px 14px 0px rgba(0,0,0,0.2),0 1px 3px rgba(0,0,0,0.5);border:5px solid #fff;}
.round-image img {border-radius:10px;}
/*solution*/
.solutions-item-wrap {margin-bottom: 35px;text-align: center;}
.imgshd {position: relative;display: inline-block;}
.solutions-image img {border:8px solid #fff;
    box-shadow:0 0 5px rgb(0 0 0 / 10%);
    margin: 0 auto;
}
.imgshd:after, .imgshd:before {
    content: "";
    position: absolute;
    bottom: 4%;
    top: 0;
    width: 24px;
    background-image:url(../img/box-shadow.png);
    background-repeat: no-repeat;
}
.imgshd:before {
    left: -24px;
    background-position: 100% 100%;
}
.imgshd:after {
    right: -24px;
    background-position: 0 100%;
}
.solutions-info h3 {background:repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(180deg, #5B86B0 0%, #5B86B0 100%), #99B2CA;
    border-radius: 50px;
    padding: 20px 2px;
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
}
.solutions-info h3:hover {
    background: linear-gradient(180deg, rgba(237, 205, 31, 0.9) 0%, rgba(237, 205, 31, 0.9) 100%), round repeat padding-box border-box 47% 36%/10% scroll url(../img/border-bg.png), rgb(149, 11, 11);
}
.center-image img {margin: 0 auto;}
/*technologies*/
p.subhd {color:#a0a09f;font-size:26px;}
.subhd img {width: 240px;display: inline-block;}
.btn-wrapgriple {margin-left: 50px;width:65%;}
.btnlg2 {transition: all 0.2s ease, visibility 0s;
    background: rgba(61, 89, 117, 0.78);
    border: 1px solid rgba(61, 89, 117, 0.78);
    border-radius: 0;
    font-weight: 600;
    display: block;
    margin-bottom: 35px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 15px 70px;
}
.btn-lgt {background: rgba(91, 134, 176, 0.78);border: 1px solid rgba(91, 134, 176, 0.78);}
.btnlg2:hover, .btnlg2:focus, .btnlg2:active {border:1px solid #000000;background-color:#fff;color:#000;}
.what-we-do-box {background-color:#c0d2e5;border: 8px solid #99b2ca;
    padding:40px 30px;
    text-align: center;
    min-height: 765px;
    margin-bottom: 30px;
}
.what-we-do-box h3 {margin-top: 0;
    font-size: 34px;
    text-shadow:#ffffff 0px 0px 6px;
    font-weight: 600;
    color:#000;
}
.what-we-do-box p {font-size: 20px;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 36px;
    font-weight: 600;
}
.yellow-box {background-color:#ffde5f;border: 8px solid #f9eeb1;box-shadow:0 1px 4px rgba(0, 0, 0, 0.6);border-radius: 2px;}
.phra-shadow {letter-spacing: 0.5px !important;
    text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
    color: #3b3a3a !important;
    font-size: 22px !important;
}
.gripple-applications-item {margin-bottom: 30px;
    position: relative;
    box-shadow:0.00px 1.00px 4px 0px rgba(0,0,0,0.4);
    border: 4px solid #fff;
}
.applications-name, .purifi-name {position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    top: 50%;
}
.btnfxd {background-color: #000;
    color: #fff;
    padding: 12px 16px;
    margin-top: -35px;
    border-radius: 0;
    border: 1px solid #000
}
.applications-name .btnfxd  {font-size: 30px;display: block;}
.applications-name  .btnfxd i {font-size: 20px;}
.btnfxd:hover, .btnfxd:focus, .btnfxd:active {color:#000;background-color: #fff;}
.application-image:hover img {opacity: 0.5;}
.btn-blck {background-color:#000;padding: 25px 70px;}
.fullimage-section {width: 100%;position: relative;}
.fullimage-section img {width: 100%;}
.purifi-item {position: relative;}
.purifi-item .application-image:hover img {opacity: 1;}
.purifi-name .btnfxd {font-size: 18px;font-weight: 600;}
.list1 {margin-top: 20px;}
.list1 li {color: #3b3a3a;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 7px;
    line-height: 24px;
}
.video-icon {right: 0;
    position: absolute;
    bottom: -130px;
    z-index: 9;
}
.video-icon p {position: relative;
    font-size: 22px;
    margin-right:50px;
}
#comp-kpf36kvp {right: 0;
    transform: rotate(128.36168753584047deg);
    width: 57px;
    height: 65px;
    text-align: right;
    top: 20px;
    position: absolute;
}
.play2, .play-btn:hover .play1 {display: none;}
.play-btn img {width: 160px;margin-right:20px;float: right;}
.play-btn:hover .play2 {display: block;}
.section-visible {overflow: visible;}
/*==========media query============*/
.container-padding {padding-left:15px !important;padding-right:15px !important;}
@media (min-width:1466px) {
    .container-fluid {padding-left: 40px;padding-right: 40px;}
}
@media(max-width:1200px){
    .footer-link li {width: 50%;}
    .brands-list li {width: 25%;}
    .about-container {padding: 30px 0 40px 0;}
    .banner-title h1 {font-size: 120px;}
}
@media (min-width:992px) {.navbar-nav > li > a {padding-left:45px;}}
@media(max-width:992px){
    .brands-list li {width:33.3%;}
    .thumbnail-image-wrap img {width: 100%;}
    .container {width:100%;}
}
@media(min-width:769px){
    .affix .navbar-nav > li > a {padding-top: 26px;padding-bottom: 26px;}
	.navbar-nav > li > a {padding-top:32px;padding-bottom:32px;}
	 ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	.drop-menu {-webkit-transform: scale(1, 0);display: block;}
    .mylogo {position: relative;}
    .mylogo:before {
    position: absolute;
    content: '';
    right: -60px;
    top: 0;
    height:100%;
    width: 2000%;
    background-color:#edcd1f;
    z-index: 9;}
    .service-wrap {display: flex;flex-wrap: wrap;}
}
@media(max-width:769px){
	.navbar-default .navbar-toggle {border-color:transparent;margin-top: 15px;}
	.navbar-default .navbar-toggle .icon-bar {background-color:#333;}
    .navbar-toggle .icon-bar {width:30px;height:5px;border-radius:2px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-toggle {background-color:transparent;}
	.animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;}
	.navbar-default .navbar-nav > li > a {border-bottom:1px solid rgba(117, 116, 116, 0.1);}
    .navbar-default {background-color: #edcd1f;}
    .service-image-item {width: 100%;}
    .service-info {padding: 25px;}
    .slider-section {height: auto;padding: 15vh 0;background-size: cover;}
    .banner-title h1 {font-size: 85px;}
    .what-we-do-box {height: auto;}
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fff;}
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;}
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #fff;}
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {border-color: transparent;}
}
@media(max-width:580px){
    .brands-list li {width:50%;}
    .banner-title h1 {font-size:50px;}
    .navbar-brand img {width:250px;}
}
@media(max-width:380px){
    .navbar-brand img {width: 190px;}
}
