@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");

html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Rajdhani', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #abacae;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 38px;
  color: #222222;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'Rajdhani', sans-serif;
  margin: 0px;
  font-size: 14px;
}

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

ul li, ol li {
  list-style: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

.topNav{
	background:#0082bc;
	padding:12px;
	display:flex;
}

.topNav .left-side ul{
	float:left;
}

.topNav .left-side li a{
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
}

.topNav .left-side li .dropdown-menu li a{
	color:#333;
	text-align: center;
    display: block;
	padding:8px;
}

.topNav .left-side li .dropdown-menu li a:hover{
	background:#0082bc;
	color:#FFF;
}

.topNav .left-side li .dropdown-menu li{
	border:0;
	display:block;
	padding-right:0;
	padding-left:0;
}

.topNav .left-side li{
	border-right:1px solid #3eaada;
	display: inline-block;
    padding-right: 12px;
	padding-left:12px;
}

.topNav .left-side li:last-child{
	border-right:0px;
}

.topNav .left-side .dropdown-menu{
	left:15px;
	min-width:100px;
}

.topNav .left-side .dropdown-menu.currency{
	left:24px !important;
}

.topNav .right-side  ul{
	float:right;
}

.topNav .right-side li{
	border-right:1px solid #3eaada;
	display: inline-block;
    padding-right: 12px;
	padding-left:12px;
}

.topNav .right-side  li a{
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
}

.topNav .right-side li:last-child{
	border-right:0px;
}
 
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.top-Socail-icon{
	display:flex;
}

.top-Socail-icon li {
	display:inline-block;
	margin-right:10px;
}

.top-Socail-icon li a{
	width:32px;
	height:32px;
	border-radius:50%;
	background:#dcdcdc;
	display:block;
	text-align:center;
	vertical-align:middle;
}

.top-Socail-icon li a:hover{
	background:#0082bc;
}

.top-Socail-icon li a i{
	color:#FFF;
	position:relative;
	top:7px;
}

.section-header {
  margin-bottom: 30px;
}

.section-header p {
  text-align:center;
  font-weight: 400;
  line-height: 26px;
}

.section-title {
  font-size: 30px;
  color: #222222;
  display: inline-block;
  font-weight: 700;
  position: relative;
}

.shape {
  height: 1px;
  margin: 0 auto;
  margin-bottom:8px;
  position: relative;
  width: 80px;
  background-color: #333333;
  position:relative;
}

.shape.mL{
	left:15px;
}

.padding-none {
  padding: 0px;
}

.bg-gray {
  background: #f9f9f9;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(61, 96, 244, 0.3);
}

.btn {
  font-size: 15px;
  padding: 10px 40px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #0082bc;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.btn-common:hover {
  color: #333;
  background: transparent !important;
  border: 1px solid #0082bc;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #0082bc;
  background-color: transparent;
  border: 1px solid #0082bc;
  border-radius: 30px;
  text-transform: uppercase;
}

.btn-border:hover {
  color: #fff;
  border-color: #F63854;
  background-color: #F63854;
}

.btn-border:focus {
  color: #fff;
  border-color: #F63854;
  background-color: #F63854;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #F63854;
  text-transform: capitalize;
}

.btn-rm:hover {
  color: #F63854;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #F63854;
}

.social-icon a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #0082bc;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #0082bc;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-padding {
  padding: 60px 0;
}

hr {
  border-top: 1px dotted #ddd;
}

.suppBuyer{
	position:relative;
	bottom:45px;
}

.suppBuyer .tabbable-panel{
	width:100%;
	margin:13px 0;
}

.suppBuyer .tabbable-line{
	width: calc(100% - 30%);
	margin-left: 20%;
}

.suppBuyer .nav-tabs{
	border:0px;
}

.suppBuyer .tabtop li a{
	color:#1b2834;
	border-top-left-radius:4px !important;
	border-top-right-radius: 4px;
	background:#fdfdfd;
	font-size:16px;
}

.suppBuyer .tabtop .active a{
	background-color:#0082bc !important;
	color:#FFF !important;
}

.suppBuyer .tabtop .active a:hover{
	color:#fff !important;
}

.suppBuyer .tabtop li a:hover{
	color:#0082bc !important;
	text-decoration:none;
}

.suppBuyer .tab-content{
	border-bottom-left-radius:4px !important;
	border-bottom-right-radius: 4px;
	background:#fdfdfd;
	padding:15px 0;
	box-shadow: 0 12px 23px -6px rgba(27, 38, 49, 0.1);
}

fieldset.scheduler-border {
    border: 1px solid #e8e8e8 !important;
    padding: 0 15px 0 15px !important;
	border-radius:4px;
	background:#FFF;
}

legend.scheduler-border {
    font-size:14px !important;
    text-align: left !important;
    width:auto;
    border-bottom:none;
	margin:0;
	color:#0082bc;
	line-height:normal;
}


.suppBuyer .items{
	border:0px !important;
	margin:0 !important;
	padding:8px;
}

.suppBuyer .lNameBtn{
	margin-top: 7px !important;
    margin: 0;
    padding: 12px;
}

.suppBuyer .btn-primary{
	border-radius:4px;
	background:#0082bc;
	box-shadow: none;
}

.suppBuyer .btn-primary i{
	font-size: 14px;
    margin-left: 10px;
}

.suppBuyer .tabtop li a:last-child{
	padding:10px 22px;
}

.thbada{padding:10px 28px !important;}

.services{background-color:#d4d4d4;min-height:710px;padding:65px 0 27px 0;}
.services a:hover{color:#000;}
.services h1{margin-top:0px !important;}
.heading-container p{font-family:'Lato', sans-serif;text-align:center;font-size:16px !important;text-transform:uppercase;}

.whatWeDo {
  background: #fff;
}

.whatWeDo h2{
	font-size:45px;
	font-weight:400;
}

.whatWeDo .section-header p{
	font-size:16px;
	color:#333;
	line-height:22px;
	margin-top:25px;
	display:block;
}

.whatWeDo .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.whatWeDo .content-left span {
  float: left;
}

.whatWeDo .content-right span {
  float: left;
}

.whatWeDo .box-item {
  padding: 15px;
  line-height: 22px;
  margin-top: 30px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -mox-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0;
}

.whatWeDo .box-item .icon {
  text-align: center;
  margin: 0 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.whatWeDo .box-item .icon i {
  color: #F63854;
  font-size: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.whatWeDo .box-item .icon i.one-icon{
	background-image: url(../img/one-icon.jpg);
	background-repeat: no-repeat;
	display:block;
	width:63px;
	height:58px;
}

.whatWeDo .box-item .icon i.two-icon{
	background-image: url(../img/two-icon.jpg);
	background-repeat: no-repeat;
	display:block;
	width:63px;
	height:58px;
}

.whatWeDo .box-item .icon i.three-icon{
	background-image: url(../img/three-icon.jpg);
	background-repeat: no-repeat;
	display:block;
	width:63px;
	height:58px;
}

.whatWeDo .box-item .icon i.four-icon{
	background-image: url(../img/four-icon.jpg);
	background-repeat: no-repeat;
	display:block;
	width:63px;
	height:58px;
}

.whatWeDo .box-item .text h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.whatWeDo .box-item .text p {
  font-size: 16px;
  color:#333;
  line-height: 26px;
}


.whatWeDo .show-box {
  margin-top: 50px;
}

.whatWeDo .show-box img {
  width: 100%;
}



.navbar-brand {
  position: relative;
  padding: 0px;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  padding: 5px !important;
  top: 0px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  background: #fff !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 70%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #585b60 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #F63854 !important;
  border-color: #F63854 !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #F63854 !important;
}

.navbar-expand-lg .navbar-toggler {
  background: transparent;
  border:0;
  color: #00c4f4;
  cursor: pointer;
  font-size:35px;
  font-weight:700;
}

.navbar-brand img {
  width: 70%;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #FFF !important;
  border-color: #FFF;
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.navbar-nav li{
	line-height:0px;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #333;
  font-weight: 400;

  font-size:18px;
  padding: 0;
  cursor: pointer;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding:0 20px;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #fff;
  outline: none;
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
  color: #0082bc !important;
  width: 100%;
  font-weight:700;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover::before,
.navbar-expand-lg .navbar-nav .nav-link:focus {
  color: #0082bc;
  width: 100%;
}

.navbar {
  padding: 10px 0;
}

.navbar li.active a.nav-link {
  color: #preset;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #F63854;
  background: #f7f7f7;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* ==========================================================================
3. Hero Area
========================================================================== */
#carousel2_indicator .carousel-caption{
	top: 20%;
    left: 18% !important;
    text-align: left;
}

#carousel2_indicator .carousel-caption h5{
	font-size:45px;
	color:#0082bc;
	font-weight:700;
}

#carousel2_indicator .carousel-caption p{
	color:#333;
	font-size:25px;
	margin-bottom:20px;
}

#carousel2_indicator .carousel-indicators{
	transform: rotate(90deg);
    top: 50%;
    right: 1%;
    margin: 0;
    left: initial;
    bottom: initial;
}


#carousel2_indicator  .carousel-control-prev{
    top: 38%;
    right: -52px;
    margin: 0;
    left: initial;
    bottom: initial;
	opacity:1;
}

#carousel2_indicator  .carousel-control-next{
    top: 61%;
    right: -52px;
    margin: 0;
    left: initial;
    bottom: initial;
	opacity:1;
}


#carousel2_indicator  .carousel-control-prev-icon{
	background-image: url(../img/up-arrow.png);
	background-repeat: no-repeat;
	width:32px;
	height:16px;
}

#carousel2_indicator  .carousel-control-next-icon{
	background-image: url(../img/down-arrow.png);
	background-repeat: no-repeat;
	width:32px;
	height:16px;
}

#carousel2_indicator .carousel-indicators li{
	border-radius:50%;
	width:15px;
	height:15px;
	margin-right: 8px;
    margin-left: 8px;
}

#carousel2_indicator .carousel-indicators .active{
	background:#0082bc;
}

/* How We Do*/

.pB180{
	padding-bottom:180px;
}

.HowWeDo{ 
	background-color:#f3f4f7;
	text-align:center;
	color:#333;
	padding-bottom:150px;
}

.HowWeDo h5{
	margin:8px 0;
}

.HowWeDo .btn-common{
	margin-top:15px;
}

.HowWeDo .middlebottom{
	margin-top:150px;
	position:relative;
}

.HowWeDo .left-Arrow{
	position:relative;
}

.HowWeDo .left-Arrow img{
	position: absolute;
    left: -350px;
    top: 103px;
}


.HowWeDo .right-Arrow{
	position:relative;
}

.HowWeDo .right-Arrow img{
	position: absolute;
    left: 52px;
    top: -195px;
}

.HowWeDo .right-cureve-Arrow{
	position:relative;
}

.HowWeDo .right-cureve-Arrow img{
	position: absolute;
    left: -56px;
    top: -28px;
    transform: rotate(-7deg);
}

.HowWeDo .bottom-ring-Arrow{
	position: relative;
    text-align: center;
    display: block;
    width: 100%;
    z-index: 1;
	bottom:12px;
}

.HowWeDo .mTop150{
	margin-top:150px;
}

.HowWeDo em.rocketArrow{
	width:100%;
}

.HowWeDo em.rocketArrow img{
	text-align:left;
	display:block;
	padding-left: 150px;
}

.HowWeDo .weDobg{
	background-image: url(../img/howwe-Bg.png);
	background-repeat: no-repeat;
    background-position: center;
	width:1165px;
	height:1178px;
	
}

.HowWeDo h2{
	font-size: 45px;
    font-weight: 400;
}

.pb_slant-white{
	position:relative;
}

.pb_slant-white:after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -50px;
    height: 200px;
    width: 130%;
    background-color: #f2f4f9;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
	
}

.whoweAre{
	background-image: url(../img/whoweareBg.png);
	background-repeat: no-repeat;
	background-color:#1b8fc4;
	background-size: cover;
	padding-top:180px;
	color:#FFF;
	padding-bottom:60px;
}

.whoweAre h2{
	font-size: 45px;
    font-weight: 400;
	color:#FFF;
}

.whoweAre .topupDiv{
	position:relative;
	bottom: 30px;
}

.halfSquare{
	height:260px;
	position:relative;
}

.halfSquare.rotate90{
	 -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.halfSquare.rotate180{
	 -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	width:275px;
}

.halfSquare.rotate-90{
	 -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	width:275px;
}

.halfSquare.normalDiv{
	width:275px;
}

.whoweAre .innerContent.w220{
	width:220px;
}

.whoweAre .innerContent.w275{
	width:275px;
}


.halfSquare .rule {
  height: 1px;
  background: #5eadd2;
}
.halfSquare .rule:before, .halfSquare .rule:after {
  content: '';
  height:8px;
  width: 8px;
  border-radius: 8px;
  float: left;
  background: #FFF;
  margin-top: -4px;
}
.halfSquare .rule:after {
  float: right;
}

.halfSquare .rule:before{
	width:auto;
}

hr.vertical {
  width: 1px;
  height: 100%;
  margin:0;
  border:0;
  background: #5eadd2;
  /* or height in PX */
}

.whoweAre .innerContent{
	position:absolute;
	top:0;
	padding:30px 25px;
}

.whoweAre .innerContent h4{
	font-size:25px;
    font-weight: 400;
    color: #FFF;
}

.whoweAre p{
	font-size:16px;
}

.whoweAre p span.w100{
	width:70%;
	display:block;
}

.mobile-view{
	display:none;
}

.slick-slider {
  padding: 80px 0;
}

.slider-center img {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding: 63px 63px;
  position: relative;
  text-align: center;
}

.slider-center .slick-center img {
  -moz-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -o-transform: scale(1.9);
  -webkit-transform: scale(1.9);
  opacity: 1;
  transform: scale(1.9);
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
  border: 1px solid #f1f1f1;
}

.form-control:focus {
  border-color: #F63854;
  box-shadow: none;
  outline: none;
}

textarea {
  border-radius: 4px !important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.contact-Form{
    z-index: 10;
}

.contact-Form .contact-block{
	border-radius:30px;
	background:#036e9e;
	padding:35px 50px;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
	position: absolute;
    width: 100%;
    top: -300px;
}

.contact-Form .contact-block h3{
	font-weight:400;
	font-size:35px;
	color:#FFF;
	margin-bottom:15px;
}

.contact-Form .contact-block input, .contact-Form .contact-block textarea{
	border-radius:30px !important;
	background:transparent;
	border:1px solid #FFF;
	position:relative;
	color:#FFF;
}

.contact-Form .contact-block .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.6rem;
    text-align: center;
    pointer-events: none;
    color: #63a6c4;
    right: 0;
}

.contact-Form .contact-block .input-group{
	margin-bottom:16px;
}


.contact-Form .contact-block .centreBtn{
	width:100%;
	text-align:center;
}

.contact-Form .contact-block .btn-common{
	 border-radius: 30px;
}

.contact-Form .contact-block .btn-common.blueBg {
    background-color: #2fb8f5;
}

::placeholder {
  color: #9ac6da !important;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.contact-right-area {
  margin-left: 50px;
}

.contact-right-area .contact-title {
  margin-bottom: 20px;
}

.contact-right-area .contact-title h1 {
  font-size: 22px;
}

.contact-right {
  padding: 4px;
}

.contact-right .single-contact {
  margin: 30px 0px;
  padding: 3px 55px;
  position: relative;
  color: #abacae;
}

.contact-right .single-contact p {
  margin-bottom: 0px;
}

.contact-right .single-contact p a {
  color: #abacae;
}

.contact-right .contact-icon {
  background: #F63854;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

.h3 {
  float: right;
  font-size: 16px;
}

.DownloadApp{
	padding:60px 0;
}

.DownloadApp .btn-common{
	border-radius:30px;
}

.DownloadApp .btn-common.blueBg{
	background-color:#2fb8f5;
}

.DownloadApp h3{
	font-size: 45px;
    font-weight: 400;
	margin-bottom:50px;
}

.DownloadApp .storText{
	margin-top:20px;
}

.DownloadApp .storText span, .DownloadApp .storText p{
	display:inline-block;
	vertical-align:top;
	color:#333;
}

.DownloadApp .storText p em{
	font-style:normal;
	font-size:20px;
	font-weight:700;
}


.customerSay h2{
	font-size: 45px;
    font-weight: 400;
}

.customerSay em{
	font-style:normal;
	font-weight:600;
}

.customerSay .center{
  background:#0bbcf2;
  color:#FFF !important;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  position:relative;
  top:10px;
  z-index:10;
}

.customerSay .owl-carousel .owl-stage-outer{
	min-height:350px;
}

.customerSay .owl-carousel .owl-item img {
    display: initial !important;
    width: auto !important;
}

.customerSay .owl-carousel.owl-drag .owl-item{
	border-radius:15px;
	border:1px solid #ededed;
	padding:50px 35px 15px 35px;
	text-align:center;
	opacity:1 !important;
	min-height:240px;
	color:#333;
}

.customerSay .owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.customerSay .owl-carousel .owl-dots {
  text-align: center;
  position: relative;
  bottom: 55px;
}

.customerSay .owl-carousel button.owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
  text-align: center;
}

.customerSay .owl-carousel button.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #333;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.customerSay .owl-carousel button.owl-dot.active span, .owl-carousel button.owl-dot.clickable, .owl-carousel button.owl-dot:hover span {
  background: #00b2e8;
}


.customerSay .owl-nav .owl-prev{
	background-image: url(../img/prev-arrow.png) !important;
	background-repeat: no-repeat !important;
	width:42px;
	height:35px;
	position: absolute;
    top: 30%;
    left: -10%;
}

.customerSay .owl-nav .owl-prev span, .customerSay .owl-nav .owl-next span{
	display:none;
}


.customerSay .owl-nav .owl-next{
	background-image: url(../img/next-icon.png) !important;
	background-repeat: no-repeat !important;
	width:42px;
	height:35px;
	position: absolute;
    top: 30%;
    right: -10%;
}

/* Footer Area Start */
.footer-area {
  position: relative;
  background: #fff;
}

.footer-area .footer-titel {
  font-size:22px;
  color: #FFF;
  font-weight:700;
  letter-spacing: 0.5px;
  margin-top:120px;
}

.footer-area .footerBluBg{
	background:#0375a8;
	background-image: url(../img/footer-Bg-Logo.png) !important;
	background-repeat: no-repeat !important;
	min-height:350px;
}

.footer-area .footerBluBg p a{
	color:#dcdcdc;
}

.footer-area .footer-titel span {
  color: #ccc;
  font-weight: 400;
}

.footer-area .textwidget p {
  color: #dcdcdc;
}

.footer-area .footer-link li {
  margin-bottom: 10px;
}

.footer-area .footer-link li a {
  color: #dcdcdc;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.footer-area .footer-link li a:hover {
  color: #FFF;
}

.footer-area .address li a {
  color: #dcdcdc;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  display:block;
  margin-bottom:12px;
}

.footer-area .address li a i {
  font-size: 22px;
  width: 32px;
  vertical-align: middle;
  height: 36px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 5px;
  line-height: 32px;
}

.footer-area #subscribe-form {
  margin-top: 10px;
}

.footer-area #subscribe-form .form-group {
  position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  height: 52px;
  border-radius: 0;
  background: transparent;
  color: #F63854;
}

#copyright{
	background:#036d9c;
}

#copyright p {
  line-height: 42px;
  color: #FFF;
  text-align: center;
  margin: 0;
}

.social-icon a {
  color: #0375a8;
  background: #dcdcdc;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius:30px;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
