
* {
  margin: 0;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
}

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 10px;
}

html, body {
  height: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

.centered {
  text-align: center
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 50px;
}

.mtb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .ptb img {
    max-width: 100%;
  }
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
  color: #323377;
}

a:hover, a:focus {
  text-decoration: none;
  color: #696E74;
}

.nopadding {
  padding: 0px !important;
  margin: 0px;
}
/*header*/
.header-top-nav {
  background: transparent;
    border-bottom: 1px solid transparent;
    display: block;
    left: 0;
    position: relative;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 99;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    min-height: 80px;
    padding-top: 17px;
}
.header-top-nav .header-top-padd {
  padding-right: 18px;
  padding-left: 18px;
}
.logo {
    float: left;
    margin-left: 0px;
    margin-top: -9px;
}
.logo img {
    width: 110px;
}
.fixed-header.header-top-nav  {
min-height: 65px;
    position: fixed;
    background: rgba(255, 255, 255, 0.99);
    opacity: 1;
    padding-top: 10px;
    -moz-box-shadow: 0 9px 38px rgba(0,0,0,0.05),0 5px 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 9px 38px rgb(0 0 0 / 5%), 0 5px 12px rgb(0 0 0 / 10%);
    box-shadow: 0 9px 38px rgb(0 0 0 / 5%), 0 5px 12px rgb(0 0 0 / 10%);

}
.fixed-header .logo {
    margin-top: -4px;
}
.fixed-header .logo img {
  width: 89px;
}
.fixed-header .navbar-nav {
  margin: 12px 0 0;
}

.top-min-header {
 border-bottom: 1px solid #ededed;
  padding: 12px 0px 15px 18px;
}
.top-min-header ul li {
  float: left;
  margin-right: 18px;
  font-size: 13px;
  color: #343434;
}

.no-repeat {
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.facebook-svg {
  background-image: url(../images/facebook.svg);
  width: 7px;
  height: 14px;
}
.twitter-svg {
  background-image: url(../images/twitter.svg);
  width: 13px;
  height: 11px;
}
.linkedIn-svg {
  background-image: url(../images/linkedIn.svg);
  width: 13px;
  height: 13px;
}
.facebook-svg2 {
  background-image: url(../images/facebook.svg);
  width: 9px;
  height: 18px;
}
.twitter-svg2 {
  background-image: url(../images/twitter.svg);
  width: 22px;
  height: 18px;
}
.linkedIn-svg2 {
  background-image: url(../images/linkedIn.svg);
  width: 18px;
  height: 18px;
}
.logo .dis-off {
display: none;
}
.dis-off {
display: none;
}
.fixed-header .dis-on {
display: none;
}
.fixed-header .dis-off {
display: block;
}
#menu-trigger {
position: fixed;
left: 15px;
top: 7px;
z-index: 99;
cursor: pointer;
}
.close-svg {
background-image: url(../images/close.svg);
width: 24px;
height: 24px;
background-repeat: no-repeat;
background-position: 0px 0px;
}
.line-wrap {
height: 12px;
margin: 10px 0 10px -1px;
position: relative;
top: 4px;
transition: all 300ms ease 0s;
width: 18px;
}
.line-wrap .line {
height: 2px;
width: 20px;
}
.line-wrap .line.center {
margin: 3px 0;
}
.line-wrap .line {
background-color: #303968;
}
.dis-on .line {
background-color: #303968;
}

.fixed-header .dis-off .line {
background-color: #303968;
}

.nav-post-header.navbar-nav {
  margin: 9px 0 0;
    width: auto;
    text-align: right;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    float: right;
}

.navbar-nav > li {
margin-left: 0px;
margin-right: 0px;
float: none;
display: inline-block;
padding: 0px 35px 0px 0px;
}
.navbar-nav > li:last-child {
  padding-right: 0px;
}
.navbar-nav > li > a {
  font-weight: 500;
    color: #323377;
    font-size: 20px;
    font-family: 'Dosis';
    padding: 0px 0px 5px 0px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    text-transform: uppercase;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a:hover, .nav > li.active > a {
  background-color: transparent;
  color: #323377;
}

.navbar-nav.nav-post-right {
  margin-top: 2px;
}
.navbar-nav.nav-post-right > li > a {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-nav > li > .btn {
  padding: 7px 17px !important;
  position: relative;
  border: 2px solid #00a5fe;
  border-radius: 35px;
  font-weight: 600;
  font-size: 13px;

}
.navbar-nav > li > .btn-primary {
  background-color: transparent !important;
  border-color: #00a5fe;
  color: #00a5fe;
}

.navbar-nav > li > .btn-primary.focus, .navbar-nav > li > .btn-primary:focus {
  background-color: #098eca !important;
  border-color:#098eca;
  color: #fff;
}

.navbar-nav > li > .btn-primary:hover {
  background-color: #098eca !important;
  border-color: #098eca;
  color: #fff;
}
.navbar-nav .move-social-top {
  position: relative;
  top: 24px;
}
#slide-overlay, #slide-overlay2 {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
#sidebar {
  background: #fff;
  width: 100%;
  height: 0px;
  position: fixed;
  left: 0px;
  overflow-y: auto;
  top: 0;
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
.c-menu {
  position: relative;
}
.menu-list .logo {
  float: left;
  left: -11px;
  position: absolute;
  top: 16px;
}
.menu-list .logo img {
  margin: 0px !important;
  width: 90px !important;
}
.slide-on-hover {
  display: block;
  position: relative;
  top: 75px;
}
.slide-on-hover > li {
  position: relative;
  margin: 0px 0px;
  line-height: 12px;
}
.slide-on-hover > li > a {
  font-weight: 400;
  color: #474747;
  font-size: 15px;
  padding: 15px 22px;
  text-transform: uppercase;
  display: block;
  background: transparent;
}
.slide-on-hover > li > a:hover, .slide-on-hover > li > a:focus {
  color: #fff;
  background:#00a5fe;
}
.slide-on-hover > li.active > a {
  color: #fff;
}
.slide-on-hover > li > .btn {
  padding: 8px 0px !important;
  border-radius: 35px;
  letter-spacing: -1px;
  text-align: left;
  background: transparent !important;
  border-color: transparent;
  box-shadow: none;
}
#sidebar.toggled {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0px;
  height: 100%;
}
#close-trigger {
  cursor: pointer;
  float: right;
  padding-top: 17px;
  position: absolute;
  right: 13px;
  z-index: 11;
}
@media (max-width: 1199px) {
  .top-min-header {
    border-bottom: 1px solid #ededed;
    padding: 12px 0px 15px 0px;
  }
  .header-top-nav .header-top-padd {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo {
    margin-right: 10px;
    float: left;
    left: 0px;
    z-index: 100;
    position: relative;
    margin-left: 0px;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    top: 2px;
  }
  .logo img {
    width: 90px;
  }
  
}
@media (max-width: 767px) {
  .header-top-nav, .fixed-header.header-top-nav {
    min-height: auto;
    padding-top: 9px;
    transition: none;
    height: 56px;
  }
  .navbar-nav > li > .btn {
    padding: 5px 14px !important;
    margin: 0px 18px;
  }
.logo, .fixed-header .logo {
  top: 5px !important;
    margin-left: 0px;
    position: absolute;
    left: 13%;
    margin: 0px !important;

}
  .logo img {
    margin: 0px auto;
    width: 80px !important;
  }
  

  .fixed-header .line-wrap.dis-off {
    display: block;
  }
  #sidebar {
    padding: 0px;
  }
  #sidebar.toggled {
    padding: 20px;
  }
  .nav-post-header.navbar-nav {
    position: relative;
    margin: 0px 0 0;
    width: 100%;
    top: 40px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
  }
  .navbar-nav > li {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
  .navbar-nav > li:last-child {
    padding-right: 0px;
  }
  .navbar-nav > li > a {
    font-size: 25px;
    padding: 0px;
    line-height: 73px;
    font-weight: 400;
    border-bottom: 1px solid #ececec;
}

  .navbar-nav.nav-post-right {
    margin-top: 35px;
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid #ededed;
  }
  .navbar-nav.nav-post-right > li > a {
    font-size: 22px;
    font-weight: 400;
  }
  .navbar-nav.nav-post-right > li:first-child > a {
    line-height: 35px;
  }
  .navbar-nav > li > .btn {
    font-size: 15px !important;
    padding: 0px 0px !important;
    width: 40%;
    margin: 0px auto;
    border: 1px solid #00a5fe;
  }
  .navbar-nav.nav-post-right > li  {
    margin-bottom:20px;
  }
  .menu-list .logo {
    float: left;
    left: 0px;
    position: relative;
    top: 0px;
    margin-left: 0px;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
  #close-trigger {
    cursor: pointer;
    float: right;
    padding-top: 0px;
    position: absolute;
    right: 0px;
    z-index: 11;
  }
}
@media (max-width: 414px) {
  .navbar-nav > li > .btn {
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {

  .navbar-nav > li {
    padding: 0px 10px;
  }
  .navbar-nav > li > .btn {
    padding: 6px 13px 5px !important;
  }

}

@media (min-width: 768px) {
  #menu-trigger {
    display: none;
  }
}
@media (min-width: 1600px) {
  .navbar-nav > li {
    padding: 0px 32px 0px 0px;
  }
}
/*header end*/
/*menu-fix*/
#nav-toggle .tooltip-inner {

  background-color:rgba(15,172,243,.8);
}
#nav-toggle .tooltip.left .tooltip-arrow {
  border-left-color:rgba(15,172,243,.8);
}
#nav-toggle .tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  white-space: nowrap;
}
#nav-toggle .navbar-nav > li {
  display: block;
  padding: 0px;
  text-align: center;
  width: 12px;
}

#nav-toggle .navbar-nav > li > a {
  line-height: 24px;
}
.menu-fix {
  position: fixed;
  right: 63px;
  top:50%;
  z-index: 1000;
  margin-top: -90px;
}
#nav-toggle .active .circle-o, #nav-toggle li:hover .circle-o {
  background: transparent;
  width: 12px;
  height: 12px;
  border: 2px solid #17CEF0;
}
#nav-toggle li:first-child.active .circle-o {
  border: 2px solid #fff;
}
.circle-o {
  line-height: 40px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #848786;
  background-color: #848786;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .menu-fix {
    right: 40px;
  }
}
/*menu-fix end*/
/* FORM CONFIGURATION */

input {
  font-size: 16px;
  min-height: 40px;
  border-radius: 0px;
  line-height: 20px;
  padding: 11px 30px 9px;
  border: 1px solid #b9b9af;
  margin-bottom: 10px;
  margin-top: 20px;
  background-color: #fff;
  opacity: 0.9;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.subscribe-input {
  float: left;
  width: 65%;
  text-align: left;
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  .subscribe-input {
    width: 100%;
  }
}

.subscribe-submit {
  right: 0;
}

/*Buttons Configuration */

.btn-conf {
  border-radius: 0px;
  margin-right: 15px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 28px 12px 28px;
  margin-top: 20px;
}

.btn-blue {
  background: #323377;
    color: white !important;
}

/* HEADER SECTION */

#h {
    background: url(../img/header.jpg) no-repeat center top;
    padding-top: 110px;
    text-align: center;
    background-position: center center;
    min-height: 440px;
    width: 100%;
    color: white;
    background-size: cover;
}
 

.banner-hm-de h5 {
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
}
.banner-hm-de h1 {
	font-family: 'Dosis';
  font-weight: 900;
  font-size: 60px;
  letter-spacing: 1px;
}
.banner-hm-de h2 {
  font-size: 38px;
}
.btn-st-own ._btn-st {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #22599c;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0px;
    margin-top: 10px;
}
.btn-st-own ._btn-st:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #fff;
}
#h .btn-st-own  {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
#h {
    padding-top: 60px;
}
}
@media screen and (max-width: 767px) {
#h {
    padding-top: 50px;
}
#h.f7campus {
    background-position: 36% 100%;
}
.banner-hm-de h1 {
    font-size: 53px;
    line-height: 1.1;
}
.banner-hm-de h2 {
    font-size: 26px;
    line-height: 34px;
}
.banner-hm-de h3 {
    font-size: 16px;
}
}
@media screen and (min-width: 1600px) {
#h {
    padding-top: 154px;
    min-height: 600px;
}
}
/* COUNTDOWN CONFIGURATION */

.countdown-divider {
  padding: 144px 0px;
}

.countdown-divider img {
  max-width: 300px;
  display: inline-block;
  margin-bottom: 12px;
}

.countdown-header h1 {
  margin-bottom: 0px;
}

.countdown-header:before {
  opacity: 0.8 !important;
}

.countdown-header .uppercase {
  display: block;
  font-weight: 600;
  margin-bottom: 24px;
}

@media all and (max-width: 768px) {
  .countdown-header img {
    max-width: 150px;
  }
}

.countdown {
  text-align: center;
  margin-top: 72px;
}

.countdown-row {
  color: #fff;
  font-size: 80px;
  font-weight: 300;
}

.countdown-section {
  width: 25%;
  display: inline-block;
}

.countdown-amount {
  display: inline-block;
  margin-bottom: 20px;
}

.countdown-period {
  display: block;
  font-size: 24px;
}

@media all and (max-width: 767px) {
  .countdown {
    margin-top: 48px;
  }
  .countdown-row {
    font-size: 36px;
  }
  .countdown-period {
    font-size: 16px;
  }
}

/* Grey Section */
.cn_item i, .cn_item svg, .cn_item img {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
#g {
  padding-bottom: 30px;
  background: #f6f6f6;
}

#g i {
  font-size: 22px;
  margin-right: 16px;
}

#g h4 {
    font-weight: 700;
    font-size: 20px;
    color: #252527;
}
#g .cn_item img {
    top: -2px;
    margin-right: 8px;
}
#g p {
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 14px;
    line-height: 34px;
    color: #252527;
    margin-top: 10px;
    padding-left: 26px;
}
@media all and (max-width: 767px) {
#g h4 {
    font-size: 18px;
}
#g .mb {
    margin-bottom: 16px;
}
}
/* Contact Form */

#contact {
  padding: 40px 0;
}

#contact h2 {
  margin-bottom: 20px;
}

.contact-form label {
  color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button {
  background: #4183D7;
  border: 0;
  padding: 14px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 15px;
}

.contact-form .form-send button:hover {
  background: #569cf5;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

#copyrights a {
  color: #4183D7;
}

.credits {
  color: #999;
}


.sliderhom-banner {
    position: relative;
}
.full-banner-slider {
    position: relative;
}
.full-banner-slider img {
    border-radius: 0px;
	width: 100%;
}
.main-slider-banner .owl-theme .owl-dots {
    position: relative;
    margin-top: -18px;
    left: 0px;
    bottom: 8px;
}
.main-slider-banner .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #171717;
    border: 1px solid transparent;
}
.main-slider-banner .owl-theme .owl-dots .owl-dot.active span, .main-slider-banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #171717;
    border: 1px solid #fff;
}
.main-slider-banner .owl-theme .owl-nav {
    display: none;
}
.hedingstyle-de {
    padding: 50px 0px 40px;
}
.hedingstyle-de h1 {
    font-family: 'Dosis';
    font-weight: 600;
    font-size: 45px;
    letter-spacing: 1px;
    color: #303968;
    text-align: center;
	text-transform: uppercase;
}
.main-slider-banner {
    margin-bottom: 100px;
}
@media (max-width: 767px) {
.main-slider-banner {
    margin-bottom: 50px;
}
.hedingstyle-de {
    padding: 30px 0px 20px;
}
.hedingstyle-de h1 {
    font-size: 35px;
}
.main-slider-banner .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -18px;
}
}
/*ourcmpus-section*/
.ourcmpus-section {
	margin-bottom: 0px;
}
.img-marbotm {
	margin-bottom: 18px;
	width:100%;
}

@media (max-width: 767px) {
.ourcmpus-section {
    margin-bottom:0px;
}
}
/*ourcmpus-section end*/
/*ourmission-section*/
.ourmission-section {
	background: url(../img/banner-bgtext.jpg) no-repeat center top;
    text-align: center;
    background-attachment: fixed;
    background-position: center center;
    min-height: 700px;
    width: 100%;
    color: #fff;
    background-size: 100%;
    background-size: cover;
}
.ourmission-section .hedingstyle-de h1 {
    color: #fff;
}
.ourmission-content p {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
}
.ourmission-content {
    text-align: left;
	padding-left:10px;
	padding-right:10px;
}
@media (max-width: 991px) {
.ourmission-section {
    min-height: auto;
	height:auto;
    padding-bottom: 50px;
}
.ourmission-content p {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 27px;
}
}
/*ourmission-section end*/

/*contact-section*/
.full-width-float, .full-width-inblocks, .full-width-blocks, .full-width-img {
    width: 100%;
}
.full-width-inblocks {
    display: inline-block;
}
.contact-section {
    background: #f7f7f7;
}
.cn-form-center {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.cn-form {
    margin-top: 0px;
    padding: 50px 40px 60px;
}
.cn-form .heading-form h3 {
    font-family: 'Dosis';
    font-weight: 600;
    font-size: 45px;
    letter-spacing: 1px;
    color: #303968;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}
.cn-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 6px;
    font-weight: 600;
    color: #020202;
    font-size: 14px;
}
.cn-form .form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 5px 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.42857143;
    color: #040404;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    box-shadow: 0 0px 3px #e8e8e8;
    margin: 0px;
}
.cn-form .form-control:focus {
  outline:0;
  box-shadow:  0px 0px 1px 1px rgba(106, 130, 255, .32);
}
.cn-form .form-control::-moz-placeholder {
  color:#a6a6a6;
  opacity:1
}
.cn-form .form-control:-ms-input-placeholder {
  color:#a6a6a6
}
.cn-form .form-control::-webkit-input-placeholder {
  color:#a6a6a6
}
.cn-form select {
    background: #f2f2f2 !important;
    box-shadow: none !important;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.position-relative {
	position:relative;
}
.select-arow:after  {
	position: absolute;
    content: '';
    display: inline-block;
    top: 71%;
    width: 0;
    transform: translate(-50%, -50%);
    right: 3px;
    height: 0;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 4px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    pointer-events: none;
}
.flag-tag {
    position: absolute;
    top: 58%;
    left: 7px;
    z-index: 2;
}
.flag-padd {
	padding-left: 72px !important;
}
.cn-form .form-margin-bottom {
  margin-bottom: 13px;
}

.cn-form .form-group {
  margin-bottom: 22px; /** Hassan */
}
.cn-form .btn {
  display: inline-block;
    padding: 9px 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
    text-transform: uppercase;
    margin-top: 5px;
    width: 238px;
    background: #303968 !important;
    border: none !important;
    outline: none !important;
}
.float-off {
  float: none !important;
}
@media (max-width: 991px) {
	.cn-form .form-margin-bottom {
  margin-bottom: 0px;
}
	.cn-form .form-group {
  margin-bottom: 26px; /** Hassan */
}
}
@media (max-width: 767px) {
.cn-form {
    margin-top: 0px;
    box-shadow: none;
    padding: 40px 10px 55px;
}
.cn-form .heading-form h3 {
    font-size: 35px;
    margin-bottom: 20px;
	text-align:center;
}
.cn-form .float-off.text-right {
    text-align: center;
}
.cn-form label {
    font-size: 13px;
}
textarea.form-control {
  height: auto !important;
}
}
@media (min-width: 1600px) {
.cn-form-center {
    width: 62%;
}
}
/*contact-section end*/

/** Hassan CSS */
label.error {
  color: #ff0000;
  font-size: 11px;
  position: absolute;
}

.lbl-span{
  color: red;
  font-size: 11px;
}
