* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;	
	font-size: 16px;
	color: #4d4d4f;
}
ul, ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a {
	color: #4598ca;
}
:focus {
  outline: none;
}
a, a:hover, a:focus, a:visited{
    text-decoration: none;
    outline: none;
}
a:hover {
	transition: all 0.5s;
}
input:focus,select:focus,textarea:focus, .form-control:focus  {
    outline: none;
    box-shadow: none;
}
input:focus::-webkit-contacts-auto-fill-button{
    opacity: 0;
}
img {
	max-width: 100%;
}
.m-t-30 {
  margin-top: 30px;
}
.padding0 {
  padding: 0px;
}
.paddingLR {
    padding: 0px;
}
.fullwidth {
  width: 100%;
  float: left;
}
header {
	width: 100%;
	float: left;
	padding: 25px 20px;
	position: absolute;
  z-index: 99;
}
.head-left {
	float: left;
}
.logo a {
  display: inline-block;
}
.head-right {
	float: right;
}
.menu li {
	float: left;
	margin: 0 10px;
  position: relative;
} 
.menu li a {
	color: #58595b;
	font-weight: 500;
	font-size: 20px;
}
.dropdown-menu1 {
  margin-top:10px;
}
.menu li:hover .dropdown-menu1{
display: block;
}
.menu a {
  transition: 0.3s ease;
  /*background: #3fa46a;*/
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
  margin: 0 10px;
}
.menu > li > a:hover, .menu > li > a.active {
  border-top: 4px solid #58595b;
  border-bottom: 4px solid #58595b;
  padding: 6px 0; 
}
.dropdown-menu li {
  float: none;
  margin: 0px;
}
.dropdown-menu li a {
  padding: 3px 15px;
  font-size: 18px;
  margin: 0px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
     color: #262626; 
     text-decoration: none; 
     background-color: #f5f5f5; 
}
#nav-icon {
  width: 35px;
  height: 25px;
  position: relative;
  float: right;
  /*margin: 0px auto;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #043371;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 5px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 6px;
}

.banner {
    width: 100%;
    float: left;
    position: relative;
    top: 0;
    /*overflow: hidden;*/
}

.wave-img {
    width:100%;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.wave-img img {
  height: 360px;
  width: 100%;
}
.banner-btm p {
  position: absolute;
  bottom: 105px;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 9999;
}
.wave-effect {
  /*position: relative;*/
  /*width: 100%;*/
  /*height: 100vh;*/
  background: url('../images/wave.png');
  /*overflow: hidden;*/
  /*bottom: 0;*/
}
section .wave {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 198px;
   background: url('../images/wave.svg');
   /*background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg');*/
   /*background-size: 1920px 198px;*/
}

section .wave.wave1 {
   animation: animate-wave-1 30s linear infinite;
   z-index: 1000;
   opacity: 1;
   animation-delay: 0s;
   bottom: 70px;
}

section .wave.wave2 {
   animation: animate-wave-2 15s linear infinite;
   z-index: 999;
   opacity: 0.5;
   animation-delay: -5s;
   bottom: 80px;
}

section .wave.wave3 {
   animation: animate-wave-3 30s linear infinite;
   z-index: 998;
   opacity: 0.2;
   animation-delay: -2s;
   bottom: 95px;
}

section .wave.wave4 {
   animation: animate-wave-4 5s linear infinite;
   z-index: 997;
   opacity: 0.7;
   animation-delay: -5s;
   bottom: 100px;
}

@keyframes animate-wave-1 {
   0% {
      background-position-x: 0;
   }
   100% {
      background-position-x: 1920px;
   }
}

@keyframes animate-wave-2 {
   0% {
      background-position-x: 0;
   }
   100% {
      background-position-x: -1920px;
   }
}

@keyframes animate-wave-3 {
   0% {
      background-position-x: 0;
   }
   100% {
      background-position-x: 1920px;
   }
}

@keyframes animate-wave-4 {
   0% {
      background-position-x: 0;
   }
   100% {
      background-position-x: -1920px;
   }
}
.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 46%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slide .slide__content--headings {
  text-align: left;
  color: #FFF;
}
.slide .slide__content--headings h2 {
  font-size: 85px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
}
.slide .slide__content--headings h3 {
  font-size: 55px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
}
.slide .slide__content--headings p {
  font-size: 40px;
  margin: 0px;
  font-weight: 700;
}
.slide .slide__content--headings .animated {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}
.about-section {
  width: 100%;
  float: left;
  position: relative;
  top: -72px;
  z-index: 9999;
}
.position-btm {
  position: relative;
  height: 540px;
}
.intro-txt {
  position: absolute;
  bottom: 13px;
  right:15px;
  /*left: 0;*/
}
.intro-txt h2 {
  text-align: left;
}
.intro-txt p {  
  line-height: 24px;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 18px;
}
.intro-txt ul li {
  padding-bottom: 10px;
}
.intro-txt ul li i {
  padding-right: 5px;
}
.intro-txt a {
  background: #4598ca;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 8px 30px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  transition: 0.5s;
}

.intro-txt a:hover {
  background: transparent;
  border: 1px solid #4598ca;
  color: #4598ca;
}
.heading {
  color: #4598ca;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
  text-align: center;
}
.project-sec {
  width: 100%;
  float: left;
}
.project-inner img {
  height: 100%;
}
.box{
  background: rgba(0,0,0,0.7);
    overflow: hidden;
    position: relative;
}
/*.box:before,
.box:after{
    content: '';
    background: #4598ca;
    width: 10px;
    height: 90%;
    box-shadow: 15px 0 0 #4598ca;
    transform: skewY(50deg);
    position: absolute;
    bottom: -100%;
    left: 5px;
    z-index: 1;
    transition: all 0.45s ease;
}
.box:after{
    box-shadow: -15px 0 0 #4598ca;
    left:auto;
    right: 5px;
    bottom: auto;
    top: -100%;
}*/
.fadeIn-top{
  top: 20%;
}
.box:hover:before{ bottom: -10px; }
.box:hover:after{ top: -10px; }
.box img{
    width: 100%;
    height: auto;
    transition: all 0.45s;
}
.box:hover img{
    opacity: 0.3;
    filter: grayscale(90%);
}
.box .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 30px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.45s ease;
}
.box:hover .box-content{ opacity: 1; }
.box .title{
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 2px;
}

.testimonial {
  text-align: center;
  margin: 50px 0;
}
.testi-inner img {
  text-align: center;
  margin: 0 auto;
}
.testi-inner h3 {
  margin: 0px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 900;
}
.testi-inner h4 {
  margin: 0px 0 20px 0;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
.testi-inner p {
  position: relative;
  padding: 0 80px 20px 80px;
}
.testi-inner p:before {
  content: '';
  background: url(../images/quote.png) no-repeat;
  background-position: -33px -20px;
  width: 80px;
  height: 50px;
  position: absolute;
  top: -34px;
  left: 0px;
  display: inline-block;
}
.testi-inner p:after {
  content: '';
  background: url(../images/quote.png) no-repeat;
  background-position: -171px -20px;
  width: 80px;
  height: 50px;
  position: absolute;
  bottom: -9px;
  right: 0px;
  display: inline-block;
}
.our-partner {
  margin: 30px 0;

}
.partner-slider {
  padding: 30px 0;
}
.partner-slider img {
  margin: 0 auto;
  display: block;
}
.partner-slider .slick-slide img {
  padding: 0 20px;
}
.footer-bg {
  width: 100%;
  float: left;
  background: url(../images/footer-bg.png) no-repeat;
  padding: 210px 50px 45px 50px;
  color: #fff;
}
.foot-link h4 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.foot-link li {
  padding-bottom: 10px;
}
.foot-link li a {
  color: #fff;
  font-size: 18px;
}
.foot-link li a:hover {
  text-decoration: underline;
}
.social-link {
  margin-top: 50px;
}
.social-link li {
  float: left;
  margin: 0 5px;
}
.social-link li a {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  width: 35px;
  line-height: 35px;
  height: 35px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.social-link li a i {
    font-size: 19px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.social-link li a:hover {
    background: #fff;
}
.social-link li a:hover i {
    color: #043371;
}
.inner-banner p {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
  bottom: 130px;
}
.inner-banner .wave-img {
  bottom: 0px;
}

.about-section.about-inner {
    position: relative;
    top: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}
/*.about-inner .intro-img {
  position: relative;
}*/
.about-inner .intro-img img {
  float: right;
}
.about-inner .btm-img {
  position: absolute;
  bottom: -90px;
  left: 0;
}
.grey-bg {
  background: #6d6e71;
  color: #fff;
  width: 100%;
  float: left;
  margin-top: 200px;
  padding-bottom: 60px;
  position: relative;  
}
.grey-bg .container {
  position: relative;
}
.our h4 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 12px;
}
.our p {
  text-align: justify;
}
.our ol  {
  padding-left: 20px;
}
.our ol li {
  text-align: justify;
  padding-bottom: 10px;
}
.our_2 ol li {
  width: 50%;
  float: left;
} 
.our-sec {
  width: 100%;
  float: left;
  padding: 30px 0;  
  position: relative;
  margin: 30px 0;
}
.our-sec:before {
  content: '';
  background: #fff;
  width: 80%;
  height: 2px;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.our-img {
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
}
.border-box {
  border-radius: 10px;
  padding: 0 25px 10px 25px;
  color: #58595b;
}
.border-box h3 {
  color: #58595b;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}
.border-box h4 {
  text-align: center;
   color: #58595b;
}
.border-box ul {
  text-align: center;
  padding-top: 20px;
}

.border-box ul li {
  display: inline-block;
  vertical-align: top;
  width: 32.33%;
  padding-bottom: 10px;
  text-align: left;
}
.border-box ul li i {
  padding-right: 5px;
}
.marginT {
  margin-top: 150px;
}
.grey-color {
  background: #6d6e71;
  color: #fff;
  height: 450px;
  position: relative; 
}
.meet-sec {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    width: 50%;
    text-align: center;
}
.meet-sec h2 {
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
}
.meet-sec p {
  text-align: justify;  
  padding: 2px 0 5px 0;
}
.meet-sec a {
  color: #fff;
  font-weight: 700;
  display: inherit;
  text-align: left;
}
.meet-sec a img {
  display: inline-block;
  vertical-align: middle;
}
.team-bg {
  background: url(../images/team-bg.png) no-repeat;
  height: 450px;
  position: absolute;
  right: 0;
  top: 20%;
  width: 55%;
  /*padding: 0 200px 0 50px;*/
}
.team-div {
  width: 100%;
  float: left;
  margin: 80px 0 120px 0;
  position: relative;
}
.team-inner {
  position: relative;
}
.white-box {
  background: #fff;
  border-radius: 10px;
  width: 600px;
  padding: 12px 50px;
  position: absolute;
  transform: translateX(-50%);
  bottom: 50px;
  left: 50%;
  color: #58595b;
}
.white-box h5 {
  font-weight: 700;
  font-size: 17px;  
  margin-bottom: 15px;
}
.white-box h6 {
  font-weight: 700;
  font-size: 15px;  
  margin-bottom: 5px;
}
.white-box p {
  text-align: justify;
}
.team-bg .slick-dotted.slick-slider {
  width:100%;
  float: left;
  height: 100%;
  margin-bottom: 0px;
}
.team-bg .slick-list, .team-bg .slick-track, .team-inner {
  height: 100%
}
.slick-slide .team-inner img {
    z-index: 9;
    position: absolute;
    left: 20px;
    top: 80px;
}
.team-slider .slick-dots li button:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    opacity: 1;
    width: 12px;
    height: 12px;
}
.career-form {
  color: #58595b;
  margin: 35px 0 20px 0;
}
.career-form .form-group {
    margin-bottom: 20px;
}
.career-form input, .career-form textarea {
  border: 2px solid #959595;
  border-radius: 10px;
  height: 45px;
  font-size: 16px;
  color: #58595b;
  font-weight: 500;
}
.career-form textarea {
  height: 100px;
}
.career-form input::placeholder, .career-form textarea::placeholder {
  color: #58595b;
  opacity: 1; /* Firefox */
}

.career-form input:-ms-input-placeholder, .career-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #58595b;
}

.career-form input::-ms-input-placeholder, .career-form textarea::-ms-input-placeholder { /* Microsoft Edge */
 color: #58595b;
}
.career-form p {
  font-weight: 500;
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 0px;
}
.attach-file input {
  border: 0px;
  border-radius: 0px;
  height: auto;
}
.attach-file input:focus {
  outline: none;
  border: 0px;
}
input[type=file]:before {
  font-size: 15px;
  content: 'Choose File';
  color: #fff;
  display: inline-block;
  background: #707070;
  border-radius: 6px;
  padding: 3px 10px;
  text-align: center;
  margin-right: 5px;
}

input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 44px;
    cursor: pointer;
    line-height: 27px;
    display: inline-block;
    color: #58595b;
    font-weight: 500;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 27px;
    border: 2px solid #959595;
    border-radius: 6px;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 34px;
    height: 25px;
    border: 1px solid #959595;
    background: #d7d7d7;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.submit-btn {
  background: #4598ca;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 10px 30px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
  transition: 0.5s;
}
.submit-btn:hover {
    background: transparent;
    border: 1px solid #4598ca;
    color: #4598ca;
}
.contact-sec {
    margin-top: 60px;
    margin-bottom: 30px;
}
.add-sec .inner-div {
    padding: 0 30px;
    width: 100%;
    float: left;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0px;
}
.add-sec h4 {
  text-transform: uppercase;
  font-size: 20px;
}
.add-sec p {
    width: 100%;
    float: left;
    margin: 10px 0;
    font-size: 17px;
}
.add-sec p img {
    float: left;
    margin-right: 15px;
}
.add-sec p span {
    float: left;
    /*padding-top: 5px;*/
}
.add-sec p a {
    color: #fff;
}
.gallery-item img {
  border-radius: 25px;
  width: 100%;
  height: 240px;
}
.gallery .col-md-4 {
  padding: 8px;
}
.resp-vtabs .resp-tabs-list li {
  border-radius: 5px;
  background: #7d7d7d;
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 10px 15px!important;
}
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 25%;
    padding-right: 50px;
}

.slider-for .slick-list .slick-track {width:1756px!important;}
.slider-for .slick-slide {width:878px!important;}
.slider-nav .slick-list .slick-track {width:312px!important}
.slider-nav .slick-slide {width:156px!important;}


.resp-vtabs li.resp-tab-active {
  margin-bottom: 12px!important;
  background: #4598ca;
}
.resp-vtabs .resp-tabs-container {
    width: 75%;
    margin: 0 auto;
}
.resp-tab-item:before {
  content: "\f0da";  
  float: right;
  font: normal normal normal 16px/1 FontAwesome;
  margin-top: 3px;
}
.resp-tab-item.resp-tab-active:before {
  content: "\f0d7";
}
.resp-vtabs .resp-tabs-container {
  border: none;
}
.resp-tab-content {
  padding: 0px;
}
.service .slider-for .slick-slide img {
    display: block;
    width: 100%;
    border-radius: 15px;
    height: 550px;
}    
.service .slider-nav {
    margin-top: 10px;
    margin-bottom: 30px;
}
.service .slider-nav img {
    display: block;
    width: 100%;
    border-radius: 15px;
    padding: 0 5px;
    height: 130px;
}
.service-text .heading {
  text-align: left;
}
.service-text h4 {
  text-transform: uppercase;
  font-weight: 700;
}
.service-text ul {
  padding-left: 20px;
  margin-bottom: 35px;
}
.service-text ul li {
  list-style: disc;
  color: #58595b;
  padding: 5px 0;
}
.btm-logo a {
  display: inline-block;
}
.service-slider .slick-slide img {
  width: 100%;
  
}
.detail {
  width: 33.33%;
  float: left;
  padding-right: 20px;
}

/*coding start by prince*/

.main {
  width:100%;
  float: left;
  padding:50px 0px;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

.container {
  width: 1350px;
  margin:0 auto;
}

.padd {
  padding: 0;
}

.mar {
  margin:0;
}

.home_section1 {
  width: 100%;
  float: left;
  padding-top: 100px;
}

.home_section1 img {
  width: 90%;
  margin:0 auto;
}

.home_section2 {
  width: 100%;
  float: left;
  padding-top: 100px;
}
.home_section2_bottom2 {
  padding-left: 40px;
  padding-top:100px;
  padding-right: 40px;
}
.home_section2_bottom2 h4 {
  font-size: 35px;
  color: #47ace0;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.home_section2_bottom2 p {
font-size: 20px;
padding-bottom: 10px;
}

.home_section2_bottom2 a {
  color: #fff;
  background: #47ace0;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 12px;
     display: inline-block;
}
.home_section2_bottom1 {
  float: right;
}
.home_section3 {
  width: 100%;
  float: left;
  padding-top: 50px;
}

.home_section3 h3 {
   font-size: 35px;
  color: #47ace0;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
}

.slide .slide__content--headings a {
  font-size: 20px;
  color: #fff;
  background: #58595b;
  padding: 10px 25px;
  border-radius: 12px;
  margin-top: 15px;
  display: inline-block;
}




/*code by price*/
.our_2 {
text-align: center;
}

.our_2 p {
  text-align: center;
}

.temp_banner_sec_left {
  position: static;
}

.temp_banner_sec_left p {
  margin-bottom:15px; 
}

.temp_banner_sec_right {
  float: left;
  padding-left: 40px;
}

.temp_banner_sec_left h3 {
  font-size: 25px;
  color: #4598ca;
  font-weight: 700;
}

.team_pro_sec {
  width: 100%;
  float: left;
  padding-top: 150px;
  padding-bottom: 0px;
}

.team_pro_sec_left {
  border:3px solid #959595;
  border-radius: 10px;
  padding: 10px 20px 20px 20px;
}
.team_pro_sec h4 {
  font-size: 25px;
  color: #58595b;
  font-weight: 700;
}

.team_pro_sec p {
  font-size: 18px;
  color: #58595b;
}

.container55 {
  width: 1050px;
  margin:0 auto;
}

.discuss_sec {
  width: 100%;
  float: left;
  padding:50px 0 50px 0px;
  text-align: center;
}

.discuss_sec img {
  margin:0 auto;
  display: block;
  padding-bottom: 20px;
}

.discuss_sec p {
  color: #000;
  font-size: 18px;
}

.discuss_sec p a {
  font-size: 20px;
  color: #ffffff;
  background: #4598ca;
  padding: 10px 30px;
  border-radius: 15px;
  margin:0 5px;
  display: inline-block;
  margin-top: 20px;
}

.discuss_sec h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0px;
  text-transform: uppercase;
}

.about_sec_55 {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}
.temp_banner_sec_left ul {
  padding: 10px 0 10px 20px;
}
.temp_banner_sec_left ul li {
  font-size: 18px;
  list-style: disc;
}
.disc_main_sec {
  margin-bottom: 0px!important;
}

.temp_banner_last ul li {
  list-style: none;
}

.temp_banner_last ul {
  padding-left: 0;
}

.temp_banner_last ul li img {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}

.temp_banner_last ul li {
  float: left;
  padding-right: 50px;
}

.about_sec_55_bottom {
  width: 100%;
  float: left;
  padding-top: 20px;

}

.about_sec_555 {
  padding:20px 0;
}

.about_sec_555 img {

}

.about_sec_555 h3 {
  text-transform: uppercase;
  color: #000;
  padding-top: 10px;
  font-weight: 700;
}

.about_sec_555 p {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  padding-top: 10px;
  text-align: justify;
}

.about_sec_555 a {
  font-size: 18px;
  color: #4598ca;
  font-weight:700;
  padding-top: 20px;
  display: block;
}
.poly_sec p {
  color: #4d4d4f;
  font-weight: 700;
}
.poly_sec ul li {
  text-transform: uppercase;
  font-size: 20px;
  color: #4d4d4f;
  font-weight: 700;
  padding-bottom: 20px;
}

.poly_sec ul li span {
  text-transform: lowercase;
  padding-top: 5px;
  display: block;
  font-weight: 400;
}

.car_img1 {
  padding-top: 20px;
  text-align: center;
}

.car_img1 img {
  margin:0 auto;
}

.car_img1 p {
font-size: 20px;
color: #4d4d4f;
font-weight: 700;
padding-top: 10px;
text-transform: uppercase;
}

.Benefit_sec {
  text-align: center;
  border:1px solid #959595;
  padding: 20px 15px;
  border-radius: 15px;
  margin-top: 25px;
}

.Benefit_sec img {
  margin:0 auto;
}

.Benefit_sec h3 {
color: #4598ca;
}

.Benefit_sec p {
  color: #4d4d4f;
}

.Benefit_sec a {
  padding-top: 10px;
  display: block;
}

.app_sec {
  width: 100%;
  position: relative;
  margin-top: 25px;
}

.app_sec_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(69,152,202,0.8);
}

.app_sec_bottom a {
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 15px 0px;
  font-size: 20px;
}

.dropdown-menu2 {
left: 199px;
    right: auto;
    top: 0; 
}

.dropdown-submenu:hover .dropdown-menu2{
display: block;  
}
.dropdown-menu2 li a {
  font-size: 16px;
}
.dropdown-submenu>a>.caret {
    display: inline-block;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    margin-top: -2px;
    right: 4px;
    top: 50%;
}

.slider2, .slide2 {
    height: 720px!important;
  }

.stellarnav {
  display: none;
}
.stellarnav.dark {
    background: #58595b;
}

.stellarnav.mobile.dark ul {
    background: #58595b;
}

.quote_sec .form-group {
  margin-bottom: 30px;
}

.hover_sec54 {
background:transparent!important; 
color:#4598ca!important;
padding:0!important;
border:0!important;
text-transform: lowercase!important;
margin-top:0!important;
font-weight:700!important;
text-decoration:underline;
}

.hover_sec54:hover {
  border:0!important;  
}

