body, html {
    font-family: 'Lato', sans-serif!important;
}

a:hover, a:active  {
text-decoration: none!important;
}
 #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #00aeef;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

#return-to-top:hover {
    background: #082f53;
    color: #fff;
}

nav.nav1 {
    display: none;
}
body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #082f53;
  outline: 1px solid #082f53;
}

::-moz-selection { /* Code for Firefox */
    color: #00aeef;
    background: #082f53;
}

::selection {
      color: #00aeef;
    background: #082f53;
}

   /*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 0px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 1024px) {
  
.slider .item .carousel-caption {    top: 80px; }  
  .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
  .slider-text .form-group label {font-size:12px; }
  
  }
  .open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}

  
  
  @media screen and (max-width: 767px) {
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 9999999;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #00aeef;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
.open-menu .nav-cross span {
    display:none;
}
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}

.topbar-head {
    background: url(../images/header-top-bg.jpg) no-repeat top left;
    background-size: cover;
    position: relative;
}
.logo a {
    display: inline-block;
        margin-top: 10px;
}
.menu-top ul li a {
    padding: 50px 7px 40px;
    display: inline-block;
    color: #aac2d7;
    border-bottom: 2px solid transparent;
}
.google_map {
    height: 318px;
    max-height: 320px;
    overflow: hidden;
    position:relative;
}
#google_map img {
    max-width: inherit;
}
#google_map .firstheading {
    color: #000000 ;
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 12px;
}
#firstHeading {
    color: #000000 ;
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 12px;
}
#bodyContent {
    color: #111;
    font-size: 14px;
    line-height: 20px;
}
.menu-top ul li {
    display: inline-block;
    padding: 0px 5px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}
.menu-top ul {
    margin: 0px 0px 0px 90px;
    padding: 0px;
}
.menu-top {
    display: inline-block;
        width: 68%;

}
.menu-top ul li a:hover, .menu-top ul li a:active, .menu-top ul li a:focus, .menu-top ul li.current-menu-item a {
border-color: #00aeef;
color: #ffffff;
}
.tel-top {
    float: right;
        width: 32%;
            text-align: right;
                margin-top: 25px;
}
.tel-top a {
    display: inline-block;
}
body .container {
    max-width: 1170px;
}


.icon-tel img {
    max-width: 100%;
    height: auto;
}
.icon-tel {
    width: 30%;
    display: inline;
}
.tel-info-top h4 {
    margin: 0px;
}
.tel-info-top h4 a {
    font-size: 21px;
    color: #ffffff;
    margin: 0px;
    line-height: 25px;
}
.tel-info-top h5 {
        margin: 0px;
}

.tel-info-top h5 a {
    font-size: 13px;
    color: #aac2d7;
        margin: 0px;
}
.tel-info-top {
  width: 219px;
    float: left;
    margin-right: 12px;
}
.icon-tel {
    width: 40px;
    float: right;
}
.top-social {
   width: 395px;
    position: absolute;
    background: url(../images/bg-social-cerve.png) no-repeat top left;
    background-size: cover;
    right: 0;
    bottom: -22px;
    z-index: 10;
}
.top-social ul {
    margin: 0px;
       padding: 0px 10px 0px;
}
.top-social ul li {
    display: inline-block;
}
.top-social ul li a {
      display: block;
    color: #fff;
    position: relative;
    width: 42px;
    height: 43px;
    line-height: 42px;
    text-align: center;
    font-size: 13px;
}
.top-social ul li a:hover, .top-social ul li a:active, .top-social ul li a:focus {
      /*background: url(../images/hover-cerve.png) no-repeat top center;
    background-size: cover;
        */color: #fff006;
}

.top-social ul li a:before {
        content: url(../images/cerve-line.png);
    position: absolute;
    right: -12px;
    bottom: 0;
    top: 0;
}
.caption {
        text-align: center;
    padding: 170px 0px 165px;
}
.caption h2 {
     font-size: 60px;
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: normal;
}


.caption h5 {
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 45px;
    line-height: normal;
}
.caption a, .caption h6 {
    display: inline-block;
    width: 170px;
    height: 40px;
    background-color: #00aeef;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}
.caption a:hover, .caption a:active, .caption a:focus {
background-color: #082f53;
color: #fff;
}
a {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.slider-main .owl-controls {
    position: absolute;
    right: 8%;
    bottom: 25px;
}
.slider-main .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 3px;
    background: transparent;
    border-radius: 30px;
    border: 2px solid #ffffff;
}
.slider-main .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.testimonials-main h3 {
    font-weight: 700;
    color: #082f53;
    font-size: 48px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 50px;
}
.testimonial-bx h5 {
    color: #00aeef;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
        margin-bottom: 20px;
}
.testimonial-bx p {
    font-size: 15px;
    color: #303030;
    margin: 0px;
}
.testimonials-main {
    margin-bottom: 70px;
    text-align: center;
	display: none;
}
body .testimonials-main .owl-theme .owl-nav [class*='owl-']:hover,  body .work-main .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
}
body .testimonials-main .owl-theme .owl-nav [class*='owl-'], body .work-main .owl-theme .owl-nav [class*='owl-'] {
    padding: 0px;
    background: transparent;
}
.testimonials-main .owl-prev {
    position: absolute;
    left: -180px;
    top: -75px;
}
.testimonials-main .owl-controls {
    position: relative;
}
.testimonials-main .owl-next {
    position: absolute;
    right: -180px;
    top: -75px;
}
.client-main {
    background: #f2f2f2;
    padding: 40px 0px;
    text-align: center;
}
.f-bottom {
    background: url(../images/f-bg.jpg) no-repeat top center;
    background-size: cover;
        text-align: center;
}
.f-cnt-main a {
    font-size: 30px;
    color: #00aeef;
    vertical-align: middle;
    margin-right: 25px;
}
.f-cnt-main a.f-btn {
    margin: 0px;
    width: 130px;
    height: 35px;
    border: 1px solid #ffffff;
    font-size: 12px;
    display: inline-block;
    line-height: 34px;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: 25px;
}
.f-cnt-main span {
    color: #757578;
    font-size: 18px;
}
.f-cnt-main h5 {
     font-size: 18px;
    color: #757578;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0px;
}
.f-cnt-main a.f-btn:hover, .f-cnt-main a.f-btn:active, .f-cnt-main a.f-btn:focus {
    background-color: #082f53;
    color: #fff;
    border-color: #082f53;
}
.f-cnt-main a:hover, .f-cnt-main a:active, .f-cnt-main a:focus {
color: #fff;
}  
.f-cnt-main {
    padding: 30px 0px;
    border-bottom: 1px solid #3b3b3f;
}
.f-nav-main {
    padding-bottom: 30px;
}

ul.f-nav li:before {
    content: "-";
    position: absolute;
    color: #757578;
        left: -5px;
}

ul.f-nav li a {
    color: #757578;
}
ul.f-nav li {
    display: inline-block;
    padding: 0px 15px;
    position: relative;
}
ul.f-nav {
    margin: 30px 0px;
    padding: 0px;
}
ul.f-nav li:first-child:before {
display: none;
}
ul.f-nav li a:hover, ul.f-nav li a:active, ul.f-nav li a:focus, ul.f-nav li.current-menu-item a {
color: #fff;
}
ul.f-social li a {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    background: #757578;
    line-height: 40px;
    border-radius: 100%;
    font-size: 13px;
    color: #ffffff;
}

ul.f-social li {
    display: inline-block;
    margin: 0px 3px;
}
ul.f-social {
    margin: 0px;
    padding: 0px;
}
ul.f-social li a:hover, ul.f-social li a:active, ul.f-social li a:focus { 
 background-color: #082f53;
   
}
ul.f-social li a i {
transition: 0.5s ease-in-out;
-webkit-transition: 0.5s ease-in-out;
}
ul.f-social li a:hover i {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
 color: #fff;
}
.f-nav-main p {
    margin: 20px 0px 0px;
    font-size: 12px;
    color: #7c7c7c;
}
.service-main {
    padding: 75px 0px;
    background: url(../images/h-services-bg.jpg) no-repeat top right;
    background-size: cover;
}
.service-main h3 {
    margin-bottom: 30px;
    line-height: normal;
    font-size: 48px;
    color: #082f53;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
}
.service-main p {
    font-size: 15px;
    color: #303030;
}
.top-service-h a {
    display: inline-block;
    width: 72px;
    height: 35px;
    border: 1px solid #afafaf;
    text-align: center;
    line-height: 34px;
    color: #303030;
        margin-top: 15px;
}
.top-service-h a:hover, .top-service-h a:active, .top-service-h a:focus {
        background: #082f53;
    color: #fff;
}
.bottom-service-h h4 a {

}
.bottom-service-h h4 a:before {
    content: "";
    position: absolute;
    width: 35px;
    background: #00aeef;
    height: 1px;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.bottom-service-h h4 a {
	color: #30302d;
	font-size: 20px;
	display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bottom-service-h h4 {
    font-size: 20px;
    
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
    padding-right: 55px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.bottom-service-h h4 a:hover:before {
    width: 60px;
}
.bottom-service-h a {
    font-weight: 700;
    color: #7c7c7c;
    font-size: 13px;
}
 .bottom-service-h a:hover, .bottom-service-h a:active, .bottom-service-h a:focus {
    color: #082f53;
 }
 .quote-main {
    padding: 115px 0px;
    text-align: center;
    background: url(../images/quote-bg.jpg) no-repeat center;
    background-size: cover;
}
.quote-main a {
    display: inline-block;
    padding: 20px 65px;
    border: 1px solid #fff;
    font-size: 30px;
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
    font-weight: 300;
    line-height: normal;
}
.quote-main a:hover, .quote-main a:active, .quote-main a:focus {
background-color: #082f53;
    color: #fff;
    border-color: #082f53;
}
.work-main {
        padding: 40px 0px 70px;
}
.service-main h5 {
    font-size: 18px;
    color: #505050;
    line-height: normal;
    margin-bottom: 5px;
}
.work-main h5 {
    font-size: 18px;
    color: #505050;
    line-height: normal;
    margin-bottom: 5px;
}
.work-main h3 {
    margin-bottom: 40px;
    line-height: normal;
    font-size: 48px;
    color: #082f53;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
}
.work-head h4:after {
    content: "";
    position: absolute;
    width: 65px;
    bottom: 0px;
    height: 1px;
    background: #00aeef;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.work-head h4 > a {
    padding: 30px 0px;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #303030;
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
    margin: 0px;
}
.work-head {
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 0;
    left: 0;
    background: #f1f1f1;
    opacity: 0.9;
}
.work-bx {
	min-height: 100px;
    position: relative;
}
.w-work-main .work-bx {
    margin-top: 30px;
}
.work-head h4 {
    margin-bottom: 0px;
}
.work-para p {
    margin: 0px;
    font-size: 15px;
    color: #303030;
    padding: 25px;
    background: #f2f2f2;
    border-bottom: 3px solid #e0e0e0;
    text-align: center;
}
.not-found {
    width: 100%;
    margin: 50px 0px;
    text-align: center;
}
.cnt-main ul li:nth-child(3) p {
    font-size: 18px;
}
.work-head h4 a:hover:after {
    width: 95px;
}
.work-slider .owl-controls {
    position: absolute;
    right: 0;
    top: -113px;
}
.inner-banner h2 {
    color: #fff;
    font-size: 60px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 500;
}
.inner-banner {
    padding: 77px 0px;
    text-align: center;
}
.about-main p {
    font-size: 15px;
    color: #303030;
}

.about-main h4 {
    font-size: 48px;
    color: #082f53;
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 25px;
}
.about-main h5 {
    font-size: 18px;
    color: #505050;
}
.about-main {
    background: #f2f2f2;
    text-align: center;
    padding: 40px 0px 75px;
}
.about-second {
    padding: 80px 0px 95px;
    background: url(../images/about-second-bg.jpg) no-repeat top right;
    background-size: cover;
}
.about-second h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 32px;
    height: 1px;
    background: #00aeef;
    left: 0;
}

.about-second h4 {
    font-family: 'Orbitron', sans-serif;
    font-size: 20px;
    color: #30302d;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.about-second p {
    font-size: 15px;
    color: #303030;
    margin-bottom: 25px;
}

.services-main-s {
       padding: 70px 0px 100px;
}
.head-ser p {
    font-size: 15px;
    color: #303030;
    margin-bottom: 0px;
}

.head-ser h3 {
    font-weight: 700;
    color: #082f53;
    font-size: 48px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
}
.head-ser h5 {
    font-size: 18px;
    color: #505050;
}
.head-ser {
    text-align: center;
}
.s-service-bx p {
    font-size: 15px;
    color: #303030;
}

.s-service-bx h4 a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 33px;
    height: 1px;
    background: #00aeef;
    left: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}
.s-service-bx h4 a {

    color: #30302d;
}
.s-service-bx h4 a:hover:after {
width: 60px;

}
.s-service-bx h4 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.s-service-bx img {
    position: absolute;
    top: -90px;
    left: -85px;
    z-index: 10;
}
.s-service-bx {
    padding: 55px 35px 40px;
    border: 1px solid #d5d5d5;
    position: relative;
}
.w-head h3 {
    margin-bottom: 20px;
}

.w-head {
    text-align: center;
    margin-bottom: 20px;
}
.cnt-main ul li i {
    margin-right: 5px;
    color: #505050;
}

.cnt-main ul li p, .cnt-main ul li a {
    font-size: 14px;
    color: #505050;
}
.cnt-main ul li h6 {
    font-weight: 700;
    font-size: 16px;
    color: #00aeef;
    margin: 0px 0px 5px;
    line-height: normal;
}
.cnt-main ul li {
    display: block;
}
.cnt-main ul {
    margin: 0px;
    padding: 0px;
}
.cnt-main p {
    font-size: 14px;
    color: #505050;
}
.cnt-main h3:after {
    content: url(../images/cnt-line.png);
    position: absolute;
    bottom: 0;
    left: 0;
}
.cnt-main h3 {
    font-size: 30px;
    color: #3d3d3d;
    font-family: 'Orbitron', sans-serif;
    font-weight: 500;
    padding-bottom: 30px;
    margin-bottom: 15px;
    position: relative;
}
.cnt-main {
    background: #f7f7f7;
    padding: 50px 0px 40px;
    margin-bottom: 70px;
}
.cnt-form input[type="submit"] {
    margin-top: 25px;
    width: 150px;
    height: 45px;
    border: 0px;
    background: #00aeef;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.cnt-form textarea {
    margin-top: 130px;
}
.cnt-form input[type="text"], .cnt-form input[type="email"], .cnt-form input[type="tel"], .cnt-form textarea {
    width: 100%;
    margin-top: 20px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    resize: none;
    padding-bottom: 15px;
    font-size: 13px;
        padding-right: 20px;
    color: #6a6969;
        border-bottom: 1px solid #dddddd;
}
.cnt-form {
    padding: 10px 30px 30px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 2px #e5e5e5;
}
.cnt-form input[type="submit"]:hover, .cnt-form input[type="submit"]:active, .cnt-form input[type="submit"]:focus {
    background: #082f53;
    color: #fff;
}
.cnt-form input[type="text"]:focus, .cnt-form input[type="email"]:focus, .cnt-form input[type="tel"]:focus, .cnt-form textarea:focus {
    outline: none;
    border-color: #00aeef;
}


.cnt-form textarea {     margin-top: 130px;       height: 40px;  position: relative;     background: url(../images/textarea-icon.png) no-repeat right 10px;    padding-bottom: 0px;}
.cnt-form input[type="text"] {
    background: url(../images/user-icon.png) no-repeat right 5px;
}

.cnt-form input[type="email"] {
    background: url(../images/email-icon.png) no-repeat right 5px;
}
.search-home input[type="submit"] {
    background: #00aeef;
    border: 0px;
    height: 35px;
    padding: 5px 15px;
    line-height: normal;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
}

.search-home input[type="text"] {
    height: 35px;
    padding: 5px 10px;
    border: 0px;
    font-size: 14px;
}
.search-home {
    position: absolute;
    width: 246px;
    margin-top: 10px;
    display: none;
}
.top-social ul li:first-child {
    position: relative;
}
/*** Dev 2 ***/
@media only screen and (min-width:1700px){
	.topbar-head{
		background: url(../images/header-top-bg.jpg) no-repeat;
    background-size: contain;
    background-position: 50% center;	
	}
}