.pagination {
  display: inline-block;
  width: 100%;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}








.cf:before,
.cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

.fix {
    overflow: hidden
}

.contact-heading{background: #6d9bd5;
    padding: 5px;}

.contact-heading h4{font-size: 24px;}

.contact-heading a{font-size: 24px;
    color: red;
    font-weight: bold;}






.do-pb45{padding-bottom:45px}
.do-pb40{padding-bottom:40px}
.do-pb35{padding-bottom:35px}
.do-pb30{padding-bottom:30px}
.do-pb25{padding-bottom:25px}


.do-pt0{padding-top:0px!important;}
.do-pb0{padding-bottom:0px!important;}
.do-pt45{padding-top:45px}
.do-pt40{padding-top:40px}
.do-pt35{padding-top:35px}
.do-pt30{padding-top:30px}
.do-pt25{padding-top:25px}

.bg-white{background-color: #fff!important;}
.bg-white2{background-color: #eeeeee!important;}








.contact-wrap {
  padding: 15px;
}

.contact-form {
  margin-top: 30px;
}
.contact-form .input-block {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #FF512F;
  width: 100%;
  height: 60px;
  padding: 25px;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .input-block.focus {
  background-color: #fff;
  border: solid 1px #fb2900;
}
.contact-form .input-block.textarea {
  height: auto;
}
.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}
.contact-form .input-block label {
  position: absolute;
  left: 25px;
  top: 25px;
  display: block;
  margin: 0;
  font-weight: 300;
  z-index: 1;
  color: #333;
  font-size: 13px;
  line-height: 10px;
}
.contact-form .input-block .form-control {
  background-color: transparent;
  padding: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #333;
}
.contact-form .input-block .form-control:focus label {
  top: 0;
}
.contact-form .square-button {
  background-color: rgba(255, 255, 255, 0.8);
  color: #fb2900;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 60px;
  height: 60px;
  border: none;
  width: 100%;
}
.contact-form .square-button:hover, .contact-form .square-button:focus {
  background-color: white;
}

@media (min-width: 768px) {
  .contact-wrap {
    width: 100%;
    margin: auto;
  }
}

















.do-section {
    padding: 30px 0
}

.do-section-heading,
.do-section-heading-light {
    text-align: center;
    position: relative
}

.do-section-heading:after {
    content: '';
    width: 45px;
    height: 4px;
    background-color: ;
    position: ;
    bottom: ;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.do-section-heading h1 {
    font-size: 29px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase
}

.do-section-heading p.do-section-subheading {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    line-height: 1.5;
    letter-spacing: 8px;
    margin: 0;
    text-transform: uppercase
}

.do-section-heading-light:after {
    content: '';
    width: 45px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.do-section-heading-light h1 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase
}

.do-section-heading-light p.do-section-subheading {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 8px;
    margin: 0;
    text-transform: uppercase
}

.do-parallax-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #d64127;
    background: -moz-linear-gradient(left, rgba(252, 127, 12, 0.6) 0, rgba(247, 39, 102, 0.6) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(252, 127, 12, 0.6)), color-stop(100%, rgba(247, 39, 102, 0.6)));
    background: -webkit-linear-gradient(left, rgba(252, 127, 12, 0.6) 0, rgba(247, 39, 102, 0.6) 100%);
    background: -o-linear-gradient(left, rgba(252, 127, 12, 0.6) 0, rgba(247, 39, 102, 0.6) 100%);
    background: -ms-linear-gradient(left, rgba(252, 127, 12, 0.6) 0, rgba(247, 39, 102, 0.6) 100%);
    background: linear-gradient(to right, rgba(252, 127, 12, 0.6) 0, rgba(247, 39, 102, 0.6) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(252,127,12,0.6)', endColorstr=' rgba(247,39,102,0.6)', GradientType=1)
}

.do-color-parallax-overlay-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #d64127;
    background: -moz-linear-gradient(left, rgba(94, 22, 149, 0.7) 0, rgba(232, 75, 58, 0.7) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(94, 22, 149, 0.7)), color-stop(100%, rgba(232, 75, 58, 0.7)));
    background: -webkit-linear-gradient(left, rgba(94, 22, 149, 0.7) 0, rgba(232, 75, 58, 0.7) 100%);
    background: -o-linear-gradient(left, rgba(94, 22, 149, 0.7) 0, rgba(232, 75, 58, 0.7) 100%);
    background: -ms-linear-gradient(left, rgba(94, 22, 149, 0.7) 0, rgba(232, 75, 58, 0.7) 100%);
    background: linear-gradient(to right, rgba(94, 22, 149, 0.7) 0, rgba(232, 75, 58, 0.7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(94,22,149,0.7)', endColorstr=' rgba(232,75,58,0.7)', GradientType=1)
}

.do-dark-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75)
}

.do-color-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75)
}

.do-btn-round-outline {
    font-size: 12px;
    color: #888;
    letter-spacing: 7px;
    padding: 0 20px;
    padding-left: 25px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #e9e9e9;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.do-btn-round-outline:hover,
.do-btn-round-outline:focus {
    background-color: #d64127;
    color: #fff;
    border: 2px solid #d64127
}

.do-btn-round-solid {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    background-color: #d64127;
    border: 2px solid #d64127;
    padding: 0 25px;
    padding-left: 30px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.do-btn-round-solid:hover {
    color: #888;
    background-color: transparent;
    border: 2px solid #e9e9e9
}

.do-btn-round-solid.light:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #e9e9e9
}

.do-btn-round-solid:focus {
    color: #fff;
    border: 2px solid #d64127;
    outline: 0
}

ul.do-icon-list li {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px
}

ul.do-icon-list li:last-child {
    margin-bottom: 0
}

ul.do-icon-list li i {
    color: #d64127;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    line-height: 12px;
    border: 1px solid #d64127;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700
}

ul.do-icon-list li i:before {
    padding-left: 1px
}

.do-color-text {
    color: #d64127
}

.do-icon-with-text-style1 {
    text-align: center;
    padding: 0 30px
}

.do-icon-with-text-style1 .do-icon-wrapper {
    width: 55px;
    height: 55px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.do-icon-with-text-style1:nth-child(1) .do-icon-wrapper {
    background-color: #ffc000
}

.do-icon-with-text-style1:nth-child(2) .do-icon-wrapper {
    background-color: #d64127
}

.do-icon-with-text-style1:nth-child(3) .do-icon-wrapper {
    background-color: #e84b3a
}

.do-icon-with-text-style1:nth-child(4) .do-icon-wrapper {
    background-color: #474747
}

.do-icon-with-text-style1 .do-icon-wrapper i {
    font-size: 24px;
    line-height: 55px;
    color: #fff
}

.do-icon-with-text-style1 h3,
.do-icon-with-text-style1 h3 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase
}

.do-icon-with-text-style1 h3 a {
    margin-bottom: 0
}

.do-icon-with-text-style1 p {
    color: #888;
    margin-bottom: 0
}

.do-icon-with-text-style-2 {
    position: relative;
    margin-bottom: 60px
}

.do-icon-with-text-style-2:last-child {
    margin-bottom: 0
}

.do-icon-with-text-style-2 .do-icon-wrapper {
    width: 55px;
    height: 55px;
    text-align: center;
    background-color: #d64127;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.do-icon-with-text-style-2 .do-icon-wrapper i {
    font-size: 24px;
    line-height: 55px;
    color: #fff
}

.do-icon-with-text-style-2 .do-text-wrapper h3,
.do-icon-with-text-style-2 .do-text-wrapper h3 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0
}

.do-icon-with-text-style-2 .do-text-wrapper h3 a {
    margin-bottom: 0
}

.do-icon-with-text-style-2 .do-text-wrapper p {
    color: #888;
    margin-bottom: 0
}

.do-icon-with-text-style3 {
    text-align: center;
    padding: 0 30px
}

.do-icon-with-text-style3 .do-icon-wrapper {
    width: 55px;
    height: 55px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-icon-with-text-style3 .do-icon-wrapper i {
    font-size: 24px;
    line-height: 55px;
    color: #888
}

.do-icon-with-text-style3 h3,
.do-icon-with-text-style3 h3 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase
}

.do-icon-with-text-style3 h3 a {
    margin-bottom: 0
}

.do-icon-with-text-style3 p {
    color: #888;
    margin-bottom: 0
}

.do-icon-with-text-style3:hover .do-icon-wrapper {
    background-color: #d64127;
    border: 1px solid transparent
}

.do-icon-with-text-style3:hover .do-icon-wrapper i {
    color: #fff
}

.do-icon-with-text-style-2.do-icon-left {
    padding-left: 80px
}

.do-icon-with-text-style-2.do-icon-left .do-icon-wrapper {
    position: absolute;
    top: 0;
    left: 0
}

.do-icon-with-text-style-2.do-icon-left .do-text-wrapper h3,
.do-icon-with-text-style-2.do-icon-left .do-text-wrapper h3 a {
    text-align: left
}

.do-icon-with-text-style-2.do-icon-left .do-text-wrapper p {
    text-align: left
}

.do-icon-with-text-style-2.do-icon-right {
    padding-right: 80px
}

.do-icon-with-text-style-2.do-icon-right .do-icon-wrapper {
    position: absolute;
    top: 0;
    right: 0
}

.do-icon-with-text-style-2.do-icon-right .do-text-wrapper h3,
.do-icon-with-text-style-2.do-icon-right .do-text-wrapper h3 a {
    text-align: right
}

.do-icon-with-text-style-2.do-icon-right .do-text-wrapper p {
    text-align: right
}

.do-skillbar {
    overflow: hidden;
    margin-bottom: 20px
}

.do-skillbar:last-child {
    margin-bottom: 0
}

.do-skillbar p,
.do-skillbar p span {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #888;
    letter-spacing: 6px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.do-skillbar p span {
    float: right;
    letter-spacing: 0;
    margin-bottom: 0
}

.do-skillbar p:last-child {
    margin-bottom: 0
}

.do-skillbar-bar-wrapper {
    position: relative;
    display: block;
    width: 100%;
    background: #eee;
    height: 4px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color
}

.do-skillbar-bar {
    height: 4px;
    width: 0;
    background-color: #6adcfa
}

.do-skillbar:nth-child(1) .do-skillbar-bar {
    background-color: #ffc000
}

.do-skillbar:nth-child(2) .do-skillbar-bar {
    background-color: #d64127
}

.do-skillbar:nth-child(3) .do-skillbar-bar {
    background-color: #e84b3a
}

.do-skillbar:nth-child(4) .do-skillbar-bar {
    background-color: #474747
}

.do-parallax-page-title-section {
    padding: 175px 0;
    position: relative;
    background: url(../images/custom-img-bg-2.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}
.section3 {
    padding: 175px 0;
    position: relative;
    background: url(../images/custom-img-bg-3.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}
.section4 {
    padding: 175px 0;
    position: relative;
    background: url(../images/custom-img-bg-4.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}
.do-parallax-page-title-section .do-page-title {
    display: block;
    z-index: 10;
    position: relative;
    text-align: center
}

.do-parallax-page-title-section .do-page-title:after {
    content: '';
    width: 45px;
    height: 4px;
    margin: 0 auto;
    background-color: #d64127;
    display: block;
    margin-top: 20px
}

.do-parallax-page-title-section .do-page-title h1 {
    font-size: 35px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px
}

.do-parallax-page-title-section .do-page-title p {
    font-size: 15px;
    color: #c0c0c0;
    letter-spacing: 6px;
    margin-bottom: 0;
	text-align: center;
}

.do-normal-page-title-section {
    padding: 50px 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #f1f1f1
}

.do-normal-page-title-section .do-page-title-wrapper {
    overflow: hidden
}

.do-normal-page-title-section .do-default-page-title h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 7px
}

.do-normal-page-title-section .do-default-page-title p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #c0c0c0;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 8px;
    position: relative;
    padding-bottom: 17px
}

.do-normal-page-title-section .do-default-page-title p:before {
    content: '';
    width: 45px;
    height: 4px;
    background-color: #d64127;
    position: absolute;
    bottom: 0;
    left: 0
}

.do-normal-page-title-section .do-breadcumb {
    float: right;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-top: 25px
}

.do-normal-page-title-section .do-breadcumb ul li {
    float: left;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 8px
}

.do-normal-page-title-section .do-breadcumb ul li:after {
    content: '/';
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #c0c0c0
}

.do-normal-page-title-section .do-breadcumb ul li:last-child {
    padding-right: 0
}

.do-normal-page-title-section .do-breadcumb ul li:last-child:after {
    content: ''
}

.do-normal-page-title-section .do-breadcumb ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #c0c0c0;
    letter-spacing: 8px;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-transition: color .35s;
    -moz-transition: color .35s;
    -ms-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s
}

.do-normal-page-title-section .do-breadcumb ul li a:hover {
    color: #d64127
}

.do-normal-page-title-section .do-breadcumb ul li span {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #c0c0c0;
    letter-spacing: 8px;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-cta-one-section {
    padding: 45px 0;
    position: relative;
    overflow: hidden;
    background: url(../images/custom-sec-bg-img.html) no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover
}

.do-cta-one-section .do-color-overlay {
    background-color: rgba(232, 75, 58, 0.65)
}

.do-cta-one-section .do-cta-one .do-cta-one-text {
    text-align: center
}

.do-cta-one-section .do-cta-one .do-cta-one-text h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    margin: 0
}

.do-cta-one-section .do-cta-one .do-cta-one-btn a.do-btn-round-outline {
    float: right;
    color: #fff
}

.do-solid-color-cta {
    background: #6d9bd5
}

.do-cta-one-section.do-solid-color-cta .do-cta-one-text h2 {
    text-align: right
}

.do-cta-one-section.do-solid-color-cta .do-cta-one-btn a.do-btn-round-outline {
    float: left
}

.do-cta-section-2nd {
    padding: 150px 0;
    background: url(../images/section_img.html);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover
}

.do-cta-section-2nd .do-cta {
    position: relative;
    text-align: center
}

.do-cta-section-2nd .do-cta h3 {
    font-family: 'Open sans', sans-serif;
    font-size: 25px;
    color: #fff;
    margin: 0 0 20px
}

.do-cta-section-2nd .do-cta p {
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px
}

.do-social-link-section {
    background-color: #373737;
    overflow: hidden
}

.do-social-link-section a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #c0c0c0;
    line-height: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    width: 20%;
    padding: 50px 0;
    border-right: 1px solid #333;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-social-link-section a:first-child {
    border-left: 1px solid #333
}

.do-social-link-section a span {
    width: 30px;
    height: 30px;
    border: 1px solid #575757;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-social-link-section a span i {
    font-size: 16px;
    color: #575757;
    line-height: 29px;
    padding-left: 5px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-social-link-section a:hover {
    color: #fff
}

.do-social-link-section a:hover span {
    border-color: #fff
}

.do-social-link-section a:hover span i {
    color: #fff
}

.do-social-link-section a.do-facebook:hover {
    background-color: #3b5998
}

.do-social-link-section a.do-twitter:hover {
    background-color: #00aced
}

.do-social-link-section a.do-vimeo:hover {
    background-color: #aad450
}

.do-social-link-section a.do-dribbble:hover {
    background-color: #ea4c89
}

.do-social-link-section a.do-behance:hover {
    background-color: #005cff
}

.error {
    border: 1px solid #fc4848;
    color: #fc4848;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 10px 15px 10px 50px;
    position: relative
}

.error:before {
    content: "\f119";
    font-family: 'FontAwesome';
    color: #fc4848;
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 25px
}

.success {
    border: 1px solid #19bd9b;
    color: #19bd9b;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 10px 15px 10px 50px;
    position: relative
}

.success:before {
    content: "\f118";
    font-family: 'FontAwesome';
    color: #19bd9b;
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 25px
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden!important
}

.do-loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-image: url(../images/controls/preloader-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.do-loader:before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: -6px;
    height: calc(100%+12px);
    width: calc(100%+12px);
    border-top: 1px solid #d64127;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 100%;
    -webkit-animation: spinning .750s infinite linear;
    -moz-animation: spinning .750s infinite linear;
    -o-animation: spinning .750s infinite linear;
    animation: spinning .750s infinite linear
}

@-webkit-keyframes spinning {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes spinning {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes spinning {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes spinning {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

#scrollUp {
    bottom: 30px;
    right: 30px;
    height: 35px;
    width: 35px;
    background: url(../images/controls/top.png) no-repeat
}

textarea:focus,
input:focus {
    outline: 0
}

img {
    max-width: 100%
}

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

ul {
    padding: 0;
    list-style: none;
    margin: 0
}

h1,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
	line-height: 30px;
}

p,
li,
a,
span,
input {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #888;
	text-align: justify;
}

.do-main-menu {
    margin-bottom: 0;
    min-height: 60px;
    border: 0;
    padding: 5px 0;
    background-color: #fff;
    position: relative;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 0 2px #cecece;
    -moz-box-shadow: 0 0 2px #cecece;
    box-shadow: 0 0 2px #cecece;
    -webkit-transition: all .550s;
    -moz-transition: all .550s;
    -ms-transition: all .550s;
    -o-transition: all .550s;
    transition: all .550s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.do-menu-wrapper {
    text-align: center;
    z-index: 10
}

.do-main-menu>.container {
    position: relative
}

.navbar-brand {
    padding: 0 15px 15px 0
}

.do-menu-wrapper ul.do-menus {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    margin-bottom: -5px
}

ul.do-menus>li {
    padding: 20px 0;
    margin-right: 40px
}

ul.do-menus li:last-child {
    margin-right: 0
}

ul.do-menus li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

ul.do-menus li a:hover,
ul.do-menus li.active a {
    background-color: transparent;
    color: #d64127
}

ul.do-menus li a:focus {
    background-color: transparent
}

.do-main-menu .navbar-nav li ul.sub-menu {
    float: left;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    position: absolute;
    left: -20px;
       top: 62px;
    background: rgba(0, 0, 0, 0.81);
    min-width: 100px;
    opacity: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    visibility: hidden;
    z-index: 1000;
    -moz-transition: opacity .2s .1s ease-out, visibility .1s .1s linear, top .25s .1s ease-out;
    -webkit-transition: opacity .3s ease-out, visibility .1s .1s linear, top .25s .1s ease-out;
    -o-transition: opacity .3s ease-out, visibility .1s .1s linear, top .25s .1s ease-out;
    transition: opacity .3s ease-out, visibility .1s .1s linear, top .25s .1s ease-out
}

.do-main-menu .navbar-nav li ul.sub-menu li {
    display: block;
    clear: both;
    margin-top: 0;
    text-align: left;
    position: relative
}

.do-main-menu .navbar-nav li ul.sub-menu li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 7.5px 90px 1.5px 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    clear: both;
    color: #888;
    font-weight: 600
}

.do-main-menu .navbar-nav li:hover ul.sub-menu li.has-menu:after {
    content: '\e649';
    font-family: 'themify';
    font-size: 10px;
    color: #888;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-main-menu .navbar-nav li:hover ul.sub-menu li.has-menu:hover:after {
    color: #d64127
}

.do-main-menu .navbar-nav li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: calc(100%+5px)
}

.do-main-menu.minified .navbar-nav li:hover ul.sub-menu {
    top: 100%
}

.do-main-menu .navbar-nav li ul.sub-menu li a:hover {
    color: #d64127
}

.do-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu,
.do-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu li ul.sub-menu {
    float: left;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    left: calc(100%+20px);
    top: -5px;
    background: rgba(0, 0, 0, 0.81);
    min-width: 100px;
    opacity: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    visibility: hidden;
    z-index: 1000;
    -moz-transition: opacity .2s .1s ease-out, visibility .1s .1s linear, left .4s .1s ease-out;
    -webkit-transition: opacity .3s ease-out, visibility .1s .1s linear, left .4s .1s ease-out;
    -o-transition: opacity .3s ease-out, visibility .1s .1s linear, left .4s .1s ease-out;
    transition: opacity .3s ease-out, visibility .1s .1s linear, left .4s .1s ease-out
}

.do-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu li {
    display: block;
    clear: both;
    margin: 0;
    padding: 7.5px 20px;
    opacity: 1
}

.do-main-menu .navbar-nav li ul.sub-menu li:hover ul.sub-menu,
.do-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu {
    opacity: 1;
    left: 100%;
    visibility: visible
}

.do-main-menu.minified {
    background-color: rgba(255, 255, 255, 0.97);
    padding: 0
}

.hastopbar .do-main-menu.minified {
    background-color: rgba(255, 255, 255, 0.97);
    padding: 0;
    position: fixed;
    top: 0
}

.do-side-menu-opener {
    position: absolute;
    top: 30px;
    right: 0
}

.do-side-menu-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    margin: auto;
    padding: 0;
    width: 13px;
    height: 15px;
    border: 0;
    outline: 0;
    text-indent: 0;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    border-top: 3px solid #e3e3e3
}

.do-side-menu-button::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #e3e3e3
}

.do-side-menu-button::after {
    position: absolute;
    left: 0;
    bottom: 2px;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #e3e3e3
}

.do-side-menu-button:hover {
    opacity: .6
}

.do-side-menu-close-button {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 80px;
    right: 85px;
    border: 0;
    outline: 0;
    z-index: 1001;
    background: transparent;
    color: transparent
}

.do-side-menu-close-button::before,
.do-side-menu-close-button::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #d64127
}

.do-side-menu-close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.do-side-menu-close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.do-side-menu-wrap {
    background: url(../images/menu-bg.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: fixed;
    right: 0;
    z-index: 1001;
    width: 400px;
    height: 100%;
    font-size: 14px;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    -ms-transition: -ms-transform .4s;
    -o-transition: -o-transform .4s;
    transition: transform .4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}

.do-side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0s .4s, opacity .4s;
    -moz-transition: -moz-transform 0s .4s, opacity .4s;
    -ms-transition: -ms-transform 0s .4s, opacity .4s;
    -o-transition: -o-transform 0s .4s, opacity .4s;
    transition: transform 0s .4s, opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}

.do-show-menu .do-side-menu-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .8s;
    -moz-transition: -moz-transform .8s;
    -ms-transition: -ms-transform .8s;
    -o-transition: -o-transform .8s;
    transition: transform .8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}

.do-show-menu .do-side-menu-overlay {
    opacity: 1;
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -ms-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}

.do-side-menu {
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding: 130px 90px;
    position: relative;
    z-index: 1
}

.do-side-menu-widget-wrap {
    width: 100%
}

.do-side-menu-widget-wrap .do-side-menu-logo-wrap {
    height: 50px;
    position: absolute;
    top: 70px;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-side-menu-widget-wrap .do-side-menu-logo-wrap img {
    max-height: 100%
}

.do-side-menu-widget-wrap .do-side-menu-menu-wrap {
    margin-top: 70px;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0s .4s;
    -moz-transition: -moz-transform 0s .4s;
    -ms-transition: -ms-transform 0s .4s;
    -o-transition: -o-transform 0s .4s;
    transition: transform 0s .4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}

.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li {
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 500px, 0);
    -moz-transform: translate3d(0, 500px, 0);
    -ms-transform: translate3d(0, 500px, 0);
    -o-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    -webkit-transition: -webkit-transform 0s .4s;
    -moz-transition: -moz-transform 0s .4s;
    -ms-transition: -ms-transform 0s .4s;
    -o-transition: -o-transform 0s .4s;
    transition: transform 0s .4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}

.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li:nth-child(n+1) {
    -webkit-transform: translate3d(0, 1000px, 0);
    -moz-transform: translate3d(0, 1000px, 0);
    -ms-transform: translate3d(0, 1000px, 0);
    -o-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0)
}

.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul>li:nth-child(n+2) {
    -webkit-transform: translate3d(0, 1500px, 0);
    -moz-transform: translate3d(0, 1500px, 0);
    -ms-transform: translate3d(0, 1500px, 0);
    -o-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0)
}

.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul>li:nth-child(n+3) {
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    -o-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}

.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul>li:nth-child(n+4) {
    -webkit-transform: translate3d(0, 2500px, 0);
    -moz-transform: translate3d(0, 2500px, 0);
    -ms-transform: translate3d(0, 2500px, 0);
    -o-transform: translate3d(0, 2500px, 0);
    transform: translate3d(0, 2500px, 0)
}

.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul>li:nth-child(n+5) {
    -webkit-transform: translate3d(0, 3000px, 0);
    -moz-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    -o-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
}

.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul>li:nth-child(n+6) {
    -webkit-transform: translate3d(0, 3500px, 0);
    -moz-transform: translate3d(0, 3500px, 0);
    -ms-transform: translate3d(0, 3500px, 0);
    -o-transform: translate3d(0, 3500px, 0);
    transform: translate3d(0, 3500px, 0)
}

.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li:last-child {
    margin-bottom: 0
}

.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-transition: color .35s;
    -moz-transition: color .35s;
    -ms-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s
}

.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li ul {
    opacity: 0;
    margin-top: -20px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: inherit;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li a:hover {
    color: #d64127
}

.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li:hover ul {
    opacity: 1;
    margin-top: 10px
}

.do-show-menu .do-side-menu-widget-wrap .do-side-menu-menu-wrap,
.do-show-menu .do-side-menu-widget-wrap .do-side-menu-menu-wrap ul>li {
    -webkit-transition: -webkit-transform .8s;
    -moz-transition: -moz-transform .8s;
    -ms-transition: -ms-transform .8s;
    -o-transition: -o-transform .8s;
    transition: transform .8s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}

.do-side-menu-widget-wrap .do-side-menu-social-icon {
    position: absolute;
    bottom: 100px
}

.do-side-menu-widget-wrap .do-side-menu-social-icon ul {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-side-menu-widget-wrap .do-side-menu-social-icon ul li {
    float: left;
    margin-right: 20px
}

.do-side-menu-widget-wrap .do-side-menu-social-icon ul li:last-child {
    margin-right: 0
}

.do-side-menu-widget-wrap .do-side-menu-social-icon ul li a i {
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.do-side-menu-widget-wrap .do-side-menu-social-icon ul li a:hover i {
    color: #d64127
}

.do-homepage-2nd .do-main-menu.minified {
    background-color: white;
    padding: 0
}

.do-hero-header {
    overflow: hidden;
    height: 100%
}

.do-homepage-2nd header .do-main-menu {
   margin-bottom: 0;
    min-height: 60px;
    border: 0px;
    padding: 5px 0;
    background-color: #fff;
    position: relative;
    z-index: 99;
    width: 100%;
    
}

.do-homepage-2nd header .do-main-menu ul.do-menus>li>a {
    background-color: transparent;
    color: #da2a1d;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-homepage-2nd header .do-main-menu ul.do-menus>li>a:after {
    content: '';
    display: block;
    position: relative;
    margin: auto;
    height: 4px;
    width: 0;
    bottom: -36px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease
}

.do-homepage-2nd .do-main-menu.minified ul.do-menus>li>a:after {
    bottom: -21px
}

.do-homepage-2nd header .do-main-menu ul.do-menus>li>a:hover:after,
.do-homepage-2nd header .do-main-menu ul.do-menus>li.active>a:after {
    width: 100%;
    background: #fff
}

.do-homepage-2nd header .do-main-menu .navbar-nav li ul.sub-menu {
    float: left;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    position: absolute;
    left: 0;
        top: 62px;
    background: rgba(0, 0, 0, 0.81);
    min-width: 100px;
    opacity: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    visibility: hidden;
    z-index: 1000;
    -moz-transition: opacity .2s .1s ease-out, visibility .1s .1s linear, top .25s .1s ease-out;
    -webkit-transition: opacity .3s ease-out, visibility .1s .1s linear, top .25s .1s ease-out;
    -o-transition: opacity .3s ease-out, visibility .1s .1s linear, top .25s .1s ease-out;
    transition: opacity .3s ease-out, visibility .1s .1s linear, top .25s .1s ease-out
}

.do-homepage-2nd header .do-main-menu .navbar-nav li ul.sub-menu li {
    display: block;
    clear: both;
    margin-top: 0;
    text-align: left;
    position: relative
}

.do-homepage-2nd header .do-main-menu .navbar-nav li ul.sub-menu li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    clear: both;
    color: #888;
    font-weight: 600
}

.do-homepage-2nd header .do-main-menu .navbar-nav li:hover ul.sub-menu li.has-menu:after {
    content: '\e649';
    font-family: 'themify';
    font-size: 10px;
    color: #888;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-homepage-2nd header .do-main-menu .navbar-nav li:hover ul.sub-menu li.has-menu:hover:after {
    color: #d64127
}

.do-homepage-2nd header .do-main-menu .navbar-nav li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: calc(100%+15px)
}

.do-homepage-2nd header .do-main-menu.minified .navbar-nav li:hover ul.sub-menu {
    top: 100%
}

.do-homepage-2nd header .do-main-menu .navbar-nav li ul.sub-menu li a:hover {
    color: #d64127
}

.do-homepage-2nd header .do-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu,
.do-homepage-2nd header .do-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu li ul.sub-menu {
    float: left;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    left: calc(100%+20px);
    top: -5px;
    background: rgba(0, 0, 0, 0.81);
    min-width: 100px;
    opacity: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    visibility: hidden;
    z-index: 1000;
    -moz-transition: opacity .2s .1s ease-out, visibility .1s .1s linear, left .4s .1s ease-out;
    -webkit-transition: opacity .3s ease-out, visibility .1s .1s linear, left .4s .1s ease-out;
    -o-transition: opacity .3s ease-out, visibility .1s .1s linear, left .4s .1s ease-out;
    transition: opacity .3s ease-out, visibility .1s .1s linear, left .4s .1s ease-out
}

.do-homepage-2nd header .do-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu li {
    display: block;
    clear: both;
    margin: 0;
    padding: 7.5px 20px;
    opacity: 1
}

.do-homepage-2nd header .do-main-menu .navbar-nav li ul.sub-menu li:hover ul.sub-menu,
.do-homepage-2nd header .do-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu {
    opacity: 1;
    left: 100%;
    visibility: visible
}

.do-homepage-2nd .do-side-menu-button {
    border-top: 3px solid #fff
}

.do-homepage-2nd .do-side-menu-button::before {
    background-color: #fff
}

.do-homepage-2nd .do-side-menu-button::after {
    background-color: #fff
}

.do-homepage-2nd .do-side-menu-button:hover {
    opacity: 1
}

.do-main-slider {
    overflow: hidden
}

.do-main-slider h1.do-slider-text-big {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 0
}

.do-main-slider h1.do-slider-2nd-text {
    font-size: 33px;
    font-weight: 700
}

.do-main-slider p.do-slider-text-small {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #888;
    letter-spacing: 8px;
    margin-top: 0;
    margin-bottom: 0
}

.do-main-slider p.do-slider-text-small .do-color-text {
    color: #d64127;
    font-size: 17px
}

.sp-arrows {
    position: absolute
}

.sp-fade-arrows {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.sp-horizontal .sp-arrows {
    width: 100%;
    left: 0;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sp-arrow {
    position: absolute;
    height: 100%;
    width: 35px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.sp-previous-arrow {
    left: -100%
}

.sp-next-arrow {
    right: -100%
}

.sp-slides-container:hover .sp-previous-arrow {
    left: 0
}

.sp-slides-container:hover .sp-next-arrow {
    right: 0
}

.sp-previous-arrow:before,
.sp-next-arrow:before {
    content: '';
    position: relative;
    display: block;
    width: 35px;
    height: 100px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5)
}

.sp-previous-arrow:before {
    content: '\e686';
    font-family: 'Pe-icon-7-stroke';
    font-size: 36px;
    color: #fff;
    line-height: 100px;
    z-index: 1
}

.sp-next-arrow:before {
    content: '\e684';
    font-family: 'Pe-icon-7-stroke';
    font-size: 36px;
    color: #fff;
    line-height: 100px;
    z-index: 1
}

.do-sevice-section {
    background-color: #f9f9f9;
    overflow: hidden
}

.do-sevice-section .do-service-container {
    float: left;
    position: relative;
    width: calc(100% / 4 - 1px);
    margin-right: 1px;
    height: 220px;
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
    overflow: visible
}

.do-sevice-section .do-service-container:last-child {
    margin-right: 0
}

.do-sevice-section .do-service-container .do-front-part,
.do-sevice-section .do-service-container .do-back-part {
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    text-align: center;
    display: block;
    height: 220px;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.do-sevice-section .do-service-container .do-front-part {
    z-index: 2
}

.do-sevice-section .do-service-container .do-back-part {
    background-color: #474747;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg)
}

.do-sevice-section .do-service-container .do-front-part .do-front-content,
.do-sevice-section .do-service-container .do-back-part .do-back-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.do-sevice-section .do-service-container .do-front-part .do-front-content i {
    font-size: 28px;
    color: #fff;
    font-weight: normal
}

.do-sevice-section .do-service-container .do-front-part .do-front-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px
}

.do-sevice-section .do-service-container .do-front-part .do-front-content h3:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 32px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5)
}

.do-sevice-section .do-service-container .do-back-part .do-back-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 31px;
    text-transform: uppercase;
    position: relative
}

.do-sevice-section .do-service-container .do-back-part .do-back-content h3:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 32px;
    height: 1px;
    background-color: #fff
}

.do-sevice-section .do-service-container .do-back-part .do-back-content p {
    font-size: 13px;
    color: #b1b1b1;
    margin-bottom: 0
}

.do-sevice-section .do-service-container:nth-child(1) .do-front-part {
    background-color: #ffc000
}

.do-sevice-section .do-service-container:nth-child(2) .do-front-part {
    background-color: #d64127
}

.do-sevice-section .do-service-container:nth-child(3) .do-front-part {
    background-color: #e84b3a
}

.do-sevice-section .do-service-container:nth-child(4) .do-front-part {
    background-color: #474747
}

.do-service-container:hover .do-front-part,
.do-service-container:focus .do-front-part,
.do-service-container:active .do-front-part {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg)
}

.do-service-container:hover .do-back-part,
.do-service-container:focus .do-back-part,
.do-service-container:active .do-back-part {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.do-custom-section {
    padding-bottom: 0;
    overflow: hidden
}

.do-custom-section .do-section-heading {
    margin-bottom: 70px
}

.do-custom-section .do-custom-section-content {
    text-align: center;
    /*padding: 0 50px;*/
	padding: 0 0px;
}

.do-custom-section .do-custom-section-content p {
    /* text-align: left; */
    color: #888;
    /* margin-bottom: 40px; */
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 15px;
}
.do-custom-section-with-img .do-custom-sec-content p {
  
    text-align: justify;
}

.do-section-heading p.do-section-subheading {

    text-transform: uppercase;
    text-align: center;
}



.do-custom-section .do-custom-section-content a.do-button-round {
    font-size: 12px;
    color: #888;
    letter-spacing: 8px;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #e9e9e9;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.do-custom-section .do-animated-img-wrapper {
    text-align: center
}

.do-custom-section .do-animated-img-wrapper ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: -5px
}

.do-custom-section .do-animated-img-wrapper ul li {
    float: left;
    width: 148px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    position: relative;
    height: 130px;
    z-index: 1
}

.do-custom-section .do-animated-img-wrapper ul li img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.do-custom-section .do-animated-img-wrapper ul li:nth-child(1) {
    width: 140px
}

.do-custom-section .do-animated-img-wrapper ul li:nth-child(2) {
    width: 175px
}

.do-custom-section .do-animated-img-wrapper ul li:nth-child(3) {
    width: 137px;
    z-index: 1
}

.do-custom-section .do-animated-img-wrapper ul li:nth-child(3) img {
    left: -8px
}

.do-custom-section .do-animated-img-wrapper ul li:nth-child(4) {
    width: 190px;
    z-index: 2
}

.do-custom-section .do-animated-img-wrapper ul li:nth-child(4) img {
    left: -17px
}

.do-custom-section .do-animated-img-wrapper ul li:nth-child(4) {
    z-index: 3
}

.do-custom-section .do-animated-img-wrapper ul li:nth-child(5) img {
    left: -38px
}

.do-feature-section {
    background-color: #f9f9f9;
    padding: 65px 0
}

.do-portfolio-section {
    text-align: center;
    padding-bottom: 60px
}

.do-custom-section-with-img {
    background-color: #f9f9f9;
    padding: 90px 0
}

.do-homepage-one .do-custom-section-with-img {
    background-color: #fff;
    padding: 100px 0
}

.do-custom-section-with-img .row {
    overflow: hidden
}

.do-custom-sec-img,
.do-custom-section-with-img .do-custom-sec-content {
    overflow: hidden
}

.do-custom-section-with-img .do-custom-sec-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 25px
}

.do-custom-section-with-img .do-custom-sec-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #888;
    font-weight: 400;
    margin-bottom: 23px
}

.do-custom-section-with-img .do-custom-sec-content a.do-btn-round-solid {
    margin-top: 35px
}

.do-counter-section {
    padding: 120px 0;
    background: url(../images/counter.html);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover
}

.do-counter-section .do-counter-items {
    text-align: center
}

.do-counter-section .do-counter-items i {
    font-size: 36px;
    color: #d64127;
    line-height: 1;
    margin-bottom: 8px
}

.do-counter-section .do-counter-items h3 {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin: 0;
    margin-bottom: 3px
}

.do-counter-section .do-counter-items span {
    font-size: 12px;
    color: #fff;
    letter-spacing: 6px;
    text-transform: uppercase
}

.do-blog-img-wrapper img {
    width: 100%;
    height: auto;
   /* max-width: 358px*/
}

.do-blog-section {
    background-color: #f9f9f9;
    padding-bottom: 60px
}

.do-custom-section-three {
    padding: 100px 0;
    background-color: #f9f9f9
}

.do-custom-section-three h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px
}

.do-custom-section-three p {
    margin-bottom: 0
}

.do-testimonial-section {
    text-align: center;
    padding: 100px 0;
    background: url(../images/testimonial.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover
}

.do-testimonial-section .do-section-heading {
    margin-bottom: 50px
}

.do-testimonial-section .do-section-heading-light:after {
    background-color: #d64127
}

.do-testimonial {
    margin-top: 0
}

.do-testimonial .do-testimonial-slides {
    padding: 0 130px
}

.do-testimonial .do-testimonial-slides p {
    color: #c0c0c0;
    font-size: 15px;
    margin: 10px 0
}

.do-testimonial .do-testimonial-slides span {
    color: #c0c0c0;
    margin: 10px 0;
    display: block;
    letter-spacing: 6px
}

.do-testimonial .do-testimonial-slides img {
    margin-top: 10px
}

.do-testimonial .owl-controls .owl-buttons div {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.do-testimonial .owl-controls .owl-buttons div.owl-prev {
    left: 0
}

.do-testimonial .owl-controls .owl-buttons div.owl-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 15px;
    text-align: center
}

.do-testimonial .owl-controls .owl-buttons div.owl-next {
    right: 0
}

.do-testimonial .owl-controls .owl-buttons div.owl-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 15px;
    text-align: center
}

.owl-theme .owl-controls {
    margin-top: 15px
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: transparent;
    border: 2px solid #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #999;
    border: 2px solid transparent
}

.do-team-section {
    background: url(../images/slider_image/shadow-top.png) no-repeat center top;
    background-color: #fff;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding-bottom: 0
}

.do-team-section .do-team-members .do-team-member {
    width: 20%;
    float: left;
    text-align: center;
    position: relative
}

.do-team-section .do-team-members .do-team-member img {
    padding: 0 15px
}

.do-team-section .do-team-members .do-team-member .do-member-details {
    background-color: rgba(0, 0, 0, 0.81);
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 50px 50px 45px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.do-team-section .do-team-members .do-team-member .do-member-details h3 {
    margin: 0 0 5px
}

.do-team-section .do-team-members .do-team-member .do-member-details h3,
.do-team-section .do-team-members .do-team-member .do-member-details h3 a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .35s .15s;
    -moz-transition: all .35s .15s;
    -ms-transition: all .35s .15s;
    -o-transition: all .35s .15s;
    transition: all .35s .15s
}

.do-team-section .do-team-members .do-team-member .do-member-details p {
    font-size: 11px;
    color: #888;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-right: -6px;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .35s .15s;
    -moz-transition: all .35s .15s;
    -ms-transition: all .35s .15s;
    -o-transition: all .35s .15s;
    transition: all .35s .15s
}

.do-team-section .do-team-members .do-team-member .do-member-details ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 10px;
    margin-bottom: 0
}

.do-team-section .do-team-members .do-team-member .do-member-details ul li {
    float: left;
    margin-right: 15px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-team-section .do-team-members .do-team-member .do-member-details ul li:nth-child(1) {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.do-team-section .do-team-members .do-team-member .do-member-details ul li:nth-child(2) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.do-team-section .do-team-members .do-team-member .do-member-details ul li:nth-child(3) {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.do-team-section .do-team-members .do-team-member .do-member-details ul li:nth-child(4) {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.do-team-section .do-team-members .do-team-member .do-member-details ul li:nth-child(5) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.do-team-section .do-team-members .do-team-member .do-member-details ul li:last-child {
    margin-right: 0
}

.do-team-section .do-team-members .do-team-member .do-member-details ul li a i {
    font-size: 14px;
    color: #888;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-team-section .do-team-members .do-team-member .do-member-details:hover {
    opacity: 1
}

.do-team-section .do-team-members .do-team-member .do-member-details ul li a:hover i {
    color: #d64127
}

.do-team-section .do-team-members .do-team-member:hover .do-member-details {
    opacity: 1
}

.do-team-section .do-team-members .do-team-member:hover .do-member-details h3,
.do-team-section .do-team-members .do-team-member:hover .do-member-details h3 a,
.do-team-section .do-team-members .do-team-member:hover .do-member-details p {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.do-team-section .do-team-members .do-team-member:hover .do-member-details ul li {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.do-custom-video-section {
    position: relative;
    overflow: hidden;
    max-height: 400px
}

.do-custom-video-section .do-custom-bg-video-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    background: url(../images/custom-img-bg-1.html);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.do-custom-video-section .do-custom-bg-video-wrapper video {
    width: 100%;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.do-custom-video-section .do-custom-video-content-wrapper {
    text-align: center;
    position: relative;
    z-index: 10
}

.do-custom-video-section .do-custom-video-content-wrapper h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase
}

.do-custom-video-section .do-custom-video-content-wrapper p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    margin-bottom: 30px
}

.do-custom-video-section .do-custom-video-content-wrapper a.do-btn-round-outline {
    color: #fff
}

.do-homepage-2nd header {
    position: relative;
    height: 100%!important;
}

.do-hero-header-wrapper {
    position: absolute;
    top: 0;
    overflow: hidden
}

.do-hero-header-wrapper.do-fullscreen-slider {
    position: absolute;
    top: 0
}

.do-hero-header-wrapper.do-fullscreen-slider h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 8px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1;
}

.do-hero-header-wrapper.do-fullscreen-slider p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 8px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.do-hero-header-wrapper.do-fullscreen-slider .do-hero-header-btns {
    text-align: center
}

.do-hero-header-wrapper.do-fullscreen-slider .do-hero-header-btns a {
    color: #fff;
    margin-right: 20px
}

.do-hero-header-wrapper.do-fullscreen-slider .do-hero-header-btns a:last-child {
    margin-right: 0
}

.do-homepage-2nd .do-feature-section {
    background-color: #fff;
    padding: 100px 0
}

.do-homepage-2nd .do-feature-section .do-features a {
    color: #000
}

.do-homepage-2nd .do-custom-sec-img-left {
    padding: 10px 0
}

.do-homepage-2nd .do-custom-section-with-img .do-custom-sec-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 50px 0 25px
}

.do-portfolio-slider-section .do-work-item {
    width: 100%;
    height: 250px;
}

.do-features-with-img-section-wrapper {
    position: relative;
    padding-bottom: 60px;
    background: url(../images/hero-header-img-2.jpg) no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover
}

.do-features-with-img-wrapper .do-icon-with-text-style-2 .do-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.15)
}

.do-features-with-img-wrapper .do-icon-with-text-style-2 h3 a,
.do-features-with-img-wrapper .do-icon-with-text-style-2 p {
    color: #fff
}

.do-homepage-2nd .do-custom-sec-img-right {
    background-color: #f9f9f9;
    padding: 10px 0 0
}

.do-homepage-2nd .do-custom-sec-img-right .do-custom-sec-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 25px 0
}

.do-blog-section .do-blog-post-wrapper {
    overflow: hidden;
    margin-bottom: 60px
}

.do-blog-section .do-more-blog-post-btn {
    text-align: center
}

.do-homepage-2nd .do-counter-section {
    background: url(../images/custom-sec-bg-img-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover
}

.do-homepage-2nd .do-counter-section .do-counter-items i {
    color: #fff
}

.do-custom-halfwidthimg-section {
    overflow: hidden;
    min-height: 375px
}

.do-custom-halfwidthimg-section .do-leftside-halfwidth-img,
.do-custom-halfwidthimg-section .do-rightside-halfwidth-img {
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
    height: 400px
}

.do-custom-halfwidthimg-section .do-leftside-halfwidth-img img {
    min-height: 100%
}

.do-custom-halfwidthimg-section .do-rightside-halfwidth-img {
    background: url(../images/custom-sec-bg-img.html) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-color-parallax-overlay-2 {
    background: #d64127;
    background: -moz-linear-gradient(left, rgba(94, 22, 149, 0.88) 0, rgba(232, 75, 58, 0.88) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(94, 22, 149, 0.88)), color-stop(100%, rgba(232, 75, 58, 0.88)));
    background: -webkit-linear-gradient(left, rgba(94, 22, 149, 0.88) 0, rgba(232, 75, 58, 0.88) 100%);
    background: -o-linear-gradient(left, rgba(94, 22, 149, 0.88) 0, rgba(232, 75, 58, 0.88) 100%);
    background: -ms-linear-gradient(left, rgba(94, 22, 149, 0.88) 0, rgba(232, 75, 58, 0.88) 100%);
    background: linear-gradient(to right, rgba(94, 22, 149, 0.88) 0, rgba(232, 75, 58, 0.88) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(94,22,149,0.88)', endColorstr=' rgba(232,75,58,0.88)', GradientType=1)
}

.do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details {
    padding: 70px 16% 70px 100px;
    position: relative;
    z-index: 1
}

.do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 35px
}

.do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px
}

.do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details a {
    color: #fff
}

.do-homepage-2nd .do-team-section {
    background-color: #f9f9f9;
    padding-bottom: 60px
}

.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items {
    background-color: #fff;
    border-right: 1px solid #f9f9f9
}

.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper {
    position: relative;
    overflow: hidden
}

.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper .do-team-social-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.81);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper .do-team-social-icons ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper .do-team-social-icons ul li {
    float: left;
    margin-right: 15px
}

.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper .do-team-social-icons ul li:last-child {
    margin-right: 0
}

.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper .do-team-social-icons ul li a i {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper:hover .do-team-social-icons {
    opacity: 1
}

.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper .do-team-social-icons ul li a:hover i {
    color: #d64127
}

.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-details {
    padding: 15px 20px
}

.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items h3 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1;
    text-transform: uppercase
}

.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items span {
    font-size: 11px;
    font-weight: 400;
    color: #c0c0c0;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 6px
}

.do-homepage-2nd .do-team-section .do-team-carousal .owl-controls {
    margin-top: 50px
}

.do-homepage-2nd .do-team-section .do-team-carousal .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    margin-right: 5px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #d9d9d9
}

.do-homepage-2nd .do-team-section .do-team-carousal .owl-controls .owl-page.active span {
    background-color: #dbdbdb;
    border: 1px solid transparent
}

.do-homepage-2nd .do-team-section .do-team-carousal .owl-controls .owl-page:last-child span {
    margin-right: 0
}

.do-homepage-2nd .do-testimonial-section {
    background: url(../images/testimonial-sec-img.html) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.do-homepage-2nd .do-testimonial-section .do-section-heading-light:after {
    background-color: #fff
}

.do-homepage-2nd .do-testimonial .do-testimonial-slides p {
    color: #fff
}

.do-homepage-2nd .do-testimonial .do-testimonial-slides span {
    color: #fff
}

.do-about-us-section {
    padding: 100px 0
}

h2.do-section-subheading {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 35px;
    text-transform: uppercase
}

.do-about-us-section .do-about-us-details .do-about-text-row {
    padding-right: 25px
}

.do-about-us-section .do-about-us-details .do-about-text-row p {
    font-size: 13px;
    color: #888;
    margin-top: 0;
    margin-bottom: 20px
}

.do-about-us-section .do-about-us-details .do-about-text-row p:last-child {
    margin-bottom: 0
}

.do-about-custom-section {
    background-color: #f9f9f9;
    padding: 100px 0 0
}

.do-about-custom-img {
    text-align: center;
    overflow: hidden
}

.do-about-custom-details h2.do-section-subheading {
    margin-top: 30px
}

.do-about-custom-details p {
    margin-bottom: 20px
}

.do-about-custom-details a.do-btn-round-solid {
    margin-top: 40px
}

.do-about-us-page .do-team-section {
    background-color: #fff
}

.do-about-us-page .do-team-carousal .do-team-items {
    background-color: #f7f7f7;
    border-right: 1px solid #fff
}

.do-about-us-page .do-team-carousal .do-team-items span {
    color: #888
}

.do-about-us-page .do-custom-video-section {
    max-height: none
}

.do-about-us-page .do-testimonial-section .do-section-heading-light:after {
    background-color: #fff
}

.do-about-us-page .do-testimonial .do-testimonial-slides p {
    color: #fff;
    font-size: 15px;
    margin: 10px 0
}

.do-about-us-page .do-testimonial .do-testimonial-slides span {
    color: #fff;
    margin: 10px 0;
    display: block;
    letter-spacing: 6px
}

.do-about-us-page .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: transparent;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.do-about-us-page .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #fff;
    border: 2px solid transparent
}

.do-blog-single-wrapper {
    background-color: #f9f9f9;
    padding: 90px 0;
    overflow: hidden
}

.do-blog-single-wrapper .do-blog-single-content {
    padding-right: 25px
}

.do-blog-single-img-wrapper>img {
    height: auto
}

.do-blog-single-wrapper .do-blog-single-img-wrapper {
    position: relative;
    overflow: hidden
}

.do-blog-single-wrapper .do-blog-single-img-wrapper i {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 35px;
    right: 35px
}

.do-blog-single-details {
    overflow: hidden
}

.do-blog-single-inner-sec {
    background-color: #fff;
    padding: 45px;
    margin-bottom: 1px
}

.do-blog-single-details .do-blog-post-title-wrapper {
    padding-bottom: 0px
}

.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-date {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 10px;
    background-color: #d64127;
    float: left;
    margin-right: 20px;
    text-align: center
}

.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-date span {
    font-family: 'Open Sans', sans-serif;
    font-size: 8px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 4px
}

.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-date span:last-child {
    margin-bottom: 0
}

.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-date span.do-post-date {
    font-size: 15px;
    font-weight: 700
}

.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-titles h1,
.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-titles h1 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-titles h1 a {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-titles a.do-blog-post-author {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #c0c0c0;
    letter-spacing: 8px
}

.do-blog-single-details .do-blog-post-text {
    padding-top: 45px
}

.do-blog-single-details .do-blog-post-text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888;
    margin-bottom: 45px
}

.do-blog-single-details .do-blog-post-text .do-btn-round-outline {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.do-blog-single-details .do-blog-comments-wrapper {
    padding-top: 55px;
    padding-bottom: 65px
}

.do-blog-single-details .do-blog-comments-wrapper h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0 0 50px;
    text-transform: uppercase
}

.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments {
    background-color: #f9f9f9;
    padding: 20px 60px 20px 20px;
    overflow: hidden;
    margin-bottom: 1px;
    position: relative
}

.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-user-img {
    width: 80px;
    height: 80px;
    text-align: center;
    overflow: hidden;
    margin-right: 20px;
    float: left
}

.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-user-img img {
    line-height: 80px
}

.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-comments {
    width: 465px;
    float: left
}

.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-comments .do-comments-title {
    overflow: hidden;
    margin-bottom: 15px
}

.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-comments .do-comments-title h4.do-user-name,
.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-comments .do-comments-title h4.do-user-name a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0 10px 0 0;
    color: #000;
    line-height: 1;
    float: left;
    text-transform: uppercase
}

.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-comments .do-comments-title span.do-comment-date-time {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888;
    line-height: 1;
    float: left;
    margin-top: 2px
}

.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-comments p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888;
    margin-bottom: 0
}

.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments a.do-comment-reply-btn {
    font-size: 18px;
    color: #888;
    line-height: 1;
    position: absolute;
    bottom: 15px;
    right: 15px
}

.do-blog-single-details .do-blog-comments-wrapper ul.children {
    margin-left: 100px
}

.do-blog-single-details .do-blog-comments-wrapper ul.children .do-comments {
    width: 365px
}

.do-blog-single-details .do-comment-form-wrapper {
    padding-top: 55px;
    padding-bottom: 50px
}

.do-blog-single-details .do-comment-form-wrapper h3.do-comment-form-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 45px
}

.do-blog-single-details .do-comment-form-wrapper form input:not(.comment-submit) {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888;
    line-height: 45px;
    padding: 0 15px 0 30px;
    width: 205px;
    height: 45px;
    display: block;
    background-color: #f9f9f9;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 0;
    outline: 0
}

.do-blog-single-details .do-comment-form-wrapper form input:nth-child(3):not(.comment-submit) {
    margin-right: 0
}

.do-blog-single-details .do-comment-form-wrapper form textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888;
    padding: 30px 15px 0 30px;
    width: 100%;
    display: block;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    border: 0;
    outline: 0;
    clear: left
}

.do-blog-single-details .do-comment-form-wrapper form input[type='submit'] {
    outline: 0;
    padding-left: 29px
}

.do-blog-page-wrapper {
    background-color: #f9f9f9;
    padding: 80px 0;
    overflow: hidden
}

.do-blog-items-wrapper {
    position: relative
}

.do-creative-blog-items {
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.do-creative-blog-items:first-child {
    border-top: 1px solid #f2f2f2
}

.do-creative-blog-items .do-blog-content {
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 0 30px 50px;
    overflow: hidden;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.do-creative-blog-items:hover .do-blog-content {
    background-color: rgba(0, 0, 0, 0.7)
}

.do-creative-blog-items .do-blog-content .do-blog-date-wrapper {
    text-align: center
}

.do-creative-blog-items .do-blog-content .do-blog-date-wrapper span.do-date {
    width: 40px;
    height: 40px;
    padding-top: 4px;
    background-color: #d64127;
    line-height: 38px;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-creative-blog-items .do-blog-content .do-blog-date-wrapper span.do-date span {
    display: block;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    color: #fff
}

.do-creative-blog-items .do-blog-content .do-blog-date-wrapper span.do-date span.do-day {
    font-size: 15px;
    font-weight: 700
}

.do-creative-blog-items .do-blog-content .do-blog-date-wrapper span.do-date span.do-mon {
    font-size: 8px;
    font-weight: 400
}

.do-creative-blog-items .do-blog-content .do-blog-title-author {
    min-height: 40px;
    padding-top: 4px
}

.do-creative-blog-items .do-blog-content .do-blog-title-author h3,
.do-creative-blog-items .do-blog-content .do-blog-title-author h3 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-transform: uppercase
}

.do-creative-blog-items .do-blog-content .do-blog-title-author a.do-author {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #c0c0c0;
    letter-spacing: 6px
}

.do-creative-blog-items .do-blog-content .do-blog-post-icon {
    text-align: center;
    min-height: 40px
}

.do-creative-blog-items .do-blog-content .do-blog-post-icon i {
    font-size: 21px;
    color: #e3e3e3;
    line-height: 40px
}

.do-creative-blog-items:hover .do-blog-content .do-blog-title-author h3,
.do-creative-blog-items:hover .do-blog-content .do-blog-title-author h3 a {
    color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-creative-blog-items:hover .do-blog-content .do-blog-title-author a.do-author {
    color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-blog-section .do-blog-carousal .owl-controls {
    margin-top: 50px
}

.do-blog-section .do-blog-carousal .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    margin-right: 5px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #d9d9d9
}

.do-blog-section .do-blog-carousal .owl-controls .owl-page.active span {
    background-color: #dbdbdb;
    border: 1px solid transparent
}

.do-blog-section .do-blog-carousal .owl-controls .owl-page:last-child span {
    margin-right: 0
}

.do-blog-section .do-blog-carousal .do-cta-one-btn {
    margin-top: 50px;
    text-align: center
}

#infscr-loading {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    padding-top: 50px;
    text-align: center;
    bottom: -75px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

#infscr-loading img {
    margin-left: 60px
}

.do-blog-masonry-page .do-masonry-blog-wrapper {
    padding: 0
}

.do-blog-masonry-page .do-blog-sidebar {
    padding-left: 20px
}

.do-masonry-blog-wrapper .do-blog-masonry-items {
    width: calc(100% / 2 - 30px);
    padding-left: 0;
    margin-right: 30px;
    float: left;
    overflow: hidden;
    margin-bottom: 40px
}

.do-blog-masonry-items .do-blog-item-wrapper {
    background-color: #fff
}

.do-blog-masonry-items .do-blog-item-wrapper .do-blog-img-wrapper {
    position: relative;
    overflow: hidden;
    text-align: center
}

.do-blog-masonry-items .do-blog-item-wrapper .do-blog-img-wrapper .do-blog-post-date {
    position: absolute;
    top: 35px;
    left: 35px;
    border: 2px solid #fff;
    text-align: center
}

.do-blog-masonry-items .do-blog-item-wrapper .do-blog-img-wrapper .do-blog-post-date p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    padding: 5px 10px
}

.do-blog-masonry-items .do-blog-item-wrapper .do-blog-img-wrapper .do-blog-post-date p span {
    font-family: 'Open Sans', sans-serif;
    font-size: 8px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    margin-top: 3px
}

.do-blog-masonry-items .do-blog-item-wrapper .do-blo-title-excerpt {
    min-height: 200px;
   padding-top: 10px; 
   /* padding-right: 10px;
    padding-left: 10px;*/
}

.do-blog-masonry-items .do-blog-item-wrapper .do-blo-title-excerpt h3,
.do-blog-masonry-items .do-blog-item-wrapper .do-blo-title-excerpt h3 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px
}

.do-blog-masonry-items .do-blog-item-wrapper .do-blo-title-excerpt p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #888;
    margin-bottom: 0
}

.do-portfolio-page-wrapper {
    padding: 60px 0 100px;
    overflow: hidden
}

.do-portfolio-page-wrapper .do-portfolio-filter-btn-group-wrapper {
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
    text-align: center
}

.do-portfolio-page-wrapper .do-portfolio-filter-btn-group-wrapper .do-portfolio-filter-btn-group {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-portfolio-page-wrapper .do-portfolio-filter-btn-group a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    float: left;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 40px
}

.do-portfolio-page-wrapper .do-portfolio-filter-btn-group a:last-child {
    margin-right: 0
}

.do-portfolio-page-wrapper .do-portfolio-filter-btn-group a.selected {
    color: #d64127
}

.do-portfolio-page-wrapper .do-portfolio-works {
    margin-bottom: 0
}

.do-portfolio-works {
    margin-bottom: 55px
}

.do-work-item {
    width: 20%;
    height: 200px;
    overflow: hidden
}

.do-portfolio-one-px .do-work-item {
    padding-left: .5px;
    padding-right: .5px;
    margin-bottom: 1px
}

.do-work-item-2col .do-work-item {
    width: 50%;
    padding-left: .5px;
    padding-right: .5px;
    height: auto;
    margin-bottom: 1px
}

.do-work-item-3col .do-work-item {
    width: calc(100% / 3);
    padding-left: .5px;
    padding-right: .5px;
    height: auto;
    margin-bottom: 1px
}

.do-work-item-4col .do-work-item {
    width: calc(100% / 4 - .5px);
    padding-left: .5px;
    padding-right: .5px;
    height: auto;
    margin-bottom: 1px
}

.do-work-item-withspace .do-work-item {
    width: calc(100% / 4);
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
    margin-bottom: 10px
}

.do-portfolio-square .do-work-item {
    width: calc(100% / 3);
    height: 320px;
    overflow: hidden
}

.do-height-dbl {
    height: 400px
}

.do-portfolio-one-px .do-height-dbl {
    height: 401px
}

.do-portfolio-one-px .do-height-dbl img {
    height: 100%
}

.do-width-dbl {
    width: 40%
}

.do-width-dbl-4col {
    width: 50%
}

.do-work-item img {
    width: 100%;
    height: auto;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s
}

.do-work-item-inner-wrap {
    position: relative;
    height: 100%;
    overflow: hidden
}

.do-work-item-hover {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.81);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-work-item-hover a.do-single-page-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.do-work-item-hover a.do-work-item-popup {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 18px;
    height: 18px;
    z-index: 2
}

.do-work-item-hover a.do-work-item-popup:before {
    content: '\e61a';
    font-family: 'themify';
    font-size: 18px;
    color: #d64127
}

.do-work-item:hover .do-work-item-hover {
    opacity: 1;
    visibility: visible
}

.do-work-item-hover .do-work-item-details {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.do-work-item-hover .do-work-item-details span,
.do-work-item-hover .do-work-item-details h3,
.do-work-item-hover .do-work-item-details h3 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.do-work-item-hover .do-work-item-details h3,
.do-work-item-hover .do-work-item-details h3 a {
    font-weight: 700;
    color: #d64127;
    display: inline-block
}

.do-work-item-hover .do-work-item-details span.do-work-item-subtitle {
    font-weight: 400;
    color: #fff;
    font-size: 11px;
    letter-spacing: 7px;
    padding-left: 7px;
    margin-top: 5px;
	text-align: center;
}

.do-work-item:hover .do-work-item-hover .do-work-item-details h3,
.do-work-item:hover .do-work-item-hover .do-work-item-details h3 a,
.do-work-item:hover .do-work-item-hover .do-work-item-details span {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.do-portfolio-single-page-wrapper {
    padding: 80px 0 100px
}

.do-portfolio-single-page-content {
    margin-bottom: 95px
}

.do-portfolio-single-page-content .do-single-portfolio-img-wrapper {
    margin-bottom: 75px;
    display: block;
    overflow: hidden;
    width: 100%
}

.do-portfolio-single-page-content .do-single-portfolio-details {
    overflow: hidden;
    margin-bottom: 75px
}

.do-portfolio-single-page-one .do-portfolio-single-page-content .do-single-portfolio-details .do-image-details {
    padding-left: 0;
    padding-right: 55px
}

.do-portfolio-single-page-content .do-single-portfolio-details .do-image-details h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px
}

.do-portfolio-single-page-content .do-single-portfolio-details .do-image-details p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.6;
    color: #888;
    text-align: justify
}

.do-portfolio-single-page-content .do-single-portfolio-details .do-wrok-info h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 25px
}

.do-portfolio-single-page-content .do-single-portfolio-details .do-wrok-info .do-about-portfolio-work {
    margin-bottom: 30px
}

.do-portfolio-single-page-content .do-single-portfolio-details .do-wrok-info .do-portfolio-client-info h3 {
    margin-bottom: 30px;
    line-height: 1
}

.do-portfolio-sub-img {
    overflow: hidden;
    display: block
}

.do-portfolio-sub-img>div {
    width: 50%;
    height: auto;
    float: left;
    padding-right: 1px
}

.do-portfolio-sub-img>div img {
    width: 100%;
    min-height: 100%
}

.do-portfolio-single-page-wrapper .do-portolio-related-work h3.do-section-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
    line-height: 1
}

.do-portfolio-single-page-wrapper .do-portolio-related-work .do-work-item {
    width: 100%;
    height: 220px;
    overflow: hidden
}

.do-portfolio-single-page-wrapper .do-portolio-related-work .do-work-item img {
    width: 100%
}

.do-portfolio-single-navigation a {
    width: 45px;
    height: 90px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.do-portfolio-single-navigation a.do-prev-portfolio-work {
    left: 0
}

.do-portfolio-single-navigation a.do-next-portfolio-work {
    right: 0
}

.do-portfolio-single-navigation a i {
    font-size: 42px;
    color: #fff;
    line-height: 90px
}

.do-portfolio-single-page-alt {
    background-color: #f9f9f9
}

.do-portfolio-single-page-alt .do-portfolio-single-page-content-wrapper {
    padding-right: 25px
}

.do-portfolio-single-page-alt .do-portfolio-single-page-content {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 65px
}

.do-portfolio-single-page-alt .do-portfolio-main-img {
    margin-bottom: 1px
}

.do-portfolio-single-page-alt .do-portfolio-sub-img>div:last-child {
    padding-right: 0
}

.do-portfolio-single-page-alt .do-single-portfolio-details {
    padding: 0 50px;
    margin-bottom: 0
}

.do-portfolio-single-page-alt .do-single-portfolio-details a.do-btn-round-outline {
    margin-top: 55px
}

.bulletDiscList {
    list-style: disc;
    list-style-position: inside
}

.bulletDiscList li span {
    position: relative;
    left: -16px
}

.do-contact-page-wrapper {
    overflow: hidden;
    padding: 80px 0 120px
}

.do-contact-form-address-wrapper {
    overflow: hidden;
    margin-top: 70px
}

.do-google-map #map {
    width: 100%;
    height: 500px;
    background-color: #CCC
}

#map img {
    max-width: none
}

.do-contact-form-wrapper {
    width: 70%;
    padding-right: 35px;
    float: left;
    overflow: hidden
}

.do-contact-form-wrapper h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 45px
}

.do-contact-form-wrapper form,
.do-contact-form-wrapper .do-contact-form {
    overflow: hidden
}

.contactform-fields-con {
    position: relative
}

.wpcf7-form-control-wrap.message {
    width: 100%;
    margin-right: 0
}

.wpcf7-form-control-wrap.phone {
    margin-right: 0
}

.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    left: 0
}

.do-contact-form-wrapper form input:not([type='submit']),
.do-contact-form-wrapper .do-contact-form input:not([type='submit']) {
    width: 100%;
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888;
    font-weight: 400;
    line-height: 45px;
    padding: 0 15px;
    margin-bottom: 25px;
    background-color: #f9f9f9;
    border: 1 solid;
    outline: 0
}

.do-contact-form-wrapper form textarea,
.do-contact-form-wrapper .do-contact-form textarea {
    width: calc(100% - 15px);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888;
    font-weight: 400;
    padding: 15px;
    float: left;
    margin-bottom: 40px;
    background-color: #f9f9f9;
    border: 1 solid;
    outline: 0
}

.do-contact-add-wrapper {
    width: 30%;
    padding-left: 35px;
    float: left;
    overflow: hidden
}

.do-contact-add-wrapper h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin-top: 0;
    margin-bottom: 25px
}

.do-contact-add-wrapper p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    margin-bottom: 0
}

.do-contact-add-wrapper .do-contact-info {
    margin-bottom: 40px
}

.do-contact-add-wrapper ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #888
}

.do-contact-add-wrapper ul li.do-phone {
    margin: 25px 0 10px;
    color: #d64127
}

.do-contact-add-wrapper .do-coantact-social {
    margin-top: 35px;
    overflow: hidden
}

.do-contact-add-wrapper .do-coantact-social a {
    font-size: 16px;
    color: #d4d4d4;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    margin-right: 20px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-contact-add-wrapper .do-coantact-social a:last-child {
    margin-right: 0
}

.do-contact-add-wrapper .do-coantact-social a:hover {
    color: #d64127
}

footer.do-footer {
    background-color: #343434
}

footer.do-footer .do-footer-top {
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #373737
}

footer.do-footer .do-footer-top .do-footer-widget h3.do-footer-widget-header {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 35px;
    text-transform: uppercase
}

footer.do-footer .do-footer-top .do-footer-widget ul li a {
    color: #717171;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

footer.do-footer .do-footer-top .do-footer-widget ul li a:hover {
    color: #d64127
}

footer.do-footer .do-footer-top .do-footer-about-widget .do-footer-logo-wrapper {
    overflow: hidden;
    margin-bottom: 30px;
    line-height: .7
}

footer.do-footer .do-footer-top .do-footer-about-widget .do-footer-logo-wrapper a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden
}

footer.do-footer .do-footer-top .do-footer-about-widget .do-company-address ul li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 13px;
    color: #717171
}

footer.do-footer .do-footer-top .do-footer-about-widget .do-company-address ul li:last-child {
    padding-bottom: 0
}

footer.do-footer .do-footer-top .do-footer-about-widget .do-company-address ul li i {
    font-size: 16px;
    color: #444;
    position: absolute;
    left: 0;
    top: 3px
}

footer.do-footer .do-footer-top .do-footer-link-widget ul li,
footer.do-footer .do-footer-top .do-about-link-widget ul li {
    margin-bottom: 10px
}

footer.do-footer .do-footer-top .do-footer-link-widget ul li:last-child,
footer.do-footer .do-footer-top .do-about-link-widget ul li:last-child {
    margin-bottom: 0
}

footer.do-footer .do-footer-top .do-flickr-widget #flickr-gallery {
    overflow: hidden
}

footer.do-footer .do-footer-top .do-flickr-widget #flickr-gallery li {
    width: 70px;
    height: 70px;
    margin: 0 2px 2px 0;
    float: left;
    list-style: none
}

footer.do-footer .do-footer-top .do-flickr-widget #flickr-gallery li img {
    width: 100%
}

footer.do-footer .do-footer-bottom {
    text-align: center;
    padding: 30px 0
}

footer.do-footer .do-footer-bottom a.do-footer-author-name {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #444;
    letter-spacing: 8px;
    text-transform: uppercase;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-blog-sidebar,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar {
    padding-left: 25px
}

.do-blog-sidebar .do-blog-sidebar-widget,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget {
    background-color: #fff;
    padding: 50px 30px 50px 45px;
    margin-bottom: 1px;
    overflow: hidden
}

.do-blog-sidebar .do-blog-sidebar-widget h3.do-sidebar-widget-title,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget h3.do-sidebar-widget-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase
}

.do-blog-sidebar .do-blog-sidebar-widget ul li,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    line-height: 1
}

.do-blog-sidebar .do-blog-sidebar-widget ul li:last-child,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget ul li:last-child {
    margin-bottom: 0
}

.do-blog-sidebar .do-blog-sidebar-widget ul li a,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888;
    display: inline-block;
    text-transform: capitalize;
    *display: inline;
    *zoom: 1;
    line-height: 1.2;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.do-blog-sidebar .do-blog-sidebar-widget ul li a:hover,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget ul li a:hover {
    color: #d64127
}

.do-blog-sidebar .do-blog-sidebar-widget ul li a i,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget ul li a i {
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    color: #ccc;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.do-blog-sidebar .do-blog-sidebar-widget ul li a:hover i,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget ul li a:hover i {
    color: #d64127;
    border-color: #d64127
}

.do-blog-sidebar .do-blog-sidebar-widget .do-tagcloud-wrapper,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget .do-tagcloud-wrapper {
    overflow: hidden
}

.do-blog-sidebar .do-blog-sidebar-widget .do-tagcloud-wrapper a,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget .do-tagcloud-wrapper a {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #c0c0c0;
    text-transform: uppercase;
    padding: 0 12px 0 20px;
    height: 34px;
    line-height: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    margin-right: 3px;
    margin-bottom: 5px;
    border: 2px solid #e9e9e9;
    background-color: transparent;
    letter-spacing: 8px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.do-blog-sidebar .do-blog-sidebar-widget .do-tagcloud-wrapper a:hover,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget .do-tagcloud-wrapper a:hover {
    color: #fff;
    border: 2px solid #d64127;
    background-color: #d64127
}

.do-homepage-third .do-slides-1 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    font-weight: 700;
    color: #fff
}

.do-homepage-third .do-slides-1 p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-right: -6px
}

.do-homepage-third .do-slides-1 a.do-btn-round-outline {
    border: 0 solid;
    background-color: #fff;
    color: #d64127;
    line-height: 40px;
    margin-right: 15px;
    -webkit-transition: all .35s!important;
    -moz-transition: all .35s!important;
    -ms-transition: all .35s!important;
    -o-transition: all .35s!important;
    transition: all .35s!important
}

.do-homepage-third .do-slides-1 a.do-btn-round-solid {
    line-height: 40px;
    border: 0 solid;
    -webkit-transition: all .35s!important;
    -moz-transition: all .35s!important;
    -ms-transition: all .35s!important;
    -o-transition: all .35s!important;
    transition: all .35s!important
}

.do-homepage-third .do-slides-1 a.do-btn-round-outline:hover {
    background-color: #d64127;
    color: #fff
}

.do-homepage-third .do-slides-1 a.do-btn-round-solid:hover {
    border: 0 solid;
    background-color: #fff;
    color: #d64127
}

.do-home3-feature-sec {
    background-color: #fff;
    padding: 10px 0
}

.do-homepage-third .do-custom-sec-img-left {
    padding: 0;
    overflow: visible
}

.do-homepage-third .do-custom-section-with-img .row {
    overflow: visible
}

.do-homepage-third .do-custom-section-with-img .do-custom-sec-img {
    margin-top: -45px
}

.do-homepage-third .do-custom-section-with-img .do-custom-sec-text-content {
    padding-top: 80px;
    padding-bottom: 50px
}

.do-homepage-third .do-custom-section-with-img .do-custom-sec-text-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 25px
}

.do-homepage-third .do-custom-section-with-img .do-custom-sec-text-content p.do-custom-highlighted {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #888;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 2;
    text-decoration: underline
}

.do-homepage-third .do-custom-section-with-img .do-custom-sec-text-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888;
    font-weight: 400;
    margin-bottom: 15px
}

.do-homepage-third .do-custom-section-with-img .do-custom-sec-text-content a.do-btn-round-solid {
    margin-top: 20px
}

.do-counter-section-2 {
    overflow: hidden;
    padding: 65px 0;
    background-color: #31c2b1
}

.do-counter-section-2 .do-counter-items {
    text-align: center
}

.do-counter-section-2 .do-counter-items .do-counter-items-inner {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left
}

.do-counter-section-2 .do-counter-items .do-number-icon {
    display: block;
    overflow: hidden;
    margin-bottom: 10px
}

.do-counter-section-2 .do-counter-items i {
    font-size: 35px;
    color: #000;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-counter-section-2 .do-counter-items h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #000;
    padding-left: 10px;
    margin: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-counter-section-2 .do-counter-items span {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding-left: 0
}

.do-homepage-third .do-cta-section-2nd {
    background: url(../images/section_img.html) no-repeat
}

.do-homepage-third .do-cta-section-2nd .do-dark-overlay {
    background-color: rgba(0, 0, 0, 0.5)
}

.do-grayscale-effect .do-work-item img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-grayscale-effect .do-work-item:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%)
}

.do-homepage-third .do-custom-halfwidthimg-section {
    background-color: #f9f9f9
}

.do-homepage-third .do-custom-halfwidthimg-section .do-rightside-halfwidth-img {
    background: 0;
    -webkit-background-size: cover;
    background-size: cover
}

.do-homepage-third .do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px
}

.do-homepage-third .do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    margin-bottom: 20px
}

.do-homepage-third .do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details a {
    color: #fff
}

.do-homepage-third .do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details a.do-btn-round-solid:hover {
    color: #888;
    background-color: transparent;
    border: 2px solid #e9e9e9
}

.do-homepage-third ul.do-icon-list {
    margin-bottom: 25px
}

.do-homepage-third ul.do-icon-list li {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888;
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
    line-height: 20px
}

.do-homepage-third ul.do-icon-list li:last-child {
    margin-bottom: 0
}

.do-homepage-third ul.do-icon-list li i {
    color: #888;
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    line-height: 12px;
    border: 1px solid #888;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700
}

.do-homepage-third ul.do-icon-list li i:before {
    padding-left: 1px
}

.do-homepage-third .do-testimonial-section {
    background: url(../images/custom-img.html) no-repeat;
    background-position: center bottom;
    padding-bottom: 170px
}

.do-homepage-third .do-testimonial .do-testimonial-slides p {
    color: #888
}

.do-homepage-third .do-testimonial .do-testimonial-slides span {
    color: #888
}

.do-homepage-third .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: transparent;
    border: 2px solid #c2c2c2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.do-homepage-third .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #c2c2c2;
    border: 2px solid transparent
}

.do-blog-item-wrapper .do-blo-title-excerpt h2 a {
        line-height: 18px;
    font-weight: 900;
    font-size: 18px;
}

.do-homepage-third .do-blog-masonry-items .do-blog-item-wrapper .do-blog-img-wrapper img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.do-homepage-third .do-blog-masonry-items:hover .do-blog-item-wrapper .do-blog-img-wrapper img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%)
}

.do-homepage-third .do-client-logo-section {
    padding-bottom: 70px;
    background: url(../images/section_img_2.html) no-repeat
}

.do-homepage-third .do-logo-slider .do-logo-slides {
    text-align: center;
    height: 200px;
    line-height: 200px;
    margin: 0 10px;
    background-color: rgba(0, 0, 0, 0.5)
}

.do-homepage-third .do-logo-slider .owl-controls {
    margin-top: 70px
}

.do-homepage-fourth header {
    position: relative;
    height: 100%
}

.do-header-topbar {
    background-color: rgba(214,65,39);
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.do-header-topbar .do-topbar-content-wrap {
    width: 50%;
    float: left;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-header-topbar .do-topbar-content-wrap.do-topbar-content-left ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    float: left;
    margin-right: 20px
}

.do-header-topbar .do-topbar-content-wrap.do-topbar-content-left ul li i {
    font-size: 16px;
    line-height: 1;
    margin-right: 10px
}

.do-header-topbar .do-topbar-content-wrap.do-topbar-content-right {
    text-align: right
}

.do-header-topbar .do-topbar-content-wrap.do-topbar-content-right ul {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-header-topbar .do-topbar-content-wrap.do-topbar-content-right ul li {
    float: left;
    margin-right: 15px
}

.do-header-topbar .do-topbar-content-wrap.do-topbar-content-right ul li:last-child {
    margin-right: 0
}

.do-header-topbar .do-topbar-content-wrap.do-topbar-content-right ul li a {
    font-size: 16px;
    color: #fff
}

.do-homepage-fourth .do-slides-1 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    font-weight: 700;
    color: #fff
}

.do-homepage-fourth .do-slides-1 p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    letter-spacing: 8px;
    text-transform: uppercase
}

.do-homepage-fourth .do-slides-1 a.do-btn-round-solid {
    line-height: 40px;
    border: 0 solid;
    -webkit-transition: all .35s!important;
    -moz-transition: all .35s!important;
    -ms-transition: all .35s!important;
    -o-transition: all .35s!important;
    transition: all .35s!important
}

.do-homepage-fourth .do-slides-1 a.do-btn-round-outline.green {
    border: 0 solid;
    background-color: #31c2b1;
    color: #fff;
    line-height: 40px;
    margin-left: 15px;
    -webkit-transition: all .35s!important;
    -moz-transition: all .35s!important;
    -ms-transition: all .35s!important;
    -o-transition: all .35s!important;
    transition: all .35s!important
}

.do-homepage-fourth .do-slides-1 a.do-btn-round-outline.green:hover {
    background-color: #d64127;
    color: #fff
}

.do-homepage-fourth .do-slides-1 a.do-btn-round-solid:hover {
    border: 0 solid;
    background-color: #31c2b1;
    color: #fff
}

.do-home4-feature-sec {
    background-color: #f9f9f9
}

.do-homepage-fourth .do-custom-section-with-img {
    background-color: #fff;
    padding: 90px 0
}

.do-homepage-fourth .do-counter-section-2 {
    background-color: #31c2b1;
    overflow: hidden;
    padding: 65px 0
}

.do-homepage-fourth .do-counter-section-2 .do-counter-items .do-counter-items-inner {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left
}

.do-homepage-fourth .do-counter-section-2 .do-counter-items .do-number-icon {
    display: block;
    overflow: hidden;
    margin-bottom: 10px
}

.do-homepage-fourth .do-counter-section-2 .do-counter-items i {
    font-size: 35px;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-homepage-fourth .do-counter-section-2 .do-counter-items h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #fff;
    padding-left: 10px;
    margin: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-homepage-fourth .do-counter-section-2 .do-counter-items span {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding-left: 0
}

.do-homepage-fourth .do-cta-section-2nd {
    padding: 190px 0;
    background: url(../images/section_img.html);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover
}

.do-homepage-fourth .do-portfolio-section {
    text-align: center;
    padding-bottom: 70px
}

.do-homepage-fourth .do-portfolio-works {
    margin-bottom: 70px
}

.do-homepage-fourth .do-blog-section {
    background-color: #f9f9f9;
    padding-bottom: 70px
}

.do-homepage-fourth .do-blog-section .do-blog-post-wrapper {
    overflow: hidden;
    margin-bottom: 70px
}

.do-homepage-fourth .do-client-logo-section {
    padding: 70px 0
}

.do-homepage-fourth .do-logo-slider .do-logo-slides {
    text-align: center
}

.do-contactmap-section {
    position: relative;
    overflow: hidden
}

.do-contactmap-section .do-google-map #map {
    width: 100%;
    height: 500px;
    background-color: #CCC
}

.do-contactmap-section .do-google-map #map img {
    max-width: none
}

.do-contactmap-section .do-home-contact-form-bg {
    width: 50%;
    height: 100%;
    background-color: rgba(49, 194, 177, 0.78);
    position: absolute;
    top: 0;
    right: 0
}

.do-contactmap-section .do-home-contact-form {
    width: calc(1170px / 2);
    position: absolute;
    top: 0;
    left: 50%;
    padding: 80px 0 80px 80px
}

.do-contactmap-section .do-home-contact-form .do-home-contact-form-inner h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    margin-bottom: 50px
}

.do-contactmap-section .do-home-contact-form .do-contact-form input {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    width: calc(100% / 2 - 15px);
    height: 40px;
    margin-bottom: 30px;
    border: 0 solid;
    border-bottom: 2px solid #fff;
    outline: 0;
    float: left;
    background-color: transparent;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-contactmap-section .do-home-contact-form .do-contact-form input:nth-child(1) {
    margin-right: 15px
}

.do-contactmap-section .do-home-contact-form .do-contact-form input:nth-child(2) {
    margin-left: 15px
}

.do-contactmap-section .do-home-contact-form .do-contact-form textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    margin-bottom: 30px;
    border: 0 solid;
    border-bottom: 2px solid #fff;
    outline: 0;
    background-color: transparent;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.do-contactmap-section .do-home-contact-form .do-contact-form .do-btn-round-solid:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #e9e9e9
}

.do-contactmap-section .do-home-contact-form .do-contact-form input::-webkit-input-placeholder,
.do-contactmap-section .do-home-contact-form .do-contact-form textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    -webkit-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.do-contactmap-section .do-home-contact-form .do-contact-form input:-moz-placeholder,
.do-contactmap-section .do-home-contact-form .do-contact-form textarea:-moz-placeholder {
    color: #fff;
    opacity: 1;
    -moz-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.do-contactmap-section .do-home-contact-form .do-contact-form input::-moz-placeholder,
.do-contactmap-section .do-home-contact-form .do-contact-form textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
    -moz-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.do-contactmap-section .do-home-contact-form .do-contact-form input:-ms-input-placeholder,
.do-contactmap-section .do-home-contact-form .do-contact-form textarea:-ms-input-placeholder {
    color: #b1bfca;
    opacity: 1;
    -ms-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.do-contactmap-section .do-home-contact-form .do-contact-form input:focus::-webkit-input-placeholder,
.do-contactmap-section .do-home-contact-form .do-contact-form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.do-contactmap-section .do-home-contact-form .do-contact-form input:focus:-moz-placeholder,
.do-contactmap-section .do-home-contact-form .do-contact-form textarea:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.do-contactmap-section .do-home-contact-form .do-contact-form input:focus::-moz-placeholder,
.do-contactmap-section .do-home-contact-form .do-contact-form textarea:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.do-contactmap-section .do-home-contact-form .do-contact-form input:focus:-ms-input-placeholder,
.do-contactmap-section .do-home-contact-form .do-contact-form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.do-home-contact-form .error {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 10px 15px 10px 50px;
    position: relative
}

.do-home-contact-form .error:before {
    content: "\f119";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 25px
}

.do-home-contact-form .success {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 10px 15px 10px 50px;
    position: relative
}

.do-home-contact-form .success:before {
    content: "\f118";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 25px
}