@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Montserrat:100,300,300i,400,400i,500,500i,600,600i,700,700i,800');

/*
* === RESET ===
*/
* {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    line-height: 1.3em;
    height: 100%;
}

ul {
    list-style: none;
}

ol {
    padding-left: 25px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
* === COMMON ===
*/
i,
em {
    font-style: italic;
}

b,
strong {
    font-weight: 700;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table,
tr,
td,
th {
    font-family: "Lato", sans-serif;
    border: 1px solid #2a5d87;
}

th {
    font-weight: bold;
}

td,
th {
    padding: 10px;
}

h1,
h2 {
    color: #000000;
    line-height: 1.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    line-height: 1.3em;
}

p {
    color: #231f20;
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #2a5d87;
    font-weight: 700;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
    background: #ffffff;
    border: none;
    padding: 14px 20px;
    font-family: 'Lato', sans-serif;
    color: #838282;
    font-size: 16px;
}

textarea {
    resize: none;
}

button {
    cursor: pointer;
    border: none;
}

.visible-xs {
    display: none;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
}

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

.clear {
    clear: both;
}

h1 {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 15px;
}

h2 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 15px;
}

h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
}

h4 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}

h6 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}

section.hero {
    padding: 0;
}

section.hero .content {
    padding: 120px 0;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}

section.hero .content h1,
section.hero .content p {
    color: #fff;
}

/*
* - Placeholder -
*/
.left input::-webkit-input-placeholder {
    color: #636466;
}

.left input::-moz-placeholder {
    color: #636466;
}

.left input:-moz-placeholder {
    color: #636466;
}

.left input:-ms-input-placeholder {
    color: #fff;
}

.right input::-webkit-input-placeholder {
    color: #fff;
}

.right input::-moz-placeholder {
    color: #fff;
}

.right input:-moz-placeholder {
    color: #fff;
}

.right input:-ms-input-placeholder {
    color: #fff;
}

/*
* - Focus -
*/
button:focus {
    outline: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: 2px 5px 10px -6px #000000;
}

.section.form .right input .clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
}

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

.clear {
    clear: both;
}

.inline-block {
    display: inline-block;
}

.text-center {
    text-align: center;
}

/*
* - Wrappers -
*/
.section {
    padding: 60px 0;
    overflow: hidden;
}

.container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-size: 54px;
    color: #000;
    font-weight: 500;
}

/*
* - Form -
*/
.section.page .form-wrap {
    padding-top: 30px;
}

.section.page .form-wrap .half input {
    width: 50%;
}

.form-wrapper {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.form-wrapper .form-group.grid2>span {
    display: inline-block;
    vertical-align: top;
    width: 48.9%;
}

.form-wrapper .form-group {
    margin-bottom: 20px;
}

.form-wrapper .form-group .submit {
    padding: 15px 85px;
}

.form-group .form-control {
    background-color: transparent;
    border-left: 2px solid #deddde;
    border-bottom: 2px solid #deddde;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    position: relative;
    font-weight: 300;
    color: #000;
}

.form-group .form-control {
    padding: 14px 20px 14px 36px;
}

.form-group textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.form-group.name-icon>span,
.form-group.email-icon>span,
.form-group.phone-icon>span,
.form-group.message-icon>span {
    position: relative;
    display: inline-block;
}

.form-group.name-icon>span::before,
.form-group.email-icon>span::before,
.form-group.phone-icon>span::before,
.form-group.message-icon>span::before {
    position: absolute;
    left: 10px;
    top: 12px;
}

.form-group.captcha-grid {
    position: relative;
}

.form-group.captcha-grid>span:first-child {
    position: absolute;
    right: 0;
    top: 10px;
}

.form-group.captcha-grid .form-control {
    padding: 14px 20px 14px 6px;
    border-left: none;
}

.form-group *::-webkit-input-placeholder {
    opacity: 1;
    color: #aeacb3;
}

.form-group *:-moz-placeholder {
    opacity: 1;
    color: #aeacb3;
}

.form-group *::-moz-placeholder {
    opacity: 1;
    color: #aeacb3;
}

.form-group *:-ms-input-placeholder {
    opacity: 1;
    color: #aeacb3;
}


.form-group.name-icon>span::before {
    content: url('../images/user.png');
}

.form-group.email-icon>span::before {
    content: url('../images/mail.png');
}

.form-group.phone-icon>span::before {
    content: url('../images/phone.png');
}

.form-group.message-icon>span::before {
    content: url('../images/msg.png');
}

.section.form .right .form-group .form-control {
    border-color: #fff;
}

/*
* - Buttons -
*/
.btn {
    border: 2px solid transparent;
    padding: 13px 30px;
    background-color: #ccc;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    display: inline-block;
    transition: .3s;
    margin-top: 15px;
}

.btn-white {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-white:hover {
    background-color: #231f20;
    color: #fff;
}

.btn-primary,
.primary-btn {
    background-color: #2a5d87;
    color: #fff;
}

.btn-primary:hover,
.primary-btn:hover {
    background-color: #231f20;
    color: #fff;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    /* background-attachment: fixed; */
}

/*
* - Header and Navigation -
*/
.header {
    font-family: 'Montserrat', sans-serif;
    padding: 15px 0;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background-color: #FFF;
    color: #ffffff;
}

.header .left-wrap {
    width: 420px;
    float: left;
}

.header .left-wrap .logo {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    border-right: 2px solid #95aec3;
    padding-right: 10px;
    margin-right: 10px;
}


.header .left-wrap .logo img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}




.header .right-wrap {
    width: 620px;
    float: right;
    text-align: right;
}

.header .top-line {
    width: 195px;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 600;
    color: #2a5d87;
    margin-top: 14px;
}

.header .top-line span {
    display: block;
}

.header .top-wrap .phone-number {
    width: 200px;
    text-align: right;
    float: right;
}

.header .phone-number a {
    color: #2a5d87;
    font-weight: 500;
}

.header .phone-number a img {
    vertical-align: top;
}

.header .top-wrap .phone-number .phone:first-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    font-weight: 400;
    font-size: 16px;
}

.header .top-wrap {
    font-size: 15px;
    overflow: hidden;
    letter-spacing: 1px;
}

.header .bottom-wrap {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}

.header .nav>ul>li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    position: relative;
    z-index: 9999;
}

.header .nav>ul>li>a {
    text-decoration: none;
    color: #231f20;
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav ul>li>ul {
    width: 100%;
    min-width: 207px;
    display: none;
    background-color: rgba(241, 241, 242, 0.9);
    position: absolute;
    left: 0;
    top: 65px;
    z-index: 999;
    padding: 0px 0px;
}

body.nav-open .nav ul>li>ul {
    background-color: inherit;
}

/*body.nav-open .nav ul > li.has-sub:after,
.header .nav ul > li.menu-item-has-children:after {
  content: "\f078";
  font-size: 10px;
  font-family: FontAwesome;
  position: absolute;
  right: -10px;
  top: 10px; }

body.nav-open .nav ul > li.has-sub.active:after {
  content: "\f077"; }*/

body.nav-open .nav ul>li.active ul {
    display: block !important;
}

.nav ul>li>ul>li {
    float: none;
    margin-left: 0;
    height: auto;
    text-align: left;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.05s ease-in;
    -moz-transition: all 0.05s ease-in;
    -o-transition: all 0.05s ease-in;
    transition: all 0.05s ease-in;
}

.nav ul>li>ul>li a {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
    padding: 10px 10px;
    border-bottom: 1px solid #FFF;
    position: relative;
    text-transform: uppercase;
}

body.nav-open .nav ul>li ul a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.nav ul>li>ul>li a:hover {
    background-color: #2a5d87;
    color: #fff;
}

.toggle-menu {
    position: absolute;
    right: 0;
    top: -44px;
    z-index: 9999;
    display: none;
    background: #2a5d87;
    color: #fff;
    font-size: 26px;
}

/*
* === HOME PAGE ===
*/
.section a:focus,
.section a:active {
    outline: none;
}

.section ul li,
section ul li {
    list-style: none;
    font-family: "Lato", sans-serif;
    position: relative;
    padding-left: 18px;
}

.section ul,
section ul {
    margin-bottom: 15px;
    padding-left: 15px;
}

.section ul li:before,
section ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    background-color: #000000;
    top: 12px;
}

.section li,
section li {
    font-size: 18px;
    color: #231f20;
    font-weight: 300;
    line-height: 30px;
    font-family: "Lato", sans-serif;
}

/*
* - slider -
*/
.slider {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.slider img {
    width: 100%;
}

.slider .overlay {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.slider .container {
    position: relative;
    height: 100%;
}

.slider .content {
    text-align: center;
    color: #fff;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 45%;
    width: 100%;
    padding: 0 15px;
}

.slider .content>div {
    max-width: 100%;
    float: none;
}

.section.hero {
    padding: 0;
}

.section.hero .content {
    padding: 100px 0;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.slider .content h1,
.section.hero .content h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #FFF;
    line-height: 54px;
}

.slider .content p,
.section.hero .content p {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #FFF;
    line-height: 30px;
}

.slider .content a.btn {
    margin-top: 20px;
    display: inline-block;
    width: auto;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.slider .content a.btn:last-child {
    margin-left: 10px;
}

/*
* - client-stories -
*/

.single-post .client-stories {
    padding-top: 0;
}

.client-stories {
    position: relative;
    margin-top: 0;
    padding: 50px 0;
}

.client-stories .section-title h2 {
    color: #000000;
}

.client-stories .story-panel {
    background-color: #fff;
    padding: 40px 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.client-stories .story-panel .section-title {
    margin-bottom: 50px;
}

.client-stories .story-panel .section-title hr {
    width: 300px;
    margin: 0 auto;
    border: 0;
    height: 2px;
    background-color: #000000;
}

.grid-3 .grid {
    width: 30%;
    background-color: #fff;
    box-sizing: border-box;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.grid-3 .grid:nth-child(2n+3) {
    margin: 0 5%;
}

.client-stories .story-panel .overlay {
    /*  background: -moz-linear-gradient(270deg, rgba(255, 255, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
   ff3.6+
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 0, 0)), color-stop(100%, black));
   safari4+,chrome
   background: -webkit-linear-gradient(270deg, rgba(255, 255, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
   safari5.1+,chrome10+
   background: -o-linear-gradient(270deg, rgba(255, 255, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
   opera 11.10+
   background: -ms-linear-gradient(270deg, rgba(255, 255, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
   ie10+
   background: linear-gradient(180deg, rgba(255, 255, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
   w3c
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF00', endColorstr='#000000', GradientType=0);
   ie6-9
   padding-top: 50%; */
}

.client-stories .story-panel .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 240px;
    width: 100%;

}

.client-stories .story-panel .content {
    color: #000000;
    padding: 20px 20px 50px 20px;
    text-align: center;
    position: relative;
}

.client-stories .story-panel .content hr {
    width: 70px;
    margin: 0 auto 20px;
    border: 0;
    height: 3px;
    background-color: #005984;
}

.client-stories .story-panel .content a.btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    text-align: center;
    margin: 0 auto;
}

.client-stories .content h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #005984;
}

.client-stories .content p {
    color: #000000;
}


/*
* - Proven Process -
*/

.proven-process {
    background-color: #f5f6f6;
    overflow: hidden;
    width: 100%;
}

.proven-process .left-wrap {
    width: 40%;
    float: left;
}

.proven-process .right-wrap {
    width: 60%;
    float: left;
    padding: 20px 0 0 40px;
}

.proven-process .right-wrap h3 {
    color: #231f20;
    font-size: 34px;
    font-weight: 500;
}

.proven-process .right-wrap p {
    font-size: 17px;
    margin-top: 20px;
}

.proven-process .right-wrap a.btn {
    margin-top: 30px;
}

/*
* - About Wrap -
*/
.about-wrap {
    padding: 0;
    background-image: url(../images/about-bg.jpg);
}

.about-wrap .section-title h1 {
    font-size: 78px;
    line-height: 78px;
    margin-bottom: 60px;
    color: #FFFFFF;
    font-weight: 700;
}

.about-wrap.process {
    background-image: none;
    padding: 100px 0 60px;
}

.about-wrap .overlay {
    background-color: rgba(116, 116, 118, 0.9);
    padding: 80px 0;
}

.about-wrap .row {
    margin-bottom: 60px;
}

.about-wrap .row:last-child {
    margin-bottom: 0;
}

.about-wrap .content-right .img-wrap,
.about-wrap .content-right .text-wrap {
    float: left;
}

.about-wrap .content-left .img-wrap,
.about-wrap .content-left .text-wrap {
    float: right;
}

.about-wrap .content-right .text-wrap {
    text-align: left;
}

.about-wrap .content-left .text-wrap {
    text-align: right;
}

.about-wrap .img-wrap {
    position: relative;
    padding: 0;
    width: 56%;
    float: left;
}

.about-wrap .text-wrap {
    position: relative;
    width: 44%;
    float: left;
}

.about-wrap .content-right .text-wrap>div {
    padding: 60px 60px 0 80px;
    margin-left: -290px;
    background-color: rgba(255, 255, 255, 0.80);
    margin-top: 50px;
}

.about-wrap .content-left .text-wrap>div {
    padding: 60px 60px 0 80px;
    margin-right: -290px;
    background-color: rgba(255, 255, 255, 0.80);
    margin-top: 60px;
}

.about-wrap .content-right .text-wrap.process>div,
.about-wrap .content-left .text-wrap.process>div {
    position: relative;
}

.about-wrap .content-right .text-wrap.process>div:before {
    position: absolute;
    height: 5px;
    width: 70%;
    top: 0;
    left: 0;
    content: '';
    background-color: #2a5d87;
}

.about-wrap .content-left .text-wrap.process>div:before {
    position: absolute;
    height: 5px;
    width: 70%;
    top: 0;
    right: 0;
    content: '';
    background-color: #2a5d87;
}

.about-wrap .text-wrap>div h3 {
    font-size: 54px;
    font-weight: 500;
    line-height: 56px;
}

.about-wrap .text-wrap>div>.btn {
    margin-bottom: -25px;
    margin-top: 40px;
}

/*
* - Testimonial Wrap -
*/
.testimonials .content {
    width: 70%;
    margin: auto;
    text-align: center;
}

#testimonial {
    background-image: url(../images/testimonial-bg.jpg);
}

#testimonial ul li:before {
    content: none;
}

#testimonial .slick-list::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(109, 110, 113, 0.85);
}

#testimonial .item .content {
    width: 80%;
    padding: 100px 0;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.testimonials .section-title h2 {
    margin-bottom: 70px;
    line-height: 54px;
    color: #000;
    font-weight: 500;
}

.testimonials span {
    background-color: #2a5d87;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin-bottom: -80px;
    top: 10px;
    display: inline-block;
	
}

#testimonial .item .content p {
    font-size: 20px;
    color: #fff;
}

#testimonial .item .content cite {
    margin-top: 30px;
    display: inline-block;
    font-size: 20px;
}

#testimonial .slick-prev,
#testimonial .slick-next {
    background-color: #2a5d87;
    height: auto;
    width: auto;
    -webkit-transition: opacity 0.1s ease-in 0s;
    -moz-transition: opacity 0.1s ease-in 0s;
    -o-transition: opacity 0.1s ease-in 0s;
    transition: opacity 0.1s ease-in 0s;
    z-index: 1;
}

#testimonial .slick-prev:hover,
#testimonial .slick-next:hover {
    background-color: #231f20;
    transition: .3s;
}

#testimonial .slick-prev {
    left: -160px;
}

#testimonial .slick-next {
    right: -160px;
}

.section .slick-dots {
    bottom: 15px;
    z-index: 333;
}

.section .slick-dots {
    padding: 0;
    margin: 0;
}

.section .slick-dots li {
    width: auto;
    height: auto;
    padding: 0;
}

.slick-dots li button {
    background-color: #fff;
    border-radius: 32px;
    width: 0;
    height: 0;
    padding: 6px;
    border: 1px solid #fff;
}

.slick-dots li button::before {
    width: auto;
    height: auto;
    color: transparent;
}

.slick-dots li.slick-active button::before {
    color: transparent;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
    background-color: transparent;
}

.section .slick-dots li::before {
    content: '';
    width: auto;
    height: auto;
    background-color: transparent;
    top: auto;
}

.section.full-block{
    padding-bottom: 0;
}
.aligncenter{
    margin: 0 auto 15px auto;
}
.section.full-block img{
    height: auto !important;
}
.partner-wrapper{
    padding-bottom: 0;
}
#partners-logo {
    margin: 60px auto 0 auto;
}

#partners-logo .slick-dots {
    bottom: -60px;
}

#partners-logo img {
    width: auto;
    margin: 0 auto;
}

#partners-logo .slick-dots li button {
    background-color: transparent;
    border: 1px solid #2a5d87;
}

#partners-logo .slick-dots li.slick-active button {
    background-color: #2a5d87;
    border-color: #2a5d87;
}

#partners-logo .slick-dots li.slick-active button::before {
    color: transparent;
}

/*
* - Form -
*/
.section.form {
    padding: 0;
}

.section.form .overlay {
    /*     background-color: rgba(123, 123, 123, 0.9); */
    padding: 80px 0;
}

.section.form .left {
    background-color: #fff;
    padding: 35px 50px;
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.30);
    vertical-align: top;
    width: 53%;
    margin: 0 auto;
    display: block;
}

.section.form .left .form-wrapper .form-group .submit {
    width: 100%;
}

.section.form .right .section-title h2 {
    color: #fff;
}

.section.form .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section.form .section-title h2 {
    font-size: 35px;
    font-weight: 700;
    position: relative;
    color: #fff;
    margin-bottom: 24px;
}

.section.form .section-title h2::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    width: 300px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}

.section.form .right .section-title h2 {
    font-size: 51px;
    line-height: 52px;
    font-weight: 700;
}

.section.form .section-title p {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.section.form button.btn {
    width: 200px;
    margin-top: 25px;
}

.section.form .right button.btn {
    background-color: #231f20;
}

.section.form .right button.btn:hover {
    background-color: #2a5d87;
}

.section.form .right {
    width: 40%;
    margin-left: 5%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
}

.section.form .right form {
    margin-top: 40px;
}

/*
* - Inner -
*/
.section.inner-page {
    padding: 40px 0 60px;
    /*row*/
}

.section.inner-page hr {
    margin: 10px 0;
    width: 350px;
}

.section.inner-page .content {
    width: 100%;
}

.section.inner-page .title {
    margin-bottom: 20px;
}

.section.inner-page .title h2 {
    font-weight: 600;
}

.section.inner-page .title hr {
    margin: 10px 0;
    width: 350px;
}

.section.inner-page .fullWidth {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    text-align: left;
}

.section.inner-page .fullWidth h3 {
    font-size: 26px;
    margin-top: 0;
    color: #2a5d87;
    margin-bottom: 10px;
}

.section.inner-page .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
}
.section.inner-page .topCont > .row:last-child {
    margin-bottom: 0;
}

.section.inner-page .row>div p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 20px;
}

.section.inner-page .row .rightCont h3 {
    margin-top: 0;
    color: #2a5d87;
    margin-bottom: 10px;
}

.section.inner-page .row .rightCont h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0;
    font-weight: 700;
}

.section.inner-page .row .leftCont h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0;
    font-weight: 700;
}

.section.inner-page .row .leftCont.float-right {
    float: right;
    margin-left: 2%;
    text-align: center;
}

.section.inner-page .row .leftCont.float-left {
    float: left;
    margin-right: 2%;
    text-align: center;
}

.section.inner-page .row .rightCont.float-right {
    float: right;
    margin-left: 2%;
    text-align: left;
}

.section.inner-page .row .rightCont.float-left {
    float: left;
    margin-right: 2%;
    text-align: left;
}

.section.inner-page .row .leftCont.width50,
.section.inner-page .row .rightCont.width50 {
    width: 48%;
}

.section.inner-page .row .leftCont.width60,
.section.inner-page .row .rightCont.width60 {
    width: 58%;
}

.section.inner-page .row .leftCont.width40,
.section.inner-page .row .rightCont.width40 {
    width: 38%;
}

.section.inner-page .row.blockImg h3 {
    margin-top: 0;
    color: #2a5d87;
    margin-bottom: 10px;
}

.section.inner-page .row .imgBlock>div {
    display: inline-block;
    vertical-align: top;
    min-height: 520px;
    position: relative;
    padding-bottom: 50px;
}

.section.inner-page .row .imgBlock .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.section.inner-page .row .imgBlock.grid2>div {
    width: 48.7%;
}

.section.inner-page .row .imgBlock.grid3>div {
    width: 32.3%;
}

.section.inner-page .row .imgBlock.grid3>div.text h4 {
    font-weight: 700;
}

.section.inner-page .row .imgBlock.grid3>div.text .img {
    margin-bottom: 20px;
}

.section.inner-page .row .imgBlock.grid2>div:first-child {
    margin-right: 1%;
}

.section.inner-page .row .imgBlock.grid2>div:last-child {
    margin-left: 1%;
}

.section.inner-page .row .imgBlock.grid3>div:nth-of-type(3n+2) {
    margin: 0 1% 3%;
}

.section.inner-page .row .imgBlock.grid3 a>h4 {
    margin: 10px 0;
    font-size: 24px;
    color: #636466;
    font-weight: 400;
}

.section.inner-page .row .box-grid{
    display: flex;
    flex-flow: row wrap;
}
.section.inner-page .row .box-grid > div{
    display: inline-block;
    vertical-align: top;
}
.section.inner-page .box-grid.grid-3 > div{
    width: 31%;
    position: relative;
    min-height: auto;
    margin: 3% auto;
}
.section.inner-page .box-grid.grid-3 > div .img{
    margin-bottom: 10px;
}

/* innerpage */
/* ===================================== */
/* =========== Contact Page ============ */
/* ===================================== */
.contact-info {
    overflow: hidden;
    padding: 60px 0;
    background-color: #f4f4f4;
    text-align: center;
}

.contact-info a {
    color: #636466;
}

.contact-info .info-grid>div {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    text-align: center;
	margin: 0 20px;
}

.contact-info .grid-box h6 {
    font-size: 16px;
    color: #2a5d87;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contact-info .grid-box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-family: "Montserrat", sans-serif;
}

.contact-info .grid-icon {
    display: inline-block;
    margin-bottom: 50px;
    width: 80px;
    height: 80px;
    padding: 23px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 22px 15px 0px -5px #2a5d87;
    -moz-box-shadow: 22px 15px 0px -5px #2a5d87;
    box-shadow: 22px 15px 0px -5px #2a5d87;
}

.contact-info .grid-icon svg {
    color: #2a5d87;
    font-size: 35px;
}

.contact-info .grid-text {
    display: block;
    height: 190px;
    padding: 50px 40px;
}

.contact-wrapper {
    background-color: #FFF;
    padding: 0;
}

.contact-wrapper .content.page {
    display: block;
}

.contact-wrapper .content.page>div {
    display: block;
    width: 100%;
}

.contact-wrapper .content.page .form-wrap>div {
    float: none;
    margin: 0 auto;
}

.contact-wrapper .content.page .form-wrap,
.contact-wrapper .content.page .map-wrap {
    width: 100%;
}

.contact-wrapper .form-wrap>div {
    max-width: 680px;
    padding: 80px 0;
    width: 100%;
    float: left;
}

.contact-wrapper form {
    margin-top: 30px;
}

.map-wrapper #map_canvas {
    min-height: 450px;
}

#map_canvas {
    min-height: 450px;
    width: 100%;
}

/*
* === INNER PAGE ===
*/
.section .left-right-grid {
    overflow: hidden;
    margin-bottom: 30px;
}

.section.grid-2 .grid-2-left {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.section.grid-2 .grid-2-right {
    width: 48%;
    float: right;
}

.section .left-right-grid h2 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
}

.section .left-right-grid p {
    margin-top: 30px;
}

.section.grid-2 .grid-2-full-width-content {
    margin-bottom: 30px;
}

.page-heading h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}

.section.grid-3 .grid {
    width: 30.3333333%;
    background-color: #fff;
    box-sizing: border-box;
    margin: 20px 1.5% 0 1.5%;
    float: left;
}

.section.grid-one-third .grid-left {
    width: 60%;
    float: left;
}

.section.grid-one-third .grid-right {
    width: 40%;
    float: right;
    padding-left: 40px;
}

/*
* === BLOG PAGE ===
*/
.blog-posts {
    padding: 60px 0;
}

.blog-posts .post {
    overflow: hidden;
    margin: 0 auto 35px auto;
    width: 750px;
}

.blog-posts .post-content {
    width: 100%;
    padding: 40px 20px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.blog-posts .post-date {
    margin: 10px 0;
}

.blog-posts .post-date a {
    color: #000c5c;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.blog-posts .post-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #111111;
}

.blog-posts .post-content a.btn {
    margin-top: 20px;
}

.section.steps {
    padding: 60px 0;
}

.steps .top-wrap h1 {
    font-size: 32px;
    line-height: 42px;
}

.steps .top-wrap .content {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.steps .top-wrap .steps-h .row {
    width: 100%;
    display: block;
    text-align: center;
}

.steps .top-wrap .steps-h .row>div {
    display: inline-block;
    vertical-align: middle;
}

.steps .top-wrap .steps-h .row .cols {
    position: relative;
    width: 16.4%;
    margin: 2.1%;
    cursor: pointer;
}

.steps .top-wrap .steps-h .row .cols:first-child {
    margin-left: 0;
}

.steps .top-wrap .steps-h .row .cols:last-child {
    margin-right: 0;
}

.steps .top-wrap .steps-h .row .cols .thumb {
    background-image: url(../images/step1.png);
    width: 170px;
    height: 168px;
    padding-top: 54px;
}

.steps .top-wrap .steps-h .row .cols .thumb svg {
    color: #fff;
    font-size: 64px;
}

.steps .top-wrap .steps-h .row .cols h6 {
    font-size: 15px;
    font-family: "Lato", sans-serif;
}

.steps .top-wrap .steps-h .row .cols hr {
    height: 5px;
    background-color: #d3af37;
    width: 70px;
    margin: 0 auto;
    border: 0;
    z-index: 33;
}

.steps .top-wrap .steps-h .row .cols hr:before {
    position: absolute;
    height: 20px;
    width: 15px;
    margin: 0 auto;
    bottom: -10px;
    content: '';
    z-index: -1;
    background-color: #2a5d87;
    left: 0;
    right: 0;
}

.stepslist {
    background-color: #f1f2f2;
    /* 
  background-image: url(../images/steps.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; */
}

.stepslist .step_process .section-title h1 {
    font-size: 57px;
    line-height: 67px;
    margin-bottom: 40px;
    color: #63635b;
}

.stepslist .step_process .section-title p {
    margin-bottom: 20px;
}


.stepslist ul {
    margin-bottom: 0;
    padding-left: 0;
    counter-reset: li;
}

.stepslist ul li {
    position: relative;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #99989d;
}

.stepslist ul li:last-child {
    border-bottom: none;
}

.stepslist ul li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 30px;
    left: 50.4%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    padding: 15px;
    color: #ffffff;
    background: #2a5d87;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.stepslist .steps_list {
    display: block;
}

.stepslist .steps_list li>div {
    display: inline-block;
    vertical-align: top;
}

.stepslist .steps_list .col {
    width: 50%;
}

.stepslist .steps_list .step-m {
    text-align: center;
    width: 506px;
    height: 346px;
}

.stepslist .steps_list .cont {
    width: 49.6%;
}

.stepslist .steps_list .cont h2 {
    font-size: 28px;
    line-height: 38px;
    color: #000000;
    padding-left: 60px;
    font-weight: 700;
}

.stepslist .steps_list .cont p {
    font-size: 18px;
    line-height: 30px;
}

.step_process {
    display: block;
    width: 100%;
    text-align: center;
}

.step_process .section-title p {
    margin-bottom: 60px;
}


.section.context {
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/testimonial-bg.jpg");
    background-attachment: fixed;
    background-color: #2a5d87;
}

.section.context a.btn {
    padding: 20px 60px;
}

.section.context .layer {
    padding: 100px 0;
    text-align: center;
    background-color: rgba(109, 110, 113, 0.9);
}

.section.context .text {
    width: 78%;
    margin: 0 auto;
}

.section.context .text p {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 60px;
    color: #ffffff;
}


.faq-wrapper{
    overflow: hidden;
    width: 100%;
    padding: 0 0 40px 0;
}
.faq-wrapper .top-wrap{
    margin-bottom: 40px;
}

.faq-wrapper .title hr {
    width: 150px;
    margin: 10px auto 0 auto;
}
.bwl_acc_container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
}
.acc_container .block{
    padding: 10px 10px;
}
.acc_container .block p{
    margin: 0 0 20px 0;
}
.acc-ctrl-btn {
  padding: 0;
  margin: 0 0 12px 0;
  box-sizing: border-box;
  text-align: right;
  display: block;
  clear: both;
  width: 100%;
}
.acc-ctrl-btn .acc-expand-all,
.acc-ctrl-btn .acc-collapsible-all {
  width: 24px;
  height: 24px;
  border: 1px solid #CCCCCC;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.acc-ctrl-btn .acc-expand-all {
  margin-right: 5px;
}

h2.acc_title_bar {
  font-family: 'Ubuntu', sans-serif;
  padding: 0;
  margin: 0 0 2px 0;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  background: transparent;
  overflow: hidden;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
h2.acc_title_bar a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 0 56px 0 15px;
  position: relative;
}
h2.acc_title_bar a:after {
  z-index: 1;
  right: 20px;
  top: 0;
  content: '';
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
}
h2.acc_title_bar a:before {
  z-index: 2;
  content: "\f067";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 48px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  overflow: hidden;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
h2.acc_title_bar a:hover {
  color: #f0f0f0;
}
h2.acc_title_bar a:hover:before {
  content: "\f067";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 48px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
}
h2.title-bar-active {
  background: transparent;
}
h2.title-bar-active a {
  color: #f0f0f0;
}
h2.title-bar-active a:after {
  z-index: 1;
  left: 20px;
  top: 0;
  content: '';
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 46px;
  line-height: 46px;
  background: transparent;
}
h2.title-bar-active a:before {
  content: "\f068";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 48px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
h2.title-bar-active a:hover {
  color: #f0f0f0;
}
h2.title-bar-active a:hover:before {
  content: "\f068";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 48px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
}
h2.default-title-bar {
  background: #2a5d87;
}
h2.default-title-bar a {
  color: #FFF;
  font-weight: 600;
}
h2.default-title-bar a:after {
  background: #2a5d87;
}
h2.default-title-bar a:before {
  background: #2a5d87;
}
h2.default-title-bar a:hover {
  color: #f0f0f0;
}
h2.default-title-bar a:hover:before {
  background: #2a5d87;
}
h2.default-title-bar-active {
  background: #2a5d87;
}
h2.default-title-bar-active a {
  color: #f0f0f0;
}

h2.default-title-bar-active a:before {
  content: "\f068";
  background: #2a5d87;
}
h2.default-title-bar-active a:hover {
  color: #f0f0f0;
}
h2.default-title-bar-active a:hover:before {
  content: "\f068";
  background: #2a5d87;
}

/*
* - Footer -
*/
.footer {
    text-align: center;
}

.footer-top {
    color: #636466;
    padding: 30px 0;
    overflow: hidden;
}

.footer-top .widget {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
}

.footer-top .widget.footer-logo {
    width: 24%;
}

.footer-top .widget.social-media {
    text-align: right;
    width: 16%;
}

.footer-top .widget.middle-wrap {
    width: 59%;
    padding: 0 2%;
}

.footer-top .widget.footer-logo a {
    display: inline-block;
}

.footer .address {
    text-align: center;
    float: left;
    width: 50%;

}

.footer .middle-wrap .news-wrap {
    float: right;
    width: 50%;
    text-align: left;
}

.footer .middle-wrap h4 {
    font-size: 14px;
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer .address p {
    margin-top: 0;
}


.footer .social-media li {
    display: inline-block;
}

.footer .social-media li i,
.footer .social-media li svg {
    display: inline-block;
    margin-right: 8px;
    padding: 8px;
    height: 2.1em;
    width: 2.1em;
    border: 2px solid #636466;
    font-size: 20px;
}

.footer .news-wrap .form-control {
    border: 1px solid #deddde;
    text-align: left;
}

.footer .news-wrap form {
    position: relative;
    margin-top: 0;
}

.footer .news-wrap .submit-input {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    font-size: 0;
    bottom: 0;
    margin-top: 0;
}

.footer .news-wrap button {
    font-size: 0;
    margin-top: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}

.footer .news-wrap button::hover {
    background-color: transparent;
}

.footer .news-wrap .form-group>span::before {
    position: absolute;
    left: 10px;
    top: 12px;
    content: url('../images/mail.png');
}

.footer .news-wrap button::after {
    content: url('../images/submit-btn.png');
}

.footer .social-media li i:hover,
.footer .social-media li svg:hover {
    color: #fff;
    background-color: #636466;
    transition: .3s;
}


.footer-bottom ul {
    border-top: 1px solid #b1b2b3;
    border-bottom: 1px solid #b1b2b3;
}

.footer-bottom ul li {
    display: inline-block;
    padding: 15px 10px;
    font-family: 'Montserrat', sans-serif;
}

.footer-bottom ul li a {
    color: #636466;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-bottom .copyright {
    padding: 20px 0;
}

.footer-bottom .copyright p {
    font-size: 14px;
    color: #636466;
    margin: 0;
    line-height: 1.5em;
}
.footer-bottom .copyright p a {
    color: #636466;
    font-weight: 300;
}

/*
* === RESPONSIVE ===
*/
@media screen and (max-width: 1500px) {
    .slider .content {
        top: 55%;
    }

    .slider .content p {
        font-size: 21px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1300px) {

    .slider .content h1,
    .section.hero .content h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .slider .content p {
        font-size: 18px;
        line-height: 20px;
    }

    .slider .content a.btn {
        margin-top: 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1100px) {
    .client-stories {
        margin-top: -80px;
    }

    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 2%;
    }

    .header .left-wrap {
        float: none;
        margin: 0 auto;
    }

    .footer .social-media li i,
    .footer .social-media li svg {
        margin-right: 6px;
    }

    /*.header .left-wrap{
      width: 30%;
    }*/
    /* .header .left-wrap .logo {
     display: block;
    border-right: none;
    border-bottom: 2px solid #95aec3;
    padding:0 0 10px 0;
    margin: 0 0 10px 0;
  }*/

    /*.header .top-line {
    width: 100%;
    display: block;   
  }*/

    .header .right-wrap {
        width: 100%;
        text-align: center;
        position: relative;
    }

    .header .bottom-wrap {
        margin-top: 10px;
    }

    .slider .content h1,
    .section.hero .content h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 42px;
    }

    .stepslist .steps_list .col {
        width: 40%;
    }

    .stepslist ul li::before {
        left: 40.4%;
    }

    .stepslist .steps_list .step-m {
        width: 350px;
        height: 346px;
    }

    .stepslist .steps_list .cont {
        width: 58.6%;
    }
	.contact-info .info-grid>div {
		width: 49.5%;
		margin: 0px;
	}
}

@media screen and (max-width: 1024px) {
    .client-stories {
        margin-top: 0
    }

    /*==============Inner=================================*/
    .section.inner-page .fullwidth {
        margin-bottom: 20px;
    }

    .section.inner-page .row .leftCont.width50,
    .section.inner-page .row .rightCont.width50,
    .section.inner-page .row .leftCont.width60,
    .section.inner-page .row .rightCont.width60,
    .section.inner-page .row .leftCont.width40,
    .section.inner-page .row .rightCont.width40 {
        width: 100%;
    }

    .section.inner-page .row .leftCont.float-right,
    .section.inner-page .row .leftCont.float-left,
    .section.inner-page .row .rightCont.float-right,
    .section.inner-page .row .rightCont.float-left {
        float: none;
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
    }

    .section.inner-page .row .imgBlock.grid2,
    .section.inner-page .row .imgBlock.grid3 {
        text-align: center;
    }

    .section.inner-page .row .imgBlock.grid2>div:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .section.inner-page .row .imgBlock.grid2>div:last-child {
        margin-left: 0;
    }

    .section.inner-page .row .imgBlock>div {
        min-height: auto;
        padding-bottom: 0;
    }

    .section.inner-page .row .imgBlock.grid3>div {
        width: 100%;
        text-align: center;
    }

    .section.inner-page .row .imgBlock .btn-wrap {
        text-align: center;
        position: relative;
    }

    .section.inner-page .row .imgBlock.grid3>div:nth-of-type(2) {
        margin: 20px 0;
    }

    .section.inner-page .row .imgBlock.grid2>div {
        width: 100%;
    }

    .section.inner-page .row .wrap-title {
        margin: 10px 0;
    }

    /*==============Inner=================================*/
}

@media screen and (max-width: 992px) {
    .slider .content {
        top: 46%;
    }

    .section {
        padding: 40px 0;
    }

    .slider .content p,
    .section.hero .content p {
        font-size: 18px;
        line-height: 26px;
    }

    .header .bottom-wrap {
        text-align: center;
    }

    .header .nav ul li {
        margin-left: 10px;
    }


    .slider .content a.btn {
        margin-top: 20px;
    }


    .client-stories .section-title h2 {
        font-size: 58px;
    }

    .about-wrap .text-wrap>div h3 {
        font-size: 36px;
    }

    .section-title h2 {
        font-size: 40px;
    }

    #testimonial .slick-prev {
        left: -100px;
    }

    #testimonial .slick-next {
        right: -100px;
    }

    .section.form .section-title h2,
    .section.form .right .section-title h2 {
        font-size: 34px;
    }

    .stepslist .steps_list .step-m {
        width: 300px;
        height: 346px;
    }
	
	.footer-top .widget.footer-logo {
        width: 100%;
    }

    .footer-top .widget.middle-wrap {
        padding: 0 2% 0 0;
        width: 70%;
    }

    .footer-top .widget.social-media {
        text-align: right;
        width: 29%;
    }
}

@media screen and (max-width: 880px) {
    .slider .content {
        top: 49%;
    }

    .slider .content h1,
    .section.hero .content h1 {
        font-size: 30px;
        line-height: 32px;
    }

    .section.grid-2 .grid-2-left,
    .section.grid-2 .grid-2-right,
    .section.grid-one-third .grid-left,
    .section.grid-one-third .grid-right {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        padding-left: 0;
    }

    .stepslist .steps_list .col {
        width: 40%;
    }

    .stepslist .steps_list .cont {
        width: 58.6%;
    }

    .stepslist .steps_list .step-m {
        width: 280px;
        height: 346px;
    }

    .section .left-right-grid {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .visible-xs {
        display: block;
    }

    .client-stories .story-panel .image {
        background-position: center center;
    }

    .client-stories .section-title h2 {
        font-size: 22px;
    }

    .client-stories .story-panel .section-title {
        margin-bottom: 20px;
    }

    .client-stories .story-panel .content {
        min-height: auto;
        padding: 20px 0;
    }

    .client-stories .content p {
        min-height: 100%;
    }

    .client-stories .story-panel {
        padding: 0px 10px 0 10px;
    }

    .stepslist .steps_list .cont h2 {
        padding-left: 0;
    }

    .client-stories .story-panel .content a.btn {
        position: relative;
    }

    .grid-3 .grid:nth-child(2n+3) {
        margin: 0 0;
    }

    body {
        transition: 0.3s transform cubic-bezier(0.5, 0.03, 0.1, 0.22);
        border-left: 1px solid #fff;
    }

    body.nav-open {
        transform: translate3d(250px, 0, 0);
        overflow: hidden;
    }

    body.nav-open .header .nav>ul>li>a {
        color: #FFF;
    }

    .header .bottom-wrap .nav {
        margin: 0;
        position: fixed;
        left: -250px;
        top: 0;
        background-color: rgba(50, 77, 92, 0.9);
        z-index: 1;
        width: 250px;
        height: 100%;
        text-align: left;
        padding: 50px 20px;
        overflow: scroll;
    }

    .header .nav ul li {
        display: block;
    }

    .header .nav ul li {
        margin-left: 0;
    }

    .header .nav ul li a {
        font-size: 12px;
    }

    section.hero .content {
        padding: 80px 0;
    }

    .nav ul>li>ul {
        position: relative;
        top: 0;
    }

    body .toggle-menu {
        display: block;
    }

    body.nav-open .toggle-menu {
        left: -62px;
    }

    body.nav-open .toggle-menu i:before {
        content: "\f053";
    }

    .slider .content h1 {
        font-size: 27px;
    }

    .slider .overlay {
        background: grey;
    }

    .slider .overlay {
        position: relative;
    }

    .slider .content {
        position: relative;
        top: 110px;
    }

    .slider .content a.btn {
        padding: 10px 10px;
        margin: 10px 0;
    }


    .grid-3 .grid {
        width: 100%;
    }

    .proven-process .left-wrap,
    .proven-process .right-wrap {
        width: 100%;
    }

    .proven-process .right-wrap {
        padding: 0;
        margin-top: 40px;
    }

    .about-wrap .img-wrap,
    .about-wrap .text-wrap {
        width: 100%;
    }

    .section.about-wrap {
        padding: 0;
    }

    .about-wrap .img-wrap {
        text-align: center;
    }

    .about-wrap .content-left .text-wrap {
        text-align: left;
    }

    .about-wrap .content-left .text-wrap>div,
    .about-wrap .content-right .text-wrap>div {
        margin: 0;
        padding: 30px 30px 0 30px;
    }

    .about-wrap.process {
        background-image: none;
        padding: 20px 0;
    }

    .section.form .overlay {
        padding: 20px 0;
    }

    .section.form .left {
        padding: 10px 10px;
    }

    .section.context .text {
        width: 100%;
    }

    .testimonials .content {
        width: 100%;
    }

    .blog-posts .post {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }

    .about-wrap .section-title h1 {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 20px;
    }

    .about-wrap .row {
        margin-bottom: 20px;
    }

    .section {
        padding: 20px 0;
        overflow: hidden;
    }

    .section.form .left,
    .section.form .right {
        width: 100%;
    }

    .blog-posts {
        padding: 20px 0 0;
    }

    .section.form .right {
        margin-left: 0;
    }

    .stepslist .steps_list .col {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .stepslist ul li::before {
        left: 0;
    }

    .section.context .layer {
        padding: 20px 0;
    }

    .footer .social-media {
        margin-top: 20px;
    }

    .slider .content {
        top: 0;
        padding: 20px 0;
        left: 0;
        right: 0;
        overflow: hidden;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);

    }

    .section.context .text p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .stepslist .step_process .section-title p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .stepslist .step_process .section-title h1 {
        font-size: 37px;
        line-height: 47px;
        margin-bottom: 10px;
    }

    .step_process .section-title {
        margin-bottom: 10px;
    }

    .stepslist .overlay {
        padding: 20px 0;
    }

    .stepslist .steps_list .step-m {
        margin: 0 auto;
    }

    .stepslist .steps_list .cont {
        width: 100%;
    }

    .form-wrapper .form-group.grid2>span {
        display: block;
        width: 100%;
    }

    .form-wrapper .form-group .submit {
        padding: 15px 40px;
    }

    .section.inner-page .row .box-grid {
      display: inline-block;
      width: 100%;
    }
    .section.inner-page .box-grid.grid-3 > div {
        margin: 0 auto 20px auto;
        width: 100%;
        text-align: center;
    }

    .footer-bottom ul li {
        padding: 6px 10px;
    }

    .footer .address {
        margin-top: 20px;
    }

    .footer-bottom .copyright p {
        font-size: 12px;
    }

    .form-group.name-icon>span,
    .form-group.email-icon>span,
    .form-group.phone-icon>span,
    .form-group.message-icon>span {
        width: 100%;
    }

    .footer-top .widget.middle-wrap {
        width: 100%;
        padding: 15px 0;
    }

    .footer-top .widget.social-media,
    .footer .address,
    .footer .middle-wrap .news-wrap {
        width: 100%;
        text-align: center;
    }

    .footer .news-wrap form {
        max-width: 400px;
        margin: 6px auto 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .row {
        margin: 0;
    }

    .about-wrap .section-title h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .about-wrap .content-left .text-wrap>div,
    .about-wrap .content-right .text-wrap>div {
        margin: 0;
        padding: 10px;
    }

    .client-stories .section-title h2 {
        font-size: 30px;
    }

    .section.grid-3 .grid {
        width: 100%;
        margin: 20px 0;
        float: none;
    }

    .proven-process .right-wrap h3,
    .about-wrap .text-wrap>div h3 {
        font-size: 24px;
    }
	
    .testimonials .section-title h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
	
	.testimonials span {
		width: 90px;
	}
	.contact-info .info-grid>div {
		width: 100%;
		margin: 0px;
	}
	.contact-info .grid-text {
		height: 120px;
		padding: 0px;
	}
}

@media screen and (max-width: 560px) {
    .header .top-wrap .phone-number {
        width: 100%;
        text-align: center;
        float: none;
        margin-bottom: 10px;
    }
    
    .header .left-wrap .logo {
        margin: 0 auto 10px auto;
        padding: 0 0 10px 0;
        display: block;
        border-right: none;
        border-bottom: 2px solid #95aec3;
    }

    .header .top-line {
        width: 100%;
        text-align: center;
    }
    .header .left-wrap {
        width: 100%;
    }
    .toggle-menu {
        top: -160px;
    }
    .testimonials .section-title h2 {
        font-size: 26px;
        line-height: 30px;
    }

}

@media screen and (max-width: 460px) {

    .header {
        padding: 10px 0;
    }

    

    .client-stories {
        margin-top: 0;
    }

    .client-stories .container {
        padding: 0;
    }
	
	
}

@media screen and (max-width: 380px) {
    .slider .content h1 {
        font-size: 18px;
    }

    .section.form .section-title h2,
    .section.form .right .section-title h2 {
        font-size: 24px;
    }

    .section.form .section-title p {
        font-size: 16px;
    }

    .slider .content a.btn {
        margin: 15px 10px;
    }
}