﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

html,
body {
  height: 100%;
  min-height: 100%;
}
a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 14px;
  color: #000;
  line-height: 26px;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #1bb1dc;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-pages {
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  padding: 5px 0px;
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  margin: 0;
  padding: 5px 0px 0px 0px;
  transition: all 0.5s;
}
#header.header-scrolled .logo h1 {
  padding: 0px 0px 0px 0px;
  transition: all 0.5s;
}
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: auto;
  position: relative;
  background:#333333;
  background-size: cover;
}

#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
}

#intro .intro-info h4 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #2558a9;
}
#intro .intro-info p {
  color: #fff;
  font-size: 14px;
  padding-bottom: 20px;
}
#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 32px;
  transition: 0.5s;
  color: #fff;
  background: #2558a9;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #02d3fa;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #222;
  padding: 20px 10px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  border-bottom: 3px solid #fff;
  font-weight: 600;
}
.main-nav a.demo {
  background: #2558a9;
  color: #fff;
}
.main-nav a.demo:hover,
.main-nav li.active a.demo {
  background: #02d3fa;
  color: #fff;
  border-bottom: 3px solid #2558a9;
}
#header.header-scrolled .main-nav a {
  padding: 15px 10px;
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #222;
  text-decoration: none;
  border-bottom: 3px solid #02d3fa;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 25px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #3566b5;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 50px 0 5px 0;
}

#about .about-content h2 {
  color: #222;
  font-weight: 700;
  font-size: 40px;
}


#resources {
  padding: 50px 0 5px 0;
}

#resources .about-content h2 {
  color: #222;
  font-weight: 700;
  font-size: 40px;
}


/* Services Section
--------------------------------*/

#aboutwynk {
  padding: 1px 0 1px 0;
/*
  height: 100%;
  min-height: 100%;
*/
}
#aboutwynk h3 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
}
#aboutwynk p {
  color: #fff;
}
/* Features Section
--------------------------------*/

#features {
  padding: 60px 0;
}
#features h3 {
  color: #000;
  font-weight: 700;
  font-size: 40px;
}
#webinars {
  padding: 60px 0;
}
#webinars h3 {
  color: #000;
  font-weight: 700;
  font-size: 40px;
}
.no-pad {
  padding-left: 0px;
  padding-right: 0px;
}
#features {
  position: relative;
  padding-bottom: 0.5rem;
}
#features:after {
  position: absolute;
  background: #f3f3f3;
  width: 30%;
  right: 0;
  height: 100%;
  bottom: 0;
  content: "";
  z-index: -10;
}

#webinars {
  position: relative;
  padding-bottom: 0.5rem;
}


/* Portfolio Section
--------------------------------*/

#courses {
  padding: 60px 0;
  background: #e4ebf3;
}
#courses h3 {
  color: #000;
  font-weight: 700;
  font-size: 40px;
}

#offerings {
  padding: 60px 0;
  background: #e4ebf3;
}
#offerings h3 {
  color: #000;
  font-weight: 700;
  font-size: 40px;
}
.image_center {
  text-align: center;
}
.image_center img {
  display: inline-block;
}
img.offering_icons {
  width: 120px;
  margin-top: 2rem;
}
#courses h2 {
  font-size: 1.6rem;
  color: #3565b7;
  padding: 2rem 1rem 0.5rem 0rem;
  line-height: 2rem;
  font-weight: 600;
}
#offerings h2 {
  font-size: 1.3rem;
  color: #3565b7;
  padding: 2rem 1rem 1rem 1rem;
  line-height: 2rem;
  font-weight: 600;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.checkboxes {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 16px;
  color: #000;
  padding: 0.75rem 2rem;
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  line-height:18px
}


input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 20px;
  color: #000;
  padding: 0.75rem 2rem;
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  background: rgba(255, 255, 255, 1);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
input.submit_bt {
  background: #060e14;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 20px;
  color: #fff;
  padding: 0.75rem 2rem;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
input.submit_bt:hover,
input.submit_bt:focus {
  background: #02d3fa;
  border: none;
  color: #fff;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
textarea {
  height: 100px;
  resize: none;
}

footer {
  /*background: #3566b5;*/
  padding: 30px 0;
}
.black_bg {
  background: #060e14;
  padding: 2rem;
}
.black_grey {
  background:#CCCCCC;
  padding: 2rem;
  color:black !important
}
footer h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  padding-bottom: 5px;
  text-align: left;
  margin-bottom: 0px;
}
footer h2 span {
  text-transform: none;
}
footer p {
  font-weight: 500;
  line-height: 1.5rem;
  padding-bottom: 35px;
  margin-bottom: 0px;
  color: #fff;
}
footer p.footer_text1 {
  color: #fff;
  padding: 20px 0px;
}
footer p a {
  text-decoration: underline;
  color: #fff;
}
footer ul {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-block-start: 1em;
  padding-inline-start: 0px;
}
footer ul li {
  float: left;
  list-style: none;
  padding-right: 20px;
}
footer ul li a {
  width: 40px;
  height: 40px;
  font-size: 1rem;
  text-align: center;
  padding-top: 5px;
  display: block;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
footer ul li a:hover {
  background: #00aeef;
  color: #fff;
  border: 2px solid #00aeef;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
.footer_bottom {
  width: 100%;
  background: #e7e9e8;
  position: relative;
  z-index: 10;
}
.footer_bottom p {
  color: #000;
  margin-bottom: 0px;
  padding: 1rem 0;
  font-size: 0.9rem;
  line-height: 2rem;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 150px;
  }
}

@media (max-width: 991px) {
  #header {
    padding: 3px 0px;
  }
  .mobile-nav-toggle i {
    margin: 15px 18px 0 0;
  }
  #header .logo h1 {
    padding: 0px 0px 0px 0px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #intro {
    background-image: none;
    background-color: #081317;
    height: auto;
    padding: 60px 0 60px 0;
  }
  #intro .col-sm-12,
  #intro .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }
  #features:after {
    display: none;
  }
  #webinars:after {
    display: none;
  }
  #intro .intro-info {
    padding: 30px;
  }
  form {
    padding-top: 30px;
  }
  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }
}

@media (max-width: 574px) {
}





.about-us-col2{
    height: 380px;
    background-image: url('../images/hdr-globe.png');
    background-position: right;
    background-repeat: no-repeat;
    padding: 3.5rem 10rem 0 1rem;
}

.pink-clr{
    color: var(--logo-pink);
}
:root{
    --logo-blue : #36c1df; 
    --logo-pink : #eb008c;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    	margin-right: auto;
	margin-left: auto;
	padding-right: calc(var(--bs-gutter-x) * .5);
}

.about-us-row{
    position: relative;
    height: 350px;
    margin-bottom: 2rem;
}

.about-us-row::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left: 0%;
    bottom: 15px;
    border-bottom: 4px solid rgb(0, 75, 145);
    z-index: -1;
}

.upper-note{
    background-color:  rgb(0, 75, 145);
    padding: 0.5rem 0.5rem 0.5rem 5rem  ;
    color: white;  
}
	.showmlg {
		display:none
	}


@media(max-width: 767px){

    .strip-img{
        display: none;
    }
    
	.showlg {
		display:none
	}
	.showmlg {
		display:block;
		clear:both
	}

}

@media(max-width: 560px){

    .about-us-col2{
	    height: 380px;
	    background-image: url('../images/hdr-globe.png');
	    background-position: right;
	    background-repeat: no-repeat;
	    padding: 0 2rem;

    }
    
    .about-us-col2 h3 {
	    font-size:22px !important
	}
}

}