
/*body{
    margin-left: 150px;
    margin-right: 150px; 
}*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu> .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-9px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px ;
    border-radius: 0 6px 6px 6px ;
}

.dropdown-submenu:hover> .dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top:5px;
    margin-right: -10px;
}

.dropdown-submenu>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left> .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



/*index slider*/

/* equal card height */

/*index slider*/

* {
    
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'montserrat';
    src: url('bit_fonts/Montserrat-Regular.ttf')
        format('truetype');
}

.navbar {
    padding: 15px;
    padding-top: 0;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
}

 .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #1495d9!important;
    border: 0;
}

.dropdown-menu{
  background-color:#1495d9!important; 
}
.navbar form {
    margin-right: 30px;
}

.navbar input {
    border: 0.5px solid #e2e0e0;
    border-radius: 100px;
    width: 300px;
    height: 28px;
    padding: 1px 25px;
    font-size: 14px;
    outline:none;
}

.navbar input:focus{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.navbar .search {
    background: none;
    border: none;
    padding: 1px 10px;
}

.navbar .search:hover {
    cursor: pointer;
}

.navbar .search:hover span {
    color: firebrick;
}

.navbar .signup {
    padding: 5px 30px;
    background-color: firebrick;
    color: white;    
    border-radius: 0px;
    margin: 0 5px;
    transition: 0.5s;
    font-size:11px;
}

.navbar .signup:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.navbar .login {
    padding: 5px 30px;
    background-color: #1495d9;
    color: white;
    border-radius: 0px;
    transition: 0.5s;
    font-size:11px;
}

.navbar .login:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.nav_search {
    margin-top: 10px;
}

@media screen and (min-width:1000px){
    .nav_search {
        display: flex;
    }
}

.nav2 {
    height: 45px;
    text-transform: uppercase;
    background-color: #042E9E;
    color: #000;
    padding: 0;
}

.nav2 .navbar-brand {
    font-size: 17px;
}

.nav2 li {
    font-size: 13px;
    padding: 0 10px 0 10px;
}

.nav2 li:hover {
    background-color: #1495d9;
}

.nav2 .social i {
    margin-left: 8px;
    margin-right: 16px;
}

.nav2 .social i:hover {
    color: #1495d9;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

.nav2 .active {
    background-color: #1495d9;
}

.nav2 .navbar-nav {
    padding: 0;
}

.nav2 a {
    text-decoration: none;
    color: white;
}

.nav2.drop a {
    text-decoration: none;
    color: white;
}

.nav2 .nav-link {
    padding:13px;
}

@media screen and (max-width:1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 0; 
     padding-left: 0; 
}
    
    .nav2 .social i{
        margin-left: 8px;
        margin-right: 12px;
    }
    
    .nav2 .nav-link {
        font-size: 11.7px;
    }
}

/*index css*/



@media screen and (max-width:768px) {
    .nav2 .collapse {
        background-color: #022C76;
        z-index: 9999;
        border: 0px solid;
        /* border-radius: 0px 0px 20px 0px; */
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
        /* transition: .4s; */
    }
    
    .nav2 .social {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (min-width:788px) {
    .nav2 .collapse ul {
        /*width: 900px;*/
    }
    .nav2 .social {
        margin-left: 50px;
        z-index: 9999;
    }
}
/*banner section css*/

.banner {
    font-family: 'montserrat', sans-serif;
    /*height: 690px;*/
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: -50px;
}

.banner .container-fluid{
    padding-left: 0;
    padding-right: 0;
}

.banner .banner_carousel {
    z-index: -1!important;
}

@-webkit-keyframes zoom {
 0%   {  transform: scale(1); }
 50%  {  transform: scale(1.2); }
 100% {  transform: scale(1); }         
}

.banner img {
    
    -webkit-animation: zoom 20s linear infinite;
}



@media screen and (max-width: 10000px) and (min-width: 1000px){
    .d-block{
        width: 100%;
}
}

.banner .text_over .over_content{
    position: absolute;
    margin-top: 250px;
    color: white;
}

.banner .text_over .over_content h1 {
    margin-top: -20px;
    line-height: 55px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    font-size: 50px;
    font-family: 'montserrat', sans-serif;
    font-weight: 800;
}

.banner .text_over .thin_bar {
    margin-top: 30px;
    height: 3px;
    width: 110%;
    background-color: firebrick;
}

.banner .text_over .sm_text {
    padding: 15px;
    width: 110%;
/*    height: 150px;*/
    background-color: rgba(198, 0, 0, 0.2);
    box-shadow: inset 0px 0px 45px rgba(0,0,0,0.1);
}

.banner .text_over .sm_text .sm_text_content {
    font-size: 18px!important;
/*    font-size: 20px;*/
    font-weight: 500;
}

.contact_banner {
    margin-top: -50px;
    color: white;
}

.contact_banner .container-fluid {
    padding: 0;
    background-color: white;
}

.contact_banner .over_content{
    padding: 100px 0;
}

@media screen and (max-width:1024px) {
    .banner {
        height: 450px;
    }
    
    .banner .text_over .over_content {
        margin-top: 150px;
    }
    
    .banner .text_over .over_content h1 {
        font-size: 30px;
        line-height: inherit;
    }
    
    .banner .text_over .sm_text .sm_text_content {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .banner {
        height: 435px;
    }
    
    .banner .text_over .over_content {
        margin-top: 150px;
    }
    
    .banner .text_over .over_content h1 {
        font-size: 25px;
    }
    
    .banner .text_over .sm_text .sm_text_content {
        font-size: 12px;
    }
}

@media screen and (max-width:465px) {
    .banner .text_over .thin_bar {
/*        width: auto;*/
    }
    .banner .text_over .sm_text {
/*        width: auto;*/
    }
    
    .banner img {
        width: auto;
        height: 500px;
       /* margin-left: -1200px;*/
/*        margin-top: -500px;*/
    }
    
    .banner .text_over .sm_text {
        width: 100%;
/*        margin-top: -20px;*/
        font-size: 16px;
    }
    
/*    .banner .text_over .thin_bar {
        width: 100%;
        margin-top: -20px;
        padding: 0;
        margin: 0;
    }
    */
    .banner .text_over .over_content {
        margin-top: 70px;
    }
    
    .banner .text_over .over_content h1 {
        font-size: 20px;
    }
    
    .banner_sec .banner .banner_carousel {
        height: 500px;
    }
    
   /* .banner_sec .banner .banner_carousel img {
        height: 100%;
        width: auto;
        margin-left: -600px;
    }*/
}

/*advert section css*/

.about {
/*    height: 350px;*/
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: -80px;
    margin-bottom: -60px;
}

.about_sec .about h1 {
     font-size: 22px;
     font-family: 'montserrat', sans-serif !important; 
     font-weight: bold;
     margin-bottom: 35px;

}


.about_sec .about hr{
     display: block;
    height: 1px;
    width: 780px;
    border: 0;
    border-top: 1px solid #E0D480;
    margin: 1em 0;
    padding: 0; 
}

.about_sec .about p{
       font-family: arial !important; 
       margin-top: 35px;
  
}
 
 @media screen and (min-width: 300px) and (max-width: 1000px){
.about_sec hr{
    width: 310px !important;    
}

.profile_banner .container-fluid {
margin-right: 40px;
margin-left:15px;}

.about_sec h1{ font-size: 16px !important;}

.about_sec small{font-size: 16px !important;}

}


.about_sec .about .read_more 

 {
    color: #022C76;
    background: transparent;
    padding:  15px 20px;
    margin: 0;
    font-family: 'OpenSansBold', sans-serif;
    border: 2px solid #022C76;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #022C76;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    margin-top: 20px;
}

.about_sec .about .read_more:hover {
    box-shadow: inset 100px 0 0 0 #022C76;
    color: #fff;
    background-color: #022C76;
    border-color: #022C76;
}


/*


.ad_slide1, .ad_slide2, .ad_slide3 {
    background-color: firebrick;
    padding: 30px;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.ad_slide1 h3, .ad_slide2 h3, .ad_slide3 h3 {
    text-transform: uppercase;
}

.ad_slide1 .btn-warning, .ad_slide2 .btn-warning, .ad_slide3 .btn-warning {
    border: 0px solid;
    border-radius: 200px;
    color: white;
    background-color: #fdba14;
    width: 120px;
    font-weight: 500;
}

.ad_slide_title {
    font-size: 30px;
    line-height: 30px;
}

.ad_slide2 .ad_slide_body {
    margin-bottom: 52px;
}
*/
@media screen and (max-width:1024px){
    .advert .ad1_img {
        width: 100%;
        height: auto;
    }
    
    .ad_slide1, .ad_slide2, .ad_slide3 {
        padding: 20px;
    }
    
    .ad_slide_body {
        font-size: 15px;
    }
    
    .advert {
/*        height: 300px;*/
    }
}

@media screen and (max-width:920px) {
    .advert {
/*        height: 230px*/
    }
    
    .advert .ad1_img {
        width: 100%;
    }
    
    .ad_slide1, .ad_slide2, .ad_slide3 {
        padding: 15px;
    }
    
    .ad_slide_title {
        font-size: 20px;
        line-height: 20px;
    }
    
    .ad_slide_body {
        font-size: 10px;
    }
    
    .ad_slide1 .btn-warning, .ad_slide2 .btn-warning, .ad_slide3 .btn-warning {
        width: 100px;
        font-weight: 500;
        font-size: 12px;
    }
    
    .ad_slide2 .ad_slide_body {
        margin-bottom: 46px;
    }
}

/*card carousel*/

.works_sec {
/*    height: 550px;*/
   /* background-color: #EDEFF0;*/
 background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;


    
}

.works_sec .image1  {
    height: 550px;
    width: 430px;
    margin-left: -20px;

}

.works_sec .image2  {
    height: 550px;
    width: 430px;
    margin-left: -20px;

}

@media screen and (max-width: 1000px) and (min-width: 50px){
    .works_sec .image1{
         height: 480px;
    width: 320px;
    margin-left: -20px;

    }

    .works_sec .image2
    {
      height: 410px;
    width: 365px;
     padding-left: 45px !important;
}

.expect .image{
    background-position:-100px;
    
}

.expect .image1{
    background-position:-100px;
    
}

.expect .image2{
    background-position:-100px;
    
}

.banner_sec .text_over .d-block1"{ background-position: -155px;}





}

.works_sec .works .container-fluid {
    padding-left: 0;
    padding-right: 0;

}



.works_sec .works .container-fluid .container {
/*    overflow-x: hidden;*/
}



.row2{
    display: -ms-flexbox !important;

display: flex !important;

-ms-flex-wrap: wrap !important;

flex-wrap: wrap !important;

margin-right: -15px !important;


}

.works_sec i.fas:hover {
    text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}


.works_sec .works h1 {
     font-size: 19px;
     font-family: 'montserrat', sans-serif !important; 
     font-weight: bold;
     margin-bottom: 35px;


}


.works_sec .works hr{
     display: block;
    height: 1px;
    width: 800px;
    border: 0;
    border-top: 1px solid #E0D480;
    margin: 1em 0;
    padding: 0; 
    
}

@media screen and (max-width:500px) {
    .works_sec .works hr {
      width: 300px; 
    }



.works_sec .works p{
    font-family: 'montserrat', sans-serif !important; 
    margin-top: 200px;
    font-weight: bold;


}
.about_sec .about hr{
width: 300px;
}

.about_sec .about h1{
font-size: 15px;
}
.works_sec .works{

}

}

/*
.works_sec  .fa  {*/
   /*margin-bottom: -50px;*/
/*   font-size:14px;color:#042E9E;
   margin-left: -15px;
}*/

.works_sec .fa {
   padding: -60px;
   font-size:14px;color:#042E9E;
   margin-left: -15px;
}


.works_sec .first{
 margin-left: 10px; 
 margin-top: -22px;
  font-weight: bold;
}

.works_sec .second{
 margin-left: 10px; 
 margin-top: -22px;
 font-weight: bold;
 
}


@media screen and (max-width:1440px) {
    .events_sec .left_arrow {
        margin-left: 50px;
    }
    
    .events_sec .right_arrow {
        margin-right: 50px;
    }
}

@media screen and (max-width:1024px) {
    .events_sec .left_arrow {
        margin-left: 0px;
        font-size: 20px;
    }
    
    .events_sec .right_arrow {
        margin-right: 0px;
        font-size: 20px;
        margin-top: -390px;
    }
}

.events_sec .filter .container {
    padding-left: 0;
    margin-bottom: 40px;
}

.events_sec .filter .filter_list {
    list-style-type: none;
}

.events_sec .filter .filter_list li {
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .4s;
}

.events_sec .filter .filter_list .btn1 {
    margin-right: 15px;
}
.events_sec .filter .filter_list .btn2 {
    margin-right: 15px;
}

.events_sec .filter .filter_list li:hover {
    border: 1px solid #1495d9;
    border-top: none;
    border-right: none;
    border-left: none;
    transition: .1s;
}

.events_sec .filter .filter_list .active {
    transform: scale(1.5);
    font-weight: 500;
    margin-right: 50px;
    margin-left: 50px;
    border: 1px solid #1495d9;
    border-top: none;
    border-right: none;
    border-left: none;
    transition: .1s;
}

.events .first_carousel .card .card_img {
    height: 250px;
    overflow: hidden;
}

.events .first_carousel .card .card-img-top {
    height: 100%;
    width: auto;
    overflow: hidden;
}

.events .first_carousel .col-md-4{
/*    transition: .3s ease-in;*/
    padding: 10px;
}

.events .first_carousel .card .card-body {
    padding: 40px;
}

.events .first_carousel .card .card-title small {
    font-size: 14px;
    font-weight: 500;
}

.events .first_carousel .card .card-text {
    font-size: 14px;
    line-height: 16px;
}

.events .first_carousel .card .card-text .read_more {
    font-weight: 500;
    color: #1495d9;
}

.events .first_carousel .card .card-text a {
    text-decoration: none
}

.events .first_carousel .card .card-text .read_more:hover {
    color: #3d3d3d;
}

.events .first_carousel .carousel-item-next, .events .carousel-item-prev, .events .carousel-item.active {
    display: flex;
/*    transition: .3s;*/
}

.row-equal>div[class*='col-']{
/*    transition: .3s;*/
    display: flex;
    flex: 1 0 auto;
    max-width: 370px;
}

.row-equal .card{
/*    transition: .3s;*/
    width: 100%;
}

.first_carousel .carousel-inner>.row-equal.active,
.first_carousel .carousel-inner>.row-equal.next,
.first_carousel .carousel-inner>.row-equal.prev{
/*    transition: .3s;*/
    display: flex;
}

.first_carousel .carousel-inner>.row-equal.active.left,
 .first_carousel.carousel-inner>.row-equal.active.right{
/*    transition: .3s;*/
    opacity: 0.5;
    display: flex;
}

/*card carousel 2*/

.events_sec2 {
    padding: 40px 30px;
}

.events_sec2 .carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #fff;
    border-radius: 23px;
    margin-top:90px;
}

.events_sec2 .carousel-control .right {
    right: -12px;
}

.events_sec2 .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}

.events_sec2 .carousel-indicators .active {
    background:#428bca;
}



/*statistics css*/

.expect {
/*    height: 4 00px;*/
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    align-content: center;
    margin: auto;
    background-color: #fff;
    margin-top: -140px;
/*   background-color: #fff;*/
}

.image{
    /*width: 200px;*/
    background-color: transparent;
    background-image: url(bit_img/home/image.png);
    height: 260px;
    background-size: cover;
    width: 108%;
}

.image1{
    /*width: 200px;*/
    background-color: transparent;
    background-image: url(bit_img/home/image1.png);
    height: 260px;
    background-size: cover;
    width: 108%;
}

.image2{
    /*width: 200px;*/
    background-color: transparent;
    background-image: url(bit_img/home/image3.png);
    height: 260px;
    background-size: cover;
    width: 108%;
}

.wrapper {
  margin: auto;
  overflow: hidden;
/*  padding: 20px;*/
/*  width:55%;*/
}
.data-one,
.data-two,
.data-three {
  float: left;
  display: inline;
    margin-left: 20px;
}

.circliful {
    position: relative; 
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.circle-info {
	color: #999;
}

.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 4px;
}

.circles .col-md-2 {
    align-content: center;
    text-align: center;
    padding: 0;
}

@media (min-width: 768px){
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: inherit;
    }
}

/*parallax css*/

.parallax { 
/*    height: 600px;*/
    background-image: url(bit_img/home/parallax_testimonial.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parallax .title {
/*
    padding-left: 400px;
    padding-right: 400px;
*/
    color: white;
    margin-left: 30%;
    margin-right: 30%;
}

@media screen and (min-width:1440px) {
    .parallax{
        height: 700px;
        padding-top: 100px;
/*        padding-bottom: 70px;*/
    }
}

@media screen and (max-width:768px) {
    .parallax {
        height: 800px;
        padding-top: 50px;
    }
}

@media screen and (max-width:465px) {
    .parallax {
        height: 900px;
        padding-top: 50px;
    }
    .parallax .title {
       margin-left: 15%;
        margin-right: 15%; 
    }
}

.parallax .title .title_content {
     border: 2px solid white;
    padding: 10px;
}

.parallax .carousel {
    padding-left: 15%;
    padding-right: 15%;
}

.parallax .carousel li {
    height: 10px;
    width: 10px;
    border: 0px solid;
    border-radius: 100%;
}

.parallax .carousel .carousel-item {
    align-items: center;
    align-content: center;
    text-align: center;
    color: white;
}

.parallax .carousel .carousel-item .testimonial_text {
    margin-top: 70px;
    margin-bottom: 100px;
}

.parallax .carousel .carousel-item .carousel-caption {
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
}

.parallax .carousel .carousel-item .carousel-caption .avatar {
    width: 100px;
    height: 100px;
    border: 0px solid;
    border-radius: 100%;
    background-color: white;
    margin: auto;
    margin-bottom: 20px;
    align-content: center;
}

/*contact page css*/

.contact_sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact_sec p i {
    font-size: 20px;
}

@media screen and (min-width:300px) and (max-width:100px) {

    
}

.contact_sec form .form-control {
    border-radius: 15px;
    font-size: 14px;
    padding-left: 25px;
}

.contact_sec form .mybtn {
    border: 2px solid #4D7EE4;
    border-radius: 250px;
    width: 100px;
    background-color: transparent;
    font-size: 14px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #4D7EE4;
  cursor: pointer;
}


.contact_sec h1{

font-family: 'montserrat', sans-serif !important;
font-size: 18px;
color: #4D7EE4;
margin-left: 80px;
font-weight: bold;
}

.contact_sec p {
    font-size: 18px;
    font-family: montserrat, sans-serif !important;
    margin-bottom: -5px;
}

.contact_sec hr {
    display: block
    height: 1px;
    width: 480px;
    border: 0;
    border-top: 1.5px solid #E0D480;
    margin: 1em 0;
    padding: 0;
}

.contact_sec li {
    list-style-type: none;
    font-family: arial;
    color: grey;
}


.contact_sec .map {
    margin-top: 100px;
}

.contact_sec select {
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact_sec select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.contact_sec select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


.contact_sec select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}



/*.contact_banner .container-fluid {
    padding: 0;
    height: 400px;
    background-image: url(bit_img/home/contact.jpg);
}*/

/*about sec css*/


.about_sec p {
font-size: 16px;
margin-top: 40px;
}

.about_sec hr {
    display: block
    height: 1px;
    width: 600px;
    border: 0;
    border-top: 1px solid #E0D480;
    margin: 1em 0;
    padding: 0;
}

.about_sec h1 {
    font-size: 30px;
    font-family: 'montserrat', sans-serif !important;
    font-weight: bold;
  
}

.about_sec image {
    background-image: url(bit_img/home/image.jpg);
    margin-top: 100px;
    margin-bottom: 120px;}

.about_sec ol {
    margin: 0 0 0.5rem 0;
  position: relative;
}    
.about_sec ol {
  /*max-width: 350px;*/
 
  list-style: none;
  padding-left: 40px;
}
.about_sec ol li {
    margin: 0 0 15px 0;
  /*margin: 0 0 0.9rem 0;*/
  counter-increment: my-awesome-counter;
  position: relative;
}
.about_sec ol li::before {
  content: counter(my-awesome-counter);  /***/
  color: #fff;
  font-size: 1rem;
  position: absolute;
  --size: 30px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
 
  background: #042E9E;
  border-radius: 50%;
  text-align: center;
  /*box-shadow: 1px 1px 0 #999;*/
}

.about_sec .list li {
    font-size: 16px;
    font-family: arial !important;
}

.about_sec .list2{
    margin-left: 25px;
}

.about_sec .list2 li {
     color: #1495d9;
    list-style-type: disc;
}

.about_sec .list2 span {
    color: #000;
}


/*.about_banner .container-fluid {
    padding: 0;
    height: 400px;
    background-image: url(bit_img/home/about.jpg);
}
*/

/*about ends*/

.project_sec p {
font-size: 16px;
margin-top: 40px;
}

.project_sec hr {
    display: block
    height: 1px;
    width: 680px;
    border: 0;
    border-top: 1px solid #E0D480;
    margin: 1em 0;
    padding: 0;
}

.project_sec h1 {
    font-size: 30px;
    font-family: 'montserrat', sans-serif !important;
    font-weight: bold;
  
}

.project_sec image {
    background-image: url(bit_img/home/image.jpg);
    margin-top: 100px;
    margin-bottom: 120px;}

.project_sec ol {
    margin: 0 0 0.5rem 0;
  position: relative;
  font-size: 15px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}    
.project_sec ol {
  /*max-width: 350px;*/
 
  list-style: none;
  padding-left: 40px;
}
.project_sec ol li {
    margin: 0 0 15px 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
  counter-increment: my-awesome-counter;
  position: relative;
}
.project_sec ol li::before {
  content: counter(my-awesome-counter);  /***/
  color: #fff;
  font-size: 1rem;
  position: absolute;
  --size: 28px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
 
  background: #042E9E;
  border-radius: 50%;
  text-align: center;
  /*box-shadow: 1px 1px 0 #999;*/
}

.project_sec .list li {
    font-size: 20px;
    font-family: arial !important;
}

.project_sec .list span{
    font-size: 15px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    margin-left: 15px;
}

.project_sec .list2{
    margin-left: 25px;
}

.project_sec .list2 li {
     color: #1495d9;
    list-style-type: disc;
}

.project_sec .list2 span {
    font-size: 15px;
    color: #000;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.project_sec .smalltext {
   /* font-weight: bold;*/
}


.project_sec .form-group .mybtn 
 {
    color: #022C76;
    background: transparent;
    padding:  15px 20px;
    margin: 0;
    font-family: 'OpenSansBold', sans-serif;
    border: 2px solid #022C76;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #022C76;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    margin-top: 20px;
}

.project_sec .form-group .mybtn:hover {
    box-shadow: inset 100px 0 0 0 #022C76;
    color: #fff;
    background-color: #022C76;
    border-color: #022C76;
}

@media screen and (min-width:300px) and (max-width:1000px) {
 .project_sec hr{
    width: 300px;
 }   
    .project_sec h1{
     font-size: 18px;
    }
}

/*footer css*/
 .f-border {

    width: 100px;
    height: 2px;
    background: #c5c5c5;
    border-radius: 50px;

}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}


.footer .read .read_more 

 {
    color: #022C76;
    background: transparent;
    padding:  10px 14px;
    margin: 0;
    font-family: 'OpenSansBold', sans-serif;
    border: 2px solid #022C76;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #022C76;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    height: 37px;
}

.footer .read .read_more:hover {
    box-shadow: inset 100px 0 0 0 #022C76;
    color: #fff;
    background-color: #022C76;
    border-color: #022C76;
}



.footer {
    padding-top: 100px;
    margin-top: -100px;
}

.footer .info_row {
    margin-bottom: 100px;
}

.footer .logo {
    height: 60px;
    margin-bottom: 10px;
}

.footer i {
    font-size: 16px;
    margin: 8px;
}

.footer .fa-twitter {
    color: firebrick;
    padding: 6px 7px;
    transition: 0.5s;
    cursor:pointer;
    border: 1px solid firebrick;
    border-radius: 100%;
}

.footer .fa-twitter:hover {
     color: white;
    background-color: firebrick;
}

.footer .fa-facebook-f {
    color: firebrick;
    padding: 6px 10px;
    transition: 0.5s;
    cursor:pointer;
    border: 1px solid firebrick;
    border-radius: 100%;
}

.footer .fa-facebook-f:hover {
     color: white;
    background-color: firebrick;
}

.footer .fa-google-plus-g {
    color: firebrick;
    padding: 6px 6px;
    transition: 0.5s;
    cursor:pointer;
    border: 1px solid #1495d9;
    border-radius: 100%;
}

.footer .fa-google-plus-g:hover {
     color: white;
    background-color: firebrick;
}

.footer .btn-light {
    border: 0px solid;
    border-radius: 250px;
    width: 150px;
    background-color: firebrick;
    color: white;
}

.footer p {
    font-size: 13px;
}

.footer li {
    font-size: 13px;
    list-style-type: none;
}

.footer a {
    text-decoration: none;
    color: inherit;
}

.footer a:hover {
    text-decoration:underline;
    color: blue;
}

.footer .oth_logo .obaa_logo {
    height: 45px;
/*    width: 25px;*/
    margin-right: 8px;
    margin-bottom: 5px;
}

.footer .oth_logo .dil_logo {
    margin-left: 8px;
    margin-bottom: 5px;
    height: 45px;
}

.footer .oth_logo .mantrac_logo {
    height: 35px;
    
}

.footer .copyright_row {
    background-color: #3D3D3D;
    color: white;
    padding-top: 10px;
}

.footer .copyright_row ul li {
    display: inline-block;
    margin-left: 10px;
}

.footer .copyright_row .column {
/*    display: inline-block;*/
/*    width: 50%*/
}

@media screen and (min-width:1024px) {
    .contact_sec form {
        padding: 0 70px;
    }
    
    .footer .copyright_row .bitsweaver {
        text-align: right;
    }
    
    .footer .oth_logo {
        text-align: right;
    }
}

@media screen and (min-width: 300px) and (max-width: 800px) {
    .footer .footerlogo p{
  display: block;
}



.footer .footerlogo  {
    margin-left: -22px;
}

.footer .footerlogo .vertical_line{
    margin-left: 130px;
    height: 50px;
}

.footer .address2 ul{
    margin-left: 0px;
}


@media screen and (max-width: 1500px) {
 .footer .images .second{
    margin-left: 30px!important;
 }

 .footer .address2 ul{
    /*margin-left: -50px;*/
}

.footer .navbar-brand.okay{
    margin-left: 50px;
    width: 100%;
}

.footer .partner {
    margin-left: 50px;
}

.footer .read {
  margin-left: -40px;
}

.footer .images .first {
   margin-right: -20px;
}

}




/*Event page css*/

.events_page_sec {
    background-color: #f5f4f4;
    padding-top: 100px;
    padding-bottom: 50px;
}

.events_page_sec .event_filter {
    text-align: center;
}

.events_page_sec .btn-light {
    border: 0px solid;
    border-radius: 250px;
    width: 150px;
    background-color: firebrick;
    color: white;
    margin: 35px;
}

.events_page_sec .event_div {
/*    padding: 25px;*/
    margin-bottom: 100px;
    font-family: 'montserrat', sans-serif;
}

.events_page_sec .event_div .card {
    width: 85%;
    margin: auto;
}

.events_page_sec .event_div .card:hover {
    box-shadow: 0px 0px 80px rgba(0,0,0,0.1);
}

.events_page_sec .event_div .event_pic {
    padding: 10px;
    height: 200px;
/*    width:70%;*/
/*    float: right;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.events_page_sec .event_div .event_date {
    border: .5px solid #efeaea;
    text-align: center;
    background-color: white;
    float: right;
    padding: 5px;
    width: 70px;
}

.events_page_sec .event_div .event_date .month {
    text-transform: uppercase;
    font-size: 16px;
    background-color: #b14747;
    text-align: center;
    color: white;
}

.events_page_sec .event_div .event_date .day {
    font-size: 14px;
    text-align: center;
    height: 30px;
    padding-top: 5px;
/*    background-color: aliceblue;*/
}

.events_page_sec .event_div .event_date .year {
    font-size: 18px;
}

.events_page_sec .event_div .event_text {
    padding-top: 20px;
    width: 90%
}

.events_page_sec .event_div .event_text p {
    font-size: .75rem;
}

.events_page_sec .event_div .event_text2 {
    width: 90%
}

.events_page_sec .event_div .event_text2 p {
    font-size: .75rem;
}

.events_page_sec a {
    text-decoration: none;
}

.events_page_sec .event_div .read_more {
    font-weight: 500;
    color: #1495d9;
}



.events_page_sec .event_div .read_more:hover {
    color: #3d3d3d;
}

.events_page_sec hr {
    margin-bottom: 70px;
}

.dropdown-menu {
    background-color: #1495d9;
}


.dropdown-item:focus, .dropdown-item:hover {
    background-color: #1495d9;
    color: #1495d9;
}

/*.hexagon {
    width:150px;
    height: 100px;
    background: red;
    transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    overflow: hidden;
    margin: auto;
    visibility: hidden;
}

.hexagon-inside {
    width:100%;
    height: 100%;
    background: green;
    transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    overflow: hidden;
}

.hexagon-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;   
    transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
}*/



/*external card carousel css*/
@media screen and (min-width:1024px) {
    .owl-nav {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        font-size: 35px;
        box-sizing: border-box;
    }

      .owl-prev {
          left: -20%;
          position: absolute;
      }
      .owl-next {
          right: -20%;
          position: absolute;
      }
    
    .owl-theme .owl-nav [class*=owl-]:hover {
        box-sizing: border-box;
        background: none!important;
        color: black!important;
        text-shadow: 0px 0px 50px rgba(0,0,0,0.5);
        transition: .3s;
        text-decoration: none!important;
    }
    
    .owl-theme .owl-nav [class*=owl-]:active {
        text-decoration: none!important;
    }
    
    .owl-theme .item {
        transition: .3s;
    }

    .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #1495d9!important;
    border: 0;
}

}

/*.footer .images {
    width: 100%!important;
}*/