.logo{
    width:90px;
    height:80px;
}
.nav-item a:hover{
  color: blue !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: white !important;
}
#navbar{
    background: #0078ff;
}
#logo{
    font-size: 36px;
    font-weight: 550;
    color: #0078ff;
    /* text-shadow: 0px 1px 1px black; */
    margin-bottom: 5px;
}
#logo span{
    color: #007bff;
}

.navbar-toggler span{
    color: black;
}
.navbar-nav{
    margin-left: 20px;
}
.nav-item .nav-link{
    font-size: 16px;
    font-weight: 550;
    color: white;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: 0.5s ease;
}
.nav-item .nav-link:hover{
    background: #007bff;
    color: white;
}
#navbar form button{
    background: #007bff;
    color: white;
    border: none;
}
/* about */
/* .abtimg img{
  height:290px;
  width:300px;
} */
#about{
  margin-top:100px;
}
@media screen and (max-width:700px){
  /* .abtimg img{
    margin-left:40px;
  }  */
  #about{
    margin-top:220px !important;
 }
}

/* banner */
header{
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
  max-height: 600px;
}

header .hero { 
  display: grid;
  grid-template-columns: 4fr 1fr 4fr; 
  grid-template-rows: 1fr 6fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

/* LEFT PART */
.left { 
  grid-area: 1 / 1 / 3 / 3;
  border: 10px solid #0078ff;
  padding: 30px;
  background-color: #FFFFFF;
  position: relative;
}
.left h1{
  text-transform: uppercase;
  font-size: clamp(20px, 5vw ,40px);
  font-weight: 700;
  white-space: nowrap;
}
.left h1 span{
  color: #0078ff;
}
.left p{
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 16px;
}
.left a{
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #0078ff;
  color: #000;
  font-weight: 700;
}
.left a:hover{
  color: #FFFFFF;
  background-color: #0078ff;
}


/* RIGHT PART */
.right { 
  grid-area: 2 / 2 / 4 / 4;
  border: 10px solid #0078ff;
  z-index: -1;
  position: relative;
}

.right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* LEFT AND RIGHT BANDS */
.left::before,
.right::before{
  content: '';
  position: absolute;
  top: 50%;
  height: 50%;
  width:10vw;
  background: #0078ff;
}
.left::before{
  left: 0;
  transform: translateY(-50%) translateX(-100%);
}
.right::before{
  right: 0;
  transform: translateY(-50%) translateX(100%); 
}

@media screen and (max-width: 450px){
  header .hero { 
    grid-template-rows: 6fr 1fr 6fr;
  }
  .left{
    grid-area: 1 / 1 / 3 / 4;
  }
  .right{
    grid-area: 2 / 1 / 4 / 4
  }
}



 /* courses */
  /*------/ Ico Circle /------*/
.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0078ff;
  display: block;
}
.course-box {
  background-color: #fff;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}
.course-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #0078ff;
  box-shadow: 0 0 0 10px #cde1f8;
  cursor: pointer;
}
.course-box .course-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}
.course-box .ico-circle {
  transition: all 500ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.course-box .ico-circle img {
  line-height: 0;
  font-size: 40px;
}
.course-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem 0;
}
.course-box .s-description {
  color: #4e4e4e;
}

/* services */
.service{
  margin-top:20px;
}
.card-big-shadow {
    max-width: 320px;
    position: relative;
}
.coloured-cards .card {
    margin-top: 30px;
}
.card[data-radius="none"] {
    border-radius: 0px;
}
.card {
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF;
    color:black;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.card[data-background="image"] .title, .card[data-background="image"] .stats, .card[data-background="image"] .category, .card[data-background="image"] .description, .card[data-background="image"] .content, .card[data-background="image"] .card-footer, .card[data-background="image"] small, .card[data-background="image"] .content a, .card[data-background="color"] .title, .card[data-background="color"] .stats, .card[data-background="color"] .category, .card[data-background="color"] .description, .card[data-background="color"] .content, .card[data-background="color"] .card-footer, .card[data-background="color"] small, .card[data-background="color"] .content a {
    color: black;
}
.card.card-just-text .content {
    padding: 20px 20px;
    text-align: center;
}
.card .content {
    padding: 20px 20px 10px 20px;
}
/* .card[data-color="blue"] .category {
    color:black;
} */

.card .category, .card .label {
    font-size: 14px;
    margin-bottom: 0px;
}
.card-big-shadow:before {
    background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -12%;
    content: "";
    display: block;
    left: -12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.service h4, .h4 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em;
}
h6, .h6 {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}

.content-card{
    margin-top:30px;    
}
a:hover, a:focus {
    text-decoration: none;
}

/*======== COLORS ===========*/
.card[data-color="blue"] {
    background: #0078ff;
}
.card[data-color="blue"] .description {
    color:white;
}

/* services */
.serv img{
  /* height:250px !important; */
  border-radius: 10px;
  width:100%;
}
.serv .item{
  padding-left:5px;
  padding-right:5px;
}
.serv .item-card{
  transition:0.5s;
  cursor:pointer;
  background-color: #268bf7;
}
.serv .card-title{
  text-align: center;
}
.serv .item-card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
}
.serv .item-card-title i{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.serv .card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}
.serv .card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.serv .card-text{
  height:180px; 
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 
  font-size:15px !important;
}
@media screen and (min-width:768px) and (max-width:1024px){
  .serv .card-text{
  font-size: 10px !important;
  }
  
}
.serv .card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.serv .card::before {
  transform-origin: left top;
}
.serv .card::after {
  transform-origin: right bottom;
}
.serv .card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}
/* contact */

.right_conatct_social_icon{
     background: linear-gradient(to top right, #0078ff -5%, #4f40da 100%);
}
.social_item_inner i{
  color: black;
  padding: 10px;
}
.social_item_inner li{
  list-style-type: none;
}
.contact_us{
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
@media screen and (max-width:700px){
  .contact_field{
    padding:0px !important;
}
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: white;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
@media screen and (min-width:200px) and (max-width:1000px){
  .contact_info_sec{
    display: none !important;
  }
  .consec{
    display: none !important;
  }
  .contact_field{
    padding: 0px;
  }
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single{
    margin: 30px 0px;
}
.info_single i{
    margin-right: 15px;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: linear-gradient(to top right, #0078ff -5%, #4f40da 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.map_sec{
    padding: 50px 0px;
}
@media screen and (max-width:700px){
  .map_sec{
    padding: 0px;
  }
  
}
.map_inner h4, .map_inner p{
    color: #000;
    text-align: center
}
.map_inner p{
    font-size: 13px;
}
.map_bind{
   margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}
/* footer */
.span-or {
  display: block;
  position: absolute;
  left: 50%;
  top: -2px;
  margin-left: -25px;
  background-color: #fff;
  width: 50px;
  text-align: center;
}
.hr-or {
  background-color: #cdcdcd;
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.call{
margin-left: 40px;
}
@media screen and (max-width:700px){
.call{
  margin-left: 0px;
}
  
}
footer.nb-footer {
background: black;
border-top: 4px solid #0078ff; 
}
footer.nb-footer .about {
margin: 0 auto;
margin-top: 40px;
max-width: 1170px;
text-align: center; 
}
footer.nb-footer .about p {
font-size: 13px;
color: #999;
margin-top: 30px; 
}
footer.nb-footer .about .social-media {
margin-top: 15px; 
}
footer.nb-footer .about .social-media ul li a {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
font-size: 16px;
color: #0078ff;
border: 1px solid rgba(255, 255, 255, 0.3); 
}
svg:hover{
  background:white;
  color:#0078ff;
  border-color: #0078ff; 
}
footer.nb-footer .about .social-media ul li a:hover {
background: #0078ff;
color: #fff;
border-color: #0078ff; 
}
footer.nb-footer .footer-info-single {
margin-top: 30px; 
}
footer.nb-footer .footer-info-single .title {
color: #aaa;
text-transform: uppercase;
font-size: 16px;
border-left: 4px solid #0078ff;
padding-left: 5px; 
}
footer.nb-footer .footer-info-single ul li a {
display: block;
color: #aaa;
padding: 2px 0; 
}
footer.nb-footer .footer-info-single ul li a:hover {
color: #0078ff;
}
footer.nb-footer .footer-info-single p {
font-size: 13px;
line-height: 20px;
color: #aaa; 
}
footer.nb-footer .copyright {
margin-top: 15px;
background: #111;
padding: 7px 0;
color: #999; 
}
footer.nb-footer .copyright p {
margin: 0;
padding: 0; 
}

/* Button Sizes*/
.btn-mod.btn-medium {
    height: auto;
    padding: 10px 35px;
    font-size: 13px;
}

.btn-mod.btn-circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn-mod.btn-border {
    color:black;
    border: 2px solid #007bff;
    background: transparent;
}

.btn-mod, a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34,34,34, .9);
    border: 2px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-mod.btn-border:hover, .btn-mod.btn-border:focus{
    color: #fff;
    border-color: transparent;
    background: #0078ff;
}

.btn-mod:hover, .btn-mod:focus, a.btn-mod:hover, a.btn-mod:focus {
    font-weight: 400;
    color: rgba(255,255,255, .85);
    background: rgba(0,0,0, .7);
    text-decoration: none;
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Reveal icon on hover */

a.btn.btn-mod.btn-border.animation-one span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

a.btn.btn-mod.btn-border.animation-one span:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}

a.btn.btn-mod.btn-border.animation-one:hover span {
  padding-right: 25px;
}

a.btn.btn-mod.btn-border.animation-one:hover span:after {
  opacity: 1;
  right: 0;
}
