﻿
/*=====================================
   GENERAL STYLE SECTION
    ===================================*/
// Needs latest Compass, add '@import "compass"' to your scss
// Permalink - use to edit and share this gradient:
// https://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D
background-color: rgb(125,126,125); // Old browsers
@include filter-gradient(#7d7e7d, #0e0e0e, vertical); // IE6-9
@include background-image(linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%)); 

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    
}

.pad-low {
    padding-top: 40px;
}

text-center {
    text-align: center;
}

h1, h2, h3.h4 {
    font-family: 'Nova Flat';
    color: orangered;
}

h3 {
    color: #FF4F4F;
}

h2:after {
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    background: #FF4F4F;
    margin: auto;
    text-align: center;
    margin-top: 15px;
}

.pad-set {
    padding-top: 100px;
    padding-bottom: 60px;
}

.dropdown ul {
	position: absolute;
	display: none;
	margin: 0;
}

.dropdown:hover ul {
    top:100%;
    display: block;
	z-index: 999;
	width: 260px;
    height: auto;
	padding:10px;
	text-align: center;
    margin: 0px;
    border-radius: 10px;
    background-color:white;
    letter-spacing: 1px;
    border-bottom:1px solid #fec91d;
    font-family: 'Nova flat';
    list-style-type: none;
    
    font-size: large;
    
    }
/*=====================================
   COLOR CODES
    ===================================*/
.main-color {
    color: #55068A;
}

.main-color-bk {
    background-color: #55068A;
}



/*=====================================
   NAV BAR STYLE SECTION
    ===================================*/

/*Menu Back Color*/
.navbar-default {
    background-color: #55068A;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}
/*Set margin bottom*/
.navbar {
    margin-bottom: 0px;
}
/*Logo Image */
.navbar-brand-logo {
    max-height: 60px;
    padding-bottom: 10px;
}
/*top-menu links color*/
.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-size: 16px;
}
    /*top-menu links color on hover*/
    .navbar-default .navbar-nav > li  > a:hover {
       
        
        color: #FF4F4F;
    }

/*top-menu links & margin*/
.navbar-nav > li > a {
        
    border-right: 1px solid #fec91d;
    margin: 35px 0px 5px 0px;
    color: orange!important;
    font-weight: 800;
    font-family: 'Nova flat';
        
    letter-spacing: 1px;
}
/* navbar-default .navbar-nav > li >a:hover {
    border-right: 1px solid #fec91d;
    margin: 0px 0px 5px 0px;
    color: white!important;
    font-weight: 800;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;        
    
} */


/*Font-awesome-icon*/
.nav li > a > i {
    color: #fff;
    padding-left: 5px;
}
/*dummy small text*/
.nav li > a > span {
    font-size: 12px;
    display: table;
    color: #fff;
}
/*=====================================
   HEADER SECTION BAR STYLE 
    ===================================*/
.header-sec-bar {
   
background: none;
font-size: 14px;
text-align: center;
color: #fff;
padding: 10px;
margin-left: 390px;
float: right;
}

    .header-sec-bar i {
        margin-right: 5px;
        margin-left: 20px;
    }

/*=====================================
 MAIN  HEADER SECTION  STYLE 
    ===================================*/
#main-head {
    color: #fff;
    /*padding: 20px 10px 35px 10px;*/
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background-color: #F7F7F7;;
}

    #main-head input:focus {
        border: 1px solid #FF4F4F;
    }

    #main-head .form-control {
        height: 40px;
        color: #ff6a00;
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid #FF4F4F;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    #main-head span {
        color: #FF4F4F;
        font-size: 30px;
    }

    #main-head h5 {
        padding: 10px 2px 10px 2px;
    }
/*=====================================
 SLIDER SECTION
    ===================================*/
#carousel-slider {
    border: 3px double #FF4F4F;
}
/* navigation icon style*/
.control-icon {
    position: absolute;
    top: 50%;
}

/* bootstrap adjustments */
.carousel-control.right {
    right: 0;
    left: auto;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right,rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%)!important;
}

.carousel-control.left {
    left: 0;
    right: auto;
    background-repeat: repeat-x;
    background-image: linear-gradient(to left,rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%)!important;
}
/* Caption Back Color */
.back-light {
    background-color: rgba(0, 0, 0, 0.60);
    line-height: 30px;
    font-size: 14px;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border: 5px solid #55068A;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #FF4F4F;
}

/*=====================================
 BUTTON CODE STYLE 
    ===================================*/
.btn-style-1 {
    color: #fff;
    background-color: #FF4F4F;
    border-color: #55068A;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .btn-style-1:hover {
        color: #fff;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.btn-style-4 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    background-color:#55068A;
    border-color: #245e49;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .btn-style-4:hover {
        color: #fff;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.btn-style-2 {
    color: #fff;
    background-color: orange;
    border-color: #ffb833 ;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .btn-style-2:hover {
        color: #fff;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
/*=====================================
 ABOUT SECTION  STYLE 
    ===================================*/
#about {
    padding-bottom: 100px;
    background-color: #fff;
    padding-top: 30px;
}

.icon-round {
    margin-top: 30px;
    font-size: 60px;
    height: 128px;
    width: 128px;
    line-height: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 10px;
    background-color: #55068A;
    color: #fff;
}

    .icon-round:hover {
        background-color: #FF4F4F;
        cursor: pointer;
    }

/*=====================================
 BUDGET SECTION  STYLE 
    ===================================*/
#budget {
    background-color: #A944F8;
    color: #fff;
    padding: 20px;
}

/*=====================================
 VEDIO SECTION  STYLE 
    ===================================*/
#vedio-sec {
    padding-bottom: 80px;
    padding-top: 50px;
}

.vedio-style {
    border: 0px;
    width: 100%;
    min-height: 300px;
    margin-top: 20px;
}
/*=====================================
  REVIEW STYLES 
    ===================================*/
.reviews-section {
    background: #db3615;
    text-align: center;
}

    .reviews-section h2 {
        padding-top: 50px;
        color: #fff;
    }

.slide-custom {
    min-height: 200px;
    padding: 20px;
    line-height: 30px;
}

.reviews-section h4 i {
    padding: 5px;
}

.reviews-section h4 {
    color: #fff;
}

/*=====================================
  EVENTS STYLES 
    ===================================*/
#recent-events {
    padding-bottom: 20px;
    padding-top: 30px;
    background-color:#F7F7F7;;
}
    #recent-events i {
        margin-right:5px;
        color:#FF4F4F;
    }
    #recent-events .col-xs-12.col-sm-4.col-md-3 {
        padding: 0;
    }

.recent-events-wrap {
    position: relative;
    cursor: pointer;
}

#recent-events a:hover {
    text-decoration: none;
}

.recent-events-wrap img {
    width: 100%;
}

.recent-events-wrap .recent-events-inner {
    top: 0;
    background: transparent;
    opacity: .8;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
}

    .recent-events-wrap .recent-events-inner h3 {
        margin: 10px 0;
    }

        .recent-events-wrap .recent-events-inner h3 a {
            font-size: 24px;
            color: #fff;
        }

.recent-events-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background-color: #55068A;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 30px;
}

    .recent-events-wrap .overlay .preview {
        bottom: 0;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        border-radius: 0;
        background: transparent;
        text-align: center;
        color: #fff;
    }

.recent-events-wrap:hover .overlay {
    opacity: 1;
}

/*=====================================
   IMPACT STYLE 
    ===================================*/
#impact {
    padding-bottom: 20px;
    padding-top: 30px;
}

    #impact h4 {
        color: #000;
    }



.knob-sec {
    text-align: center;
}


/*=====================================
   CONTACT STYLE 
    ===================================*/
#contact {
    padding-bottom: 20px;
    padding-top: 30px;
    background-color: rgb(240, 240, 240);
}

/*=====================================
  FOOTER STYLES 
    ===================================*/
#footer-sec {
    background-color: #61069E;
    color: #fff;
    padding: 20px;
}

    #footer-sec i {
        margin-right: 10px;
    }

    #footer-sec span {
        font-size: 20px;
        color: #FF4F4F;
    }

    #footer-sec small {
        display: table-cell;
        color: #000;
        font-size: 12px;
    }

    #footer-sec p {
        border-right: 1px solid #6D1FA2;
        padding-right: 10px;
    }

    #footer-sec .media-heading {
        color: #fff;
        font-size: 14px;
    }

#blog-footer-div {
    border-right: 1px solid #6D1FA2;
    padding-right: 10px;
}

#footser-end {
    text-align: right;
    background-color: #55068A;
    color: #fff;
    padding: 10px;
}
/*=====================================
  SCROLL UP STYLES 
    ===================================*/

a.scrollup {
    background:#484e5b;
height: 32px;
width: 32px;
color: #f3f0ec;
font-size: 18px;
line-height: 32px;
text-align: center;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
z-index: 9999;
opacity: 0.5;
}
/*=====================================
  PRELOADER STYLES 
    ===================================*/
#pre-div {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}

#loader {
    background-image: url("../img/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
/*** newly added styles ***/
.developer-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	margin-top: 10px;
}
.developer-grid .developer-wrap {
/*	width:270px*/
	/*background: ;*/
	padding: 1.75em 1.125em;
}
.developer-grid .developer-wrap:hover {
	-webkit-box-shadow: 0px 0px 5px 4px #e1e1e1;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	-moz-box-shadow:    0px 0px 5px 4px #e1e1e1;  /* Firefox 3.5 - 3.6 */
  	box-shadow:         0px 0px 5px 4px #e1e1e1;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.developer-wrap img {
	width: 263px;
	height: 300px;	
	border-radius: 50%;*/
	border-bottom-left-radius: 50%;*/
    border-bottom-right-radius: 50%;*/
  	border-top-right-radius: 50%;
  	border-top-left-radius: 50%;
}
.developer-wrap h3 {
	/*font-size: 1.8rem;*/
	/*color: #000;*/
	margin-top: 1em;
}

.developer-wrap p {
	/*font-size: 1.4rem;*/
	/*color: #1f4271;*/
}

.developer-wrap ul {
	margin-top: 1.625em;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.nav-desktop li {
	padding: 1.6rem;
}

.nav-desktop ul ul {
	position: absolute;
	display: none;
	margin: 0;
}
.divider {
    height: 1px;
    overflow: hidden;
    background-color:none;
    display:inline-grid;
    width: auto;
    padding: 10px;
}

.menu-list {
	display: flex;
}

.menu-parent::after {
	content: "";
	border: solid #3a3a3a;
  	border-width: 0 3px 3px 0;
  	display: inline-block;
  	padding: 3px;
  	margin-left: 10px;
  	transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
}

.menu-parent .menu-parent::after {
	content: "";
	border: solid #3a3a3a;
  	border-width: 0 5px 5px 0;
  	display: inline-block;
  	padding: 3px;
  	margin-left: 10px;
    f
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
}
ul > li {
	position: relative;
}

.nav-desktop .sub-menu {
	top: 100%;
	left: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


}
=
.menu-list > li > .sub-menu::before {
	position: absolute;
	content: "";
	border: 1px solid #1f4271;
	top: 0;
	/*width: 35%;*/
	left: 3%;
	cursor: pointer;
    text-decoration-color: #484e5b;
}

.sub-menu .sub-menu{
	/*top: -1px;*/
	left: 100%;
}


.gallery-images-section {
	display: grid;
	grid-template-columns: repeat(4, minmax(200px, 1fr));
	grid-gap: 0;
	width: 100%;
	box-sizing: border-box;
	box-sizing: content-box;
	overflow: hidden;
}

.gallery-section2 .gallery-images-section {
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.gallery-img-wrap {
	height: 200px;
	width: 341px;
	box-sizing: content-box;
	overflow: hidden;
}

.gallery-section2 .gallery-img-wrap {
	width: 337px;
}

.gallery-img-wrap a img {
    -webkit-filter: brightness(100%);
}

.gallery-img-wrap a img:hover {
    -webkit-filter: brightness(40%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
//*********************page number in events******************//
//************************************************************//
.pagination-events {
display: inline-block;
  
  border-radius: 4px;
    
  margin-left: 40%;
  
}

.pagination-events a {
  color: black;
  float: left;
  padding: 0px 16px;
  text-decoration: none;

}
#footer-sec-events {
    background-color:none;
    color: #fff;
    padding: 20px;
}
#popup {
    
    position:absolute;
    margin:0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 2px #000;
}

