body{
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
}
.container{
	width: 1260px;
	max-width: 100%;
    margin: 0 auto;
}
h1{
	font-size: 35px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
h2{
	font-size: 24px;
	font-weight: 500;
}
p{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	font-family: 'Poppins', sans-serif;
}
.sticky, a.navbar-brand img, header .navbar-nav li a, .dropdown-menu{
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
}
.navbar-fixed-top.sticky a.navbar-brand img{
    transition: 0.5s;
}
a:hover{
	text-decoration: none;
}
button:focus, .form-control:focus{
	outline: none;
	box-shadow: none;
}
.pt-7{
	padding-top: 70px;
}
.py-7{
	padding-top: 70px;
	padding-bottom: 70px;
}
.bg-color{
	background-color: #263340
}
.wi-full{
	width: 100%;
	float: left;
}
.navbar{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
    padding: 0px;
    background-color: transparent!important;
     transition: 0.5s;
}
.banner-item{
	position: relative;
}
.banner-text {
    position: absolute;
    top: 53%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    width: 1260px;
    right: 0;
    margin: 0 auto;
    padding: 0 15px;
}
.banner-laptop{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.home-section-banner .banner-laptop{
    padding-top: 42%;
}
.banner-laptop img{
	width: 100%;
}
.section-banner {
    margin-top: 0;
}
.banner-read {
    background-color: #0dc1ff;
    border-radius: 5px;
    color: #fff;
    min-width: 160px;
    display: inline-block;
    text-align: center;
    padding: 8px;
    font-size: 16px;
}
.banner-read:hover{
	text-decoration: none;
	color: #fff;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.main-slider .owl-dots .owl-dot.active span{
	background: #3bbded!important
}
.main-slider .owl-dots .owl-dot span{
	margin: 5px 4px!important;
	height: 12px!important;
	width: 12px!important;
}
.sectionbanner-inner .banner-laptop{
    padding-top: 30%;
}
header .navbar-nav li a{
	color: #fff!important;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding: 43px 0px 39px 0px!important;
}
header .navbar-nav li:last-child{
    display: none;
}
header .navbar-nav li{
	padding: 0 25px;
}
header .navbar-nav li.nav-item.active a{
	color: #0dc1ff!important;
}
header .navbar-nav li.nav-item.active a:after {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	color: #0dc1ff;
}
.single-btn a {
    background-color: #0dc1ff;
    border-radius: 5px;
    min-width: 160px;
    display: inline-block;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
}
.single-btn a:hover{
	text-decoration: none;
}
/*effect-underline*/
.navbar-nav li a:after {
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	height: 1em;
	width: 50%;
	border-bottom: 1px solid;
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.navbar-nav li a:hover{
	color: #0dc1ff!important;
}

.navbar-nav li a:hover:after {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	color: #0dc1ff;
}
/*******/
.section-part-home h1{
	margin-bottom: 25px;
}
.home-carrer{
	text-align: left;
}
.home-carrer-img img {
    margin-top: -15px;
    width: 100%;
    margin-left: -30px;
}
.home-carrer-img {
    background-color: #0dc1ff;
    padding: 0 0px 15px 0px;
}
.home-carrer strong, .section-part-home strong{
	font-weight: 500;
}
.map-img{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.map-img img{
	width: 100%;
}
.footer-form, .map-img, .get-touchsec{
	height: 530px;
}
footer p, footer a{
	color: #fff;
	margin: 0px;
}
footer a:hover{
	color: #0dc1ff;
}

.sec-service img {
    margin-bottom: 18px;
}
/****Testimonial*****/
.section-testimonial{
	background-image: url(../images/colon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
    background-color: #edf5f8;
}
.testimonial-name{
    margin: 20px 0px 10px;
}
.testimonial button.owl-prev {
    position: absolute;
    left: -40px;
    top: 50%;
}
.testimonial button.owl-next {
    position: absolute;
    right: -40px;
    top: 50%;
}
.testimonial button:hover{
    background-color: transparent!important;
}
.testimonial button:hover .fa{
    color: #000;
}
.testimonial .owl-nav .fa{
    font-size: 42px;
}
/****/

.footer-form .form-control {
    border-radius: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: #cccccc;
    padding: 10px 2px;
    font-size: 18px;
}

.footer-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cccccc;
  font-size: 18px;
}
.footer-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #cccccc;
  font-size: 18px;
}
.footer-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #cccccc;
  font-size: 18px;
}
.footer-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #cccccc;
  font-size: 18px;
}
.footer-form textarea.form-control {
    height: 82px;
}
.footer-form {
    padding: 20px 30px;
    box-shadow: 0px 3px 20px 0px rgba(234, 234, 234, 0.75); 
}
.footer-social ul{
	padding: 0px;
	margin: 0px 0px 15px;
	list-style: none;
}
.footer-social ul li {
    display: inline-block;
    text-align: center;
    padding: 0 18px;
}
.footer-social ul li a:hover{
	color: #0dc1ff;
}
.footer-social ul li .fa {
    font-size: 32px;
}
/******Portfoliopage********/
.prtfolio-img img {
    width: 100%;
}
.secnd-sec{
    display: inline-block;
}
.secnd-sec .col-md-6:nth-child(1) {
    float: right;
    display: inline-block;
}
.secnd-sec .col-md-6:nth-child(2) {
    float: left;
    display: inline-block;
}
.prtfolio-img{
	box-shadow: 0px 3px 20px 0px rgba(234, 234, 234, 0.75);
	margin-bottom: 60px;
}
.last-div .prtfolio-img{
	margin-bottom: 0px;
}
.portfolio-desc li {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 14px;
}
.portfolio-desc ul {
    padding-left: 20px;
}
/***cONTACT PAGE***/
.get-touchsec{
	box-shadow: 0px 3px 20px 0px rgba(234, 234, 234, 0.75);
}
.get-touchsec h2 {
    text-align: left;
    background-color: #0dc1ff;
    padding: 20px 30px;
    color: #fff;
}
.map-section h2 {
    margin-bottom: 15px;
}
.get-touchsec ul {
    padding: 35px 30px 0;
    line-height: normal;
    list-style: none;
}
.get-touchsec li {
    position: relative;
    margin-bottom: 53px;
    padding-left: 80px;
}
.get-touchsec li img {
    position: absolute;
    left: 0;
    top: -9px;
    max-width: 53px;
}
.get-touchsec li:nth-child(1) img {
    top: -1px;
}
.get-touchsec li a:last-child {
    margin-right: 0px;
}
.get-touchsec li a {
    color: #000;
    font-size: 18px;
    margin-right: 22px;
}
.map-full img{
	width: 100%;
}
/***Blog page***/
.blog-sec img{
	width: 100%;
}
.blog-sec{
	box-shadow: 0px 3px 20px 0px rgba(234, 234, 234, 0.75);
}
.section-blog .col-md-4{
	margin-bottom: 40px;
}
.section-blog .col-md-4:nth-last-child(-n+3){
	margin-bottom: 0px;
}
.blog-sec img {
    margin-bottom: 20px;
}
.blog-desc {
    padding: 0px 20px 20px;
    height: 250px;
}
.blog-desc p{
	margin-bottom: 0px;
    color: #000;
}
.blog-desc h2{
    color: #000;
}
.postdate {
    border-top: 1px solid #ccc;
    padding: 10px 20px;
}
.postdate a{
	/*float: right;*/
	color: #0dc1ff;
}
.postdate span {
    color: #000;
}
.single-blog img{
	width: 100%;
	margin-bottom: 20px;
}
.single-blog  span{
	margin-bottom: 10px;
	display: inline-block;
}
/******Servicepage****/
.section-area h2{
	margin: 15px 0px;
}
.section-area img{
	max-width: 60px;
}
.section-area{
	margin-bottom: 40px;
}
.section-area:last-child{
	margin-bottom: 0px;
}

/***Apply form page****/

/*****Checkbox*********/
.applyform-page [type="radio"]:checked,
.applyform-page [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.applyform-page [type="radio"]:checked + label,
.applyform-page [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.applyform-page [type="radio"]:checked + label:before,
.applyform-page [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background: #fff;
}
.applyform-page [type="radio"]:checked + label:after,
.applyform-page [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0dc1ff;
    position: absolute;
    top: 4.2px;
    left: 4.2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.applyform-page [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.applyform-page [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cutm_checkbox label {
    margin-right: 20px;
}
/*****Checkbox*********/

.applyform-page.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cccccc;
  font-size: 18px;
}
.applyform-page .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #cccccc;
  font-size: 18px;
}
.applyform-page .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #cccccc;
  font-size: 18px;
}
.applyform-page .form-control:-moz-placeholder { /* Firefox 18- */
  color: #cccccc;
  font-size: 18px;
}
.applyform-page textarea.form-control {
    height: 90px;
}
.applyform-page form{
    padding: 30px 50px;
    box-shadow: 0px 3px 20px 0px rgba(234, 234, 234, 0.75); 
}
.applyform-page  .form-control {
    border-radius: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: #cccccc;
    padding: 10px 2px;
    font-size: 18px;
    margin-bottom: 20px;
}
/******/
#upload_sheet {
    background-image: linear-gradient(to bottom,#0dc1ff,#0dc1ff);
    color: #fff;
    padding: 10px 12px;
    background-color: #0dc1ff;
    border-radius: 5px;
    min-width: 160px;
    display: inline-block;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    color: #fff;
}
.file-type-upload span {
    font-size: 18px;
    color: #363636;
    padding-left: 10px;
}
#uploadefile {
    display: none;
}
.file-type-upload input#upload-photo{
	display: none;
}
.sizemax {
    margin-bottom: 25px;
    color: #7f7e7e;
}
/****Job page****/
.job-sec{
	box-shadow: 0px 3px 20px 0px rgba(234, 234, 234, 0.75); 
	padding: 30px;
	margin-bottom: 40px;
    float: left;
    width: 100%;
}
.jobpage-section a:last-child{
	margin-bottom: 0px;
}
.job-sec h2{
	font-weight: 700;
    color: #212529;
}
.single-job .job-sec {
    cursor: default;
}
.show_hide{
	cursor: pointer;
}
.plus:after {
    content: "+";
    color: #0dc1ff;
    font-size: 35px;
    line-height: 1.5px;
    vertical-align: middle;
    position: absolute;
    margin-top: 14px;
    margin-left: 7px;
    font-weight: 400;
}
.job-sec.minus .plus:after {
    content: " -";
    font-size: 52px;
    line-height: 1.5px;
    vertical-align: middle;
    color: #0dc1ff;
    margin-top: 16px;
    position: absolute;
    margin-left: 10px;
    font-weight: 300;
}
.job-sec ul{
	padding: 0px;
	margin: 0px;
}
.job-sec ul li {
    list-style: none;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: top 9px left;
    padding-left: 33px;
    font-size: 18px;
    margin-bottom: 12px;
}
.job-buttons a{
	margin: 14px
}
.job-buttons a:last-child{
	margin: 0px;
}
/****************/

.img-outer {
    overflow: hidden;
}
.img-outer:hover img{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 0.7;
}
.img-outer img{
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);

    opacity: 0.9;
}

.gall-content h2{
    font-weight: 600;
}
.gall-content b{
    font-weight: 600;
}
.ln-gallery .row{
    margin-bottom: 50px;
}
/*****Testimonial*****/
.testimonial-img img {
    display: inline-block!important;
    width: auto!important;
    border-radius: 70px;
    border: 2px solid #0dc1ff;
    height: 90px;
    width: 90px!important;
}
.section-services-home .col-md-6 {
    margin-bottom: 30px;
}
.section-services-home .col-md-6:nth-last-child(-n+2){
    margin-bottom: 0px;
}
.address-ft {
    min-height: 26px;
    background: url(../images/m_icon1.png) no-repeat left top 23px/auto 22px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 7px!important;
}
.email-ft {
    background: url(../images/m_icon3.png) no-repeat left top 3px/auto 19px;
    font-size: 16px;
    color: #000;
    margin-bottom: 7px!important;
}
.tel-ft {
    background: url(../images/m_icon2.png) no-repeat left top 9px/auto 19px;
    font-size: 16px;
    color: #000;
    margin-bottom: 7px!important;
}
.email-ft a, .tel-ft a{
    color: #000;
    display: block;
}
button.gm-ui-hover-effect{
    top: 0!important;
    right:0!important;
}
.navbar-nav li .dropdown-menu a:after{
    display: none;
}
.currentopning {
    min-width: 272px;
    margin: 0 auto;
    text-align: center;
}
.section-resume a{
    color: #0dc1ff;
}
.job-sec:after{
    display: none;
}
.job-sec p{
    margin-bottom: 0px;
}
.job_apply_btn a.banner-read {
    margin: -4px 0px!important;
    float: right;
}
.job_apply_btn h2 {
    float: none;
    display: inline-block;
    margin-bottom: 0px;
}
#upload_sheet span.wpcf7-not-valid-tip {
    display: block !important;
}
.slidingDiv {
    padding-top: 15px;
}
.slidingDiv h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.single-blog a {
    color: #000;
}
.single-blog a:hover{
    color: #0dc1ff
}
.file-type-upload span.wpcf7-not-valid-tip{
    height: auto;
    bottom: -30px;
    font-size: 13px;
    padding-left: 0px;
    width: auto;
    position: absolute;
    right: 0;
}
.file-type-upload span.selected-file.mobile-file{
    display: none;
}
/*****/
.navbar-fixed-top.sticky {
    background-color: #fff!important;
}
.navbar-fixed-top.sticky li a{
    color: #000!important
}
header .navbar-fixed-top.sticky li a {
    font-size: 18px;
    padding: 30px 0px 30px 0px!important;
}
.navbar-fixed-top.sticky a.navbar-brand img {
    max-width: 80px;
}
.navbar-fixed-top.sticky li.dropdown::after{
    color: rgba(0,0,0,.5);
    top: 50%;
}
header .navbar-fixed-top.sticky li .dropdown-menu a {
    font-size: 18px;
    padding: 8px 20px !important;
}
/*26-7-2019*/

.hfeed .section-blog .col-md-4 {
    margin-bottom: 40px;
    float: left;
    max-width: 100% !important;
}
.widget_right{
    float:left;
    width:100%;
}
.widget_right ul {
    padding-left: 0px;
}
.section-blog .col-md-4 {
    margin-bottom: 40px;
    float: left;
    max-width: 50% !important;
}
.widget_right li {
    list-style: none;
    background-image: url(http://harmonydi.com/wp-content/themes/harmonydi/assets/images/BOX-Harmonydi.jpg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left top 10px;
    padding-left: 20px;
}
.widget_right a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
}
.f_left {
    float: left;
    width: 50%;
}	
.f_right {
    float: right;
    width: 50%;
}
.f_right .f_right_img {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100px;
    height: 100px;
    background-position: 50% 0%;
}
.recent_posts {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.recent_posts .full_recent {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.recent_posts .f_left a {
    color: #000;
}
.recent_posts .f_left a.date_bl {
    font-size: 14px;
    font-weight: 300;
}
.job-sec.job_apply_btn:nth-child(even) {
    background-color: #0dc1ff;
}

.job-sec:nth-child(even)h2{
    color: #fff!important
}
.banner-white{
 background-color:#fff !important;
 color:#000 !important;
}
.job_apply_btn h2{
	
	color:#fff !important;
}
.blue h2{
	color:#000 !important;
}
