@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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: 'Montserrat';
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    background: #ffffff;
}

button,
input,
select,
textarea {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
    color: #000000;
    margin-bottom: 17px;
    font-weight: 700;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    padding-top: 0;
}

h1 {
    font-size: 101px;
    line-height: 90px;
}

h2 {
    font-size: 61px;
    line-height: 73px;
}

h3 {
    font-size: 58px;
    line-height: 73px;
}

h4 {
    font-size: 30px;
    line-height: 22px;
}

h5 {
    font-size: 24px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 22px;
}

p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
}

.page-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    font-family: 'Montserrat';
}

.page-content h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 24px;
    font-family: 'Montserrat';
}

.page-content h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}

.page-content h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 18px;
    font-family: 'Montserrat';
}

.page-content h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px;
    font-family: 'Montserrat';
}


a {
    color: #7a2072;
    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: #232323;
    outline: 0;
    text-decoration: none;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    font-family: 'Montserrat';
    color: #000000;
    opacity: 1;
}

:-moz-placeholder {
    font-family: 'Montserrat';
    color: #000000;
    opacity: 1;
}

::-moz-placeholder {
    font-family: 'Montserrat';
    color: #000000;
    opacity: 1;
}

:-ms-input-placeholder {
    font-family: 'Montserrat';
    color: #000000;
    opacity: 1;
}


label {
    color: #000000;
    padding-top: 20px;
    display: block;
    font-weight: normal;
    margin-bottom: 0.5em;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    font-family: 'Montserrat';
    color: #000000;
    font-size: 16px;
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid #dde9f4;
    height: 56px;
    box-shadow: none;
    padding: 0 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    letter-spacing: 0;
}

textarea {
    height: 116px;
    padding: 20px 24px;
    resize: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #000000;
    outline: none;
    outline-offset: 0;
}

select {
    border: 1px solid #000000;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 56px;
    max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    font-weight: 400;
}

button,.btn,
input[type="button"],
input[type="submit"] {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    width: auto;
    background: #5e1c5b;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat';
    border: none;
    outline: 0;
    border-radius: 4px;
    font-weight: 500;
    box-shadow: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

input[type="submit"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
    color: #ffffff;
}

input[type="submit"]:focus:not(.has-background),button:hover,button:focus,.btn:hover,.btn:focus,
input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus {
    color: #ffffff;
    background: #131926;
    outline: none;
    outline-offset: 0;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
    color: #131926;
    background: #ffffff;
}

input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

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

/*-----bootstrap style reset-----*/
.container {
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


.holder {
    float: left;
    width: 100%;
    background: #72a352;
    min-height: 50px;
    margin-top: 10px;
}

.main-outercon {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
/*====== Breadcrumb ========*/

.breadcrumb-container {
    width: 100%;
}

.breadcrumb-top {
    width: 100%;
    /*background: #7a2072;*/
    background: #ffffff;
    padding: 12px 0;
    min-height: 24px;
    border-top: 1px solid #7a2072;
    border-bottom: 1px solid #7a2072;
    margin-top: 15px;
}

.breadcrumb-topinner {
    width: 100%;
    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;
}
.breadcrumb {
    margin-bottom: 0;
}

ol.breadcrumb li {
    padding-right: 8px;
}


/*=======  header  =======*/

.header-container {
    width: 100%;
}

.header-top {
    width: 100%;
    background: #7a2072;
    padding: 12px 0;
    min-height: 48px;
}

.logo-block {
    display: block;
}

.logo-block img {
    display: block;
}

.header-topinner,.header-wrap {
    width: 100%;
    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;
}

.left-block,.right-block {
    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;
}

.left-block ul,.right-block ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    margin: 0 24px 0 0;
    padding: 0;
}
.right-block ul {
    margin: 0;
}
.left-block li {
    border-right: 1px solid #a5689f;
    padding: 0 7px;
}

.left-block li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    opacity: 0.42;
}

.left-block li a,.left-block p {
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.4px;
}
.left-block p{
    margin-right: 7px;
}
.right-block li a i {
    color: #ffffff;
}

.left-block li a:hover,
.left-block li a:focus {
    color: #005bab;
}

.right-block li a,.right-block p {
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.4px;
}

.right-block li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    opacity: 0.42;
}

.right-block li {
    border-right: 1px solid #a5689f;
    padding: 0 7px;
}

.right-block li.no-right-border {
    border-right: none;
    padding: 0 7px;
}

.header-right .btn {
    background: #7a2072;
    color: #ffffff;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 4px;
    margin-left: 15px;
}
.header-top .btn:hover,
.header-top .btn:focus {
    opacity: 0.9;
}
.header-right {
    width: 82%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.menu-block {
    width: 100%;
    background: #ffffff;
    padding: 14px 0;
}

.menu-block ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.menu-block li {
    /*padding: 0 27px;*/
    padding: 0 10px;
    position: relative;
}

.menu-block li a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #232323;
    text-transform: uppercase;
    padding-right: 17px;
    font-family: 'Montserrat';
    position: relative;
    font-weight: 700;
}

.menu-block li.hassub > a:before {
    position: absolute;
    content: "";
    right: 0;
    margin: 0 auto;
    top: 10px;
    width: 12px;
    height: 9px;
    background: url(../nav/angledown.png)no-repeat center center;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.menu-block li ul {
    position: absolute;
    display: block;
    left: 0;
    /*top: 100%;*/
    top: 150%;
    width: 100%;
    /*min-width: 210px;*/
    min-width: 330px;
    background: #ffffff;
    z-index: 999;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
}

.menu-block li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.menu-block li li {
    margin-left: 0;
    padding: 5px 25px;
    width: 100%;
}

.menu-block li li a {
    /*font-size: 14px;*/
    font-size: 16px;
    padding: 0;
}

.menu-block li li a:before {
    display: none;
}
.menu-block li li ul {
    left: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
}
.menu-block li li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.menu-block li li > a:hover,.menu-block li.active > a:hover {
    color: #7a2072;
}

/*=======  content  =======*/

.banner-container {
    width: 100%;
    position: relative;
}
.image-block {
    width: 100%;
    height: 1150px;
    position: relative;
}
.image-block:before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    top: 0;
}
.overlay-block {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 110px;
}
.overlay-content {
    width: 77%;
    display: inline-block;
}
.overlay-content h1 {
    color: #ffffff;
    letter-spacing: -1px;
    font-family: 'Open Sans';
    margin: 0 0 40px;
}
.overlay-content p {
    color: #ffffff;
    font-size: 36px;
    line-height: 49px;
    width: 70%;
}
.overlay-content .btn {
    background: #ffffff;
    color: #000000;
    font-family: 'Open Sans';
    font-weight: 600;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
    border-radius: 4px;
}
.overlay-content .btn:hover {
    color: #ffffff;
    background: #7a2072;
}

.overlay-content-background {
    background: rgba(68, 68, 68, 0.6);
    padding: 20px;
}
.bigtitle {
    color: #111111;
    font-size: 121px;
    line-height: 0.8;
    display: block;
    font-weight: 900;
    opacity: 0.08;
    position: relative;
    /*margin-top: -30px;*/
    top: 19px;
}
.content-wrap {
    width: 100%;
    padding: 0 0 0 25px;
}
.content-wrap h3 {
    margin: 0 0 27px;
}
h3 span {
    color: #5e1c5b;
}
.content-container {
    width: 100%;
    position: relative;
    padding: 75px 110px 130px;
}
.imgfluid {
    width: 100%;
    max-width: 720px;
    height: 770px;
    position: relative;
    left: 60px;
}
.col-md-6 {
    position: relative;
}
.overlay {
    position: absolute;
    top: 110px;
    left: -10px;
}
.overlay:before {
    position: absolute;
    left: 0;
    content: "";
    background: rgba(94,28,91,0.73);
    width: 100%;
    height: 100%;
    top: 0;
}
.content-container ul {
    list-style-type: none;
    margin: 0 0 25px;
}
.content-container ul li {
    position: relative;
    padding-left: 45px;
    font-weight: 700;
    font-size: 30px;
    line-height: 73px;
}
.content-container ul li:before {
    position: absolute;
    left: 0;
    content: "";
    background: #5e1c5b;
    width: 26px;
    height: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
}
.content-container .btn {
    font-size: 23px;
    line-height: 60px;
    height: 60px;
    padding: 0 28px;
}
.content-container.bg-block {
    background: #5e1c5b url(../nav/bg.png)no-repeat center center;
    background-size: cover;
    padding: 180px 77px 130px;
}
.grid-column {
    width: 100%;
    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;
    background: #ffffff;
    margin: 0 0 110px;
    min-height: 680px;
}
.grid-image {
    width: 100%;
    height: 365px;
}
.bg-block .container-fluid,.bg-block .col-md-4,.bg-block .col-md-6,.bg-block .col-md-3 {
    padding: 0 25px;
}
.grid-info {
    width: 100%;
    padding: 20px 40px 40px;
}
.grid-info p {
    font-size: 26px;
    line-height: 43px;
    /*word-break: break-all;*/
    margin: 0 0 22px;
}
.grid-info .btn {
    font-size: 16px;
    line-height: 45px;
    height: 45px;
}
.no-image {
    background: none;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.no-image .grid-info {
    padding: 0;
}
.no-image .grid-info h2 {
    color: #ffffff;
}
.no-image .grid-info p {
    color: #ffffff;
    font-size: 30px;
    line-height: 49px;
}
.no-image .bigtitle {
    color: #fff;
    font-size: 80px;
}
.map .container-fluid {
    padding: 0 23px;
}
.icon-list {
    width: 100%;
    padding: 130px 80px 140px;
}
.icon-list .bigtitle {
    font-size: 101px;
}
.icon-list p {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 40px;
    font-size: 30px;
    line-height: 49px;
}
.icon-list ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style-type: none;
    position: relative;
    padding: 0 0 40px;
}
.icon-list ul:before {
    position: absolute;
    left: 0;
    content: "";
    right: 0;
    margin: 0 auto;
    background: #010101;
    height: 3px;
    width: 75%;
    top: 100%;
}
.icon-list ul li {
    width: 25%;
    text-align: center;
    position: relative;
}
.icon-list ul li:before {
    position: absolute;
    left: 0;
    content: "";
    right: 0;
    margin: 10px auto 0;
    border-radius: 100%;
    background: #5e1c5b;
    height: 54px;
    width: 54px;
    top: 100%;
}
.icon-list ul li:after {
    position: absolute;
    left: 0;
    content: "";
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #5e1c5b;
    height: 76px;
    width: 76px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
}
.icon-list ul li.active:after{
    opacity: 1;
    visibility: visible;
}
.icon-list li img {
    width: 110px;
    height: 110px;
    margin: 0 0 10px;
}
.icon-list ul li h4 {
    min-height: 80px;
    line-height: 1;
    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;
    -webkit-align-items: end;
    -moz-align-items: end;
    align-items: end;
}
.imgblock {
    width: 100%;
    height: 720px;
}
.bg-block.map {
    padding-bottom: 70px;
}
.map h2 {
    color: #ffffff;
}
.map .text-center p {
    color: #ffffff;
    font-size: 30px;
    line-height: 49px;
    margin: 0 0 65px;
}
.map .grid-image {
    height: 420px;
}
.map .grid-info {
    padding: 25px 20px 40px 40px;
}
.map .grid-info p {
    font-size: 20px;
    line-height: 30px;
    word-break: break-all;
}

.sponsers-list {
    width: 100%;
    text-align: center;
    padding: 65px 0 90px;
}
.sponsers-list h6{
    color: #7b7b93;
    font-weight: 400;
    margin: 0 0 40px;
}
.sponsers-list ul {
    margin: 0;
    padding: 0;
    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: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.sponsers-list ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.top-purple-border {
    border-top: 1px solid #7a2072;
}

/*=======  footer  =======*/

.footer-container {
    width: 100%;
    background: #202020;
    padding: 82px 0 60px;
}
.footer-container .container {
    max-width: 1240px;
}
.footer-top {
    width: 100%;
    display: inline-block;
}

.widget-column {
    float: left;
    width: 22.5%;
}
.widget-column.logo {
    width: 28%; 
}
.widget-column.menu {
    width: 18%;
}
.widget-column.services {
    width: 31.5%; 
}
.widget-column p strong,.widget-column address strong {
    color: #ffffff;
    display: block;
    font-weight: 700;
}


.footer-bottom {
    width: 100%;
    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;
    border-top: 1px solid #384149;
    padding: 35px 0 0;
}

.footer-logo {
    display: block;
    margin-bottom: 26px;
}

.footer-logo img {
    display: block;
}

.widget-column.logo p {
    margin-bottom: 17px;
}

.widget-column.logo p {
    color: #656565;
    font-size: 14px;
    position: relative;
    padding-left: 47px;
}

.widget-column.logo p img {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.widget-column.logo p a:hover,
.widget-column.logo p a:focus {
    color: #ffffff;
}

.widget-column h6 {
    color: #ffffff;
    margin-bottom: 25px;
}

.widget-column ul {
    display: block;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.widget-column li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.widget-column li a {
    /*font-size: 14px;*/
    /*line-height: 17px;*/
    font-size: 16px;
    line-height: 21px;
    /*color: #656565;*/
    color: #ffffff;
}
.widget-column span {
    /*font-size: 16px;*/
    /*line-height: 17px;*/
    font-size: 18px;
    line-height: 21px;
    /*color: #656565;*/
    color: #ffffff;
    display: block;
    margin: 0 0 32px;
}

.widget-column li a:hover,.widget-column a:hover,.widget-column a:focus,
.widget-column li a:focus {
    color: #ffffff;
}

.widget-column address {
    /*font-size: 14px;*/
    /*line-height: 17px;*/
    font-size: 16px;
    line-height: 22px;
    /*color: #656565;*/
    color: #ffffff;
    margin:  0 0 10px;
}

.widget-column h5 {
    color: #ffffff;
    font-family: 'Montserrat';
    line-height: 18px;
    margin-bottom: 21px;
}

.footer-bottom p,
.widget-column p,.widget-column a {
    /*font-size: 14px;*/
    /*line-height: 17px;*/
    font-size: 16px;
    line-height: 21px;
    /*color: #656565;*/
    color: #ffffff;
}
.widget-column > a {
    color: #ffffff;
    font-weight: 600;
}
.widget-column p strong {
    margin: 0 0 5px;
}
.footer-bottom p {
    margin-bottom: 0;
}
.social-icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.widget-column .social-icons li a {
    width: 43px;
    height: 43px;
    border-radius: 100px;
    line-height: 43px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    border: 1px solid #ffffff;
}
.widget-column .social-icons li a:hover {
    background: #ffffff;
    color: #000000;
}


.page-content table {
    border-collapse: collapse;
    width: 100%;
}

.page-content table td, .page-content table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.page-content table tr:nth-child(even){background-color: #f2f2f2;}

.page-content table tr:hover {background-color: #ddd;}

.page-content table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #7a2072;
    color: white;
}

.page-content ul li {
    margin-left: 20px;
    line-height: 20px;
}
.back-button {
    margin-top: 20px;
}

.page-content strong {
    font-weight: bold;
}
.page-content ul li {
    font-weight: 500;
}
.sidebar-icon-list li {
    list-style: none;

}
.why-choose-us-sidebar ul.sidebar-icon-list li {
    padding-left: 0px;
}

.sidebar-icon-list li:before{
    display: none;
}
.sidebar-icon-list li img {
    width: 50px;
    height: 50px;
    margin: 0 0 10px;
    color: #ffffff;
}
.why-choose-us-sidebar {
    background: #ffffff;
    border: solid #5e1c5b 2px;
    border-radius: 4px;
    margin-top: 20px;
}
.why-choose-us-sidebar .bigtitle {
    font-size: 60px;
}

.why-choose-us-sidebar ul.sidebar-icon-list li {
    margin-left: 0px;
    line-height: 10px;
    margin-bottom: 10px;
}
.page-content .why-choose-us-sidebar h4{
    margin-bottom: 0px;
}
.quick-contact-us-sidebar .bigtitle {
    font-size: 60px;
    color: #ffffff;
}

.quick-contact-us-sidebar h3 {
    color: #ffffff;
}

.quick-contact-us-sidebar p {
    color: #ffffff;
    margin-bottom: 15px;
}
.quick-contact-us-sidebar {
    background: #5e1c5b;
    border: solid #5e1c5b 2px;
    border-radius: 4px;
    margin-top: 20px;

}

.quick-contact-us-sidebar .quick-contact-button {
    margin-bottom: 20px;
    background: #279C8D;
}

.philosophy-sidebar .bigtitle {
    font-size: 48px;
}

.philosophy-sidebar {
    border: solid #5e1c5b 2px;
    border-radius: 4px;
    padding: 20px;
}

.content-container .page-content ul li {
    /*line-height: 40px;*/
    line-height: 20px;
    margin-bottom: 20px;
}
.content-container .philosophy-sidebar ol {
    margin-left: 30px;
}

.content-container .philosophy-sidebar ol li {
    padding-left: 10px;
    font-size: 16px;
    line-height: 25px;
}

.content-container .philosophy-sidebar ol li::marker {
  color: #5e1c5b;
    font-weight: bold;
}


.case-study-solution h3 {
    background-color:  #5e1c5b;
    padding: 20px;
    color: #ffffff;

}
.case-study-solution {
    border: solid #5e1c5b 2px;
    padding: 0px;
}
.case-study-solution p {
    padding-left: 20px;
    padding-right: 20px;
}
.related-header {
    margin-top: 20px;
}
.related li {
    margin-left: 20px;
}
.align-right {
    float: right;
    margin-bottom: 20px;
    padding-left: 10px;
}

.align-left {
    float: left;
    margin-bottom: 20px;
    padding-right: 10px;
}

.page-content h4 {
    clear: both;
}

.page-content h3 {
    clear: both;
}
#google-map {
    height: 600px;
}
.home-case-study h4{
    font-size: 22px;
    line-height: 26px;
}
a.home-white-contact-link {
    text-decoration: underline;
    color: #ffffff;
}
a.home-white-contact-link:hover {
    color: #ffffff;
}
.key-info td {
    font-weight: bold;
}
#google-map.map h4 {
    font-size: 16px;
}
#google-map.map p {
    font-size: 16px;
    line-height: 18px;
}
.g-recaptcha {
    padding: 20px 0 20px 0;
}
.has-error {
    border: solid 1px #dc3545 !important;
}

.invalid-form-feedback {
    font-weight: normal;
    font-style: normal;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.form-control {
    padding-bottom: 10px;
}
.export-map-outer {
    width: 100%;
    float: left;
    position: relative;
    height: 600px;
    margin-bottom: 15px;
}
.export-map-outer #export-map-embed {
    height: 100%;
    width: 100%;
}

.gmap-info p {
    color: #485d6b;
}
.team-member {
    float: left;
    padding-top: 20px;
}
.team-member-image {
    border: solid 1px #5e1c5b;
}
.team-member-title {
    background-color: #5e1c5b;
    padding: 10px;
}

.team-member-title span {
    margin: 20px;
    color: #ffffff;
    font-weight: 500;
}
.tns-outer {
    position: relative;
}

.tns-controls button {
    position: absolute;
    top: 50%;
    border: none;
    font-size: 40px;
    line-height: 1;
    color: #ccc;
}

.image-slider-outer .tns-controls button img {
    width: 30px;
}

.tns-controls button img {
    width: 50px;
}
.tns-controls button {
    z-index: 10000;
    background: none;
}
.tns-controls button[data-controls='prev'] {
    left: 0;
    transform: translateY(-50%);
}

.tns-controls button[data-controls='next'] {
    right: 0;
    transform: translateY(-50%);
}
