@font-face {
    font-family: 'MontserratSemiBoldItalic';
    src: url('fonts/MontserratSemiBoldItalic.eot');
    src: url('fonts/MontserratSemiBoldItalic.eot') format('embedded-opentype'),
         url('fonts/MontserratSemiBoldItalic.woff2') format('woff2'),
         url('fonts/MontserratSemiBoldItalic.woff') format('woff'),
         url('fonts/MontserratSemiBoldItalic.ttf') format('truetype'),
         url('fonts/MontserratSemiBoldItalic.svg#MontserratSemiBoldItalic') format('svg');
}

@font-face {
    font-family: 'MontserratBold';
    src: url('fonts/MontserratBold.eot');
    src: url('fonts/MontserratBold.eot') format('embedded-opentype'),
         url('fonts/MontserratBold.woff2') format('woff2'),
         url('fonts/MontserratBold.woff') format('woff'),
         url('fonts/MontserratBold.ttf') format('truetype'),
         url('fonts/MontserratBold.svg#MontserratBold') format('svg');
}


@font-face {
    font-family: 'MontserratRegular';
    src: url('fonts/MontserratRegular.eot');
    src: url('fonts/MontserratRegular.eot') format('embedded-opentype'),
         url('fonts/MontserratRegular.woff2') format('woff2'),
         url('fonts/MontserratRegular.woff') format('woff'),
         url('fonts/MontserratRegular.ttf') format('truetype'),
         url('fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}
@font-face {
    font-family: 'MontserratSemiBold';
    src: url('fonts/MontserratSemiBold.eot');
    src: url('fonts/MontserratSemiBold.eot') format('embedded-opentype'),
         url('fonts/MontserratSemiBold.woff2') format('woff2'),
         url('fonts/MontserratSemiBold.woff') format('woff'),
         url('fonts/MontserratSemiBold.ttf') format('truetype'),
         url('fonts/MontserratSemiBold.svg#MontserratSemiBold') format('svg');
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSansRegular.eot');
    src: url('fonts/OpenSansRegular.eot') format('embedded-opentype'),
         url('fonts/OpenSansRegular.woff2') format('woff2'),
         url('fonts/OpenSansRegular.woff') format('woff'),
         url('fonts/OpenSansRegular.ttf') format('truetype'),
         url('fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'FuturaBold';
    src: url('fonts/FuturaBold.eot');
    src: url('fonts/FuturaBold.eot') format('embedded-opentype'),
         url('fonts/FuturaBold.woff2') format('woff2'),
         url('fonts/FuturaBold.woff') format('woff'),
         url('fonts/FuturaBold.ttf') format('truetype'),
         url('fonts/FuturaBold.svg#FuturaBold') format('svg');
}






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;
}

body {
    font-family: 'MontserratSemiBold';
    font-size: 14px;
    line-height: 24px;
    color: #231f20;
    background: #f7f7f7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'FuturaBold';
}

h1 {
    font-size: 52px;
    line-height: 62px;
}

h2 {
    font-size: 34px;
    line-height: 42px;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

h4 {
    font-size: 23px;
    line-height: 28px;
}

h5 {
    font-size: 19px;
    line-height: 27px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

p {
    font-family: 'MontserratSemiBold';
    font-size: 14px;
    line-height: 24px;
    color: #231f20;
    margin: 0 0 25px;
}

/*p {*/
/*    font-family: 'MontserratRegular';*/
/*    font-size: 16px;*/
/*    line-height: 26px;*/
/*    color: #231f20;*/
/*    margin: 0 0 25px;*/
/*}*/

ul {
    background: none;
    margin: 0px;
    padding: 0;
    list-style-type: none;
}

ol li,ul li {
    position: relative;
    list-style-position: inside;
}

ol li:before {
    content: "";
    width: 0;
    display: inline-block;
}

ol {
    padding: 0px;
}


em {
    font-style: italic;
}

a {
    color: #231f20;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

a:active,
a:hover,
a:focus {
    color: #53b7e8;
    text-decoration: none;
    outline: 0px none ;
}

img,
a img {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    border: none 0;
    outline: 0px none !important;
}

strong {
    font-weight: 700;
}

button:focus {
    outline: none;
}

input:focus,
textarea:focus {
    outline: 0px none !important;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password]{
    font-family: 'RobotoSlabRegular';
    width: 100%;
    height: 64px;
    background: #F9F9F9;
    border: none;
    box-shadow: none;
     color: rgba(25,25,25,0.5);
    font-size: 16px;
    line-height: 1;
    padding: 10px 30px;
    border-radius: 15px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}

textarea {
    font-family: 'RobotoSlabRegular';
    width: 100%;
    height: 236px;
    background: #F9F9F9;
    box-shadow: none;
     color: rgba(25,25,25,0.5);
    font-size: 16px;
    line-height: 24px;
    padding: 19px 30px;
    border: none;
    margin-bottom: 15px;
    resize: none;
    border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bttn {
    font-family: 'MontserratBold';
    color: #ffffff;
    background: #53b7e8;
    font-size: 14px;
    height: 64px;
    padding: 26px 29px;
    line-height: 1;
    border:none;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.bttn:hover,
.bttn:focus,
.bttn:active {
    background: #fff;
    color: #53b7e8;
}

.bttn img {
    margin-left: 3px;
    position: relative;
    top: 3px;
    width: 15px;
}
.bttn.btn-secondary{
    background: #fff;
    color: #53b7e8;
}
.bttn.btn-secondary:hover,
.bttn.btn-secondary:focus,
.bttn.btn-secondary:active {
    background: #53b7e8;
    color: #fff;
}
.plight {
    font-weight: 300;
}

.pregular {
    font-weight: 400;
}

.pmedium {
    font-family: 'RobotoMedium';
}

.pitalic {
    font-family: 'RobotoItalic';
}
.pblditalic {
    font-family: 'RobotoBoldItalic';
}

.pbold {
    font-family: 'RobotoBold';
}


/* Placeholder text color -- selectors need to be separate to work. */

 ::-webkit-input-placeholder {
    color: rgba(25,25,25,0.5);
    opacity: 1;
}

 :-moz-placeholder {
     color: rgba(25,25,25,0.5);
    opacity: 1;
}

 ::-moz-placeholder {
     color: rgba(25,25,25,0.5);
    opacity: 1;
}

 :-ms-input-placeholder {
     color: rgba(25,25,25,0.5);
    opacity: 1;
}


/*-----bootstrap style reset-----*/

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1170px;
    }
}



/*-----bootstrap style reset-----*/

.main-outercon {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mobile-visible {
    display: none;
}


/*--------------- Header Section ----------*/

.header-container{
    width: 100%;    
    z-index: 999;
    background: #ffffff;  
    border-top: 3px solid #53b7e8;
}
.header-top{
    background: #fff; 
    padding: 18px 0 5px;
}
.header-top-inner{
    width: 100%;
    max-width: 1242px;
    margin: 0 auto;
    border-bottom: 17px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;   
    -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;    
     -webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.btn-div .bttn{
    height: 60px;
    padding: 23px 21px 23px 77px;
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
}
.btn-div .bttn:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 55px;
    height: 100%;
    background: #3ca6d9;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn-div .bttn:hover:before,
.btn-div .bttn:active:before,
.btn-div .bttn:focus:before{
    background: #231f20;
}
.btn-div .bttn:hover,
.btn-div .bttn:active,
.btn-div .bttn:focus{
    background: #231f20;
    color: #fff;
}
.btn-div .bttn i {
  position: absolute;
  top: 15px;
  font-size: 26px;
  left: 15px;
}
.logo img{
    display: block;
    width: 245px;
}
.header-bottom {
    width: 100%;
    background: #231f20;
}
.header-bottom-inner{
    max-width: 1246px;
    margin: 0 auto;
    width: 100%;
}
.main-menu {
    width: 100%;
    z-index: 1;
}

.main-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    position: relative;
    line-height: 1;
    list-style: none;
    padding: 0px;
    margin: 0;
}

.main-menu ul li:first-child {
    padding-left: 0;
}

.main-menu ul li:before {
    display: none;
}

.main-menu ul li a img {
    position: relative;
    right: -7px;
}

.main-menu ul li a {
     font-family: 'MontserratBold';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding: 22px 24px;
    display: block;
   
}

.main-menu ul li a:hover,
.main-menu ul li.active>a {
    background: #53b7e8;
    color: #fff;
}
.main-menu nav > ul > li:first-child a:before{
    display: none;
}
.main-menu nav > ul > li:nth-child(2) a:before{
    display: none;
}
.main-menu nav > ul > li:hover>a {
    background: #53b7e8;
    color: #fff;
}

.main-menu > ul > li a:before {
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 23px;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
}

.main-menu nav > ul > li.hassub a:before {
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 23px;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
}

.main-menu ul li ul.sub-menu {
    position: absolute;
    top: 56px;
    background: #fff;
    padding: 10px 0 0;
    overflow: inherit;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    padding: 0px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 190px;
    z-index: 9;
    border: 1px solid #fff;
}


.main-menu .sub-menu li {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.main-menu .sub-menu li:first-child {
    border: none;
    padding: 0px;
}


.main-menu nav ul li ul.sub-menu li a {
    position: relative;
    padding: 17px 16px;
    font-size: 14px;
    line-height: 1;
    color: #191919;
    display: inline-block;
    width: 100%;
    position: inherit;
    border-radius: 0;
}
.main-menu nav ul li ul.sub-menu li a:before {
    content: "\f105";
    position: absolute;
    right: 20px;
    color: #fff;
    top: 18px;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
}


.main-menu nav > ul > li.hassub:hover>a:before {
    transform: rotate(180deg);
}

.main-menu .sub-menu li a:hover,.main-menu .sub-menu li a:focus,.main-menu .sub-menu li a:active,
.main-menu .sub-menu li.active a {
     color: #fff;
     background: #53b7e8;
}


.main-menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}



.slick-arrow {
    position: absolute;
    top: 50%;
    outline: none;
    font-size: 0;
    width: 43px;
    height: 43px;
    background: #dedede;
    border: none;
    border-radius: 100%;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
	-webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);

   
}

.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
    background: #53b7e8;
}

.slick-next.slick-arrow {
    right: -80px;
    z-index: 1;
}

.slick-prev.slick-arrow {
    left: -80px;
    z-index: 1;
}

.slick-arrow:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-prev.slick-arrow:before {
    background: url('../nav/prev-arw.png') no-repeat;
    width: 9px;
    height: 14px;
    background-size: 9px 14px; 
}

.slick-next.slick-arrow:before {
    background: url('../nav/next-arw.png') no-repeat;
    width: 9px;
    height:14px;
    background-size: 9px 14px;
}

/*--banner--*/

.banner-container {
    position: relative;
}
.banner-image {
    height: 670px;
    position: relative;
    width: 100%;
}

.banner-image:after {
     position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(86,124,143,1) 0%, rgba(86,124,143,0.81) 17%, rgba(86,124,143,0.7) 33%, rgba(86,124,143,0.29) 50%, rgba(86,124,143,0.22) 72%, rgba(86,124,143,0) 73%, rgba(86,124,143,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(86,124,143,1) 0%,rgba(86,124,143,0.81) 17%,rgba(86,124,143,0.7) 33%,rgba(86,124,143,0.29) 50%,rgba(86,124,143,0.22) 72%,rgba(86,124,143,0) 73%,rgba(86,124,143,0) 100%);
    background: linear-gradient(to right,  rgba(86,124,143,1) 0%,rgba(86,124,143,0.81) 17%,rgba(86,124,143,0.7) 33%,rgba(86,124,143,0.29) 50%,rgba(86,124,143,0.22) 72%,rgba(86,124,143,0) 73%,rgba(86,124,143,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#567c8f', endColorstr='#00567c8f',GradientType=1 );

}


.banner-content {
    position: absolute;
    color: #fff;
    width: 100%;
    top: 146px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.banner-content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin:0;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    text-shadow: 3px 2px 5px rgba(0,0,0,0.2);
}
.title-blk{
    width: 100%;
    position: relative;
   text-align: center;
}
.title-blk:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #231f20;
    width: 62px;
    height: 5px;
 
}
.title-blk h2{
    padding: 0 0 17px;
}
.banner-content .title-blk{
    text-align: left;
}
.banner-content .title-blk:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: inherit;
    margin: auto;
    bottom: inherit;
    background: #fff;
    width: 82px;
    height: 5px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);    
}


.banner-content h1 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 32px 0 28px;    
    text-shadow: 3px 2px 5px rgba(0,0,0,0.2);
}
 .banner-inner {
    width: 100%;
    max-width: 640px;
    text-align: left;
    position: relative;
}
.btn-list {
  padding: 40px 0 0;
}
.btn-list .bttn:first-child{
    margin: 0;
}
.btn-list .bttn {   
    margin: 0 0 0 27px;
    width: 265px;
}
.btn-list .bttn.btn-secondary {
  width: 223px;
} 
.slick-initialized .slick-slide:focus {
    outline: none;
}

.slick-dots {
    position: absolute;
    top: 50%;
    right: 20px;
}

.slick-dots li:before {
    display: none;
}

.slick-dots li button {
    box-shadow: none;
    border: none;
    border-radius: 4px;
    background: #662483;
    line-height: 1;
    width: 23px;
    height: 23px;
    font-size: 16px;
    color: #fff;
    font-family: 'SoleilW01SemiBold';
}

.slick-dots li.slick-active button {
    background: #E6007E;
}


/*--footer--*/

.footer-container {
  width: 100%;
  background: #231f20;
}

.footer-top{
    padding: 28px 0 22px;
    border-bottom: 1px solid #352f30;
     -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
    
     -webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.social-links ul {
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex;  
    padding: 4px 0 0;
}
.social-links ul li{
    margin-left: 11px;
}
.social-links ul li:first-child{
    margin-left: 0;
}
.social-links ul li a{
    background: #fff;
    border-radius: 100%;
    width: 29px;
    height: 29px;
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex;  
    -webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.footer-bottom{
    padding: 24px 0 27px;
      -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
    
     -webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.copyright p{
    margin: 0;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    font-family: 'OpenSansRegular'; 
}

.footer-links ul {
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex;  
    padding: 4px 0 0;
}
.footer-links ul  li a{
     font-size: 12px;
    line-height: 28px;
    color: #fff;
    font-family: 'OpenSansRegular'; 
}
.footer-links ul  li a:hover,
.footer-links ul  li a:active,
.footer-links ul  li a:focus{
    color: #53b7e8;
}
.footer-links ul li{
    position: relative;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
}
.footer-links ul li:before{
    position: absolute;
    content: "";
    left: 0;
    top:10px;
    background: #fff;
    width: 1px;
    height: 10px;   
}
.footer-links ul li:first-child{
    padding: 0;
    margin: 0;
}
.footer-links ul li:first-child:before{
    display: none;
}

/*--location block--*/

.location-block {
  width: 100%;
  padding: 79px 0 60px;
}
.location-block .title-blk{
    text-align: center;
    margin: 0 0 18px;
}
.location-block .title-blk h2{
    text-transform: uppercase;
    padding: 0 0 17px;
}

.location-list ul{
    padding: 32px 0 0;
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex;       
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.location-list ul li{
    width: 31.5%;
    margin: 0 0 30px;
}
.single-location {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.06);
}

.text-blk {
    padding: 23px 25px 32px;
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex;  
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
     -webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.text-blk .tel{
    font-size: 21px;
    font-family: 'MontserratBold';
    padding: 0 0 18px;
}
.text-blk .place{
    font-family: 'MontserratBold';
    font-size: 13px;
    line-height: 24px;
    color: #53b7e8;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}
.text-blk .place:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #53b7e8;
    width: 100%;
    height: 2px;
 
}
.text-blk .place:hover,
.text-blk .place:active,
.text-blk .place:focus{
    color: #231f20;
}
.img-blk {
  height: 187px;
    width: 100%;
}
.text-blk .title-blk{
    margin: 0 0 15px;    
}
.text-blk h3{
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 17px;
}
.text-blk .title-blk:before{
    height: 3px;
    width: 45px;
}


.grid-block{
    width: 100%;
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex;  
}

.left-div{
    width: 50%;
    padding: 69px 0 83px;
    position: relative;
    background: url('../nav/grid-bg.jpg') no-repeat;
}
.left-div:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #53b7e8;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
 
}


.left-inner{
    max-width: 515px;
    float: right;
    width: 100%;
    margin: 0 110px 0 0;
    position: relative;
}
.left-inner h2{
    color: #fff;
    text-transform: uppercase;
    padding: 0 130px 26px 0;
}
.left-inner .title-blk{
    margin: 0 0 18px;
    text-align: left;
}
.left-inner p{
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}
.left-inner.innerdiv p{
    font-size: 15px;
    line-height: 25px;
}
.left-inner .bttn.btn-secondary{
    padding: 24px 35px;
    border: 2px solid transparent;
}
.left-inner .bttn.btn-secondary:hover,
.left-inner .bttn.btn-secondary:active,
.left-inner .bttn.btn-secondary:focus{
    background:transparent;
    border: 2px solid #fff;
    color:  #fff;
}
.left-inner .title-blk:before{
    background: #fff;
    right: inherit;
}
.right-div{
    width: 50%;
    position: relative;
    
}

.right-div{
    width: 50%;
    padding: 69px 0 83px;
    position: relative;
    background:#ffffff;
}
.right-div .img-blk {
  height: 100%;
}
.features-blk {
  padding: 30px 0 15px;
  width: 100%;
}
.features-blk li{
    margin: 0 0 38px;
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex;  
}
.icon-blk {
     width: 58px;
     height: 58px;
     background: #fff;
     border-radius: 100%;
     text-align: center;
     display: -webkit-box;     
     display: -moz-box;         
     display: -ms-flexbox;     
     display: -webkit-flex;    
     display: flex; 
     padding: 11px 0;
     margin: 0 30px 0 0;
      -webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;

    -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
}
.icon-blk i{
    color: #53b7e8;
    font-size: 34px;
}
.features-txt h5{
    color: #fff;
    padding: 0 0 7px;
    text-transform: uppercase;
}
.features-txt p{
    color: #fff;
    margin: 0;
    letter-spacing: -0.2px;
}

/*.banner-container.inner-page .banner-image{*/
/*    height: 386px;*/
/*}*/

.banner-container.inner-page .banner-image{
    height: 670px;
}

/*.banner-container.inner-page .banner-image:after{*/
/*    background: -moz-radial-gradient(center, ellipse cover,  rgba(35,31,32,1) 0%, rgba(35,31,32,0.62) 19%, rgba(35,31,32,0.32) 34%, rgba(35,31,32,0) 50%, rgba(35,31,32,0) 68%, rgba(35,31,32,0) 83%, rgba(35,31,32,0) 100%);*/
/*    background: -webkit-radial-gradient(center, ellipse cover,  rgba(35,31,32,1) 0%,rgba(35,31,32,0.62) 19%,rgba(35,31,32,0.32) 34%,rgba(35,31,32,0) 50%,rgba(35,31,32,0) 68%,rgba(35,31,32,0) 83%,rgba(35,31,32,0) 100%); */
/*    background: radial-gradient(ellipse at center,  rgba(35,31,32,1) 0%,rgba(35,31,32,0.62) 19%,rgba(35,31,32,0.32) 34%,rgba(35,31,32,0) 50%,rgba(35,31,32,0) 68%,rgba(35,31,32,0) 83%,rgba(35,31,32,0) 100%); */
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f20', endColorstr='#00231f20',GradientType=1 ); */


/*}*/


.banner-container.inner-page .banner-image:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;

}


.banner-container.inner-page .banner-image:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(35,31,32,0.4);
}

.banner-container.inner-page .banner-content{
    top: 50%;
	-webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner-container.inner-page .banner-inner{
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.banner-container.inner-page .banner-content .title-blk::before{
    right: 0;
}
.banner-container.inner-page .banner-content p{
    color: #53b7e8;
}
.banner-container.inner-page .banner-content h1{
    padding: 34px 0 17px;
    text-align: center;
}
.banner-container.inner-page .btn-list {
  padding: 32px 0 0;
}


/*--card-section--*/
.card-section{
    width: 100%;
}

.card-list {
    width: 100%;
    padding: 103px 0 60px;
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex;  
   -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;

}
.card-block {
    width: 31.5%;
    min-height: 401px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.06);
}
.card-block .title-blk h3{
    color: #53b7e8;
    padding: 23px 0 16px;
    
}
.card-block .title-blk{
    margin: 0 0 38px;
}
.card-block .title-blk:before{
    width: 45px;
    height: 3px;
    background: #53b7e8;
}
.icon{
    width: 83px;
    height: 83px;
    background: #f6f6f6;
    position: relative;
    border-radius: 100%;
    padding: 20px 0;
    display: inline-block;
    margin: -40px 0 0;
}

.icon:before{
    position: absolute;
    content: "";
    left: 7px;
    top: 7px;
    background: #53b7e8;
    width: 70px;
    height: 70px;
    border-radius: 100%;
 
}
.icon i{
    z-index: 1;
    position: relative;
    color: #fff;
    font-size: 43px;
}

.card-txt ul li{
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 18px;
     display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex;  
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;

}
.card-txt ul li i{
    font-size: 25px;
    padding: 0 0 10px;
}

.card-txt ul li a.mail{
    text-transform: uppercase;
    color: #53b7e8;
    font-size: 15px;
    text-decoration: underline;
}
.card-txt ul li a.mail:hover,
.card-txt ul li a.mail:active,
.card-txt ul li a.mail:focus{
    color: #231f20;
}

.card-txt ul li:last-child i{
    padding: 0 0 5px;
}

.card-txt p{
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 28px;
}

.card-txt .bttn {
    border: 2px solid #53b7e8;
    background: transparent;
    color: #53b7e8;
    height: 60px;
    padding: 21px 29px;
}
.card-txt .bttn:hover,
.card-txt .bttn:active,
.card-txt .bttn:focus{
     background: #53b7e8;
    color: #fff;
}
.bottom-contact{
    width: 100%;
    padding: 0 0 116px;
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex;     
 -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;

}
.bottom-contact .card-block{
    width: 48.69%;
    padding: 0 41px;
}
.bottom-contact .card-txt .bttn{
    padding: 21px 36px;
}
.bottom-contact .card-txt p{
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 40px;
}

.contact-map {
  width: 47.99%;
}
#map {
  height: 100%;
}

.right-div.commentblk .img-blk{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    
} 
.right-div.commentblk .img-blk:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: rgba(35,31,32,0.9);
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
 
}

.right-div.commentblk  .top-div .img-blk:before{
    mix-blend-mode: normal;
    background: rgba(0,0,0,0.6);
}
.overlay-content {
    margin: 79px auto;
    position: relative;
    max-width: 490px;
}
.top-div {
  position: relative;
  width: 100%;
}
.bottom-div {
    background: #efefef;
    padding: 10px;
    width: 100%;
}

.bottom-div-inner{
    background: #fff;
    padding: 18px 20px 12px;
}
.bottom-div-inner p {
    font-size: 13px;
    line-height: 20px;
    font-family: 'MontserratRegular';   
    margin: 0 0 19px;
}
.bottom-div-inner p a{
    color: #1877f2;
}
.author-blk ul{    
    padding: 0 0 6px;
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex; 
     -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
         -webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.author-blk ul i{
    font-size: 25px;
    color: #1877f2;
      -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.author-blk ul li a img{
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.author-blk ul li a:hover img,.author-blk ul li a:hover i{
    opacity: 0.8;
}


.fb-img-list ul{
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex; 
     -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
         -webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.fb-img-list ul li{
    width: auto;
        
}
.fb-img-list {
  padding: 20px 20px 18px;
}
.fb-img-list ul li img{
    display: block;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.fb-img-list ul li a:hover img{
    opacity: 0.8;
}
.fb-img-list ul li h6{
    color: #fff;
    padding: 4px 0 0;
    font-family: 'MontserratSemiBold';  
}
.fb-img-list ul li h6 span{
    font-size: 14px;
    display: block;
    padding: 3px 0 0;
}
.fb-img-list ul li:first-child{
    width: 100%;
    margin: 0 0 21px;
}
.fb-img-list ul li:first-child img{
    float: left;
    margin: 0 14px 0 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
/*--galley--*/

.gallery-section {
    width: 100%;
    background: #ffffff;
    padding: 50px 0 74px;
}
.gallery-section .title-blk{
    margin: 0 0 50px;
}
.gallery-slider ul li {
    padding: 0 14px;
}
.gallery-slider ul li a{
    height: 252px;
    width: 100%;
    display: block;
}

/*--service-container--*/

.service-container{
    width: 100%;
    padding: 80px 0 89px;
}

.service-list {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0 0;
}

.service-list .card-block{
    width: 100%;
    min-height: 310px;
    padding: 33px 85px;
    text-align: center;
    box-shadow: none;
}
.service-list .card-block h3{
    color: #231f20;
    font-size: 23px;
    line-height: 28px;
    padding: 0 0 22px;
}
.service-list ul {    
 -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;

}
.service-list ul li{
    width:23.29%;
}
.service-list ul li:first-child .card-block h3{
    color: #fff;
    position: relative;
}
.service-list ul li:first-child .card-block p{
    color: #fff;
    position: relative;
    margin: 0 0 16px;
}
.service-list ul li:first-child .card-block .more-link{
    color: #fff;
    position: relative;
}
.service-list ul li:first-child .card-block .more-link:hover,
.service-list ul li:first-child .card-block .more-link:active,
.service-list ul li:first-child .card-block .more-link:focus{
    color: #252b2f;
}
.service-list ul li:first-child .card-block{
    background: url('../nav/service-img.jpg') no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 43px 50px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.06);
}
.service-list ul li:first-child .card-block:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: rgba(83,183,232,0.9);
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
 
}
.service-list ul li:first-child .card-block .title-blk:before{
    background: #fff;
    width: 53px;
}
.service-list ul li:first-child .more-link:before{
    background: #fff;
}
.service-list ul li:first-child .card-block .title-blk {
    margin: 0 0 25px;
}
.service-list .icon{
    width: 107px;
    height: 107px;
    background: #edf8fd;
    padding: 30px 0;
    margin: 0 0 24px;
}
.service-list .icon i{
    font-size: 46px;
}
.service-list .icon:before{
    left: 10px;
    top: 10px;
    width: 87px;
    height: 87px;
}

.more-link {
    text-transform: uppercase;
    font-family: 'MontserratBold';
    color: #53b7e8;
    position: relative;
    font-size: 13px;
    padding: 0 0 5px;
}
.more-link:hover,
.more-link:active,
.more-link:focus{
    color: #252b2f;
}
.more-link:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #53b7e8;
    width: 100%;
    height: 2px;
 
}
.service-container .btn-list{
    text-align: center;
    padding: 50px 0 0;
}
.service-container .btn-list .bttn{
    width: auto;
    color: #53b7e8;
    border: 2px solid #53b7e8;
    background: transparent;
    padding: 23px 29px;
}
.service-container .btn-list .bttn:hover,
.service-container .btn-list .bttn:active,
.service-container .btn-list .bttn:focus{
     background: #53b7e8;
    color: #fff;
}

.left-inner.innerdiv .title-blk{
    margin: 0 0 38px;
}

.left-inner.innerdiv{
    max-width: 505px;
    margin: 0 120px 0 0;
}

.left-inner.innerdiv .bttn.btn-secondary{
    margin: 19px 0 0;
    display: inline-block;
    padding: 24px 37px;
}

.right-inner.innerdiv{
    max-width: 505px;
    margin: 0 0 0 120px ;
}

.right-inner.innerdiv p{
    font-size: 14px;
}

.right-inner.innerdiv a {
    text-decoration: underline;
    color: #53b7e8;
}
/*--testimonial-slider--*/

.testimonial-slider{
    width: 100%;
}

.single-testimonial{
    width: 100%;
    text-align: center;
}
.imglist{
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
     -webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;

}
.single-testimonial img{
    margin: 0 0 30px;
}
.testimonial-section {
  width: 100%;
  padding: 80px 0 74px;
    background: #f7f7f7;
}

.testimonial-txt{
    max-width: 560px;
    margin: 0 auto;
}
.testimonial-txt p{
   font-family: 'MontserratSemiBoldItalic';    
    margin: 0 0 32px;
}
.testimonial-section .title-blk {
  margin: 0 0 42px;
}

.testimonial-section .slick-prev.slick-arrow{
    left: 190px;
}
.testimonial-section .slick-next.slick-arrow{
    right: 190px;
}
.single-testimonial img.innerlogo{
    margin: 0;
    display: inline-block;
}

.breadcrumb-section {
    width: 100%;
    background: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #53b7e8;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 0px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0rem; }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.8rem;
    padding-left: 0.3rem;
    color: #868e96;
    content: ">"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }

.breadcrumb-item.active {
    color: #868e96; }

.standard-content-section {
    width: 100%;
    background: #ffffff;
    padding: 50px 0 74px;
}
.standard-content-section .title-blk{
    margin: 0 0 50px;
}
.standard-content-section h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
    text-transform: none;
}

.standard-content-section h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
    text-transform: none;
    color: #53b7e8;
}


.standard-content-section h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    text-transform: none;
    color: #53b7e8;
}


.standard-content-section ul {
    background: none;
    margin-left: 20px;
    margin-bottom: 25px;
    padding: 0;
    list-style-type: disc;
}


.standard-content-section ul li {
    font-size: 16px;
    line-height: 26px;
}

.standard-content-section ul li a {
    text-decoration: underline;
    color: #53b7e8;
}

.standard-content-section a {
    text-decoration: underline;
    color: #53b7e8;
}

.standard-content-section a.bttn {
    text-decoration: none;
    color: #ffffff;
}


.standard-content-section a.bttn:hover,
.standard-content-section a.bttn:focus,
.standard-content-section a.bttn:active {
    background: #fff;
    color: #53b7e8;
}

.standard-content-section p {
    font-family: 'MontserratRegular';
    font-size: 16px;
    line-height: 26px;
    color: #231f20;
    margin: 0 0 25px;
}

.align-center {
    display: inherit;
    margin: 0 auto 1em;
}