/*--------------------------------------------------------------

	* Filename:custom.css
	* Description:All Custom CSS
	* Version:1.0(14-Dec-2015) DD-MM-YYYY
	* Author:Finoit Technologies

==== STRUCTURE:==============================================

	* Page Width:100%
	* Number of columns:1

--------------------------------------------------------------*/
@import url("../fonts/stylesheet.css");
body{
  color: #191919;
  background: #fff;  
}

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



a:hover, 
a:focus, 
a:hover{
  color: #4d86bb; 
  text-decoration: none;
}
video{
  display: block;
  vertical-align: baseline;
  width: 100%;
  height: 100%;
}
h1{
  font-family: 'robotobold';
}
h2{
  font-family: 'sf_ui_displaymedium';
}
h1, h2, h3, h4{   
  color: #000; 
  font-weight: normal;
}

label{
  font-weight: normal;
}

b{
  font-weight: normal;
  font-family:'sf_ui_displaymedium'; 
}

img{
  max-width: 100%; 
  height: auto;
}

.ls{
  letter-spacing: 0;
}

.link{
  text-decoration: underline;
}

.txt-yellow{
  color: #d28d1a;
}

.txt-blue{
  color: #3d81b6;
}

.red-txt{ 
  color: #ff2222 !important;
}




.btn.yellow{
  color: #2a1c05;
  background: #d28d1a;
}

.btn.yellow:hover{
  color: #2a1c05;
  background: #d28d1a;
}

/*.btn.yellow*/
.btn.yellow{
  height: 50px;
  display: block;  
  font-weight: 600;
  z-index: 9;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  letter-spacing: 12px;
  font-family: 'acensregular';
  transition-duration: 0.3s;
}

.btn.yellow:hover{
  background: transparent;
}

.btn.yellow:before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #d28d1a;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.btn.yellow:hover:before{
  background: #c28115;
  transform: scaleX(1);
}

.btn.line{
  color: #d28d1a;
  background: transparent;
  border:1px solid #d28d1a;
}

.btn.xl{
  width: 100%;
}

.btn:active:hover, 
.btn.active:hover{
  background: inherit !important;
}

.btn.line{
  color: #d28d1a;
  background: transparent;
  border:1px solid #d28d1a;
}

.btn.xl{
  width: 100%;
}



.form-group.form-md-line-input.form-md-floating-label .form-control ~ label{
  top: 16px;
  color: #848282;
  font-weight: normal; 
}

.form-group.form-md-line-input .form-control{
  color: #d28d1a;  
}

section.home-slide {
  height: 100%;
}


/*head*/
.sello-head{
  /*max-height: 669px;*/
  position: relative;
}
.scroll-top{
  bottom: 100px;
  width: 200px;
  margin: auto;
  left: 0;
  right:0;
  position: absolute;
  text-align: center;
  z-index: 2;
}
.scroll-top1{
  width: 200px;
  margin: auto;
  left: 0;
  right:0;
  position: absolute;
  text-align: center;
  z-index: 2;
  bottom: 48px;
}
.scroll-top p{
  color: #ffffff;
  font-size: 20px;
  word-spacing: 0px;
  letter-spacing: 0px;

}
.scroll-top a {
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 43px;
  line-height: 0px;
  width: 43px;
  position: relative;
}
.scroll-top1 a {
  border: 2px solid #c9a35f;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 43px;
  line-height: 0px;
  width: 43px;
  position: relative;
}

.scroll-top a span{
  width:73px;
  height: 20px;
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/down-arrow.png) no-repeat 5px -6px
}
.scroll-top1 a span{
  width:73px;
  height: 20px;
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/down-arrow2.png) no-repeat 5px -6px;
}

.scroll-top a:hover{
  border-color: #ffffff;
}

/*.scroll-top a:hover span{
  background-position:0px -94px;
}*/

.refer-top {
  bottom: -100px;
  left: 0;
  right:0;
  position: absolute;
  text-align: center;
  z-index: 2;
}

.refer-top a{
  border-radius: 50%;
  display: inline-block;
  height:200px;
  line-height: 200px;
  width: 200px;
  position: relative;
  background: url(../img/refer-circle.png) no-repeat 0px 0px;
}

.refer-top a img{
  right: 0;
  bottom: 0;  
  width: 0px;
  height: 0px;
  margin: auto;
  transition: width .8s ease, height .8s ease;
}

.refer-top.active a img {  
  width: 85px;
  height: 96px;
}

.effect{
  margin-bottom:50px;
  text-align: center;
}

.effect h1{
  margin:0;
  letter-spacing: 10px;
  transition: width .8s ease, letter-spacing .8s ease;
  display: inline-block;
}

.effect.active h1{
  letter-spacing: 30px; 
}

.effect h1:after{
  content: '';
  display: block;
  margin:5px auto;
  height: 3px;
  width: 0px;
  left: -12px;
  position: relative;
  background-color: #d28d1a;
  transition: width .8s ease, background-color .8s ease;
}

.effect.active h1:after{
  width: 65px;
}

.padding-sec{
  padding:80px 150px;
}

h2{
  font-size: 24px;
  margin-bottom: 16px;
  font-family:'sf_ui_displayregular';
}

h2.title{
  margin-top: 15px;
  line-height: 38px;
}

figure.frame-sm{
  width: 340px;
  height:429px;
  position: relative;
  display: inline-block;
  background: url(../img/frame-sm.png) no-repeat 0 0;
}

figure.frame-sm p{
  right:25px;
  bottom: -10px;
  color: #888;
  font-size: 12px;
  position: absolute;
  font-style: italic;
}

figure.frame-lg{
  width: 328px;
  height:547px;
  position: relative;
  display: inline-block;
  text-align: center;
  background: url(../img/frame-lg.png) no-repeat 0 0;
}

figure.frame-lg p{
  left: 0;
  right:0;
  top: 20px;
  margin: auto;
  color: #888;
  font-size: 14px; 
  position: absolute;
  text-transform: uppercase;
}

.business-sec{
  overflow: hidden;
  background: #e1930f;
  position: relative;
}

.business-sec .contents{
  padding:80px 76px 30px 65px;
}

.business-sec h2{
  font-size: 42px;
  margin:0 0 15px 0; 
}

.business-sec h2 p{
  margin: 0;
  font-size: 42px;
  letter-spacing: 32px;
  display: inline-block;
  font-family:'acensregular';
}

.business-sec h2 span{
 font-size: 110%;
  font-style: italic;
  opacity: 0.50;
  font-family:"Times New Roman", Georgia, Serif;
}

.business-sec h3{
  font-size: 100px;
  margin: 0 0 30px 0;
  letter-spacing: 6px;
  font-family: 'sf_ui_displayregular';
}

a.btn.btn-lg{
  display: block;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  border-color: #000;
  letter-spacing: 14px;
  margin:30px 30px 0 0;
  padding:12px;
  position: relative;
  font-family:'acensregular';
}

.testimonial-sec{
  position: relative;
  background: #fff;
  z-index:2;
  color: #000;
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  padding: 80px 0;
} 

.testimonial-sec .padding-sec{
  margin: 0 100px;
} 

.testimonial-sec .description:before{
  width: 50px;
  height: 40px;
  content: "" ;
  display:inline-block; 
  margin-bottom: 35px; 
  background: url(../img/sprites.png) 0 -114px no-repeat;
}

.testimonial-sec .description p{ 
  color: #585858;
  font-family: "Times New Roman", Georgia, Serif;
}

.testimonial-sec figure{
  width: 68px;
  height: 68px;
  position: relative;
  top: 14px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;  
} 

.testimonial-sec .title{ 
  display: inline-block;
  margin-top: 45px;
}

.testimonial-sec .title p{
  display: inline-block;
  font-size: 18px;
  font-family:'sf_ui_displaymedium';
}

.testimonial-sec .title p span{
  display: block;
  text-align: left;
  opacity: 0.60;
  font-size: 16px;
  font-family: 'sf_ui_displaylight';
}

.testimonial-sec .owl-controls .owl-nav{
  top:0;
  bottom: 0;
  left: -100px;
  right: -100px;
  height: 35px;
  margin: auto;
  position: absolute;
}

.testimonial-sec .owl-controls .owl-nav div{
  width:18px;
  height: 35px;
  text-indent: -9999px;
  background: url(../img/sprites.png) no-repeat;
}

.testimonial-sec .owl-controls div.owl-prev{
  float: left;
  background-position: 0px -2px;
}

.testimonial-sec .owl-controls div.owl-next{
  float: right;
  background-position: -32px -2px;
}

.sello-feature-sec{
  position: relative;
  background: url(../img/feature-bg1.jpg);
  height: 1091px;
  width: 100%;
}

.single-item{
  display: block;
  text-align: center;
  padding:0 5px;
  margin-bottom: 50px;
}

.single-item figure{
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
}

.single-item img{
  transition: all 0.2s linear;
  }

.single-item:hover img {
  transform: scale(1.2,1.2);
}

.single-item figure:before {
  opacity: 0;
  position: absolute;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  z-index: 9;
  background-color: rgba(0,0,0, 0.5);
  transition: all 0.4s ease-in-out;  
}

.single-item:hover figure:before {
  opacity: 1;  
}

.single-item h3{
  margin:0;
  font-size: 16px; 
  transition: all 0.4s ease-in-out;  
  font-family: 'sf_ui_displayregular';
}

.single-item:hover h3{
 letter-spacing:1.5px;
}

.jet-head .owl-carousel .item p {
  bottom:40px;
  left: 0;
  right:0;
  position: absolute;
  text-align: center;
  z-index: 2;
  color: #d28d1a;
  font-size: 32px; 
  text-transform: uppercase;
  font-family:'acensregular';
  transition: width .8s ease, letter-spacing .8s ease;
}

.jet-head .owl-carousel .item p.active{
  letter-spacing:8px;
}

.list li{
  position: relative;
  margin-bottom: 6px;
  padding-left: 50px;
}

.list li:before{
  width: 22px;
  height: 15px;
  left: 0;
  top: 5px;
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/sprites.png) no-repeat 0px -156px;
}

.sello-feature-sec h1{
  text-align: center;
  color: #e2b769;
  font-size: 36px;
  margin-top: 50px;
}

.refer-sec .effect{
  padding-top: 30px;
}

.refer-sec .effect h2{
  letter-spacing: 0;
  line-height: 42px;
}

.refer-sec .effect h2 span{ 
  display: inline-block;
  border: 1px solid transparent;  
  transition: padding .8s ease, color .8s ease, border .8s ease, font-family .8s ease;
}

.refer-sec .effect.active h2 span{  
  padding: 0 10px;
  color: #d28d1a;
  border: 1px solid #d28d1a;
  font-family: 'sf_ui_displayheavy';
}

.refer-sec h3{  
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'sf_ui_displayregular';
}

.code-engine{
  padding: 35px 10px;
  margin: 45px 0;
  font-size: 18px;
  background:rgba(0,0,0,0.05);
  font-family: 'sf_ui_displayregular';
}

.code-engine h4{
  color: #d28d1a;
  font-size: 32px;
  letter-spacing:10px;
  margin: 18px 0;
  font-family: 'acensregular';
  transition: width .8s ease, letter-spacing .8s ease;
}

.code-engine.active h4{
  letter-spacing: 30px;
}

.code-engine p{
  margin:0;
}

.code-engine p a{
  color: #3d81b6;
  font-size: 14px;
  text-decoration: underline;
}

.social-invite {
  margin-top: 30px;
  margin-bottom: 40px;
}

.social-invite li a{
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  min-height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-family: 'acensregular';
  transition-duration: 0.3s;
}

.social-invite li a.email{
  background: #d28d1a;
}

.social-invite li a.fb{
  background: #5172ab;
}

.social-invite li a.twit{
  background: #64bbf1;
}

.social-invite li a.email:after{
  background: #c28115;
}

.social-invite li a.fb:after{
  background: #426299;
}

.social-invite li a.twit:after{
  background: #55aadf;
}

.social-invite li a:after {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.social-invite li a:hover:after{
  transform: scaleX(1);
}

.social-invite li a:hover{
  background: transparent;
}
.why-sello{
  position: relative;
  overflow: hidden;
}
.why-sello .col-md-7{
  margin-top: 84px;
}
.why-sello h1{
  font-size: 36px;
  color: #278be2;
  text-align: center;
  margin-top:50px;
}
.why-sello li .concentric-cir{
  display: inline-block;
  width: 25px;
  height: 27px;
  background: url(../img/bullet.png); 
  position: relative;
  top: 9px;
}
.why-sello li{
  font-size: 16px;
  line-height: 60px;
  font-family: 'sf_ui_displaymedium';
}
.why-sello p{
  font-size: 16px;
}

.weprovide{
  padding: 22px 0 60px 0;
}
.weprovide h2{
  font-size: 24px;
  color: #278be2;
  display:inline-block;
  font-family: 'sf_ui_displaymedium';
}
.weprovide .check-mark{
  display: inline-block;
  margin-right: 20px;
}
.weprovide p{
  margin-left: 60px;
  color: #278be2;
  font-family: 'sf_ui_displaylight'; 
}
.weprovide ul li{
  line-height: 30px;
}
.weprovide .col-md-6{
  margin-top: 20px;
}
.weexpect .col-md-9{
  margin-top: 40px;
}
.weexpect{
  background:#278be2;
  padding-bottom:25px; 
}
.weexpect h1{
  color: #ffffff;
}
.weexpect h2{
  font-size: 24px;
  color: #ffffff;
  display:inline-block;
}
.weexpect .right-markwhite{
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.weexpect p{
  margin-left: 60px;
  color: #ffffff; 
  font-family: 'sf_ui_displaylight';
}
.weexpect ul li{
  line-height: 30px;
}
.weexpect .col-md-6{
  margin-top: 20px;
}
.apps-sec{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: url(../img/apps-bg.png);
  height: 767px;
  position: relative;
}
.apps{
  margin: auto;
  max-width: 825px;
}
.apps .app-store{
  display: inline-block;
  width: 342px;
  height: 113px;
  background: url(../img/apps.png) -14px -16px;
  margin-left: 42px;
}
.apps .g-play{
  display: inline-block;
  width: 342px;
  height: 113px;
  background: url(../img/apps.png) -14px -149px;
}
.apps-links{
  margin-top:30px;
  padding: 24px;
  background: rgba(0,0,0,0.4);
}
.apps-links .pur-source{
  display: inline-block;
  text-align: center;
  width: 300px;
  background: #ff4e00;
  height: 79px;
  padding:25px;
  margin-left: 80px;
  color: #ffffff;
  font-size: 24px;
  font-family: 'sf_ui_displaybold';
}
.apps-links .req-demo{
  display: inline-block;
  text-align: center;
  width: 300px;
  height: 79px;
  margin-left: 28px;
  background: #00f278;
  padding:25px;
  font-size: 24px;
  color: #000000;
  font-family: 'sf_ui_displaybold';
}
nav ul li{
  display: inline-block;
  font-size: 22px;
  font-family: 'sf_ui_displaybold';
  font-weight: normal;
  line-height: 30px;
  margin-right: 50px;
  opacity: 0.9;
}
nav ul li a{
  color: #46b3e1;
}
nav ul li a:hover{
  color: #4387bb;
}
.nav-menu li:last-child{
  margin-right: 0;
}
.logo{
  float: left;
}
.nav-menu{
  float: right;
  margin-top: 25px;
}
a:hover{
  color: #4d86bb;
}

.foot-menu li a{
  color: #fff; 
  opacity:0.50; 
  text-decoration: underline;
}

.foot-menu li a:hover{
  color: #d28d1a; 
  opacity: 1;
}


html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/**/



/*radio*/
/*input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 22px;
  height: 22px;  
  border-radius: 100px;
  border:1px solid #fff;
  cursor: pointer;
  margin: 0;
  outline: 0 !important;
  position: relative;  
}

input[type="radio"]:before{  
  width: 0;
  height: 0;  
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  position: absolute;
  border-radius: 100px;
  transition: width .2s ease, height .2s ease, background .2s ease;
}

input[type="radio"]:hover:before{
  width: 10px;
  height: 10px;
  background: rgba(210,141,26,0.2);
}

input[type="radio"]:checked:before, 
.radio input[type="radio"]:active:before {
  width: 10px;
  height: 10px;
  background: rgba(210,141,26,1);
  transition: width .2s ease, height .2s ease, background .2s ease; 
}*/

/*.jet-modal-calendar*/
.jet-modal-calendar{
  display: none;
}

.slider-menu {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 300%;
}

.calendar-open {
  margin-left: -130px;
  left: 245px;
  max-width: none;
}

.popover-content {
  padding: 0;
  width: 650px;
}

.popover-content .hasDatepicker {
  width: 356px;
  float: left;
  background-color: #f7f7f7;
  padding-top: 15px;
}

.popover-content .jet-timer {
  float: right;
  width: 290px;
  background-color: #d28d1a;
  padding: 25px;
}

.popover-content .jet-timer h3 {
  font-family: 'sf_ui_displaylight';
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}

.popover-content .jet-timer button.brd {
  width: 215px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 1px solid #000;
  overflow: hidden;
  margin: 80px 0px 20px;
  color: #000;
}
.popover-content .jet-timer ul.time-select li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px;
}

.popover-content .jet-timer ul.time-select li a {
  border: 1px solid #000;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  color: #000;
}

.popover-content .jet-timer ul.time-select li:hover a {
  color: #d28d1a;
  background-color: #000;
}

.popover-content .jet-timer p {
  font-family: 'sf_ui_displaylight';
  font-size: 14px;
  color: #000;
}

.popover-content .jet-calendar-modal-body .jet-modal-head {
  position: relative;
  border-bottom: 1px solid #dadada;
}

.popover-content .jet-calendar-modal-body .jet-modal-head a.close-popup {
  position: absolute;
  right: 15px;
  font-size: 15px;
  color: #000;
  top: 18px;
}

.popover-content .jet-timer a.req-journey {
  color: #000;
  font-size: 16px;
  font-family: 'sf_ui_displaymedium';
  text-decoration: underline;
}

.popover-content .jet-calendar-modal-body .jet-modal-head .jet-modal-tab li a {
  color: #000;
  line-height: 60px;
  font-size: 16px;
  display: block;
  padding: 0px 20px;
  font-family: 'sf_ui_displayregular';
  text-transform: uppercase;
}

.popover-content .jet-calendar-modal-body .jet-modal-head .jet-modal-tab li a:hover {
  background-color: #ebebeb;
  color: #d28d1a;
}

.popover-content .jet-calendar-modal-body .jet-modal-head .jet-modal-tab li {
  display: inline-block;
}

.popover-content .jet-calendar-modal-body .ui-datepicker .ui-datepicker-header {
  color: #000;
  font-size: 20px;
  font-family: 'sf_ui_displaylight';
  font-weight: normal;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}

.ui-datepicker .ui-datepicker-title{
  line-height: 25px;
}

.popover-content .jet-calendar-modal-body .ui-widget-content {
  border: none;
  background-color: #f7f7f7;
  border-radius: 0px;
  width: 300px;
  margin: 0 auto;
}

.popover-content .jet-calendar-modal-body .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-size: 16px;
  font-family: 'sf_ui_displaylight';
  color: #000;
  border: 0px;
  background-color: transparent;
  font-weight: normal;
  text-align: center;
  padding: 10px 8px;
}

.popover-content .jet-calendar-modal-body .ui-datepicker .ui-datepicker-header a{
  width: 25px;
  height: 25px;
  background: url(../img/sprites.png) no-repeat -25px -306px;
}

.popover-content .jet-calendar-modal-body .ui-datepicker-next {
	transform: rotate(180deg); 
}

.popover-content .jet-calendar-modal-body a.ui-corner-all {
  border: none;
  border-radius: 0px;
  top: 0px;
}
.popover-content .jet-calendar-modal-body a.ui-datepicker-next-hover.ui-state-hover {
  top: 0px;
  right: 2px;
  border: none;
  border-radius: 0px;
}
.popover-content .jet-calendar-modal-body a.ui-datepicker-prev-hover.ui-state-hover {
  border: none;
  border-radius: 0px;
  left: 2px;
}
.popover-content .jet-calendar-modal-body .ui-datepicker th {
  font-size: 16px;
  font-family: 'sf_ui_displaylight';
  font-weight: normal;
  color: #d28d1a;
}

.ui-datepicker table thead tr {
  border-bottom: 1px solid #c6c6c6;
}

.popover-content .jet-calendar-modal-body .ui-datepicker td {
  padding: 0px;
}

.popover-content .jet-calendar-modal-body a.ui-state-default:hover {
  background-color: #d28d1a;
}

.avil-date {
  font-size: 12px;
  color: #9d9d9d;
  font-family: 'sf_ui_displaylight';
  position: absolute;
  bottom: 10px;
  left: 40px;
}

.avil-date:before {
  width: 10px;
  height: 10px;
  content: "";
  left: 0px;
  top: 0;
  background-color: #d28d1a;
  display: inline-block;
  margin-right: 10px;
}

.jet-booking-engine .jet-search .input-group .popover {
  border-radius: 0px;
}

.popover-content .jet-calendar-modal-body a.ui-state-active {
  background-color: #d28d1a;
}

.ui-front.ui-menu.ui-widget-content {
  top: 368px;
  color: #fff;
  background-color: rgb(210, 141, 26) !important;
  border: none !important;
  font-size: 12px;
}

/*.contact-form*/
.contact-input-sec .contact-form {
  border:1px solid #e1e1e1; 
  padding: 30px; 
  margin-top:30px;
  background: #fff;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}     
.contact-input-sec .inner{
  padding-right: 40px;
}

.contact-input-sec .form-group.form-md-line-input .form-control{
  font-size: 22px;
  font-family: 'sf_ui_displaylight';
}
.contact-input-sec .form-group.form-md-line-input{ 
  margin:0 0 20px 0;
}

.contact-input-sec .form-group.form-md-line-input .form-control{ 
  border-width: 1px;
}
.contact-sec{
  padding: 20px 0 75px 0;
}
.contact-sec .contact-detail{
  margin-left: 70px;
}
.contact-sec .col-md-7{
  margin-top: 0;
}
.black-bold{
  color: #181818;
  margin-bottom: 10px;
  font-family: 'robotobold';
}
.black-regular{
  color: #181818;
  margin-top: 0;
  font-family: 'robotomedium';
}
.reg-office > h2{
  color: #bb0030;
  font-family: 'robotobold';
}
.reg-office > h2 > i{
  background: url(../img/sprit.png) no-repeat  -15px -96px ;
  display: inline-block;
  width: 50px;
  height: 65px;
  position: relative;
  top: 28px;
  margin-right: 20px;
}
.develop-office > h2{
  color: #00bba7;
  font-family: 'robotobold'; 
}
.develop-office > h2 > i{
  background: url(../img/sprit.png) no-repeat -15px -168px;
  display: inline-block;
  width: 50px;
  height: 65px;
  position: relative;
  top: 28px;
  margin-right: 20px;
}
.querries > h2{
  color: #fc5503;
  font-family: 'robotobold';
}
.querries > h2 > i{
  background: url(../img/sprit.png) no-repeat -15px -235px;
  display: inline-block;
  width: 50px;
  height: 65px;
  position: relative;
  top: 28px;
  margin-right: 20px;
}
.follow-us > h2{
  color: #076991;
  font-family: 'robotobold';
}
.follow-us > h2 > i{
  background: url(../img/sprit.png) no-repeat -18px -312px;
  display: inline-block;
  width: 50px;
  height: 65px;
  position: relative;
  top: 28px;
  margin-right: 20px;
}
.splash{
  width: 100%;
  height: 100%;
  background: #011d2d;
  position: absolute;
  opacity:0.9;
}
.splash p{
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  opacity: 0.9;
  margin:40px 0 0 0;
  letter-spacing: 0px;
  font-family: 'sf_ui_displaylight';
}
.video-box{
  /*position: absolute;*/
}
.video-icon{
  position: absolute;
  z-index: 34;
  width: 149px;
  height: 80px;
  top: 300px;
  left: 44%;
  color: #ffffff;
  font-family: 'sf_ui_displaybold';
  font-family: arial;
  font-size: 20px;
  text-transform: none;
  line-height: 3;
}
.btn.focus, .btn:focus, .btn:hover{
  color: #ffffff;
}
.carousel{
  position: absolute;
  right: 92px;
  top: 242px;
}
.carousel-control.right{
  display: none;
}
.carousel-control.left{
  display: none;
}
.modal-dialog{
  top: 172px;
}
.iphone{
  text-align: right;
  padding-right: 78px;
}
.social{
  padding: 0;
  list-style-type: none;
}
.social li{
  display: inline-block;
}
.social li a{
  width: 41px;
  height: 41px;
  display: inline-block;
  margin-right: 10px;
  background: url(../img/sprit.png) no-repeat -18px -312px;
}


.social .lkn a{
  background-position: -22px -378px;
}
.social .tweet a{
  background-position: -22px -427px;
}
.social .skype a{
  background-position: -22px -473px;
}
.social .face a{
  background-position: -22px -524px;
}
.social .lkn a:hover{
  opacity: 0.7;
}
.social .tweet a:hover{
  opacity: 0.7;
}
.social .skype a:hover{
  opacity: 0.7;
}
.social .face a:hover{
  opacity: 0.7;
}
.feature-list li > h3{
  font-size: 18px;
  color: #ffffff;
}
.feature-list li > h3 > i{
  width: 53px;
  height: 53px;
  border:2px solid #e2b769;
  border-radius: 50%;
  background: url(../img/sprit2.png);
  display: inline-block;
  position: relative;
  margin-right: 14px;
  top:32px;
}


/*new*/
.container{
  padding-right: 20px;
  padding-left: 20px;
}
.top-banner{
  background: url(../img/landing-page-bg-image.png) 0 0 no-repeat;
  text-align: center;
  background-size: 100%;
  padding: 139px 0 170px 0;
  position: relative;
}

.top-banner h1{
  color: #ffffff;
  font-size: 56.21px;
  font-family:'helveticaneuelightlight';
  margin-top: 95px;
}
.top-banner .career-guidance{
  display: inline-block;
  background-color: #006def;
  border-radius:10px;
  color: #ffffff;
  font-family:'helveticaneuemedium';
  font-size: 28.11px;
  padding: 10px 26px;

}
  
.blue-txt{
  color: #0882fc;
  font-family:'helveticaneuemedium';
}

.top-banner p{
  color: #ffffff;
  font-size: 25.66px;
  font-family:'helveticaneuelightlight';
}
.top-banner button{
  height: 62px;
  background-color: #006def;
  color: #ffffff;
  font-size: 28.11px;

}
/*.top-banner::after{
  content: "";
  width: 0; 
  height: 0; 
  border-left: 67px solid transparent;
  border-right: 67px solid transparent;
  border-top: 56px solid #504E4F;
  position: absolute;
  bottom: 33px;
  left:0;
  right: 0;
  margin: auto;
}*/
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #f00;
}
.what-you-get{
  background: url(../img/earth.jpg) 13px 59px no-repeat;
  text-align: center;
  overflow: hidden;
  background-size: 100%;
  margin-bottom: 30px;
}
.what-you-get h2{
  font-family:'helveticaneuemedium';
  font-size: 34px;
}
.what-you-get p{
  font-family:'helveticaneuelightlight';
  font-size: 17px;
}
.what-you-get h3{
  font-family:'helveticaneuemedium';
  font-size: 31px;
}
.how-it-work{
  background-color: #4595f3;
  text-align: center;
  padding: 64px 0;
  position: relative;
}
.how-it-work::before{
  content: "";
  width: 0; 
  height: 0; 
  border-left: 67px solid transparent;
  border-right: 67px solid transparent;
  border-top: 56px solid #ffffff;
  position: absolute;
  left:0;
  right: 0;
  margin: auto;
  top: 0;
}
.how-it-work::after{
  content: "";
  width: 0; 
  height: 0; 
  border-left: 67px solid transparent;
  border-right: 67px solid transparent;
  border-top: 56px solid #4595f3;
  position: absolute;
  left:0;
  right: 0;
  margin: auto;
  bottom: -56px;
}
.how-it-work h2{
  font-family:'helveticaneuemedium';
  font-size: 34px;
  color: #ffffff;

}
.how-it-work p{
  font-family:'helveticaneuelightlight';
  font-size: 25.66px;
  color: #ffffff;
}
.how-it-work h4{
  font-size: 31px;
  margin: 55px 0 0 0;
  font-family:'helveticaneuemedium';
}
.how-it-work .light-p{
  font-size: 25.66px;
  font-family:'helveticaneuelightlight';
}
.border-bottom{
  position: relative;
}
.border-bottom::before{
  content: "";
  background-color: #cde2fc;
  width: 144px;
  height: 4px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.final-ur-calling{
  /*text-align: center;*/
  background-color: #efefef;
  overflow: hidden;
  padding: 67px 0;
}
.final-ur-calling h2{
  font-size: 48.88px;
  font-family:'helveticaneuemedium';
}
.final-ur-calling h1{
  font-size: 56px;
  font-family:'helveticaneuemedium';
}
.red-txt{
  color: #bf1010;
  font-size: 20.77px;
}
label,
button {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
form {
  margin: 40px auto;
  padding: 0 15px;
  max-width: 400px;
}
form input{
  display: block;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius:10px;
  border:none;
  color: #6a6b6b;
  font-size: 24.44px;
  font-family:'helveticaneuelightlight';
  
}
input[placeholder]{
  font-size: 18px;
  font-family:'helveticaneuelightlight';
  color: #8d8d8d;
}
form button{
  background-color: #006def;
  max-width: 313px;
  height: 50px;
  text-align: center;
  margin: auto;
  color: #ffffff;
  font-size: 30.55px;
  font-family:'helveticaneuemedium';
  border:none;
  border-radius:10px;
}

.p-left{
  display: inline-block;
  float: left;
  font-size: 20.77px;
  color: #000000;
}
.p-right{
  display: inline-block;
  float: right;
  font-size: 20.77px; 
}
.go-top {
    position: fixed;
    bottom: 0.75em;
    right: 0.5em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    padding: 10px;
    display: none;
    margin: 0;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-decoration: none;
}

.home-link {
    position: fixed;
    top: 0.75em;
    right: 0.5em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 109, 239, 0.6);
    padding: 13px 25px;
}

.home-link:hover {
    background-color: rgba(0, 109, 239, 0.8);
    color: white;
    font-weight: 600;
    text-decoration: none;
}
  
@media screen and (min-width: 0px) and (max-width: 320px){
.top-banner{
   padding: 26px 0px;
  }
  .top-banner br{
    display: none;
  }
  .top-banner h1{
    margin: 27px 0 0 0;
    font-size: 16px;
  }
  .top-banner p{
    font-size: 10px;
  }
  .top-banner .career-guidance{
    font-size: 12px;
  }
  .home-link {
    padding: 11px 20px;
  }
}
@media screen and (min-width: 321px) and (max-width: 479px){
  .top-banner{
   padding: 37px 0px;
  }
  .top-banner br{
    display: none;
  }
  .top-banner h1{
    margin:12px;
    font-size: 17px;
  }
  .top-banner p{
    font-size: 10px;
  }
  .top-banner .career-guidance{
    font-size: 13px;
  }
  .home-link {
    padding: 11px 20px;
  }
}
@media screen and (min-width: 361px) and (max-width: 414px){
   .top-banner{
    padding: 76px 0px;
   }
   .top-banner br{
    display: none;
  }
  .top-banner h1{
    margin:0;
    font-size: 20px;
  }
  .top-banner p{
    font-size: 10px;
  }
  .top-banner .career-guidance{
    font-size: 13px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  .top-banner{
    padding: 76px 0px;
   }
   .top-banner br{
    display: none;
  }
  .top-banner h1{
    margin:0;
    font-size: 20px;
  }
  .top-banner p{
    font-size: 10px;
  }
  .top-banner .career-guidance{
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px){
  .top-banner{
    padding: 121px 0 129px 0;
  }
  .top-banner h1{
    margin:0;
    font-size: 34px;
  }
  .top-banner p{
    font-size: 16px;
  }
  .top-banner .career-guidance{
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .top-banner{
    padding: 121px 0 129px 0;
  }
  .top-banner h1{
    margin:12px;
    font-size: 33px;
  }
  .top-banner p{
    font-size: 19px;
  }
  .top-banner .career-guidance{
    font-size: 13px;
  }
}
@media screen and (max-width: 700px){
  .p-left{
  display: block;
  float: none;
  font-size: 18px;
  color: #000000;
  text-align: center;
 }
 .p-right{
  display: block;
  float: none;
  font-size: 18px; 
  text-align: center;
 }

}

@media (min-width: 760px) and (max-width: 5000px){
  .top-banner .career-guidance{
    margin-top: 20px;
  }
}
