body{
    margin:0;
    padding:0;
    font-size:16px;
    color: #000;
    font-family: "Montserrat", serif;
    font-weight: 400;
}
p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
    font-family: "Montserrat", serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
     color: #000000;
     margin-top: 10px;
     font-family: "Lora", serif;
     font-weight: 700;
}
a{
    color: #1a555c;
}
a:focus, a:hover{
	text-decoration:none;
}
.btn-primary{
    background-color: #1a555c;
    border-color: #1a555c;
    color: #fff;
}
.del-space {
    display: none;
}
.navpart{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrapper-bg{
    position: relative;
    padding: 150px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wrapper-bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(16 16 202 / 75%);
}
.wrapper-bg img {
    width: 100%;
}
.home_banner_content {
    position: relative;
    text-align: center;
    padding-top: 100px;
}
.home_banner_content h1 {
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
}
.home_banner_content h3 {
    font-size: 40px;
    color: #fff;
    margin: 0px;
    padding-top: 10px;
    font-weight: 500;
}
.home_banner_content .explore-btn {
    background-color: transparent;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 50px;
}
.navbar-default .navbar-brand {
    height: auto;
    line-height: normal;
    padding: 15px 0px;
    margin: 0px !important;
}
nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: 1px solid #9f9f9f;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: #1010ca;
    border-bottom-color: #1010ca;
}
.navbar-right {
    float: none !important;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    padding: 0px 15px;
    font-weight: 500 !important;
    border-right: 1px solid #fff;
    margin-top: 30px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    background-color: transparent;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li{
    background-color: #1010ca;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover{
    background-color: #000000;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #1010ca;
    background-color: #fff;
    padding: 5px 10px 3px;
    font-size: 20px;
}
.call-info {
    width: 100%;
    text-align: right;
}
.call-info a {
    color: #fff;
}
nav.navbar.bootsnav .navbar-nav > li:last-child a{
    border-right: 0px;
}
.learn_more_btn a {
    background-color: #1010ca;
    padding: 16px 25px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
    font-weight: 500;
}
.discript-block {
    background-color: #fff;
    padding: 60px 0px;
}
.desc-image {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.desc-image img{
    overflow: hidden;
    transition: all 0.3s linear;
    transform: scale(1);
}
.desc-image:hover img{
    transform: scale(1.2);
    transition: all 0.3s linear;
}
.desc-content .sb_title {
    margin-bottom: 20px;
}
.sb_title {
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 50px;
    color: #1010ca;
}

.services-block{
    background-color: #e7e7fd;
    padding: 60px 0px;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
    margin-bottom: 30px;
	width: 100%;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}


.grid figure h2 {
	font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}
.grid figure h2 a{
    color: #fff;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img{
	opacity: 0.3;
}
figure.effect-lily:hover p{
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.testmonial-block {
    padding: 60px 0px;
}
.testmonial-list .customNavigation a.prev, .testmonial-list .customNavigation a.next {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1010ca;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s linear;
}
.testmonial-list .customNavigation a.prev:hover, .testmonial-list .customNavigation a.next:hover{
    background-color: #1010ca;
    border-color: #1010ca;
    color: #fff;
}
.testmonial-list .customNavigation {
    position: absolute;
    right: 0px;
    top: 30%;
}
.testmoni-content {
    padding: 0px 80px 0px 40px;
}
#owl-demo .owl-pagination {
    display: none;
}
.mark-info {
    margin-left: 0px;
    margin-top: 40px;
    position: relative;
}
.mark-info h4 {
    margin: 0px 0px 5px 0px;
    margin-left: 125px;
}
.mark-info p {
    margin-left: 120px;
}
.mark-info::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #1010ca;
}

footer{
    background-color: initial;
    border: none;
}
.footer-title {
    color: #fff;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 40px;
}
.about-footer img {
    margin-bottom: 20px;
}
.footer-middle h1 {
    color: #fff;
    font-family: "Alice", serif;
    font-size: 48px;
    margin: 0px;
    font-weight: 400;
    padding-bottom: 15px;
}
.footer-social-icons a {
    width: 40px;
    height: 40px;
    background-color: #1010ca;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
}
.contact-info li {
    margin-bottom: 25px;
    font-size: 18px;
    display: flex;
}
.contact-info li i{
    margin-right: 10px;
}
.nav-links li a {
    font-size: 18px;
}
.main-footer ul {
    margin-top: 0px;
}
.more-info p, .more-info li, .copy p, .power p, .power a{
    color: #fff;
}
.main-footer {
    background: #0a0a76;
    padding: 60px 0 50px;
}
.bottom-footer {
    text-align: left;
    padding: 20px 0 20px 0;
    background-color: #0a0a76;
    border-top:1px solid #313199;
}
.input-group-btn .btn {
    background: #1010ca none repeat scroll 0 0;
    border: 1px solid #1010ca;
    font-size: 15px;
}
.copy p, .power p, .power a{
    font-size: 16px;
    margin: 0px;
}
.contact-info li a:hover, .nav-links ul li a:hover {
    color: #a9a9ea;
}
.inner-pages {
    position: initial;
}
.inner-pages nav.navbar.bootsnav {
    background-color: #1010ca;
}

@media (min-width:1500px){
    .container{
        width: 1320px;
    }
    p{
        font-size: 18px;
        line-height: 30px;
    }
    .home_banner_content h1 {
        letter-spacing: 1px;
        font-size: 105px;
        line-height: 110px;
        font-weight: 700;
    }
    .home_banner_content h3{
        font-size: 80px;
        font-weight: 400;
    }
    .py-25{
        padding: 100px 0px;
    }
    .home_banner_content .explore-btn{
        padding: 25px 70px;
        font-size: 22px;
    }
    .home_banner_content{
        padding-top: 180px;
    }
}
@media (min-width:1200px){
    .contact-info {
        padding-left: 80px;
        padding-right: 30px;
    }
    .home_banner_content{
        padding-bottom: 100px;
    }
}

@media (min-width:992px) and (max-width:1199px){
    figure.effect-lily figcaption > div {
        padding: 10px;
    }
}
@media (min-width:768px) and (max-width:991px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        font-size: 16px;
        padding: 0px 10px;
    }
    .home_banner_content h1 {
        font-size: 48px;
        line-height: 60px;
    }
    .testmonial-list .customNavigation{
        bottom: 0px;
        top: auto;
    }
    .testmoni-content {
        margin-top: 20px;
        padding: 0px;
    }
    .call-info a {
        padding: 10px 15px;
        margin-top: 15px;
        display: inline-block;
    }
}
@media (min-width:320px) and (max-width:767px){
    nav.navbar.bootsnav .navbar-nav > li > a {
        font-size: 16px;
        margin: 0px;
        padding: 10px;
        border-right: 0px;
        color: #1010ca;
    }
    nav.navbar.bootsnav .navbar-nav {
        background-color: #fff;
        margin: 0px !important;
    }
    .home_banner_content h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .testmoni-content {
        padding: 20px 0px 0px;
    }
    .testmonial-list .customNavigation{
        position: initial;
    }
    .testmonial-list .customNavigation a.prev, .testmonial-list .customNavigation a.next {
        float: right;
        margin: 0px 10px;
    }
    .more-info {
        margin-bottom: 30px;
    }
    .footer-title {
        margin-bottom: 25px;
    }
    .call-info {
        float: left;
        text-align: left;
        background: #fff;
    }
    .call-info a {
        border: 1px solid #1010ca;
        padding: 8px 15px;
        color: #1010ca;
        display: inline-block;
        margin-left: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media (min-width:320px) and (max-width:540px){
    .home_banner_content{
        padding-top: 50px;
    }
    .wrapper-bg {
        padding-bottom: 100px;
    }
    .home_banner_content h1 {
        font-size: 36px;
        line-height: 42px;
    }
    .home_banner_content h3 {
        font-size: 24px;
    }
    .home_banner_content .explore-btn {
        padding: 10px 20px;
        font-size: 14px;
        margin-top: 25px;
    }
    .sb_title {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .py-25 {
        padding: 30px 0px;
    }
    .desc-content {
        margin-bottom: 30px;
    }
    figure.effect-lily figcaption > div {
        padding: 0px 15px;
    }
    .grid figure h2{
        font-size: 26px;
    }
}