 
/*************************************Navbar_Starts*******************************************/  

:root{
    --color-1: #363839 ;
}

/*************************************************************************/
/* *{
    margin: 0;
    padding: 0;
}


nav{
    width: 100%;
    height: 73px;
    background-color: #363839;
}

.logo{
    float: left;
    padding: 3px 25px;
    margin-top: 2px;
    margin-left: 180px;
}

nav ul{
    float: right;
    margin-right: 200px;
}

nav ul li{
    float: left;
    list-style: none;
    position: relative;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 12px;
    padding-bottom: 14x;
}

nav ul li a{
    display: block;
    font-size: 16px;
    padding: 10px 0;
    color: #ffffffb3;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

nav ul li a:hover{
    color: #FDBE33;
    text-decoration: none;
}

nav ul li ul{
    color: #ffffffb3;
    display: none;
    position: absolute;
    background-color: #363839;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: px;
    padding-bottom: px;
    border-radius: 0px 0px 6px 6px;
}

nav ul li:hover ul{
    display: block;

}

nav ul li ul li{
    width: 180px;
    color: #ffffffb3;

}

nav ul li ul li a:hover{
   color: #FDBE33;
}

nav{
    position: fixed;
    z-index: 1;
}

.active{
    color: #FDBE33;
} */





/*************************************************************************/

 
/*body{*/
/*    line-height: 1.5;*/
/*    font-family: sans-serif;*/
/*    background-color: #fff;*/
/*}*/

/**{*/
/*    box-sizing: border-box;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/


/*a{*/
/*    text-decoration: none;*/
/*}*/

/*.container{*/
/*    max-width: 1170px;*/
/*    margin: auto;*/
/*}*/

/*.row{*/
/*    display: flex;*/
/*    flex-wrap:  wrap;*/
/*}*/

/*.align-items-center{*/
/*    align-items: center;*/
/*}*/

/*.justify-content-between{*/
/*    justify-content: space-between;*/
/*}*/

/*.header{*/
/*    background-color: var(--color-1);*/
/*    padding: 2px 0;*/
/*    position: relative;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    z-index: 100;*/
/*}*/

/*.header .logo, */
/*.header .nav{*/
/*    padding: 0 15px;*/
/*}*/

/*.header .logo a{*/
/*    font-size: 30px;*/
/*    color: #ffffff;*/
/*    text-transform: capitalize;*/
/*    text-decoration: none;*/
/*}*/

/*.header .nav ul li{*/
/*    display: inline-block;*/
/*    margin-left: 40px;*/

/*    position: relative;*/
    

    
/*}*/

/*.header .nav ul li a{*/
/*    display: block;*/
/*    font-size: 16px;*/
/*    padding: 10px 0;*/
/*    color: rgba(255, 255, 255, 0.7);*/
/*    text-transform: capitalize;*/
/*    transition: all 0.5s ease;*/
/*}*/

/*.header .nav ul li ul {*/
/*    display: none;*/
/*    position: absolute;*/
/*    font-size: 16px;*/
/*    padding: 10px 0;*/
/*    color: rgba(255, 255, 255, 0.7);*/
/*    text-transform: capitalize;*/
/*    transition: all 0.5s ease;*/
/*    background-color: #363839;*/
/*    border-radius: 0px 0px 4px 4px;*/
/*}*/

/*.header .nav ul li:hover ul{*/
/*    display: block;*/
/*}*/

/*.header .nav ul li ul li{*/
/*    width: 120px;*/
    

/*}*/

/*.header .nav ul li ul li a{*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    padding-left: 0%;*/
/*    float: left;*/
/*}*/

/*.header .nav ul li ul li a:hover{*/
/*    color: #FDBE33;*/
/*}*/


/*.header .nav ul li a:hover,*/
/*.header .nav ul li a.active{*/
/*    color: #FDBE33;*/
/*    text-decoration: none;*/
/*    margin-top: 9px;*/

/*}*/

/*.header #nav-check{*/
/*    position: absolute;*/
/*    opacity: 0;*/
/*    pointer-events: none;*/

/*}*/



/*.nav-toggler{*/
/*    height: 34px;*/
/*    width: 44px;*/
/*    background-color: #ffffff;*/
/*    border-radius: 4px;*/
/*    cursor: pointer;*/
/*    display: none;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-right: 15px;*/
/*}*/

/*.nav-toggler span{*/
/*    display: block;*/
/*    height: 2px;*/
/*    width: 20px;*/
/*    background-color: var(--color-1);*/
/*    position: relative;*/
/*}*/

/*.nav-toggler span::before,*/
/*.nav-toggler span::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: var(--color-1);*/
/*    left: 0;*/
/*}*/

/*.nav-toggler span::before{*/
/*    top: -6px;*/
/*}*/

/*.nav-toggler span::after{*/
/*    top: 6px;*/
/*}*/

/*@media(max-width: 991px){*/
/*    .nav-toggler{*/
/*        display: flex;*/
/*    }*/
/*    .header .nav{*/
/*        position: absolute;*/
/*        left: 0;*/
/*        top: 100%;*/
/*        width: 100%;*/
/*        background-color: var(--color-1);*/
/*        border-top: 1px solid rgba(255, 255, 255, 0.2);*/
/*        opacity: 0;*/
/*        visibility: hidden;*/
/*    }*/

/*    .header .nav ul li{*/
/*        display: block;*/
/*        margin: 0;*/
/*    }*/

/*    .header #nav-check:checked  ~ .nav{*/
/*        opacity: 1;*/
/*        visibility: visible;*/
/*    }*/

/*    .header #nav-check:focus ~ .nav-toggler{*/
/*        box-shadow: 0 0 15px #000000;*/
/*    }*/

/*    .header #nav-check:checked  ~ .nav-toggler span{*/
/*        background-color: transparent;*/
/*    }*/

/*    .header #nav-check:checked  ~ .nav-toggler span::before{*/
/*        top: 0;*/
/*        transform: rotate(45deg);*/
/*    }*/

/*    .header #nav-check:checked  ~ .nav-toggler span::after{*/
/*        top: 0;*/
/*        transform: rotate(-45deg);*/
/*    }*/
/*} */
 




/*************************************NavBar_Ends*******************************************/

/*************************************Home_Video_Starts*************************************/


/*.video{*/
/*    background: rgba(255, 255, 255, 0.2);*/
/*    height: 100vh;*/
/*}*/

/*.video-backgroung{*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    min-width: 100%;*/
/*    min-height: 100%;*/
/*    width: auto;*/
/*    height: auto;*/
/*    z-index: -1;*/
/*}*/
/*@media (min-aspect-ratio:16/9){*/
/*    video-backgroung{*/
/*        width: 100%;*/
/*        height: auto%;*/
/*    }*/
/*}*/

/*@media (max-aspect-ratio:16/9){*/
/*    video-backgroung{*/
/*        width: auto%;*/
/*        height: 100%;*/
/*    }*/
/*}*/

/*.welcome-msg{*/
/*    position: relative;*/
/*    text-align: center;*/
/*    font-family:Sans-serif;*/
/*    color: #363839;*/
/*    top: 330px;*/
/*}*/

/*.welcome-msg h1{*/
/*    font-size: 60px;*/
/*    font-weight: 100;*/
/*    letter-spacing: 2px;*/
/*    margin-bottom: 30px;*/

/*}*/

/*.btn-subscribe{*/
/*    font-size: 18px;*/
/*    color: #363839;*/
/*    margin: 5px;*/
/*    padding: 7px 22px;*/
/*    text-decoration: none;*/
/*    border: 1px solid #363839;*/
/*    border-radius: 25px;*/
    
/*}*/

/*.btn-comment{*/
/*    font-size: 18px;*/
/*    color: #363839;*/
/*    margin: 5px;*/
/*    padding: 7px 22px;*/
/*    text-decoration: none;*/
/*    border: 1px solid #363839;*/
/*    border-radius: 25px;*/
    
/*}*/

/*.btn-subscribe:hover {*/
/*    background: #FDBE33;*/
/*    transition: .5s;*/
/*    text-decoration: none;*/
/*    color: #fff;*/
/*}*/

/*.btn-comment:hover{*/
/*    background: #FDBE33;*/
/*    transition: .5s;*/
/*    text-decoration: none;*/
/*    color: #fff;*/
/*}*/


/**************************************Home_Video_Ends**************************************/

/******************************Inner_Yellow_Band_Starts*************************************/
#inner-headline{
	background: #FDBE33;
	position: relative;
	margin:0;
	padding: 15px;
	color:#ffffff;
	/* margin: 15px; */
	border-top: 8px solid #ffffff;
}


#inner-headline .inner-heading h2 {
	color:#363839;
	margin:20px 0 0 0;
}


#inner-headline ul.breadcrumb {
	margin:25px 0 0;
	float:left;
}

#inner-headline ul.breadcrumb li {
	margin-bottom:0;
	padding-bottom:0;
}
#inner-headline ul.breadcrumb li {
	font-size:15px;
	color:#fff;
}

#inner-headline ul.breadcrumb li i{
	color:#dedede;
}

#inner-headline ul.breadcrumb li a {
	color:#fff;
}

ul.breadcrumb li a:hover {
	text-decoration:none;
}

/*******************************************Inner_Yellow_Band_Ends**************************/

/*****************************************Index__Starts*************************************/


/*.main_content_1{*/
/*    font-size: 20px;*/
/*    text-align: center;*/
/*}*/

/*.main_content_2{*/
/*    font-size: 20px;*/
/*}*/

/*.read_link .link{*/
/*    font-size: 20px;*/
/*    text-decoration: none;*/
/*    text-align: center;*/
/*}*/

/*.read_link:hover{*/
/*    color: #FDBE33;*/
/*    padding-left: 8px; */
/*    text-align: center;*/
/*    transition: 0.3s;*/
/*}*/


/*.read_link:link {*/
/*    color: #363839;*/
/*  }*/

/*  a:link {*/
/*    color: #363839;*/
/*  }*/


.main_content_1{
    font-size: 20px;
    text-align: center;
}

.main_content_2{
    font-size: 20px;
}

.read_link .link{
    font-size: 20px;
    text-decoration: none;
    text-align: center;
}

.read_link:hover{
    color: #FDBE33;
    padding-left: 8px; 
    text-align: center;
    transition: 0.3s;
}


.read_link:link {
    color: #363839;
  }

  a:link {
    color: #363839;
  }








/*******************************************Index_Ends*************************************/

/****************************************About_Us_Starts***********************************/

/* Three columns side by side */
.column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  
  /* Display the columns below each other instead of side by side on small screens */
  @media screen and (max-width: 350px) {
    .column {
      width: 100%;
      display: block;
    }
  }
  
  /* Add some shadows to create a card effect */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .card:hover{
    transform: scale(1.05);
  }
  
  /* Some left and right padding inside the container */
  .container {
    padding: 0 16px;
  }

  /* Clear floats */
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .title {
    color: grey;
  }
  
  .button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
  }
  
  .button:hover {
    background-color: #FDBE33;
  }
  
/********************************************************/



.container .article-featured ol li{
    font-size: 20px;
}













/****************************************About_Us_Ends************************************/

/****************************************Expertise_Starts***********************************/















/****************************************Expertise_Ends************************************/

/***********************************Products & Services_Starts*****************************/



img {
    max-width: 100%;
    display: block;
 }
 
 .image-full {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 2em;
 }
 
 .widget-title {
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: 700;
 }
 
 .widget-recent-post-title {
    font-size: 1rem;
 }
 
 .widget-recent-post {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #707070;
    margin-bottom: 1em;
 }
 
 .widget-recent-post:last-child {
    border: 0;
    margin: 0;
 }
 
 .widget-image {
    order: -1;
    margin-bottom: .5em;
 }
 
 /********************************************************************************/
 
 @media (min-width: 675px) {
    .container-nav,
    .container-flex {
       flex-direction: row;
    }
    
    .container-nav{
       align-items: center;
    }
    
    main {
       width: 70%;
    }
 
    aside {
       width: 25%;
       min-width: 200px;
       margin-left: 1em;
    }
    
    nav ul {
       flex-direction: row;
    }
    
    nav li {
       margin-left: 2em;
    }
    
    
    .article-recent {
       flex-direction: row;
       justify-content: space-between;
    }
    
    .article-recent-main {
       width: 68%;
    }
    
    .article-recent-secondary {
       width: 30%;
    }
    
    .article-title {
       order: 99;
    }
    
    .article-image {
       width: 100%;
       min-height: 200px;
       object-fit: cover;
    }
    
    
    .article-featured {
       display: flex;
       flex-direction: column;
    }
    
    .article-image {
       order: -2;
    }
    
    .article-info {
       order: -1;
    }
    
    .article-title {
       order: 0;
    }
    
 }


/***********************************************************************************************/



.web{
  
    border: 1px solid #fff;
    box-shadow: 0 2px 3px;
    border-radius: 7px;
    background: #fff;
    text-align: left;
    padding: 20px;
}

.web:hover
{
    transform: scale(1.06);
    box-shadow: 0px 2px 5px #F9C72A;

}

.web p {
      margin-top: 10px;


}

.web i
{
    margin-bottom: 10px;
    position: relative;
    bottom: 25px;
    left: 5px;
    top: -10px;
}

/* Mobile */
.mobile{
  border: 1px solid #fff;
  box-shadow: 0 2px 3px;
  border-radius: 7px;
  background: #fff;
  text-align: left;
  padding: 20px;
}

.mobile:hover
{
  transform: scale(1.06);
    box-shadow: 0px 2px 5px #F9C72A;

}

.mobile p
{
    margin-top: 10px;
}

.mobile i
{

  margin-bottom: 10px;
  position: relative;
  bottom: 25px;
  left: 5px;
  top: -10px;
}


/* Gdesign */
.gdesign{

    box-shadow: 0 2px 3px;
    border-radius: 7px;
    border: 1px solid #fff;
    background: #fff;
    border: 1px solid #F9C72A;
    text-align: left;
    padding: 20px;
}

.gdesign:hover
{
    transform: scale(1.06);
    box-shadow: 0px 2px 5px #F9C72A;
}

.gdesign p
{
    margin-top: 10px;
}

.gdesign i
{
    margin-bottom: 10px;
    position: relative;
    bottom: 25px;
    left: 5px;
    top: -10px;
}


/* tutor */
.tutor{

    box-shadow: 0 2px 3px;
    border-radius: 7px;
    border: 1px solid #fff;
    background: #fff;
    border: 1px solid #F9C72A;
    text-align: left;
    padding: 20px;
}

.tutor:hover
{
    transform: scale(1.06);
    box-shadow: 0px 2px 5px #F9C72A;
}

.tutor p
{
    margin-top: 10px;
}

.tutor i
{
    margin-bottom: 10px;
    position: relative;
    bottom: 25px;
    left: 5px;
    top: -10px;
}

/* Project */
.project{

    box-shadow: 0 2px 3px;
    border-radius: 7px;
    border: 1px solid #fff;
    background: #fff;
    border: 1px solid #F9C72A;
    text-align: left;
    padding: 20px;
}

.project:hover
{
    transform: scale(1.06);
    box-shadow: 0px 2px 5px #F9C72A;
}

.project p
{
    margin-top: 10px;
}

.project i
{
    margin-bottom: 10px;
    position: relative;
    bottom: 25px;
    left: 5px;
    top: -10px;
}

/* systems */
.systems{

    box-shadow: 0 2px 3px;
    border-radius: 7px;
    border: 1px solid #fff;
    background: #fff;
    border: 1px solid #F9C72A;
    text-align: left;
    padding: 20px;
}

.systems:hover
{
    transform: scale(1.06);
    box-shadow: 0px 2px 5px #F9C72A;
}

.systems p
{
    margin-top: 10px;
}

.systems i
{
    margin-bottom: 10px;
    position: relative;
    bottom: 25px;
    left: 5px;
    top: -10px;
}

.fa-user
{
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px;
}

.fa-user:hover
{
    background: #F9C72A;
    color: #fff;
}



  











/*********************************Products & Services_Ends********************************/

/***************************************Projects_Starts***********************************/



/* .Paragraph{
    font-size: 17px;
}


.container .article-title .Paragraph{
    font-size: 17px;
} */

* {
    box-sizing: border-box;
  }
  
  .column {
    float: left;
    width: 33.33%;
    padding: 5px;
  }
  
  .row::after {
    content: "";
    clear: both;
    display: table;
  }


  .images {
    display: flex;
    /* flex-wrap: wrap; */
    margin: 0 50px;
    /* padding: 30px; */
}

.photo {
    /* max-width: 31.333%; */
    padding: 0 10px;
    /* height: 240px; */
}

.images .marine{
    margin-left: 15px;
}






/***************************************Projects_Ends************************************/

/****************************************News_Starts*************************************/


.courses{
    padding:50px 0
    }

    iframe{
        width: 80%;
        height: 500px;
    }


/****************************************News_Ends***************************************/

/************************************Contact_Us_Starts***********************************/

 
 
   
 
 
 

 
 
  
 
 .article-featured {
    border-bottom: #707070 1px solid;
    padding-bottom: 2em;
    margin-bottom: 2em;
 }
 
 .article-recent {
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
 }
 
 .article-recent-main {
    order: 2;
 }
 

 
 
 
 @media (min-width: 675px) {
    .container-nav,
    .container-flex {
       flex-direction: row;
    }
    
    .container-nav{
       align-items: center;
    }
    
    main {
       width: 70%;
    }
 
    aside {
       width: 25%;
       min-width: 200px;
       margin-left: 1em;
    }
    
    nav ul {
       flex-direction: row;
    }
    
    nav li {
       margin-left: 2em;
    }
    
    
    .article-recent {
       flex-direction: row;
       justify-content: space-between;
    }
    
    .article-recent-main {
       width: 68%;
    }
    
    .article-recent-secondary {
       width: 30%;
    }
    
    .article-title {
       order: 99;
    }
    
    .article-image {
       width: 100%;
       min-height: 200px;
       object-fit: cover;
    }
    
    
    .article-featured {
       display: flex;
       flex-direction: column;
    }
    
    .article-image {
       order: -2;
    }
    
    .article-info {
       order: -1;
    }
    
    .article-title {
       order: 0;
    }
    
 }
 
 













/************************************Contact_Us_Ends*************************************/

/************************************Footer_Starts***************************************/        
      
.footer{
    background-color: #363839;
    padding: 70px 0;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
line-height: 1.5;
font-family: 'Poppins', sans-serif;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container{
    max-width: 1170px;
    margin: auto;
}

ul{
    list-style: none;
}

.row{
    display: flex;
    flex-wrap: wrap;
}

.footer-col{
    width: 25%;
    padding: 0 15px;
}

.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color:  #FDBE33;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}

.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color:  #24262b;
    text-decoration: none;
    font-weight: 300;
    color: #ffffff;
    display: block;      
    transition: all 0.3s ease;  
}

.footer-col ul li a:hover{
    color: #FDBE33;
    padding-left: 8px; 
}

.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgb(109, 112, 119);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover{
    color:  #ffffff;
    background-color: #FDBE33;
}

 Responsive 

@media(max-width: 767px){
    .footer-col{
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px){
    .footer-col{
        width: 100%;
    }
}
h1{
    color: #f44537#f44537;
}

.company .heading{
    color: #fff;
    text-align: center;
    transition: all 0.5s ease;
}

.company .heading:hover{
    color: #FDBE33;
    padding-left: 8px; 
    text-align: center;
}


/*************************************Footer_Ends*******************************************/  
