/* ----------------------------------------------------------------------------------------
Template: Designcrafts - Corporate Business Template
Version: 1.0.0
Author: Deep Saha
color: #742937
 -----------------------------------------------------------------------------------------*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
font & reset css
reset
global styles
Navbar styles
Hero Area
Services Area
Portfolio
Pricing
testimonials
Footer
page-title
Contact us
About us
Team
services
Pricing-table
Portfolio
BLog
Responsive css
--------------------------------------------- */

/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

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

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    background-color: #fff;
    color: #742937;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

.form-message {
    position: fixed;
    top: 80px;
    right: -100px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999999;
}

.form-message.success {
    position: fixed;
    top: 80px;
    right: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form-message .alert {
    color: #fff;
    background: -webkit-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -moz-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -o-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    -webkit-box-shadow: 0 20px 27px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 20px 27px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 27px -3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/

p {
    font-size: 15px;
    color: #742937;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    letter-spacing: 0;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    color: #742735
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 45px;
    line-height: 50px
}

h2 {
    font-size: 40px;
    line-height: 45px
}

h3 {
    font-size: 35px;
    line-height: 40px
}

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

h5 {
    font-size: 25px;
    line-height: 30px
}

h6 {
    font-size: 20px;
    line-height: 35px
}

hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 0px;
}

ol,
ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none !important;
}

label {
    font-weight: 400;
    color: #aaaaaa;
}

.label {
    color: #fff;
    font-size: 9px;
}

iframe {
    border: inherit;
}

figure {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
}

mark {
    background: #742937;
    color: #fff;
    text-shadow: none;
}

video {
    -moz-background-size: cover;
    background-size: cover;
}

video,
audio {
    width: 100%;
    height: auto;
}

::-moz-selection {
    background: #742937;
    color: #fff;
}

::selection {
    background: #742937;
    color: #fff;
}

::-moz-selection {
    background: #742937;
    color: #fff;
}

.section {
    padding-top: 50px;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
    }
}

hr.short {
    width: 40px;
    border-color: #742937;
    display: inline-block;
    margin: 0 auto;
    border-width: 2px;
    padding: 0px;
}

.btn {
    color: #fff;
    background: -webkit-radial-gradient(at 50% -20%, #0070A1, #16113B);
    background: -moz-radial-gradient(at 50% -20%, #0070A1, #16113B);
    background: -o-radial-gradient(at 50% -20%, #0070A1, #16113B);
    background: radial-gradient(at 50% -20%, #752937, #752937);
    background-attachment: fixed;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    color: #fcfcfc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    text-shadow: 0px 20px 50px rgba(0, 0, 0, 0.4);
}

.btn+.btn {
    margin-top: 18px;
    margin-left: 18px;
}

.btn.btn-white {
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    background: #fcfcfc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #742937;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    text-shadow: 0px 20px 50px rgba(0, 0, 0, 0.4);
}

.btn.btn-white:hover {
    color: #742937;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btn:hover {
    color: #fcfcfc;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.shadow-lg {
    -webkit-box-shadow: 0 20px 27px -3px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0 20px 27px -3px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 20px 27px -3px rgba(0, 0, 0, 0.3) !important;
}

.bg-light {
    background: #F4F8FB !important;
}

.preloader {
    background: -webkit-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -moz-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -o-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
}

#loader .diamond {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-transform: translateY(0) rotate(45deg) scale(0);
    -moz-transform: translateY(0) rotate(45deg) scale(0);
    -ms-transform: translateY(0) rotate(45deg) scale(0);
    -o-transform: translateY(0) rotate(45deg) scale(0);
    transform: translateY(0) rotate(45deg) scale(0);
    -webkit-animation: diamonds 1500ms linear infinite;
    -moz-animation: diamonds 1500ms linear infinite;
    -o-animation: diamonds 1500ms linear infinite;
    animation: diamonds 1500ms linear infinite;
}

#loader .diamond:nth-child(1) {
    -webkit-animation-delay: -1000ms;
    -moz-animation-delay: -1000ms;
    -o-animation-delay: -1000ms;
    animation-delay: -1000ms;
}

#loader .diamond:nth-child(2) {
    -webkit-animation-delay: -2000ms;
    -moz-animation-delay: -2000ms;
    -o-animation-delay: -2000ms;
    animation-delay: -2000ms;
}

#loader .diamond:nth-child(3) {
    -webkit-animation-delay: -3000ms;
    -moz-animation-delay: -3000ms;
    -o-animation-delay: -3000ms;
    animation-delay: -3000ms;
}

#loader .diamond:nth-child(4) {
    -webkit-animation-delay: -4000ms;
    -moz-animation-delay: -4000ms;
    -o-animation-delay: -4000ms;
    animation-delay: -4000ms;
}

@-webkit-keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

@-moz-keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        -moz-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        -moz-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

@-o-keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        -o-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        -o-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

@keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        -moz-transform: translateY(-50px) rotate(45deg) scale(1);
        -o-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        -moz-transform: translateY(-100px) rotate(45deg) scale(0);
        -o-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

/* 
---------------------------------------------
Navbar styles
--------------------------------------------- 
*/

.navbar {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 100;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    -moz-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    overflow: visible;
    color: #fff;
    height: 80px;
}

.navbar.navbar-white {
    background: #fff;
    height: 80px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    color: #742937;
}

.navbar.sticky_header_runing {
    background: #FFF;
    color: #742937;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    height: 70px;
}

.navbar .navbar-nav .nav-link {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 12px;
    margin-right: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    text-transform: capitalize;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.navbar .navbar-brand img {
    height: 40px;
    width: auto;
    padding: 0;
    margin: 0;
}

.navbar.navbar-white .navbar-brand img.align-top.logo_white,
.navbar.sticky_header_runing .navbar-brand img.logo_white {
    display: none;
}

.navbar.navbar-white .navbar-brand img.align-top.logo_black,
.navbar.sticky_header_runing .navbar-brand img.align-top.logo_black {
    display: block;
}

.navbar .navbar-brand img.align-top.logo_black {
    display: none;
}

.navbar ul>li a.btn {
    margin-right: 0px;
    color: #fff;
    background: #005c93;
    letter-spacing: 1px;
    margin-top: 20px;
	font-size: 12px;
}

.navbar.navbar-white ul>li a.btn,
.navbar.sticky_header_runing ul>li a.btn {
    background: -webkit-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed !important;
    background: -moz-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed !important;
    background: -o-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed !important;
    background: radial-gradient(at 50% -20%, #752937 , #752937) fixed !important;
    color: #ffffff !important;
}

nav.navbar .navbar-nav,
nav.navbar .navbar-collapse,
nav.navbar .container {
    height: 100%;
}

.navbar-nav .nav-item{
	margin-right:15px;
}

.menu-toggle {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid #742937;
    cursor: pointer;
    position: relative;
}

.hamburger,
.cross {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hamburger span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    height: 2px;
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
}

.hamburger span:last-child {
    margin: 0;
}

button:focus {
    outline: none;
}

.hamburger span:before,
.hamburger span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #742937;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: -webkit-transform ease 300ms;
    transition: -webkit-transform ease 300ms;
    -o-transition: -o-transform ease 300ms;
    -moz-transition: transform ease 300ms, -moz-transform ease 300ms;
    transition: transform ease 300ms;
    transition: transform ease 300ms, -webkit-transform ease 300ms, -moz-transform ease 300ms, -o-transform ease 300ms;
}

.hamburger span:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.hamburger span:nth-child(2):before,
.hamburger span:nth-child(2):after {
    -webkit-transition-delay: 75ms;
    -moz-transition-delay: 75ms;
    -o-transition-delay: 75ms;
    transition-delay: 75ms;
}

.hamburger span:last-child:before,
.hamburger span:last-child:after {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.menu-toggle:hover .hamburger span:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.menu-toggle:hover .hamburger span:after {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
}

.menu-toggle.active .hamburger span:before {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.menu-toggle.active .hamburger span:after {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
}

.cross span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #742937;
    -webkit-transform: translateY(50%) rotate(45deg) scaleX(0);
    -moz-transform: translateY(50%) rotate(45deg) scaleX(0);
    -ms-transform: translateY(50%) rotate(45deg) scaleX(0);
    -o-transform: translateY(50%) rotate(45deg) scaleX(0);
    transform: translateY(50%) rotate(45deg) scaleX(0);
    -webkit-transition: -webkit-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    -o-transition: -o-transform ease 200ms;
    -moz-transition: transform ease 200ms, -moz-transform ease 200ms;
    transition: transform ease 200ms;
    transition: transform ease 200ms, -webkit-transform ease 200ms, -moz-transform ease 200ms, -o-transform ease 200ms;
}

.cross span:last-child {
    -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(0);
    -moz-transform: translateY(-50%) rotate(-45deg) scaleX(0);
    -ms-transform: translateY(-50%) rotate(-45deg) scaleX(0);
    -o-transform: translateY(-50%) rotate(-45deg) scaleX(0);
    transform: translateY(-50%) rotate(-45deg) scaleX(0);
}

.menu-toggle.active .cross span {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
    -webkit-transform: translateY(50%) rotate(45deg) scaleX(1);
    -moz-transform: translateY(50%) rotate(45deg) scaleX(1);
    -ms-transform: translateY(50%) rotate(45deg) scaleX(1);
    -o-transform: translateY(50%) rotate(45deg) scaleX(1);
    transform: translateY(50%) rotate(45deg) scaleX(1);
}

.menu-toggle.active .cross span:last-child {
    -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(1);
    -moz-transform: translateY(-50%) rotate(-45deg) scaleX(1);
    -ms-transform: translateY(-50%) rotate(-45deg) scaleX(1);
    -o-transform: translateY(-50%) rotate(-45deg) scaleX(1);
    transform: translateY(-50%) rotate(-45deg) scaleX(1);
}

.navbar-toggler {
    padding: 0;
}

/* 
---------------------------------------------
Hero Area
--------------------------------------------- 
*/
  
.shape-bg {
    position: relative;
    background: rgba(255, 255, 255, 0.3) url(../images/pattern-background.jpg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.shape-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-radial-gradient(at 50% -20%, #272b76, #1a1c3c) fixed;
    background: -moz-radial-gradient(at 50% -20%, #272b76, #1a1c3c) fixed;
    background: -o-radial-gradient(at 50% -20%, #272b76, #1a1c3c) fixed;
    background: radial-gradient(at 50% -20%, #760808, #1a1c3c) fixed;
    opacity: .98;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.shape-bg .row {
    min-height: 100vh;
    padding: 100px 0;
}

.shape-bg svg {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 80px;
}

.cls-2 {
    opacity: 0.47;
}

.shape-bg svg path,
.shape-bg svg polygon {
    fill: #ffffff;
}

.shape-bg .announcement {
    line-height: 26px;
    margin: 0 0 30px;
    padding: 0 12px 0 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0 20px 27px -3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 20px 27px -3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 20px 27px -3px rgba(0, 0, 0, 0.09);
}

.shape-bg .announcement:after {
    content: "\f3d3";
    font-family: "Ionicons";
    position: relative;
    bottom: -1px;
}

.shape-bg .announcement .new-pill {
    padding: 0 6px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    background: #fcfcfc;
    color: #742937;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.shape-bg .announcement .message {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 12px;
    font-family: 'Josefin Sans', sans-serif;
}

.shape-bg .message-box {
    color: #fff;
    background: rgba(0, 0, 0, 0.13);
    padding: 10px 20px;
    -webkit-box-shadow: 0 20px 27px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 20px 27px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 27px -3px rgba(0, 0, 0, 0.3);
}

.shape-bg .message-box input,
.shape-bg .message-box textarea {
    font-family: 'Josefin Sans', sans-serif;
    display: block;
    width: 100%;
    margin: 15px auto;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border: 0;
}

.shape-bg .message-box input:focus,
.shape-bg .message-box input:active,
.shape-bg .message-box button:focus,
.shape-bg .message-box button:active {
    outline: none;
}

.shape-bg .message-box button {
    background: -webkit-radial-gradient(at 50% -20%, #FFFFFF, #FFFFFF) fixed;
    background: -moz-radial-gradient(at 50% -20%, #FFFFFF, #FFFFFF) fixed;
    background: -o-radial-gradient(at 50% -20%, #FFFFFF, #FFFFFF) fixed;
    background: radial-gradient(at 50% -20%, #005c93, #005c93) fixed;
    border: 0;
    color: #fff;
    padding: 10px 0px;
    font-size: 18px;
    width: 100%;
    margin: 20px auto;
    display: block;
    cursor: pointer;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 28px;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    -moz-transition: all .15s ease;
    transition: all .15s ease;
}

.shape-bg .message-box ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fcfcfc;
}

.shape-bg .message-box ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fcfcfc;
}

.shape-bg .message-box :-ms-input-placeholder {
    /* IE 10+ */
    color: #fcfcfc;
}

.shape-bg .message-box :-moz-placeholder {
    /* Firefox 18- */
    color: #fcfcfc;
}

.shape-bg .message-box button:active {
    background: #742937;
}

/* 
---------------------------------------------
Services Area
--------------------------------------------- 
*/

.services .nav-tabs li .nav-link.active {
    background: -webkit-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -moz-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -o-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: radial-gradient(at 50% -20%, #742735, #16113B) fixed;
    color: #eeeeee;
    border-bottom-color: transparent;
    opacity: 1;
}

.services .nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    background: rgba(238, 238, 238, 0.03);
    -webkit-box-shadow: 0 20px 27px -3px rgba(0, 0, 0, .02);
    -moz-box-shadow: 0 20px 27px -3px rgba(0, 0, 0, .02);
    box-shadow: 0 20px 27px -3px rgba(0, 0, 0, .02);
}

.services .nav-tabs li a {
    color: #752937;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: rgba(238, 238, 238, 0.2);
}

.services .nav-tabs li a:before {
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-size: 40px;
    line-height: 1;
}

.services .nav-tabs li a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 12px;
}

.services .tab-content {
    padding: 25px 5px 20px 5px;
}

.tab-pane.fade.show.active .row>.col-sm-6 {
    padding: 0px;
}

/* 
Portfolio
--------------------------------------------- 
*/

.portfolio .portfolio-slider .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -90px;
}

.portfolio .portfolio-slider .owl-nav div {
    display: inline-block;
    width: 32px;
    margin: 0;
    height: 30px;
    background-color: #742937;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0.8;
    text-align: center;
}

.portfolio .portfolio-slider .owl-nav div i {
    color: #fff;
    font-size: 20px;
}

.portfolio .portfolio-slider .owl-nav .owl-prev {
    margin-right: 2px;
}

.project-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.project-item:hover .project-hover-mask {
    background-color: rgba(12, 70, 115, 0.2);
}

.project-item:hover .project-hover-mask .mask-container:before {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.project-item:hover .project-hover-mask .mask-container:after {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.project-item:hover .project-hover-mask .mask-container h4 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.project-item:hover .project-hover-mask .mask-container p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.project-item:hover .project-hover-mask .mask-container .image-link {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.project-item img {
    display: block;
    width: 100%;
}

.project-item .project-hover-mask {
    position: absolute;
    background-color: rgba(12, 70, 115, 0.6);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}

.project-item .project-hover-mask .mask-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 30px 14px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.project-item .project-hover-mask .mask-container:before {
    content: '';
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: -webkit-transform .5s;
    -webkit-transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s;
    -moz-transition: transform .5s, -moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.project-item .project-hover-mask .mask-container:after {
    content: '';
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: -webkit-transform .5s;
    -webkit-transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s;
    -moz-transition: transform .5s, -moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.project-item .project-hover-mask .mask-container .divider-border {
    border-bottom: 1px solid #fff;
    width: 60%;
    margin: 15px auto 11px;
}

.project-item:hover .project-hover-mask .mask-container .divider-border,
.project-item:hover .project-hover-mask .mask-container p,
.project-item:hover .project-hover-mask .mask-container h4 {
    opacity: 0;
}

.project-item .project-hover-mask .mask-container h4 {
    margin: 0;
    color: #fff;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.project-item .project-hover-mask .mask-container p {
    margin: 0;
    color: #fff;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.project-item .project-hover-mask .mask-container .image-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #742937;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 0px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
}

/* 
Pricing
--------------------------------------------- 
*/

.pricing {
    color: #fcfcfc;
    background: -webkit-radial-gradient(at 50% -20%, #0070A1, #16113B);
    background: -moz-radial-gradient(at 50% -20%, #0070A1, #16113B);
    background: -o-radial-gradient(at 50% -20%, #0070A1, #16113B);
    background: radial-gradient(at 50% -20%, #0070A1, #16113B);
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

.pricing:before {
    border-right: 100vw solid #fff;
    border-top: 25px solid transparent;
    top: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pricing:after {
    border-right: 100vw solid #fff;
    border-top: 25px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    z-index: 1;
    overflow: hidden;
}

.pricing .pricing_box {
    background: -webkit-radial-gradient(at 50% -20%, #0070A1, #16113B);
    background: -moz-radial-gradient(at 50% -20%, #0070A1, #16113B);
    background: -o-radial-gradient(at 50% -20%, #0070A1, #16113B);
    background: radial-gradient(at 50% -20%, #0070A1, #16113B);
    background-attachment: fixed;
    border: 0px solid #742937;
    padding: 20px 30px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 27px -3px rgba(0, 0, 0, 0.3);
    position: relative;
}

.pricing .pricing_box .label {
    top: 2.78571429em;
    right: 2.78571429em;
    background: #fcfcfc;
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #742937;
    text-transform: uppercase;
    height: 26px;
    min-width: 65px;
    padding: 0 10px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    z-index: 3;
    line-height: 29px;
}

.pricing .pricing_box ul {
    margin-top: 60px;
    padding: 0;
}

.pricing p,
.pricing h5 {
    color: #fcfcfc;
}

.pricing .pricing_box ul li {
    list-style: none;
    line-height: 1.5;
}

/* .pricing .pricing_box ul li span {
    color: #fcfcfc;
    padding-right: 12px;
    font-size: 20px;
    line-height: 26px;
    float: left;
    display: inline-block;
} */

.pricing .pricing_box ul li p {
    font-size: 15px;
    margin-bottom: 1rem;
    color: inherit;
    padding-left: 30px;
}

.pricing .pricing_box h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}

.pricing .pricing_box .pricing__dollar {
    font-size: 28px;
    position: relative;
    bottom: 20px; 
	margin-right: 15px;
}

.pricing .pricing_box .type--fine-print {
    font-size: 14px;
    margin-top: 60px;
    margin-bottom: 20px;
    color: #fcfcfc;
    font-weight: 400;
}

/* 
testimonials
--------------------------------------------- 
*/

.testimonials {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 2px 4px 9px 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 2px 4px 9px 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 2px 4px 9px 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.04);
    white-space: normal;
    padding: 32px;
}

.testimonials h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}

.testimonials p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
}

.testimonial-author {
    margin-top: 40px;
}

.testimonial-author img {
    height: 65px !important;
    width: 65px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-author .name {
    margin-top: 10px;
}

.testimonial-author .name div {
    margin-top: 5px;
}

.testimonial-area .testimonials-slider .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 96px;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.testimonial-area .testimonials-slider .owl-prev i {
    width: 32px;
    height: 32px;
    border: 8px solid #752937;
    border-bottom: 0;
    border-right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    margin-top: -23px;
    margin-left: -23px;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
}

.testimonial-area .testimonials-slider .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 96px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    left: auto;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
    background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.testimonial-area .testimonials-slider .owl-next i {
    width: 32px;
    height: 32px;
    border: 8px solid #752937;
    border-bottom: 0;
    border-right: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    z-index: 0;
    left: auto;
    right: 50%;
    top: 50%;
    margin-top: -23px;
    margin-right: -23px;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
}

/* 
Footer
--------------------------------------------- 
*/

footer {
    background: -webkit-radial-gradient(at 50% -20%, #0070A1, #16113B);
    background: -moz-radial-gradient(at 50% -20%, #0070A1, #16113B);
    background: -o-radial-gradient(at 50% -20%, #0070A1, #16113B);
    background: radial-gradient(at 50% -20%, #0a374b, #742937);
    background-attachment: fixed;
    color: #fcfcfc;
}

footer a:hover {
    color: #ffffff;
}

footer a {
    color: #fcfcfc;
}

footer h5 {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.69px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fcfcfc;
}

footer .footer-logo {
    width: 60%;
}

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

footer ul li {
    display: block;
}

footer ul li a {
    color: #8898aa;
    line-height: 30px;
    font-size: 15px;
    white-space: nowrap;
    font-weight: 400px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

footer .address .social {
    overflow: hidden;
    margin-top: 5px;
}

footer .address .social li {
    float: left;
    font-size: 16px;
    margin-right: 10px;
}

footer .address .social li a {
    color: #fcfcfc;
}

footer .copyright {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
   
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.88px;
}

footer p {
    color: #8898aa;
}

/* 
page-title
--------------------------------------------- 
*/

.page-title {
    padding-top: 80px;
    min-height: 250px;
    background: url(../images/pattern-background.jpg);
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: skew(0deg, -1.5deg);
    -moz-transform: skew(0deg, -1.5deg);
    -ms-transform: skew(0deg, -1.5deg);
    -o-transform: skew(0deg, -1.5deg);
    transform: skew(0deg, -1.5deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    position: relative;
}

.page-title a,
.page-title p,
.page-title h1 {
    color: inherit;
}

.page-title .row {
    min-height: 250px;
}

.page-title .page-top {
    -webkit-transform: skew(0deg, 1.5deg);
    -moz-transform: skew(0deg, 1.5deg);
    -ms-transform: skew(0deg, 1.5deg);
    -o-transform: skew(0deg, 1.5deg);
    transform: skew(0deg, 1.5deg);
}

.page-title:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -moz-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -o-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    opacity: .98;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-title .breadcrumb {
    float: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    padding: 0px;
    margin-top: 8px;
    margin-bottom: 0px;
    display: block;
    text-align: center;
}

.page-title .breadcrumb li:first-child {
    margin-left: 0px;
}

.page-title .breadcrumb li {
    font-weight: 400;
    font-size: 14px;
    color: #fcfcfc;
    line-height: 30px;
    margin-left: 10px;
    display: inline-block;
}

.page-title .breadcrumb li:after {
    font-family: "Ionicons";
    content: "\f125";
    margin-left: 10px;
    font-size: 10px;
    color: #fcfcfc;
}

.page-title .breadcrumb li:last-child:after {
    content: '';
    margin-left: 0px;
}

/* 
Contact us
--------------------------------------------- 
*/

.contact-item {
    position: relative;
    padding-left: 44px;
    color: #742937;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.contact-item-icon {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 10px;
    left: 3px;
    color: #fff;
    text-align: center;
    line-height: 23px;
}

.contact-item-icon i {
    position: relative;
}

.contact-item-icon:before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #742937;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-item-title {
    margin-bottom: 2px;
    font-family: 'Josefin Sans', sans-serif;
    color: #742937;
    font-size: 16px;
}

.contact-item-text {
    font-size: 15px;
    font-weight: 300;
}

.form-control {
    color: #742937;
    border: 1px solid rgba(30, 48, 86, 0.5);
    font-size: 15px;
    padding: 10px 12px;
    height: auto !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#googleMap {
    width: 100%;
    height: 400px;
}

.gm-style-pbc {
    opacity: 0 !important;
}

/* 
About us
--------------------------------------------- 
*/

.video-box {
    overflow: hidden;
    -webkit-box-shadow: 0 20px 27px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 20px 27px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 27px -3px rgba(0, 0, 0, 0.3);
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.video-box .box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -moz-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -o-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    opacity: 0.6;
    z-index: 3;
}

.video-box .video-popup {
    position: relative;
}

.sonar-wrapper {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -15px;
}

.sonar-emitter {
    position: relative;
    margin: 0px auto;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #742937;
    text-align: center;
}

.sonar-emitter i {
    z-index: 10;
    font-size: 20px;
    color: #fff;
    margin-left: 4px;
    line-height: 38px;
}

.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    background: #742937;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.sonar-wave {
    -webkit-animation: sonarWave 2s linear infinite;
    -moz-animation: sonarWave 2s linear infinite;
    -o-animation: sonarWave 2s linear infinite;
    animation: sonarWave 2s linear infinite;
}

@-webkit-keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

@-moz-keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

@-o-keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

@keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

/* 
Team
--------------------------------------------- 
*/

.team-item-detail p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.team-item-descr {
    text-align: center;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.team-item-name {
    margin-top: 23px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 18px;
    font-style: italic;
}

.team-item-role {
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-style: italic;
}

.team-item-image {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

.team-item-image img {
    width: 100%;
}

.team-item:hover .team-item-detail {
    opacity: 1;
}

.team-item:hover .team-item-image:after {
    background: rgba(255, 255, 255, .93);
}

.team-item-image:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 1;
    -webkit-transition: all 0.47s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.47s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.47s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.47s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.team-social-links {
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 8px;
}

.team-social-links a {
    display: inline-block;
    padding: 3px 7px;
    color: rgba(0, 0, 0, .4);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.team-social-links a:hover {
    color: #742937;
}

.team-item-detail {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px 23px 55px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

/* 
services
--------------------------------------------- 
*/

.services>span {
    float: left;
    font-size: 45px;
    line-height: 35px;
    color: #742735;
}

.services .services-item {
    margin-left: 65px;
}

.services .services-item .services-heading {
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
}

.services .services-item .services-heading:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #742937;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #742735;
}

.services .services-item p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
}

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

.features-item .features-icon {
    padding-top: 10px;
    font-size: 48px;
    line-height: 1.3;
}

.features-item .features-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}

/* 
Pricing-table
--------------------------------------------- 
*/

.pricing-table {
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}

.pricing-table .pricing-header {
    font-weight: 700;
    line-height: 1.5;
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}

.pricing-table .pricing-price {
    padding: 30px 0;
    background: -webkit-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -moz-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -o-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    color: #fcfcfc;
    text-align: center;
}

.pricing-table .pricing-price img {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding: 0px 30px 30px 30px;
}

.pricing-table .pricing-price .currency {
    height: 47px;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    top: -15px;
    color: inherit;
}

.pricing-table .pricing-price .price {
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 2.12px;
    color: inherit;
}

.pricing-table .pricing-price .period {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.88px;
    color: inherit;
}

.pricing-table .pricing-list {
    margin: 40px 0;
    text-align: left;
}

.pricing-table .pricing-list li {
    padding: 12px 30px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.88px;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    display: block;
    width: 100%;
}

.pricing-table .pricing-list li .table_done {
    text-align: right;
    float: right;
    color: #742937;
}

.pricing-table .pricing-list li .table_none {
    text-align: right;
    float: right;
    color: #c4c4c4;
}

.pricing-table .pricing-list li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

/* 
Portfolio
--------------------------------------------- 
*/

.portfolio-nav li {
    color: #742937;
    display: inline-block;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: linear .1s;
    -o-transition: linear .1s;
    -moz-transition: linear .1s;
    transition: linear .1s;
    opacity: 0.5;
    padding: 0 15px;
    cursor: pointer;
    border-right: 1px solid #dddddd;
    line-height: normal;
}

.portfolio-nav li:last-child {
    border: unset;
}

.portfolio-nav li.active,
.portfolio-nav li:hover {
    opacity: 1;
}

.portfolio-wrapper.row div[class*=" col-"],
.portfolio-wrapper.row div[class^=col-] {
    padding: 5px;
}

.portfolio-wrapper.row.no-gutters div[class*=" col-"],
.portfolio-wrapper.row.no-gutters div[class^=col-] {
    padding: 0px;
}

.portfolio-wrapper .filtr-item {
    position: relative;
}

.portfolio-wrapper .portfolio-item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

/* 
BLog
--------------------------------------------- 
*/

blockquote {
    margin-bottom: 28px;
    padding: 30px;
    padding-top: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #F4F8FB;
    overflow: hidden;
    border-left: 5px solid #742937;
}

blockquote p {
    font-size: 20px !important;
    font-family: "Georgia", sans-serif !important;
    display: block;
    font-style: italic;
    margin: 0 !important;
    line-height: 36px !important;
}

.post {
    margin: 20px 0;
}

.single-post .post-img {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.post .post-img {
    position: relative;
}

.single-post .post-img .date {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    background: -webkit-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -moz-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -o-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.single-post .post-img .date strong {
    display: block;
    color: #fff;
    height: 20px;
    line-height: 20px;
}

.single-post .post-img .date span {
    display: block;
    color: #fff;
    height: 20px;
    line-height: 20px;
}

.single-post .post-footer {
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.single-post .post-footer span {
    float: left;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #742937;
    font-family: 'Josefin Sans', sans-serif;
}

.single-post .post-footer ul.social {
    float: right;
}

.single-post .post-footer ul.social li {
    float: left;
    margin-left: 15px;
}

.single-post .post-footer ul.social li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #742937;
}

.post .post-img .date {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    background: -webkit-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -moz-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: -o-radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    background: radial-gradient(at 50% -20%, #0070A1, #16113B) fixed;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.post .post-img .date strong {
    display: block;
    color: #fff;
    height: 20px;
    line-height: 20px;
}

.post .post-img .date span {
    display: block;
    color: #fff;
    height: 20px;
    line-height: 20px;
}

.post .post-content {
    padding: 20px;
    border: 1px solid #e3e3e3;
}

.single-post .post-content a span {
    color: #742937;
    font-size: 14px;
    margin-top: 18px;
    font-weight: 700;
    display: inline-block;
}

.post .post-content h5 a {
    font-weight: 500;
    font-size: 25px;
    line-height: normal;
}

.post .post-content a span {
    color: #742937;
    font-size: 14px;
    margin-top: 18px;
    font-weight: 700;
    display: inline-block;
}

.single-post .info {
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.single-post .post-detail,
.single-post .post-detail p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}

.single-post .post-detail p {
    margin-bottom: 20px;
}

.post .info {
    padding-top: 15px;
    border-top: 1px solid #e3e3e3;
    margin-top: 15px;
}

.single-post .info li,
.post .info li {
    display: inline-block;
}

.single-post .info li a span,
.single-post .info li a {
    font-size: 15px;
    margin-right: 10px;
    color: #742937;
}

.post .info li a {
    font-size: 13px;
    margin-right: 10px;
    color: #742937;
}

.single-post .info li a span,
.post .info li a span {
    margin-right: 5px;
}

.sidebar .widget {
    margin-bottom: 60px;
}

.sidebar .widget .widget-title h5 {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: .85em;
    margin-bottom: 1rem;
}

.sidebar .widget .widget-category li {
    line-height: normal;
}

.sidebar .widget .widget-category li a {
    color: inherit;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 1.9;
    font-size: 14px;
    display: inline-block;
}

.sidebar .widget .widget-category li a small {
    opacity: 0.8;
    font-size: 0.65rem;
}

.sidebar .widget .tags a {
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 0px 7px;
    border: 1px solid #e9e9e9;
    color: inherit;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

.sidebar .widget .widget-latest-post li {
    margin: 10px 0;
    float: left;
    width: 100%;
}

.sidebar .widget .widget-latest-post li .recent-post {
    float: left;
    width: 65px;
}

.sidebar .widget .widget-latest-post li .recent-post img {
    height: 40px;
}

.sidebar .widget .widget-latest-post li .recent-post-info {
    padding-left: 10px;
    overflow: hidden;
}

.sidebar .widget .widget-latest-post li .recent-post-info a {
    display: block;
    color: inherit;
    line-height: normal;
}

.sidebar .widget .widget-latest-post li .thumb {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 20px;
    overflow: hidden;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
}

.sidebar .widget .widget-latest-post li .w-desk {
    display: inherit;
    overflow: hidden;
    color: inherit;
}

.sidebar .widget .widget-latest-post li .w-desk span {
    color: inherit;
}

.sidebar .widget .widget-latest-post li .w-desk span del {
    margin-right: 10px;
}

.sidebar .widget .widget-latest-post li .w-desk a {
    color: inherit;
    font-weight: bold;
    text-transform: capitalize;
}

.sidebar .widget .widget-latest-post::after {
    display: block;
    clear: both;
    content: "";
}

.sidebar .widget .widget-search {
    position: relative;
}

.sidebar .widget .widget-search i {
    position: absolute;
    right: 0px;
    padding: 16px 22px;
    font-size: 14px;
    cursor: pointer;
}

.sidebar .widget .widget-search input {
    padding-right: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.comments-area .single-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments-area .single-comment.comment-reply {
    margin-left: 50px;
}

.comments-area .single-comment .author-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    position: relative;
    min-height: 1px;
    padding-right: 25px;
}

.comments-area .single-comment .author-comment a {
    padding: 5px 10px;
    color: #742937;
    border: 1px solid #eee;
    margin-top: 12px;
    display: inline-block;
    font-size: 10px;
}

.pagination-area {
    margin: 80px 0px;
    width: 100%;
    text-align: center;
}

.paginations li {
    display: inline-block;
}

.paginations li a {
    background: #742937 none repeat scroll 0 0;
    border: 1px solid #742937;
    color: #fff;
    margin: 0 5px;
    padding: 8px 15px;
    font-size: 18px;
}

/* 
Responsive css
--------------------------------------------- 
*/

@media (max-width: 980px) {
    .navbar {
        height: auto !important;
        padding: 15px 0px;
        background: #ffffff;
        color: #742937;
    }
    nav.navbar .navbar-nav {
        margin-top: 10px;
    }
    nav.navbar .navbar-nav .nav-link {
        height: 50px;
        line-height: 50px;
        padding: 0px;
        border-bottom: 1px solid #f5f5f5;
    }
    .dropdown-menu {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border: none;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
    }
    .dropdown-menu .dropdown-item {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #f5f5f5;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 1px;
        margin-left: 12px;
        margin-right: 12px;
        color: #742937
    }
    .dropdown-toggle::after {
        right: 30px;
        position: absolute;
    }
    .navbar .navbar-brand>img.align-top.logo_white {
        display: none;
    }
    .navbar .navbar-brand>img.align-top.logo_black {
        display: block;
    }
}

@media (min-width: 980px) {
    .dropdown .dropdown-menu {
        display: block;
        margin: 0;
        padding: 0;
        min-width: 200px;
        -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        top: 99%;
        opacity: 0;
        -webkit-transform: translateY(-2em);
        -moz-transform: translateY(-2em);
        -ms-transform: translateY(-2em);
        -o-transform: translateY(-2em);
        transform: translateY(-2em);
        visibility: hidden;
        z-index: -1;
        -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        border: 0px solid transparent;
    }
    .dropdown .dropdown-menu a {
        display: block;
        background: #fff;
        color: inherit;
        padding-left: 20px;
        height: 40px;
        line-height: 32px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        position: relative;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 1px;
        border-bottom: 1px solid #f5f5f5;
        border: transparent;
        text-transform: capitalize;
    }
    .dropdown .dropdown-menu a:before {
        content: '';
        position: absolute;
        width: 0px;
        height: 40px;
        left: 0px;
        top: 0px;
        bottom: 0px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: #742937;
    }
    .dropdown .dropdown-menu a:hover:before {
        width: 5px;
    }
    .dropdown .dropdown-menu a:hover {
        background: #f5f5f5;
        padding-left: 25px;
    }
    .dropdown:hover>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition-delay: 0s, 0s, 0.3s;
        -moz-transition-delay: 0s, 0s, 0.3s;
        -o-transition-delay: 0s, 0s, 0.3s;
        transition-delay: 0s, 0s, 0.3s;
    }
}

@media (max-width: 992px) {
    .project-item .project-hover-mask {
        padding: 5px;
    }
    .project-item .project-hover-mask .mask-container .divider-border {
        display: none;
    }
    .project-item .project-hover-mask .mask-container p {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
    }
    .pricing .pricing_box ul li span {
        padding-right: 5px;
        font-size: 15px;
        line-height: 15px;
    }
    .pricing .pricing_box ul li p {
        font-size: 14px;
    }
    .pricing .pricing_box .type--fine-print {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .shape-bg svg {
        height: 60px;
    }
    .btn.btn-white,
    .btn {
        font-size: 14px;
    }
    footer .widget {
        margin: 30px 0;
    }
    .shape-bg .row {
        min-height: 100vh;
    }
    .project-item .project-hover-mask {
        padding: 5px;
    }
    .project-item .project-hover-mask .mask-container .divider-border {
        display: none;
    }
    .project-item .project-hover-mask .mask-container p {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
    }
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width:576px) {
    .shape-bg svg {
        height: 30px;
    }
    .btn.btn-white,
    .btn {
        font-size: 14px;
    }
    .btn+.btn {
        margin-top: 8px important;
        margin-left: 0px;
    }
    .services .nav-tabs .nav-item {
        margin-bottom: 20px;
    }
    footer .widget {
        margin: 30px 0;
    }
    .shape-bg .row {
        min-height: 100vh;
    }
    .contact-item {
        margin: 20px 0;
    }
    .team-item {
        margin: 40px 0;
    }
    .pricing .pricing_box .label {
        display: none;
    }
    .pricing .pricing_box .type--fine-print {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .testimonial-area .testimonials-slider .owl-next,
    .testimonial-area .testimonials-slider .owl-prev {
        background: transparent;
    }
    .owl-nav {
        display: none;
    }
}

.courses ul {
    margin-top: 15px;  
}
.courses ul li span {
    color: #742735;
    padding-right: 12px;
    font-size: 24px;
    line-height: 24px;
    float: left;
    display: inline-block;
}
 .courses ul li p {
    font-size: 16px;
    margin-bottom: 1rem;
    color: inherit;
    padding-left: 30px;
}

.courses h6 {
	font-size:18px;
	margin-top: 15px;
}

.mar-b25{
	margin-bottom:25px;
}

.no-pad{
	padding:0px;
}

.display-4 {
    font-size: 3.0rem;
}
.m-feature .single-feature{
    border: 1px solid #742b3c; border-radius:20px 0px 20px 0px; margin:10px;
}

.intern-part{
    background-color: #752937;
    color: #fff;
    padding: 10px 0px;
}

.student img{
    width: 200px;
    height: 200px;
     border-radius: 50%;
      margin: 5px 0px; 
      border: 5px solid #742735;
       object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .heading-main{
        font-size:24px;
    }
}

