html {
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

a,
address,
big,
body,
div,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
label,
legend,
li,
p,
q,
s,
small,
span,
tr,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body {
  background: #fff
}

body.custom-background {
  background-image: url(img/bgblur.webp);
  background-position: top center!important;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed!important
}

details,
footer,
header,
main,
nav,
section {
  display: block
}

ul {
  list-style: none
}

q {
  quotes: "“" "”" "‘" "’"
}

q:before {
  content: open-quote
}

q:after {
  content: close-quote
}

a:focus {
  outline: thin dotted
}

a:active,
a:hover {
  outline: 0
}

a img {
  border: 0
}

@font-face {
  font-family: lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(fonts/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

body {
  overflow-x: hidden;
  color: gray;
  font-family: lato, Helvetica, sans-serif!important;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: center
}

@viewport {
  width: device-width
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

i {
  vertical-align: middle
}

ul {
  padding-left: 0!important
}

::selection {
  color: #fff;
  background: #fc6d6d
}

::-moz-selection {
  color: #fff;
  background: #fc6d6d
}

a {
  color: #e96656;
  -webkit-transition: all .7s;
  transition: all .7s
}

a,
a:hover {
  text-decoration: none
}

a:hover {
  color: #cb4332
}

p {
  margin: 0
}

.full-width {
  width: 100%;
  margin: auto
}

::-webkit-input-placeholder {
  color: #999!important;
  opacity: 1!important
}

:-moz-placeholder {
  color: #999!important;
  opacity: 1!important
}

::-moz-placeholder {
  color: #999!important;
  opacity: 1!important
}

:-ms-input-placeholder {
  color: #999!important;
  opacity: 1!important
}

body,
button,
input,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both
}

p {
  margin-bottom: 1.5em
}

b {
  font-weight: 700
}

i {
  font-style: italic
}

address {
  margin: 0 0 1.5em
}

var {
  font: 15px Monaco, Consolas, andale mono, dejavu sans mono, monospace
}

small {
  font-size: 75%
}

big {
  font-size: 125%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  clear: both;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

@font-face {
  font-family: montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

h1,
h2 {
  font-family: montserrat, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 35px
}

h1,
h1 span {
  font-size: 30px
}

h2 {
  font-size: 26px
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 18px
}

h5 {
  font-size: 17px
}

h6 {
  font-size: 16px
}

.buttons {
  margin-top: 45px;
  text-align: center
}

.button {
  display: inline-block;
  margin: 10px;
  padding: 10px 35px;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase
}

.custom-button {
  display: inline-block!important;
  margin: 10px;
  padding: 13px 35px;
  border: none;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase
}

.red-btn {
  background: #329619d1
}

.green-btn {
  background: #874c10d1
}

.blue-btn {
  background: #3ab0e2
}

.blue-btn,
.green-btn,
.red-btn {
  color: #fff!important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.blue-btn:hover {
  color: #fff;
  background: #1288b9
}

.red-btn:hover {
  color: #fff;
  background: #3eb91dd1
}

.green-btn:hover {
  color: #fff;
  background: #b16920d1
}

.btn:hover {
  box-shadow: none
}

ul {
  margin: 0 0 1.5em 3em
}

ul {
  list-style: disc
}

li>ul {
  margin-bottom: 0;
  margin-left: 1.5em
}

img {
  max-width: 100%;
  height: auto
}

.site-main p {
  margin: 0 0 24px
}

.red-bg {
  background: #e96656
}

.green-bg {
  background: #34d293
}

.blue-bg {
  background: #3ab0e2
}

.dark-bg {
  background: #404040
}

.white-bg {
  background: #fff
}

.red-text {
  color: #e96656
}

.green-text {
  color: #34d293
}

.blue-text {
  color: #3ab0e2
}

.dark-text {
  color: #404040
}

.white-text {
  color: #fff
}

.white-border-bottom:before {
  position: absolute;
  z-index: 1;
  bottom: -9px;
  left: 25%;
  width: 50%;
  height: 2px;
  margin: auto;
  background: #f5f5f5;
  content: ""
}

.dark-border-bottom:before {
  position: absolute;
  z-index: 1;
  bottom: -9px;
  left: 25%;
  width: 50%;
  height: 2px;
  margin: auto;
  background: #404040;
  content: ""
}

.red-border-bottom:before {
  position: absolute;
  z-index: 1;
  bottom: -9px;
  left: 12.5%;
  width: 75%;
  height: 2px;
  margin: auto;
  background: #e96656;
  content: ""
}

.green-border-bottom:before {
  position: absolute;
  z-index: 1;
  bottom: -9px;
  left: 12.5%;
  width: 75%;
  height: 2px;
  margin: auto;
  background: #34d293;
  content: ""
}

.blue-border-bottom:before {
  position: absolute;
  z-index: 1;
  bottom: -9px;
  left: 12.5%;
  width: 75%;
  height: 2px;
  margin: auto;
  background: #3ab0e2;
  content: ""
}

button,
input,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  margin: 10px;
  padding: 13px 35px;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #e96656;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa #bbb
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb #bbb
}

input[type=checkbox],
input[type=radio] {
  padding: 0
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
textarea {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  color: #555
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  color: #111
}

input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url] {
  padding: 3px
}

textarea {
  overflow: auto;
  width: 98%;
  padding-left: 3px;
  vertical-align: top
}

.input-box {
  display: inline-block;
  width: 274px;
  min-height: 46px;
  padding: 9px;
  padding-left: 15px!important;
  border: 0!important;
  border-radius: 4px;
  background: rgba(255, 255, 255, .95);
  text-align: left;
  text-transform: none
}

.textarea-box {
  display: inline-block;
  min-height: 250px;
  padding: 9px;
  padding-left: 15px;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, .95);
  text-align: left;
  text-transform: none
}

input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover {
  outline: 1!important;
  outline-color: #e96656!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}

input:focus,
textarea:focus {
  border: 1px solid rgba(0, 0, 0, .3);
  outline: 0
}

a {
  color: #e96656
}

a:visited {
  color: #e96656
}

a:active,
a:focus,
a:hover {
  color: #cb4332
}

.main-navigation {
  display: block;
  float: left;
  clear: both;
  width: 100%
}

.main-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none
}

.main-navigation li {
  float: left;
  position: relative
}

.main-navigation a {
  display: block;
  text-decoration: none
}

.main-navigation ul ul {
  display: none;
  float: left;
  position: absolute;
  z-index: 99999;
  top: 1.5em;
  left: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .2)
}

.main-navigation ul ul ul {
  top: 0;
  left: 100%
}

.main-navigation ul ul a {
  width: 200px
}

.main-navigation ul li:hover>ul {
  display: block
}

.navbar-collapse {
  overflow: visible!important
}

.site-main .post-navigation {
  overflow: hidden;
  margin: 0 0 1.5em
}

.post-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right
}

.site-main .post-navigation {
  float: left;
  width: 100%
}

.clear:after,
.clear:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  display: table;
  content: ""
}

.clear:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both
}

.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: 0;
  margin-left: 0
}

.site-content {
  background: #fff
}

.home .site-content,
.page-template-template-frontpage .site-content {
  background: 0 0
}

.page-content {
  margin: 1.5em 0 0
}

.page-header {
  margin: 0 0 40px;
  border-bottom: none;
  text-align: left
}

.page-header .page-title {
  position: relative
}

.page-header .page-title:before {
  position: absolute;
  z-index: 1;
  bottom: -9px;
  left: 0;
  width: 35%;
  height: 2px;
  margin: auto;
  background: #e9e9e9;
  content: ""
}

embed {
  max-width: 100%
}

.about-us,
.contact-us,
.focus,
.testimonial {
  padding-top: 100px
}

.section-header {
  padding-bottom: 75px;
  text-align: center
}

#aboutus .section-header h2 a,
#contact .section-header h2 a,
#focus .section-header h2 a,
#team .section-header h2 a,
#testimonials .section-header h2 a,
.section-header h2 {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 45px;
  line-height: 40px;
  text-transform: uppercase
}

.section-header .section-legend {
  margin-bottom: 0;
  padding-top: 0;
  color: #000;
  font-size: 16px
}

.home-header-wrap {
  overflow: hidden;
  position: relative
}

.header.header {
  min-height: 76px
}

.header.header>.navbar {
  -webkit-box-shadow: 0 5px 11px 0 rgba(50, 50, 50, .08);
  box-shadow: 0 5px 11px 0 rgba(50, 50, 50, .08)
}

.header-content-wrap {
  position: relative;
  padding: 285px 0 210px;
  background: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 5px 11px 0 rgba(50, 50, 50, .08);
  box-shadow: 0 5px 11px 0 rgba(50, 50, 50, .08)
}

.blog-header-content-wrap {
  position: relative;
  padding: 170px 0 90px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 5px 11px 0 rgba(50, 50, 50, .08);
  box-shadow: 0 5px 11px 0 rgba(50, 50, 50, .08)
}

.header_title {
  float: left;
  height: 50px;
  margin-top: 10px
}

.header_title h1 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 20px;
  text-align: center
}

.header_title h2 {
  margin: 0;
  font-size: 15px!important;
  line-height: 15px
}

.header_title a {
  color: #000
}

#site-navigation {
  float: right;
  height: 1px;
  margin-right: 0;
  margin-left: 0
}

.navbar {
  border: 0;
  border-radius: 0!important;
  background: #fff;
  text-align: left
}

#main-nav {
  position: fixed;
  z-index: 1000;
  width: 100%;
  min-height: 75px;
  margin-bottom: 0
}

#main-nav.fixed {
  position: fixed;
  top: 0
}

.navbar-inverse .navbar-nav {
  margin-right: 0;
  margin-left: 0
}

.navbar-inverse .navbar-nav>li {
  display: inline;
  margin-top: 20px;
  margin-right: 20px
}

.navbar-inverse .navbar-nav>li:last-child {
  margin-right: 0!important
}

.navbar-inverse .navbar-nav>li>a {
  padding: 0;
  color: #404040;
  line-height: 35px
}

.navbar-inverse .main-navigation ul>li {
  display: inline;
  margin-top: 20px;
  margin-right: 20px
}

.navbar-inverse .main-navigation>ul>li:last-child {
  margin-right: 0!important
}

.navbar-inverse .main-navigation>ul>li>a {
  padding: 0;
  color: #404040;
  line-height: 35px
}

.navbar-inverse ul ul {
  left: -999em
}

.navbar-inverse ul ul ul {
  top: 0;
  left: -999em
}

.navbar-brand {
  display: inline-block;
  position: relative;
  height: 76px;
  padding: 7px 15px;
  line-height: 60px;
  text-align: center
}

.navbar-brand>a>img {
  width: auto;
  max-height: 100%
}

.navbar-inverse .navbar-brand .site-title>a,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #999;
  text-decoration: none
}

.navbar-inverse .navbar-brand .site-title,
.navbar-inverse .navbar-brand p.site-description {
  margin-bottom: 0;
  color: #000;
  font-family: montserrat, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal
}

.navbar-inverse .navbar-brand .site-title {
  margin-bottom: 5px
}

.navbar-inverse .navbar-brand .site-title a {
  color: #000
}

.navbar-inverse .navbar-brand p.site-description {
  font-size: 16px;
  line-height: normal
}

.navbar-brand>img {
  max-height: 100%
}

.navbar-brand:focus {
  border: 1px dotted #000
}

.navbar-inverse .navbar-nav>li>a.link-focus,
.navbar-inverse .navbar-nav>li>a:hover {
  outline: 0;
  color: #e96656
}

.navbar-toggle {
  margin-top: 23px;
  border: 0;
  background-color: gray
}

.navbar-toggle:focus {
  border: 1px dotted #000
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  opacity: 1;
  background-color: #e96656;
  box-shadow: none
}

.navbar-toggle.collapsed {
  background-color: gray!important
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #e96656
}

.intro {
  float: none;
  z-index: 0;
  margin-top: 25%;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase
}

.intro-text,
.intro-text a {
  float: none;
  z-index: 0;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase
}

.map {
  height: 600px;
  width: 100%
}

.bottom-message-section {
  position: relative;
  margin-top: 14%
}

.focus-box .service-icon .pixeden {
  border-radius: 50%
}

.focus {
  overflow: hidden;
  padding-bottom: 100px;
  background: #fff
}

.focus .row {
  text-align: center
}

.focus .row .focus-box,
.our-team .row .team-box {
  display: inline-block;
  float: none!important;
  margin-right: -4px;
  margin-bottom: 25px;
  vertical-align: top
}

.focus-box .service-icon {
  display: block;
  position: relative;
  width: 145px;
  height: 145px;
  margin: auto;
  margin-bottom: 30px;
  margin-bottom: 20px;
  border: 10px solid #ececec;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.blue,
.green,
.red {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

#focus span:nth-child(4n+1) .focus-box .service-icon:focus,
#focus span:nth-child(4n+1) .focus-box .service-icon:hover {
  border: 10px solid #e96656
}

#focus span:nth-child(4n+2) .focus-box .service-icon:focus,
#focus span:nth-child(4n+2) .focus-box .service-icon:hover {
  border: 10px solid #34d293
}

#focus span:nth-child(4n+3) .focus-box .service-icon:focus,
#focus span:nth-child(4n+3) .focus-box .service-icon:hover {
  border: 10px solid #3ab0e2
}

#focus span:nth-child(4n+4) .focus-box .service-icon:focus,
#focus span:nth-child(4n+4) .focus-box .service-icon:hover {
  border: 10px solid #f7d861
}

#focus span:nth-child(4n+1) .focus-box .red-border-bottom:before {
  background: #e96656
}

#focus span:nth-child(4n+2) .focus-box .red-border-bottom:before {
  background: #34d293
}

#focus span:nth-child(4n+3) .focus-box .red-border-bottom:before {
  background: #3ab0e2
}

#focus span:nth-child(4n+4) .focus-box .red-border-bottom:before {
  background: #f7d861
}

@font-face {
  font-family: lato;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.focus-box h3 {
  color: gray;
  font-size: 14px;
  text-align: left
}

.pixeden {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: no-repeat center;
  width: 100%;
  height: 100%
}

#loader {
  display: none;
  position: relative;
  min-height: 930px
}

#loader .loader-icon {
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  margin: -22px;
  border-radius: 5px;
  background: url(img/loading.gif) no-repeat center center;
  background-color: #fff;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px
}

.home div.wpforms-container-full .wpforms-form input[type=email],
.home div.wpforms-container-full .wpforms-form input[type=number],
.home div.wpforms-container-full .wpforms-form input[type=text],
.home div.wpforms-container-full .wpforms-form textarea {
  border-radius: 4px;
  padding: 9px 9px 9px 15px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, .95)
}

.home div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: right
}

.home div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
  background-color: #f2630feb;
  border-width: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 35px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.home div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  background-color: #ff792aeb;
  border-width: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 35px
}

.home .wpforms-field-description,
.home .wpforms-field-label,
.home .wpforms-field-sublabel {
  color: rgba(255, 255, 255, .95);
  text-align: left
}

.about-us {
  color: #fff;
  background: #272727
}

@font-face {
  font-family: lato;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Lato Light'), local('Lato-Light'), url(fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.about-us .big-intro {
  margin-top: -15px;
  font-size: 60px;
  font-weight: 300;
  line-height: normal;
  text-align: right
}

.about-us .section-header .section-legend {
  color: #fff
}

.about-us p {
  color: #939393;
  font-size: 14px;
  line-height: 25px;
  text-align: left
}

.about-us .column {
  margin-bottom: 78px
}

.about-us .col-md-12.zerif-rtl-big-title .big-intro,
.about-us .col-md-12.zerif_about_us_center p {
  text-align: center
}

.skills {
  margin: 0;
  text-align: left
}

.skills .skill {
  display: block;
  clear: both;
  margin-top: 0;
  margin-bottom: 25px
}

.skills .skill .skill-count {
  display: inline-block;
  float: left;
  height: 64px;
  margin-top: 3px;
  margin-right: 15px;
  margin-bottom: 25px
}

.skills li:last-child {
  margin-bottom: 0
}

.skill2,
.skill3,
.skill4,
.skills .skill .skill1 {
  font-size: 16px!important
}

.skills .skill .section-legend {
  float: none;
  clear: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  word-spacing: 0.25em;
}

.skills .skill p {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 20px
}

.our-clients {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  background: url(img/lines-dark.png) repeat-x center
}

.our-clients .section-footer-title {
  padding: 0 15px;
  color: #fff;
  background: #272727;
  font-size: 16px
}

.our-clients h2 {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700
}

.client-list {
  float: left;
  width: 100%;
  margin-bottom: 78px;
  padding-top: 5px
}

.client-list ul {
  margin: 0
}

.client-list ul li {
  display: inline-block;
  margin-right: 24px;
  padding-bottom: 15px;
  vertical-align: middle;
  text-transform: uppercase
}

.client-list ul li img {
  max-width: 130px;
  opacity: .8;
  -webkit-transition: all ease .55s;
  transition: all ease .55s;
  -ms-filter: "alpha(opacity=80)"
}

.client-list ul li img:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)"
}

.client-list ul li:last-child {
  margin-right: 0
}

.client-list ul li i {
  margin-right: 8px
}

.client-list div {
  margin: 0
}

.client-list div span {
  margin-right: 24px
}

.client-list div a:last-child {
  margin-right: 0
}

.client-list div img {
  max-width: 130px;
  padding-bottom: 15px;
  opacity: .8;
  -webkit-transition: all ease .55s;
  transition: all ease .55s;
  -ms-filter: "alpha(opacity=80)"
}

.client-list div img:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)"
}

.client-list div a:last-child {
  margin-right: 0
}

.our-team {
  padding-top: 100px;
  padding-bottom: 66px;
  background: #fff
}

.our-team .row>span:nth-child(4n+1) .red-border-bottom:before {
  background: #e96656
}

.our-team .row>span:nth-child(4n+2) .red-border-bottom:before {
  background: #34d293
}

.our-team .row>span:nth-child(4n+3) .red-border-bottom:before {
  background: #3ab0e2
}

.our-team .row>span:nth-child(4n+4) .red-border-bottom:before {
  background: #f7d861
}

.price {
  height: 100px;
  color: #fff;
  font-weight: 400;
  line-height: 120px
}

.price h4 {
  display: inline;
  margin-bottom: 0;
  font-size: 40px;
  line-height: normal
}

.price .price-meta {
  color: #9f9f9f;
  line-height: normal;
  text-transform: uppercase
}

.item {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 260px;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 4px;
  -webkit-background-size: 100%;
  background-size: 100%;
  -webkit-backface-visibility: hidden
}

.item-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%)
}

.item:hover .item-content {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.item-top-content {
  position: relative
}

.item-top-content-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  background: rgba(255, 255, 255, .95)
}

.item-top-title {
  text-align: left
}

.item-top-title h5 {
  color: #404040;
  font-weight: 700
}

.item-content {
  background: rgba(255, 255, 255, .85)
}

.testimonial {
  padding-bottom: 90px;
  background: #8c7620
}

.testimonial .section-header .section-legend {
  color: #fff
}

#client-feedbacks .feedback-box,
.testimonial .widget_zerif_testim-widget {
  display: inline-block;
  z-index: 5;
  width: 30%;
  margin: 13px;
  padding: 25px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
  vertical-align: top
}

.feedback-box .message,
.testimonial .widget_zerif_testim-widget .message {
  color: #000;
  font-size: 15px
}

.feedback-box .client,
.testimonial .widget_zerif_testim-widget .client {
  position: relative;
  height: 73px;
  margin-top: 30px
}

.feedback-box .quote,
.testimonial .widget_zerif_testim-widget .quote {
  float: left;
  font-size: 45px;
  line-height: 80px
}

.feedback-box .client-info,
.testimonial .widget_zerif_testim-widget .client-info {
  float: left;
  margin-left: 18px;
  padding-top: 15px
}

@font-face {
  font-family: homemade apple;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Homemade Apple Regular'), local('HomemadeApple-Regular'), url(fonts/Qw3EZQFXECDrI2q789EKQZJob0x6XHg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.feedback-box .client-info .client-name,
.testimonial .widget_zerif_testim-widget .client-name {
  color: #404040;
  font-family: homemade apple, serif
}

.feedback-box .client-info .client-company,
.testimonial .widget_zerif_testim-widget .client-company {
  margin-top: -3px;
  font-size: 13px
}

.feedback-box .client-image,
.testimonial .widget_zerif_testim-widget .client-image {
  float: right;
  overflow: hidden;
  width: 73px;
  height: 73px;
  border: 3px solid #f6f6f6;
  border-radius: 50%
}

.feedback-box .client-image img,
.testimonial .widget_zerif_testim-widget .client-image img {
  width: 100%;
  height: 100%
}

.owl-theme .owl-controls .owl-page span {
  border-radius: 50%;
  background: #886e0e;
}

.zerif_grid_col_1>div,
.zerif_grid_col_2>div,
.zerif_grid_col_3>div {
  margin-bottom: 30px;
  text-align: center
}

@media (min-width:1200px){
.zerif_grid_col_3 {
  float: left;
  width: 31.5%;
  margin: 0 1.25% 0 1.25%
}
}

.zerif_grid_col_2 {
  float: left;
  width: 48%;
  margin: 0 1.75% 0 1.75%
}

.zerif_grid_col_1 {
  float: left;
  width: 100%
}

.zerif_grid_first {
  margin-left: 0;
  padding-left: 0
}

.zerif_grid_last {
  margin-right: 0;
  padding-right: 0
}

#client-feedbacks.zerif_grid .feedback-box {
  width: 100%
}

.contact-us {
  padding-bottom: 95px;
  background: rgba(0, 0, 0, .5)
}

.contact-us .section-header .section-legend {
  color: #fff
}

.contact-us .input-box,
textarea {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 4px
}

.contact-us textarea {
  border: 1px solid transparent
}

.contact_submit_wrap {
  float: right
}

#footer {
  background: #272727;
  line-height: 20px
}

.company-details {
  padding-top: 67px;
  padding-bottom: 30px;
  color: #939393
}

.company-details a {
  color: #939393;
  text-decoration: none
}

.company-details a:hover {
  color: #e96656
}

.company-details .icon-top {
  margin-bottom: 10px;
  font-size: 30px
}

.copyright {
  padding-top: 68px;
  padding-bottom: 68px;
  background: #171717
}

.social {
  margin: 0 0 1.5em!important
}

.social li {
  display: inline-block;
  margin: 5px
}

.social li a {
  color: #939393;
  font-size: 18px
}

.social li a:hover {
  color: #e96656
}

.copyright p {
  margin-bottom: 0;
  color: #939393
}

.footer-widget-wrap>.container {
  text-align: center
}

.footer-widget {
  display: inline-block;
  float: none;
  vertical-align: top
}

.footer-widget ul {
  margin-left: 0;
  padding-left: 0
}

.footer-widget li {
  margin-left: 0;
  list-style: none
}

.footer-widget-wrap {
  background: rgba(255, 255, 255, .05)
}

.footer-widget-wrap .widget .widget-title {
  color: #fff
}

.footer-widget-wrap .widget li a {
  color: #ccc
}

.footer-widget-wrap .widget li a:hover {
  color: #fff
}

.footer-widget-wrap .widget {
  padding-bottom: 30px;
  color: #ccc
}

.blog {
  overflow: hidden;
  position: relative;
  min-height: 175px
}

.blog-list {
  background: #fff
}

.post-img-wrap {
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-right: 20px
}

.post-img-wrap a img {
  width: 200px;
  height: auto;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3 ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.post-img-wrap a:hover img {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5 ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.widget-title,
.widget-title a {
  color: #404040;
  font-size: 20px;
  line-height: 22px
}

.clear {
  clear: both
}

.content-left-wrap {
  padding-top: 60px
}

.list-post-top {
  min-height: 130px
}

.search .list-post-top {
  min-height: 1px
}

.row {
  float: left;
  width: 100%;
  margin-right: 0;
  margin-left: 0
}

:focus {
  outline: 0
}

@media (max-width:1200px) {
  .blog-header-content-wrap,
  .header-content-wrap {
    padding: 235px 0 150px
  }
}

@media (max-width:600px) {
  body {
    position: initial!important
  }
}

@media (max-width:992px) {
  .about-us .col-md-6.zerif_about_us_center.text_and_skills p,
  .zerif_about_us_center p {
    text-align: center
  }
}

.blog .blog-site-content.site-content {
  background: #fff
}

.our-team .col-lg-3:nth-child(4n+1),
.zerif_team:nth-child(4n+1) {
  clear: both
}

.mobile-bg-fix-wrap {
  overflow: hidden;
  width: 100%
}

.mobile-bg-fix-wrap .mobile-bg-fix-img-wrap {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.mobile-bg-fix-wrap .mobile-bg-fix-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125%;
  background-size: cover
}

.mobile-bg-fix-wrap .mobile-bg-fix-whole-site {
  position: relative;
  z-index: 1
}

@media (max-width:1200px) {
  .blog-header-content-wrap,
  .header-content-wrap {
    padding: 235px 0 150px
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .intro {
    margin-top: 40%;
    font-size: 45px;
    line-height: 55px
  }
  .big-intro {
    text-align: center!important
  }
  .about-us .column {
    margin-bottom: 40px
  }
  .skills {
    margin-bottom: 78px!important
  }
  .container .company-details {
    width: 33%;
    padding-top: 40px
  }
}

@media (max-width:992px) {
  .skills {
    margin-left: 0
  }
  #client-feedbacks .feedback-box {
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
  .blog-header-content-wrap,
  .header-content-wrap {
    padding-top: 26%
  }
  .intro-text {
    font-size: 45px;
    line-height: 55px
  }
  .section-header h2 {
    font-size: 35px
  }
  .section-header {
    padding-bottom: 30px
  }
  .about-us,
  .contact-us,
  .focus,
  .testimonial {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .blog-header-content-wrap,
  .header-content-wrap {
    padding: 225px 0 150px
  }
  .about-us .big-intro {
    text-align: center
  }
  .company-details {
    padding-top: 0;
    padding-bottom: 33px
  }
  .container .company-details:first-child {
    padding-top: 40px
  }
  .copyright {
    width: 100%;
    padding-top: 33px;
    padding-bottom: 33px
  }
  .container .company-details {
    width: 100%
  }
}

@media (max-width:767px) {
  .bs-navbar-collapse {
    border: 0
  }
  #main-nav {
    overflow: visible
  }
  #main-nav,
  #main-nav.fixed {
    position: relative
  }
  .navbar-inverse .navbar-nav {
    padding-left: 10px;
    line-height: normal;
    text-align: center
  }
  .navbar-inverse .navbar-nav>li {
    display: inline-block;
    margin-bottom: 0
  }
  .navbar-inverse .navbar-nav>li {
    position: relative;
    width: 100%;
    margin: 8px 0 0;
    padding: 0 0 8px;
    border-bottom: 1px solid #ededed
  }
  .navbar-inverse .navbar-nav>li a {
    text-align: left
  }
  .navbar-inverse .navbar-nav li.this-open>ul {
    display: block!important
  }
  .navbar-inverse .navbar-brand {
    float: left
  }
  .rtl .navbar-inverse .navbar-brand {
    float: right
  }
  #main-nav {
    overflow: hidden
  }
  .navbar-collapse {
    max-height: 100%
  }
  .navbar-inverse .navbar-nav>li>a:hover {
    color: #404040!important
  }
  .this-open>a {
    color: #e96656!important
  }
  .header {
    min-height: inherit;
    padding-bottom: 0!important
  }
  .intro {
    font-size: 6.5vw;
    line-height: 8vh
  }
  .blog-header-content-wrap,
  .header-content-wrap {
    padding-top: 30%
  }
  .intro-text {
    font-size: 41px;
    line-height: 49px
  }
  .focus-box {
    margin-bottom: 75px
  }
  .section-header {
    float: left;
    width: 100%
  }
  .contact_submit_wrap {
    text-align: center
  }
  .big-intro {
    font-size: 8vw!important;
    text-align: center!important
  }
  .about-us .column {
    margin-bottom: 40px
  }
  .skills {
    margin-bottom: 78px!important
  }
  .our-clients {
    float: left;
    width: 100%
  }
  .company-details {
    padding-top: 0;
    padding-bottom: 33px
  }
  .copyright {
    width: 100%;
    padding-top: 33px;
    padding-bottom: 33px
  }
}

@media (max-width:480px) {
  .intro {
    margin-top: 60%;
    font-size: 6.5vw;
    line-height: 6vh
  }
  .blog-header-content-wrap,
  .header-content-wrap {
    padding-top: 40%
  }
  .intro-text {
    font-size: 32px;
    line-height: 37px
  }
  h2 {
    font-size: 6.5vw!important
  }
  .post-img-wrap {
    width: 100%
  }
  .post-img-wrap a {
    float: none;
    width: 250px;
    height: 250px;
    margin: 0 auto
  }
  .post-img-wrap {
    margin-right: 0;
    text-align: center
  }
  .post-img-wrap a img {
    width: auto
  }
  .post-img-wrap a img {
    width: 250px;
    height: auto;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3 ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
  .post-img-wrap a:hover img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3 ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

@media (max-width:320px) {
  .intro {
    font-size: 7vw;
    line-height: 25px
  }
  .blog-header-content-wrap,
  .header-content-wrap {
    padding-top: 50%
  }
  .intro-text {
    font-size: 22px;
    line-height: 30px
  }
  .client-list ul li {
    display: block
  }
}

.zerif-copyright {
  color: #939393!important
}

.zerif-copyright-box {
  width: 100%;
  color: #666
}

@media print {
  body {
    font-size: 11.25pt
  }
  a:link:after,
  a:visited:after {
    content: ""
  }
  header.header {
    min-height: 0!important
  }
  #main-nav {
    position: relative
  }
  .blog-header-content-wrap,
  .header-content-wrap {
    padding: 30px 0 15px
  }
  .buttons {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center
  }
  .about-us,
  .contact-us,
  .focus,
  .testimonial {
    padding-top: 15px
  }
  .focus {
    padding-bottom: 0
  }
  #contact>.container>.row .col-lg-12.col-sm-12,
  #testimonials>.container>.row,
  .focus .row .focus-box,
  .zerif-rtl-contact-email,
  .zerif-rtl-contact-name,
  .zerif-rtl-contact-subject,
  .zerif-rtl-skills .skills,
  .zerif_about_us_center {
    opacity: 1!important;
    -webkit-transform: translatex(0)!important;
    -moz-transform: translatex(0)!important;
    -ms-transform: translatex(0)!important;
    transform: translatex(0)!important
  }
  .focus .row .focus-box {
    width: 23%!important;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 1.5%;
    padding-left: 0
  }
  .about-us {
    padding-bottom: 0
  }
  .about-us .column {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0
  }
  .about-us .big-intro {
    margin-top: 0;
    text-align: center
  }
  .zerif-rtl-big-title,
  .zerif-rtl-skills,
  .zerif-rtl-skills .skills {
    width: 100%
  }
  .zerif-rtl-skills .skills li.skill {
    display: inline-block;
    float: left;
    clear: none;
    width: 25%;
    margin-bottom: 0
  }
  .about-us p {
    text-align: center
  }
  .our-team {
    padding-top: 30px;
    padding-bottom: 0
  }
  .our-team .row {
    opacity: 1!important;
    -webkit-transform: translatex(0)!important;
    -moz-transform: translatex(0)!important;
    -ms-transform: translatex(0)!important;
    transform: translatex(0)!important
  }
  .our-team .col-lg-3.col-sm-3 {
    width: 23%!important;
    margin-right: 0;
    margin-left: 0;
    padding: 0 1.5%;
    padding-left: 0
  }
  #client-feedbacks .feedback-box {
    width: 30%;
    margin: 1.5%;
    padding: 0
  }
  .feedback-box .quote {
    display: none
  }
  .feedback-box .client-info {
    margin-left: 0
  }
  .section-header {
    padding-bottom: 15px
  }
  .testimonial {
    padding-bottom: 0
  }
  .feedback-box .client {
    margin-top: 0
  }
  .contact-us {
    padding-bottom: 0
  }
  .contact-us .input-box,
  textarea {
    border: 1px solid #000!important;
    box-shadow: none
  }
  .footer-box {
    width: 23%!important;
    margin-right: 0;
    margin-left: 0;
    padding: 0 1.5%;
    padding-left: 0
  }
  body.home.page:not(.page-template-template-frontpage) {
    background-image: none!important
  }
  .company-details {
    float: left;
    width: 33%!important;
    margin-right: 0;
    margin-left: 0;
    padding: 0 1.5%;
    padding-left: 0
  }
  .copyright {
    width: 100%
  }
  .content-left-wrap {
    padding-top: 0
  }
}

.section-title-black {
  font-size: 45px;
  font-family: montserrat, Helvetica, sans-serif;
  font-weight: 700;
  color: black
}

.section-title-white {
  font-size: 45px;
  font-family: montserrat, Helvetica, sans-serif;
  font-weight: 700;
  color: white
}
