﻿@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Roboto', sans-serif;
	font-size:15px;
}

.clr{
	clear:both;
}
img{
	border:none;
	outline:none;
}
a, a:hover{
	text-decoration:none;
}

.top-bar{
	background:#f2f3f4;
	padding:10px 0;
}
.top-bar > .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-bar .f-social {
    margin: 0 0 0 20px;
    padding-left: 20px;
    border-left: 1px solid rgb(0 50 81 / 15%);
}
.top-bar .f-social > a {
    background: #70d0f6;
    color: #fff;
    transition: 0.5s;
}
.top-bar .f-social > a:hover {
	background: #fff;
}
.flt-rgt{
	float:right;
}
.outer{
	overflow-x:hidden;
}
header{
	position:relative;
}
.top-bar p{
	font-size:16px;
	color:#003251;
	text-transform:uppercase;
}
.top-bar p a{
	color:#00bff6;
	font-size:18px;
	font-weight:500;
}
.top-bar p a:hover{
	text-decoration:underline;
}
nav{
	background:#003251;
	padding:5px 0;
}
header nav > .container > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logo{
	position:relative;
}
.logo img{
	max-width:100%;
	vertical-align:top;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}

.navbar-default.cust-navbar {
	background-color: transparent;
	border-color: transparent;
	border:medium none;
	border-radius:0;
	position: relative;
	min-height: 100%;
	margin-bottom: 0;
	padding:0;
	/*margin-top:10px;*/
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.navbar-default.cust-navbar .navbar-nav > li {
	float: left;
	position: relative;
	display: block;
	margin-right:5px;
}
.navbar-default.cust-navbar .navbar-nav > li:last-child {
	margin-right:0;
}
.navbar-default.cust-navbar .navbar-nav > li > a {
    color: #fff;
	padding: 5px 10px;
	line-height: 20px;
	border:medium none;
	border-radius:3px;
	background-color: transparent;
}
.navbar-default.cust-navbar .navbar-nav > li > a.active, .navbar-default.cust-navbar .navbar-nav > li > a.active:hover, .navbar-default.cust-navbar .navbar-nav > li > a.active:focus {
	color: #fff;
	background-color: #70d0f6;
	border:medium none;
}
.navbar-default.cust-navbar .navbar-nav > li > a:hover, .navbar-default.cust-navbar .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #70d0f6;
	text-decoration: none;
}
.navbar-default.cust-navbar .navbar-nav > li > .dropdown-menu {
	margin-top: 5px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background:rgba(112,208,246,1);
	border:medium none;
}
.navbar-default.cust-navbar .navbar-nav > li > .dropdown-menu > li{
	padding:0 15px;
}
.navbar-default.cust-navbar .navbar-nav > li > .dropdown-menu > li > a{
	border-bottom:1px dotted #fff;
	padding-bottom:5px;
	color:#fff;
}
.navbar-default.cust-navbar .navbar-nav > li > .dropdown-menu > li:last-child > a{
	border-bottom:medium none;
}

.navbar-default.cust-navbar .navbar-nav > li > .dropdown-menu > li > a:hover{
	background:#013252;
	color:#6fd1f6;
}
.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}
.shrink{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:16;
	background:#003251;
}
.shrink .logo img{
	max-width:70%;
}
.shrink .navbar-default.cust-navbar{
	margin-top:0;
}

.banner{
	/*margin-top:100px;*/
}
.banner .carousel-control.left {
	display:none;
}
.banner .carousel-control.right {
	display:none;
}
.banner .carousel-caption {
	right: 0;
	left: 0;
	padding-bottom: 30px;
	bottom:30%;
	text-align:center;
}
.banner .carousel-caption-inside {
	display:inline-block;
	background:rgba(0,0,0,0.5);
	padding:10px 50px;
	border-radius:70px;
}
.banner .carousel-caption-inside h3{
	display:inline-block;
	font-family: 'Raleway', sans-serif;
	font-size:48px;
	line-height:57px;
}
.banner .carousel-caption-inside h3 span{
	color:#41d4fd;
	text-transform:uppercase;
}
.banner > #myCarousel > .carousel-inner > .item img {
	width: 100%;
}
section.services{
	padding:40px 0;
}
section.services h2{
	font-family: 'Raleway', sans-serif;
	font-size:35px;
	line-height:40px;
	color:#003251;
	position:relative;
	text-align:center;
	padding:0 0 15px;
	margin-bottom:15px;
	text-transform:uppercase;
}
section.services h2 span{
	color:#70d0f6;
}
section.services h2::after{
	position:absolute;
	content:"";
	width:50px;
	height:1px;
	background:#70d0f6;
	bottom:0;
	left:48%;
}
section.services p{
	text-align:center;
	color:#b1b1b1;
	font-size:16px;
	line-height:23px;
}
section.services .row{
	margin-top:37px;
}
section.services .block{
	background:#f6f6f6;
	padding:20px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	margin-bottom:30px;
	min-height:330px;
	border:1px solid #e4e4e4;
}
section.services .block h3{
	font-family: 'Raleway', sans-serif;
	font-size:21px;
	text-align:center;
	color:#003251;
	margin-bottom:24px;
	font-weight:500;
}
section.services .block p{
	color:#abaaaa;
	font-size:15px;
	text-align:center;
	margin-bottom:24px;
	line-height:22px;
}
section.services .btn-parnt{
	text-align:center;
	margin-bottom:10px;
}
section.services a{
	background:#70d0f6;
	font-size:19px;
	padding:10px 15px;
	font-weight:500;
	text-decoration:none;
	color:#fff;
	display:inline-block;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	border-radius:3px;
	font-family: 'Raleway', sans-serif;
}
section.services a:hover{
	background:#003251;
}
section.services .circle{
	width:108px;
	height:108px;
	border:1px solid #70d0f6;
	border-radius:50%;
	margin-bottom:20px;
	display:block;
	margin:0 auto 20px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
section.services .circle.icon1{
	background:#fff url(../images/block-icon1.png) no-repeat center center;
}
section.services .block:hover .circle.icon1{
	background:#70d0f6 url(../images/block-icon1-hover.png) no-repeat center center;
}

section.services .circle.icon2{
	background:#fff url(../images/block-icon2.png) no-repeat center center;
}
section.services .block:hover .circle.icon2{
	background:#70d0f6 url(../images/block-icon2-hover.png) no-repeat center center;
}

section.services .circle.icon3{
	background:#fff url(../images/block-icon3.png) no-repeat center center;
}
section.services .block:hover .circle.icon3{
	background:#70d0f6 url(../images/block-icon3-hover.png) no-repeat center center;
}

section.services .circle.icon4{
	background:#fff url(../images/block-icon4.png) no-repeat center center;
}
section.services .block:hover .circle.icon4{
	background:#70d0f6 url(../images/block-icon4-hover.png) no-repeat center center;
}

section.services .circle.icon5{
	background:#fff url(../images/block-icon5.png) no-repeat center center;
}
section.services .block:hover .circle.icon5{
	background:#70d0f6 url(../images/block-icon5-hover.png) no-repeat center center;
}

section.services .circle.icon6{
	background:#fff url(../images/block-icon6.png) no-repeat center center;
}
section.services .block:hover .circle.icon6{
	background:#70d0f6 url(../images/block-icon6-hover.png) no-repeat center center;
}
section.process{
}
section.process h2{
	font-family: 'Raleway', sans-serif;
	font-size:35px;
	line-height:40px;
	color:#003251;
	position:relative;
	text-align:center;
	padding:0 0 15px;
	margin-bottom:30px;
	text-transform:uppercase;
}
section.process h2 span{
	color:#70d0f6;
}
section.process h2::after{
	position:absolute;
	content:"";
	width:50px;
	height:1px;
	background:#70d0f6;
	bottom:0;
	left:48%;
}
.process-div{
	background:url(../images/process-bg.jpg) no-repeat 0 0;
	background-size:cover;
}
.process-bg{
	background:rgba(255,255,255,0.4);
	margin-left:-1px;
}
.process-txt{
	padding:10px 15px;
	/*margin-bottom:10px;*/
	margin:23.1px 0;
	border:1px solid #fff;
}
/*.process-txt:first-child{
	margin:10px 0;
}*/
.process-icon-hldr{
	float:left;
}
.process-icon-circle{
	width:90px;
	height:90px;
	background:#fff;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	border-radius:50%;
}
.process-icon-circle.icon1{
	background:#fff url(../images/process-icon1.png) no-repeat center center;
}
.process-txt:hover .process-icon-circle.icon1{
	background:#04bef2 url(../images/process-icon1-hover.png) no-repeat center center;
}
.process-icon-circle.icon2{
	background:#fff url(../images/process-icon2.png) no-repeat center center;
}
.process-txt:hover .process-icon-circle.icon2{
	background:#04bef2 url(../images/process-icon2-hover.png) no-repeat center center;
}
.process-icon-circle.icon3{
	background:#fff url(../images/process-icon3.png) no-repeat center center;
}
.process-txt:hover .process-icon-circle.icon3{
	background:#04bef2 url(../images/process-icon3-hover.png) no-repeat center center;
}
.process-icon-txt{
	margin-left:100px;
}
.process-icon-txt h3{
	font-size:20px;
	font-weight:500;
	color:#fff;
	line-height:22px;
	margin-bottom:5px;
}
.process-icon-txt p{
	font-size:15px;
	line-height:21px;
	color:#fff;
}
.no-padd{
	padding:0;
}
section.portfolio{
	padding:40px 0;
}
section.portfolio h2{
	font-family: 'Raleway', sans-serif;
	font-size:35px;
	line-height:40px;
	color:#003251;
	position:relative;
	text-align:center;
	padding:0 0 15px;
	margin-bottom:30px;
	text-transform:uppercase;
}
section.portfolio h2 span{
	color:#70d0f6;
}
section.portfolio h2::after{
	position:absolute;
	content:"";
	width:50px;
	height:1px;
	background:#70d0f6;
	bottom:0;
	left:48%;
}



.get-strt{
	background:url(../images/get-started.jpg) no-repeat 0 0;
	background-size:cover;
}
.get-strt h2{
	font-family: 'Raleway', sans-serif;
	font-size:53px;
	color:#fff;
	text-align:center;
	line-height:67px;
	text-transform:capitalize;
	margin-top:20px;
	margin-bottom:15px;
}
.get-strt h2 span{
	color:#81dbff;
}
.conta-btn{
	text-align:center;
	margin-bottom:20px;
}
.conta-btn a{
	font-size:27px;
	padding:15px 20px;
	color:#fff;
	text-transform:capitalize;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	display:inline-block;
	background:#70d0f6;
	border-radius:5px;
	font-family: 'Raleway', sans-serif;
}
.conta-btn a:hover{
	color:#003251;
}

section.testi{
	padding:40px 0;
	margin-bottom:40px;
}
section.testi h2{
	font-family: 'Raleway', sans-serif;
	font-size:35px;
	line-height:40px;
	color:#003251;
	position:relative;
	text-align:center;
	padding:0 0 15px;
	margin-bottom:15px;
	text-transform:uppercase;
}
section.testi h2::after{
	position:absolute;
	content:"";
	width:50px;
	height:1px;
	background:#70d0f6;
	bottom:0;
	left:48%;
}

section.testi p{
	text-align:center;
	color:#b1b1b1;
	font-size:16px;
	line-height:23px;
}


/*testimonial slider*/

.testimonial-block{
	border:1px solid #dbdbdb;
}
.test-block-img{
	float:left;
}
.test-block-img img{
	display:block;
	vertical-align:top;
}
.test-block-test{
	padding:10px;
	margin-left:175px;
}
.quote-span{
	display:inline-block;
	margin-bottom:10px;
}
.test-block-test p{
	font-size:15px;
	color:#a8a8a8;
	line-height:20px !important;
	margin-bottom:10px;
	text-align:left !important;
}
.bottom-test{
	text-align:right;
}
.bottom-test span{
	font-size:16px;
	color:#003251;
}

.carousel-control.left,.carousel-control.right  {background:none;width:25px;}
.carousel-control.left {left:-25px;}
.carousel-control.right {right:-25px;}
.broun-block {
    background: url("http://myinstantcms.ru/images/bg-broun1.jpg") repeat scroll center top rgba(0, 0, 0, 0);
    padding-bottom: 34px;
}
.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}
.block-text a {
 color: #7d4702;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mark {
    padding: 12px 0;background:none;
}
.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
}
.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #ffcc00;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}
.person-text i {
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
}
.rel {
    position: relative;
}
.cus-carousl{
	margin-top:30px;
}
footer{
	background: #003251;
	border-top: 5px solid #70d0f6;
	padding: 50px 0 25px;
}
.f-social{
	margin: 10px 0;
}
.f-social a{
	display:inline-block;
	margin-right:5px;
	border-radius:50%;
	width:36px;
	height:36px;
	text-align:center;
	line-height:37px;
	color:#003251;
	background:#fff;
	font-family: FontAwesome;
	font-size:16px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.f-social a:last-child{
	margin-right:0;
}
.f-social a:nth-child(1):hover{
	color:#3b5998;
}
.f-social a:nth-child(2):hover{
	color:#55acee;
}
.f-social a:nth-child(3):hover{
	color:#ff0000;
}
.f-social a:nth-child(4):hover{
	color:#e95950;
}
.f-social a:nth-child(5):hover{
	color:#0a66c2;
}
.f-social a:nth-child(1)::after{
	content:"\f09a";
}
.f-social a:nth-child(2)::after{
	content:"\f099";
}
/*.f-social a:nth-child(3)::after{
	content:"\f167";
}*/
.f-social a:nth-child(3)::after{
	content:"\f16d";
}
.f-social a:nth-child(4)::after{
	content:"\f0e1";
}
.footer-link{
}
.footer-link ul{
	margin:0;
	padding:0;
	text-align:center;
	column-count: 2;
}
.footer-link ul li{
	text-align: left;
}
.footer-link ul li a{
	display:inline-block;
	padding:0;
	/*border-right:1px solid #fff;*/
	color:#fff;
	font-size:15px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	margin-bottom: 12px;
}
.footer-link ul li a:hover{
	color: #70d0f6;
}

.footer-link ul li:last-child a{
	border-right:none;
}
.footer-bottom{
	background:#012033;
	padding: 28px 0 25px;
}
.footer-bottom p{
	text-align:center;
	color:#b0bac0;
	font-size:15px;
}
.footer-bottom p a{
	color:#3b7c99;
	text-decoration:underline;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.footer-bottom p a:hover{
	color:#fff;
}
footer ul.contactUs > li > a:hover {
    color: #70d0f6;
}
footer h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
}
footer ul.contactUs > li > a {
    color: #fff;
    margin-bottom: 12px;
    display: inline-block;
    transition: 0.3s;
}
footer img {
    opacity: 0.4;
    mix-blend-mode: luminosity;
}
footer h3 {
    color: #70d0f6;
    background: rgb(112 208 246 / 10%);
    width: max-content;
    padding: 15px;
    border-radius: 5px;
    font-size: 18px;
    margin: 20px auto 0;
}

/* Partner Page Css Section */
.partners-body {
	background: #fbfbfb;
}
.partners-body > .container > .row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.partners-body > .container > .row [class*="col-"] {
	margin-top: 40px;
}
.partners-body .partnerBox {
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
}
.partners-body .partnerBox > .imgArea {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    min-height: 250px;
}
.partners-body .partnerBox > a {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #dfdfdf;
    width: 100%;
    font-size: 18px;
    color: #000;
    line-height: 22px;
    transition: 0.3s;
    display: block;
    height: 100%;
    text-decoration: none !important;
}
.partners-body .partnerBox > a:hover {
	border-color: #0b6a9e;
	color: #fff;
	background: #0b6a9e;
}
/* End Partner Page Css Section */

/* Event Page Css Section */
.event-Body {
	padding: 30px 0 50px;
}
.event-Body .topBox p {
    margin-top: 12px;
    font-size: 18px;
    color: #000;
}
.event-Body .topBox h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.event-Body .topBox .row {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
}
.event-Body .topBox .videoBox, .event-Body .topBox .registerBox {
    border: 12px solid #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 6px;
}
.event-Body .topBox .videoBox img {
	width: 100%;
}
.video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	transition: all 200ms;
}
.video-play-button:hover:after {
	background: #6600cc;
}
.video-play-button:hover span {
	border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 15px solid #6600cc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: 0.5s;
}
.event-Body .topBox .registerBox {
	height: 100%;
}
.event-Body .topBox .registerBox {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}
.event-Body .topBox .registerBox > a.registerButton {
    width: 100%;
    color: #fff;
    background: #70d0f6;
    height: max-content;
    padding: 18px;
    border-radius: 4px;
    font-size: 18px;
    transition: 0.5s;
}
.event-Body .topBox .registerBox > a.registerButton:hover {
	background: #003251;
}
.event-Body .topBox .registerBox > .content h3 > small {
    display: block;
    margin: 22px 0 18px;
}
.event-Body .topBox .registerBox > .content h3 {
    font-size: 25px;
    color: #000;
    font-weight: bold;
}
.event-Body .dayBox > ul > li:first-child > a {
    margin-left: 0;
    padding-left: 0;
    border: 0;
}
.event-Body .dayBox > ul > li > a {
    text-transform: uppercase;
    color: #000;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #000;
    transition: 0.5s;
}
.event-Body .dayBox > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 80px 0 30px;
}
.event-Body .dayBox > ul > li > a:hover {
	color: #003251;
}
.event-Body .dayBox > .titleBox > h4 {
    color: #fff;
    background: #003251;
    padding: 15px;
    font-size: 25px;
}
.event-Body .dayBox .row {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	margin: 0 0 15px;
}
.event-Body .dayBox .row [class*="col-"] {
	padding: 50px 0 30px;
}
.event-Body .dayBox > .titleBox .dayIn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.event-Body .dayBox > .titleBox .dayIn h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 18px;
}
.event-Body .dayBox .dayIn .content > ul > li > i {
    color: #6d9e3d;
    margin-right: 3px;
}
.event-Body .dayBox  .dayIn .content > ul > li {
    color: #3d3d3d;
    margin-bottom: 12px;
}
.event-Body .dayBox  .dayIn .regButton {
    color: #70d0f6;
    border: 1px solid #70d0f6;
    padding: 8px 60px;
    border-radius: 4px;
    font-size: 17px;
    transition: 0.5s;
    margin-top: 10px;
    text-decoration: none !important;
}
.event-Body .dayBox .dayIn .regButton:hover {
	color: #fff;
	background: #70d0f6;
}
.event-Body .dayBox .row [class*="col-"]::before {
    content: '';
    width: 1px;
    position: absolute;
    height: 173px;
    top: 50%;
    background: url(../images/divide-shape.png) no-repeat;
    right: 0;
    transform: translate(0, -50%);
}
.event-Body .dayBox .row [class*="col-"]:last-child::before {
    display: none;
}
.partners-slider {
    padding-bottom: 50px;
}
.partners-slider h2 {
    font-size: 28px;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}
.partners-slider .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.partners-slider .owl-stage .item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-slider .owl-carousel {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}
.partners-slider .owl-nav {
    position: absolute;
    width: 100%;
    pointer-events: none;
}
.partners-slider .owl-nav button {
    pointer-events: auto;
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    border-radius: 50%;
    transform: translate(0, -18px);
}
.partners-slider .owl-nav button span {
    font-size: 30px;
}
.partners-slider .owl-nav button.owl-next {
    right: -50px;
}
.partners-slider .owl-nav button.owl-prev {
    left: -50px;
}


@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* End Event Page Css Section */

/*slick slider*/
.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome' !important;
    font-size: 20px;
    line-height: 10px !important;

    opacity: .75;
	color:#000 !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev::before, .slick-next::before {
	line-height: 10px !important;
}
.slick-prev:before
{
    content: '\f104' !important;
}
.slick-next:before
{
    content: '\f105' !important;
}
.slick-prev, .slick-next {
	background: transparent;
	border:1px solid #d5d5d5 !important;
	top: 119% !important;
}
.slick-next {
	left: 551px !important;
}
.slick-prev {
	left: 527px !important;
}

.slick-dots {
	display: none !important;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	border-radius:0;
	background:rgba(0,0,0,0.5);
	border:none;
	width:50px;
	height:50px;
	padding-top:14px;
	z-index:1;
	color:#fff;
}
.back-to-top:hover {
	border:none;
	color:#fff;
}

/*services*/
.inside-banner img{
	max-width:100%;
	display:block;
	vertical-align:top;
	width: 100%;
	object-fit: cover;
}
.service-para h3{
	background:#003251;
	padding:5px 10px;
	font-size:30px;
	text-transform:capitalize;
	color:#fff;
	border-radius:5px;
	margin-bottom:20px;
	font-weight:normal;
}
.service-para h4{
	font-family: 'Raleway', sans-serif;
	color:#70d0f6;
	font-size:29px;
	font-weight:600;
	margin-bottom:20px;
}
.service-para p{
	font-family: 'Raleway', sans-serif;
	color:#626262;
	font-size:22px;
	line-height:28px;
	margin-bottom:20px;
}
.srv-pg{
	padding: 0 0 20px !important;
}
.srv-pg .row{
	margin-top:10px !important;
}
.inside-banner {
	position:relative;
}
.inside-banner .carousel-caption {
	right: 0;
	left: 0;
	padding-bottom: 30px;
	bottom:20%;
	text-align:center;
	position:absolute;
}
.inside-banner .carousel-caption-inside{
	display:inline-block;
	background:rgba(0,0,0,0.5);
	padding:10px 50px;
	border-radius:70px;
}
.inside-banner .carousel-caption-inside h3{
	display:inline-block;
	font-family: 'Raleway', sans-serif;
	font-size:36px;
	line-height:43px;
}
.inside-banner .carousel-caption-inside h3 span{
	color:#41d4fd;
	text-transform:uppercase;
}

/*contact us*/
.contact-frm{
	padding:30px 0;
}
.contact-outer{
	background:rgba(246,246,246,1);
	padding:30px 15px;
	border-radius:5px;
	border:1px solid #e1e1e1;
}
.contact-hding{
	color:#8f8f8f;
	font-size:30px;
	font-weight:500;
	text-transform:uppercase;
	border-bottom:1px solid #a6a6a6;
	padding-bottom:15px;
	margin-bottom:35px;
}
.contact-brdr{
	border-bottom:1px solid #efefef;
	height:1px;
}
.frm-ins .form-group {
	margin-bottom: 25px;
}
.frm-ins label{
	letter-spacing: 1.5px;
	line-height: 21px;
	font-weight: 400;
	color: #676767;
	text-transform:capitalize;
	display:block;
	font-size:14px;
}
.frm-ins input[type="text"], .frm-ins input[type="email"], .frm-ins input[type="tel"], .frm-ins input[type="url"]{
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 15px;
	padding: 16px;
	border-radius:3px;
	width:100%;
	line-height: 22px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	font-weight:300;
	color: #9c9c9c;
}
.frm-ins input[type="text"]:focus, .frm-ins input[type="email"]:focus, .frm-ins input[type="tel"]:focus, .frm-ins input[type="url"]:focus, .frm-ins textarea:focus{
	border-color: #999;
}
.frm-ins textarea{
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 15px;
	padding: 16px;
	border-radius:3px;
	width:100%;
	line-height: 22px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	font-weight:400;
	color: #9c9c9c;
}
button.submit{
	font-size: 25px;
	font-weight: normal;
	background-color: #70d0f6;
	border:none;
	color: #fff;
	cursor: pointer;
	padding: 16px;
	border:none;
	border-radius: 3px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	width: 100%;
	text-transform:uppercase;
	display:block;
}
button.submit:hover{
	color: #fff;
	border:none;
	background:#003251;
}
.cont-rgt h4{
	font-weight: 400;
	margin-bottom: 8px;
	color: #8f8f8f;
	font-size: 20px;
	line-height: 20px;
}
.cont-rgt p {
	margin-bottom: 30px;	
	line-height: 21px;
	font-weight: 400;
	color:#70d0f6;
	font-size:20px;
}
.cont-rgt p a{
	text-decoration:none;
	color:#70d0f6;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.cont-rgt p a:hover{
	color:#013453;
	text-decoration:underline;
}
.cont-rgt-img{
	border:1px solid #b7b6b6;
	border-radius:3px;
}
.cont-rgt-img img{
	max-width:100%;
}
.cont-map{
	margin:0;
}
.cont-map iframe{
	width:100%;
	height:75%
	margin-bottom:-3px;
}

/*process*/
section.process-sec{
	margin:20px 0;
}
.pros-block{
	border:1px solid #e1e1e1;
	padding:20px 70px 20px 20px;
	border-radius:3px;
	margin-bottom:15px;
}
.pros-block:nth-child(odd){
	background:#f6f6f6;
}
.pros-block:nth-child(even){
	background:#fff;
}
.pros-block img{
	float:left;
}
.proces-cont {
	margin-left:130px;
}
.proces-cont h4{
	font-size:20px;
	color:#003251;
	margin-bottom:5px;
}
.proces-cont p{
	font-size:15px;
	line-height:23px;
	color:#a3a3a3;
}