@import url('../fonts/martel/martel.css');

*{margin:0px; padding:0px; box-sizing:border-box;  font-family:'Roboto', 'Titillium Web' ,sans-serif ;}
.clear{clear:both;}
a,a:hover{
    text-decoration:none;
    outline:none !important;
}
html,
body {
  height: 100%;
  top:0!important;
  background-size:cover;
  text-rendering:optimizeLegibility!important;
  -webkit-font-smoothing:antialiased!important;
  - webkit-font-smoothing:subpixel-antialiased!important;
  background: rgb(249 214 230 / 56%) url(../img/bg-pattern.png) repeat 24px 85px/294px;
}


.font-martel{font-family: 'martelregular' !important;}


/*header*/
.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background:#fff;    
}
.header-transparent .container-fluid{/*extra*/
    background: rgb(249 214 230 / 56%) url(../img/bg-pattern.png) repeat 24px 85px/294px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-blend-mode: saturation;
    filter: brightness(1) saturate(0.8) contrast(1.1);
}
/*navigation css*/
.navbar{margin-bottom: 0;}
.navbar-collapse {
    position: relative;
    padding-top: 30px !important;
    max-height: 270px;
    
}
.header-transparent .navbar .collapse.navbar-collapse, 
.header-transparent .navbar .navbar-collapse{
    /* overflow: hidden!important; */
}
.navbar-collapse form[role="search"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 0;
}
.navbar-collapse form[role="search"] button,
.navbar-collapse form[role="search"] input {
    padding: 13px 12px 12px;
    border-radius: 0px;
    border-width: 0px;
    color: #fff;
    background-color: none ;
    border: none ;
    box-shadow: none;
    outline: none !important;
}
.navbar-collapse form[role="search"] input {
    font-size: 17px;
    font-style: italic;
    color: #666;
    box-shadow: none;
}
.navbar-collapse form[role="search"] button[type="reset"] {
    display: none;
}
.navbar-collapse form[role="search"] button[type="reset"] {
    padding:13px 12px 12px;
    background:rgb(56, 191, 255);
}
.navbar-nav .dropdown-menu {padding-top:10px;}
.navbar-right{
    margin-right:0;
}
.navbar-brand {
    display: block;
    position: absolute;
    z-index: 1;
    padding-top:0;
   /* background: url(../img/logo-bg.png);
    -webkit-filter: drop-shadow(6px 0px 12px rgba(0, 0, 0, 0.13));
    filter: drop-shadow(6px 0px 12px rgba(0, 0, 0, 0.13));
    min-height: 168px;
    min-width:254px;
    max-height: 168px;
    line-height: 140px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left:0px !important*/ /*extra*/;
}
.navbar-brand img{vertical-align: middle;}
.navbar-form .input-group-btn { /*extra add*/
    width: 1% !important;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.navbar-right, .navbar-form{
    margin-top:12px !important; /*17px*/
}
.nav.navbar-right>li>a{
    padding: 15px 27px 17px;
    font-size: 17px;
    color: #011b58;
}

.caret {
    line-height: 16px;    
    width: auto !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    transition: all .1s ease-in-out;
    border: none !important;
    margin-left: 0;
    display: inline;
}
.caret::after {
    content: "\f107";
    font-style: normal;
    font-size: 18px;
    margin-left: 5px;
    font-family: FontAwesome;
    vertical-align: top;
}
.navbar-nav {
    background: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: -2px 0px 9px 4px #fbb8cd;
    margin-top: 15px!important;
    padding:10px 20px;
 
}
.nav.navbar-nav>li{padding: 0 5px;}
.nav.navbar-nav>li>a {
    padding: 7px 26px 7px;
    font-size: 17px;    
    color: #893700;
    border-radius: 7px;
    transition: all 0.3s ease;
}
.nav.navbar-nav .open>a, .nav.navbar-nav .open>a:focus, .nav.navbar-nav .open>a:hover, .nav.navbar-nav>li>a:hover, .nav.navbar-nav>li>a:focus, .nav.navbar-nav>li.active>a {
    background: #dd698e!important;
    color: #ffffff;
    border-radius: 7px;
}

.navbar-nav .dropdown-menu {
    background: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    border: none !important;
    margin-left: 0!important;
    margin-right: 0!important;
    min-width: 220px;
}
.navbar-nav li.dropdown li{
   list-style-type: none;
    font-size: 13px;
    line-height: 20px; 
    background-color: rgb(112 73 88 / 90%);
}
.navbar-nav li.dropdown li:before {
    height: 1px;
    display: block;
    content: '';
    width: 100%;
    background: -moz-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(241,241,241,0)),color-stop(33%,rgba(241,241,241,1)),color-stop(66%,rgba(241,241,241,1)),color-stop(100%,rgba(241,241,241,0)));
    background: -webkit-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
    background: -o-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
    background: -ms-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
    background: linear-gradient(to right,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#00f1f1f1', GradientType=1 );
    opacity: .1;
}

.navbar-nav li.dropdown li a{
    padding: 10px 15px;
    color: #fff6f9;
}
.navbar-nav  .dropdown-submenu>a:after {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    position: absolute;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    font-size: 18px;
    right: 0;
    top: 0;
    border:none ;
    margin:0px;
}
.navbar-nav  .dropdown-menu>li>a:focus, 
.navbar-nav .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background: none !important;
}
.navbar-nav .dropdown-submenu>.dropdown-menu {
    padding-left: 4px;
}
.navbar-nav .dropdown-menu>li>a:focus, .navbar-nav .dropdown-menu>li>a:hover {
    color: #ffd6e7;
    text-decoration: none;
    background: none !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,.nav>li>a:hover,.nav>li>a:focus,.nav>li.active a{
    background:none !important;
    color:#0282e1;
}
.nav.navbar-nav b.caret{color:#893700;}
.nav.navbar-nav .active>a b, 
.nav.navbar-nav .open.active>a b, 
.nav.navbar-nav .open>a b, 
.nav.navbar-nav li:hover>a b{color:#fff;}
/*banner style*/
#bootstrap-touch-slider{
    max-height:690px!important;
    position:relative; 
    top:98px;
    margin-bottom:100px;
    z-index:3;
    /*min-height: 320px;*/
}
#bootstrap-touch-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(249 214 230 / 0%) url(../img/slider-overlay.png) no-repeat 0 0 /100% 100%;
    
    height: 100%;
}
#bootstrap-touch-slider .carousel-inner .item .slide-text{z-index:60;}

#bootstrap-touch-slider .carousel-inner .item .slide-text > h1{
     font-weight:300;
}
#bootstrap-touch-slider.insidePageBanner {
    max-height: 400px!important;
    /*min-height: inherit;*/
}
#bootstrap-touch-slider .carousel-control{
    height:55px;
    width:30px;
    background:url(../img/left-arr.png) no-repeat center/cover;
    display:block;
    opacity:0.3;
    transition:all 0.3s;
    top:46.4%;/*45%*/
}

#bootstrap-touch-slider .right.carousel-control{
    background-image:url(../img/right-arr.png);
}
#bootstrap-touch-slider .carousel-control:hover{
    opacity:1;
}
#bootstrap-touch-slider.insidePageBanner {
    max-height: 400px!important;
    /*min-height: inherit;*/
}

#bootstrap-touch-slider.insidePageBanner {
    max-height: 400px!important;
    /* min-height: inherit; */
    top:69px;
    margin-bottom:69px;
}


.sec-title h2{
    color:#893700;
    font-size:2.8em;
    padding:0 20px 30px;
    position:relative;
    margin-top:0;
    font-family: 'martelregular' !important;
}
.sec-title h2:after,
.sec-title h2:before{
    content:"";
    height:51px;
    width:300px;
    display:inline-block;
    position:relative;
    top:8px;
    background:url(../img/headingBg.png) no-repeat center;  
}

/*stories section*/
/*stories product slider*/
.mt20{
    margin-top:20px;
}
.registration-wrapper{
    position:relative;
    padding:30px 0 15px;
    background-color:#fff9f0;
}
.registration-wrapper .regstration-grid{position:relative; margin-bottom:25px;}
.col-md-3.col-sm-6.text-center.regstration-grid img {
    transition: all 0.3s ease;
}

.col-md-3.col-sm-6.text-center.regstration-grid:hover img {
    filter: hue-rotate(25deg);
}
.registration-wrapper .regstration-grid a.btn-register{
    position:relative;
    top:-26px;
    color:#fff;
    padding:8px 30px 8px;
    font-size:18px;
    text-align:center;
    background-color:#ab3e09;
    font-family:'Roboto';
    font-weight:300;
    border-radius:8px;
    border:3px solid #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    
}
.registration-wrapper .box{
    border:1px solid #de93a8;
    padding:10px 0 0 0;
    border-radius:10px;
    overflow:hidden;
    text-align:center;
    background-color:#ffffff;
    box-shadow: -4px -3px 20px 0px rgba(62, 2, 31, 0.2);
    
}
.registration-wrapper .title{
    font-size:22px;
    color:#bd175c;
    line-height:25px;
    margin:6px auto 15px;
    text-align:center;
    font-weight:400;
    
}
.heading-gray {
    margin:0px;
    padding:0px 0 10px 0;
    display:block;
    border-bottom:1px solid #bbb;
    color:#444645;
}
.mt15{margin-top:15px;}


.sliderhorizaontal.item {
    max-height: 275px !important;
    padding-left: 5px;
    padding-right: 5px;
}
.product-slide-wrapper .item.box .product-col {
    padding: 0;
    margin:0!important;
    margin-bottom: 0px!important;
    background: #f9f9f9;
    position:relative;
    text-align: center; 
}
.product-slide-wrapper .item.box .product-col .main-img {
    display: block!important;
    width: 100% !important;
}
.product-slide-wrapper .item.box .product-col .inner-img {
    height: 100% !important;
    width: 100% !important;
    vertical-align: middle !important;
    text-align: center !important;
    position: relative !important;
}

.product-slide-wrapper .item.box .product-col .caption h4,
.product-slide-wrapper .item.box .product-col .price,
.product-slide-wrapper .item.box .product-col .btn-cart {
    word-wrap: break-word;
}
.product-slide-wrapper .item.box .product-col h4, 
.product-slide-wrapper .item.box .product-col h4 a {
    color: #444444;
    font-size: 15px;
    font-weight:600;
}

.product-slide-wrapper .item.box{
    position: relative;
    overflow: hidden;
    border-radius:5px;
    margin-bottom:10px;
    text-decoration:none;
}
.product-slide-wrapper .item.box img{
    width:100%;
}

.lable-new-stock{
    position:absolute;
    top:5px;
    left:7px !important;
    z-index:777 !important;
}
 .product-slide-wrapper .item.box .links{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    position: absolute !important;
    bottom:0;
    text-align: right !important;
    transition:all 0.5s ease 0s;
    transform:scale(0);
    right:2%;
} 

.product-slide-wrapper .item.box:hover .links{
    transform:scale(1);
} 
.product-slide-wrapper .item.box .links li{
    display:block !important;
    margin-right: 2px;
    margin-bottom:8px;
}
.product-slide-wrapper .item.box .links li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    border-radius:0;
    color: #96c433;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.product-slide-wrapper .item.box .links li a:hover{
    background: #96c433;
    color: #fff;
}
.product-slide-wrapper .item.box .links li a .fa{
    font-size:17px;
}
.course-title{
    font-size: 20px;
    margin: 7px 0 ;
    color:#212529;
    display:block;
    padding: 5px 0px 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.course-title:after{
    content: "";
    height: 3px;
    left: 0;
    bottom: -3px;
    width: 20%;
    position: absolute;
    transition: all .4s ease-in-out;
    background-color: #0381ec    !important;
}
.product-slide-wrapper .col-sm-4:hover .course-title:after{
    width: 100%;
    transition: all .4s ease-in-out;
}

.course-text{
    color: #576566;
    margin: 0;
    padding:5px 0;
    margin-bottom:10px;
    font-size:16px;
    line-height:25px;
    font-weight:400;
}
.details-btn .fa{
    font-size:17px;
    margin-left:5px;
    vertical-align:initial;
}
.details-btn{
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    z-index: 1;
    background:#0381ec;
    padding:7px 15px 8px;
}
.details-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.details-btn:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.details-btn span{
    font-size:15px;
    font-weight:400;
}
.details-btn span:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.details-btn span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.details-btn:hover:before {
    border-width: 130px 0 0 130px;
}
.details-btn:hover:after{
    border-width: 0 130px 130px 0;
}
.details-btn:hover span:before {
    border-width: 0 0 130px 130px;
}
.details-btn:hover span:after {
    border-width: 130px 130px 0 0;
}
.btn.purple{
    border:none;
    color: #fff;
}
.details-btn.purple:before{
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #444;
}
.details-btn.purple:after{
    border-color: rgba(0, 0, 0, 0) #444 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.details-btn.purple span:before{
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #444;
}
.details-btn.purple span:after{
    border-color: #444 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.btn.purple:hover{
    color:#fff;
    border-color:transparant;
}

.slick-initialized .slick-slide{
    outline:none !important;
}


/*stories img effect*/

.product-slide-wrapper .box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.product-slide-wrapper .box:after{
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(0,0,0,0.4) ,rgba(0,0,0,0.8) 75%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(2);
    transition: all 0.3s ease-out 0s;
}
.product-slide-wrapper .box:hover:after{
    opacity: 1;
    transform: scale(1);
}
.product-slide-wrapper .box img{
    width: 100%;
    height: auto;
}
.product-slide-wrapper .box .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.product-slide-wrapper .box .inner-content{
    padding: 7px 0;
    text-align: right;
    position: absolute;
    bottom: 5px;
    left: 15px;
}
.product-slide-wrapper .box .title{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.2s ease 0s;
}

/*project-section*/
.project-section{
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding:15px 0;
}
.grayfloralDivider{text-align:center;padding: 22px 0;}
.grayfloralDivider img.img-responsive {margin: 0 auto;}

.grayfloralDivider.reverse img.img-responsive {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.project-section .col-md-3.col-sm-4.col-xs-6.list-item.slick-slide {
    box-shadow: 0px 12px 12px -8px #a5a3a4;
    padding: 0;
    margin: 15px 15px 18px;
    border-radius: 12px;
}
.project-section .slider3{
    position: relative;
}
.project-section .item{
    position: relative;
    padding:12px;
    border:4px solid #cdcdcd;
    border-radius:10px;
    
}
.project-section .item .inner-box{
    position: relative;
    display:flex;
    flex-direction:coloum;
    flex-wrap: wrap;
}
.item .inner-box .main-img{
    position: relative;
    display:flex;
    border:1px solid #b67191;
}
.project-section .lower-content{
    position: relative;
    padding-left:12px;
}
.project-section .lower-content .name{
    font-size:16px;
    color:#e32469;
    line-height:17px;
    margin:0px 0;
    display:block;
    font-weight:normal;
}
.project-section .lower-content .age ,
.project-section .lower-content .salary{
    font-size:15px;
    color:#404040;
    line-height:20px;
    margin:8px 0 0;
    font-weight:500;
    display:block;
}
.project-section .lower-content .age span , 
.project-section .lower-content .salary span{
    color:#ab3e09;
    display:block;
}
.project-section .lower-content h3 {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 28px;
    color: #333333;
    font-weight: 400;
    margin:10px  0 7px;
}
.item .inner-box:hover .lower-content h3{
    color:#d55342;
}
.project-slider .slick-prev, 
.project-slider .slick-next{
    height: 40px;
    width: 32px;
    position: absolute !important;
    right: -50px;
    top:auto;
    bottom: 30%;
    line-height: 15px;
    font-size: 15px;
    overflow: hidden;
    font-weight: 700;
    color: transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background:none;
}
.project-slider .slick-prev {
    left: -50px !important;
}
.project-slider .slick-prev:before, 
.project-slider .slick-next:before{
    content:"  "!important;
    position:absolute !important;
    bottom: 0;
    height: 40px;
    width: 32px;
    background-image: url(../img/arrow-left.png) !important;
    background-repeat: no-repeat;
}

.project-slider .slick-next:before{
     background-image: url(../img/arrow-right.png) !important;
}


/*enquiry section*/

#enquiry {
    background:#ffffff;
    padding: 25px 0 50px;
}
.enquiry-form{
    margin: 0 auto 50px;
    float: none;
    clear: both;
    padding:35px 80px;
    border: 3px solid #dd698e;
    background: #fef4f9 url(../img/formbg.png) no-repeat left bottom;
    position:relative;
    z-index:6;
    box-shadow: 14px 14px 0px 0px rgba(201, 192, 196, 0.4);
    
}

.enquiryformHeading{
    color: #db4c79;
    font-family: 'martelregular' !important;
    margin: 0 0 55px;
    position: relative;
    text-align: center;
    font-size: 36px;
    z-index: 56;
    font-weight: 600;
    background: #fff;
}
.enquiry-form:before, 
.enquiry-form:after {
    content: "";
    display: block;
    top: -63px;
    left: -71px;
    height: 204px;
    position: absolute;
    width: 152px;
    z-index: -1;
    background: url(../img/floral-image.png) no-repeat left bottom;
}
.enquiry-form:after {
    bottom: -63px;
    right: -71px;
    top:auto;
    left:auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.enquiry-form .md-form{
    padding:15px 0 3px;
}
.enquiry-form input[type],
.enquiry-form textarea{
    font-size:19px;
    font-weight:300;
    background:#fff;
    padding:10px 12px 10px;
    min-height:45px;
    border-radius:5px;
    color:#353535;
    border-color:#afafaf;
    box-shadow: 3px 3px 1px 0px rgba(201, 192, 196, 0.5);
}
.enquiry-form input::placeholder,
.enquiry-form textarea::placeholder{
    color:#6a6a6a;
}
.enquiry-form textarea{
    min-height:118px;   
    resize: vertical;
}
.enquiry-form .md-form lable.errorLabel{margin:0;}
.enquiry-form .md-form .btn.btn-submit,
.registration-form .btn-submit{
    background: linear-gradient(0deg, #db4c79, #d47579, #db4c79);
    border:0;
    font-size:18px;
    padding:10px 35px;
    margin:15px auto 0;
    box-shadow: 7px 7px 0px 0px rgba(201, 192, 196, 0.6);
}


/*footer*/

.footer .footterNav{
    background:#171717;
    padding:12px 0px;
}
.footer .footterNav .nav-list{
    list-style:none;
    margin:0px;
}
.footer .footterNav .nav-list li{
    list-style:none;
    line-height:18px;
    display:inline-block;
}
.footer .footterNav .nav-list li:after{
    content:"";
    border-right:1px solid #e73e6f; 
}
.footer .footterNav .nav-list li:last-child:after{
    display:none;
}
.footer .footterNav .nav-list li a{
    padding:3px 12px;
    color:#fff;
    font-size:15px;
    transition:all 0.3s ease;
    line-height:25px;
}
.footer .footterNav .nav-list li a:hover{
    color:#e73e6f;
    
}
.contactDetails{
    background:#231f20;
}
.footer-column-right{
    padding:15px 0;
}
.contactDetails .footerLogo{
    margin:0 auto;
    width:100%; 
    
}
.contactDetails .addressInfo,
.contactDetails .addressInfo li{
    list-style:none inside;
    margin:0 0;
}.contactDetails .addressInfo li p{padding:10px 0 0;}
.contactDetails .addressInfo li:before{display:none;}
.contactDetails .addressInfo li span{
    display:block;
    padding:0 0 10px;
    border-bottom:1px solid #313131;
}
.contactDetails .addressInfo li h4{
    line-height: 25px;
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px;
}
.contactDetails .addressInfo li .socialIcons{margin-right:4px;}

.contactDetails .addressInfo li  p .fa{padding-right:8px;}













.footer .footer-column {
    position: relative;
    margin-bottom: 10px;
}
ul.addressInfo{
    position:relative;
    margin:0;
    list-style: none; /* Remove list bullets */
    padding: 0 0 10px 0;
}
ul.addressInfo li{
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 15px;
}
ul.addressInfo li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    content: "\f111";
    font-family: "FontAwesome";
}

ul.addressInfo li span{
    line-height:25px;
    font-size:17px;
    color:#fff;
    margin-bottom:5px;
}
ul.addressInfo li p{
    line-height:23px;
    font-size:15px;
    color:#b8b8b8;
    font-weight:300;
}
/*footer contact form*/
#contact-form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #262b2f;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
}
#contact-form textarea{
    resize: vertical;
    height:auto !important;
}
#contact-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: #ebebeb;
    margin-top: 6px;
}
#contact-form .btn{
    width: auto;
    padding: 6px 25px;
    background: #0381ec;
}
.bor-right:before{
    display:inline-block;
    content:" ";
    width:2px;
    height:100%;
    background:url(../img/contact-bor.png) repeat-y;
    background-size:100% 100%;
    left:0;
    position:absolute;
}
.foot-head{
    line-height: 25px;
    font-size: 17px;
    color:#fff;
    margin:0;
    font-weight:400;
}
.footer .list{
    display: flex;
    flex-wrap: wrap;
}
.footer .list-item {
    display: flex !important; 
    margin-bottom: 15px;
    height:auto;
}
.footer .list-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: ;
}
.foot-link ul{
    list-style:none;
    margin:0px;
    padding:0px;
}
.foot-link ul li{
    padding:7px;
    border-bottom:1px solid #494c4f;
}
.foot-link ul li:last-child{
    border-bottom:none;
}
.foot-link ul li a{
    color:#7f8388;
    font-size:15px;
    line-height:24px;
}
.footer .footer-bottom {
    position: relative;
    margin-top: 15px;
    background: #262b2f;
    width: 100%;
}
.footer .bottom-head {
    padding: 7px 0px;
}

.footer .copyright {
    text-align: center;
    margin-top: 15px;
}
.footer .copyright p {
    font-weight:400;
    font-size: 15px;
    font-weight:300;
    color: #778ba0;
    text-transform: capitalize;
}
.footer .copyright a{
    color: #007bff;
    text-decoration:none;
}
/*inner page*/
.middleWrapper{
    display: block;
    padding: 30px 0;
    background: #fff;
    position:relative;
}
.formBG{
    background:url(../img/patternNew01.png) repeat 24px 85px;
        
}
.image-box.image-1 {
    text-align: right;
    z-index: 1;
}
.image-box {
    position: relative;
}
.image-box.image-2 {
    margin-top: -63px;
}
.image-box img {
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}

/*vision mision & com style*/
.bigHeading{
    position: relative;
    font-size: 35px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 500;
    margin: 0px auto 20px;
    font-family: Martel;
}
.bigHeading:before {
    position: absolute;
    bottom: -10px;
    left: auto;
    content: "";
    width: 50px;
    height: 3px;
    background: #db4c79;
}
.heading{
    margin-bottom: 10px;
    color: #0381cc;
    font-weight: 400;
    font-size: 1.57143em;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.heading::before{
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    background-color: #0381cc;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -30px;
}
.comText{
    padding:5px 0;
    line-height:25px;
    color:#576566;
    font-size:15px;
}
/*governing page*/
.boardList{
    margin: 0;
    padding: 0;
}
.boradWrap{
    list-style: none;
    margin-bottom: 20px;
    border: 1px solid #d5dbdd;
    padding: 15px 12px;
    border-radius:3px;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.04);
}
.boradWrap .media{
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.boradWrap .media .align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.boradWrap .media .rounded-circle {
    border-radius: 50%!important;
}
.boradWrap .media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding:0 10px;
}
.boradWrap .media .media-body h4 {
    color: #0381cc;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 12px;
}
.boradWrap .media .media-body h5 {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 7px;
}
.boradWrap .media .media-body p {
    font-size: 15px;
    line-height:22px;
    padding:5px 0;
    color:#576566;
    margin-bottom:0px;
}
.boradWrap .media .btn{
    background: #0381cc;
    color: #fff;
    padding:6px 15px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    margin-top:7px;
}
/*contact page*/
.mt0{
    margin:0 !important;
}
.mb30{
    margin-bottom:30px;
}
.ptb40{
    padding:40px 15px;
}
.contact-boxicon-Wrapper{
    position: relative;
    text-align: center;
}
.contact-boxicon-Wrapper .icon{
    width: 60px;
    display: inline-block;
    text-align: center;
    margin: 0 auto 10px;
}
.contact-boxicon-Wrapper .icon img{
    margin:0 auto;
}
.contact-boxicon-Wrapper .icon-content {
    overflow: hidden;
}
.contact-boxicon-Wrapper .icon-content h4{
    font-size: 18px;
    line-height: 24px;
    color: #203334;
    margin-bottom: 15px;
    font-weight: 500;
}
.contact-boxicon-Wrapper .icon-content h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #656768;
    margin-bottom:0px;/*24px*/
    min-height:60px;
}
.contact-boxicon-Wrapper.block-shadow{
    -webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.blockDiv{
    display:block;
    width:100%;
    margin-bottom:30px;
}
.contactWrapper .list1 {
  display: flex;
  flex-wrap: wrap;
}
.contactWrapper .list1 .list-item{
  display: flex; 
  padding: 0.5em 15px;
}
.contactWrapper .list1 .list-content{
   display: flex;
   flex-direction: column;
   width: 100%;
   border: 1px solid rgba(0,0,0,.125);
}
.contactWrapper .list1 .list-content:hover{
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}
.contactWrapper .list1 .list-content:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 2px solid transparent;
    transition: all 0.5s ease;
}
.contactWrapper .list1 .list-content:hover:after {
    border: 2px solid #dd698e;
}
.contactWrapper .list1 .list-content:hover h4 {
    color: #c94a72;
}
.subTitle{
    margin:10px 0px 10px;
    color: #0381cc;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    z-index: 2;
}
.subTitle.gray{
    color: #555;
}
.CommUlList{
    list-style:none;
    display:block;
    padding:0 0 0 0px;
}
.CommUlList li{
    list-style:none;
    padding:4px 0;
    font-size:15.5px;
    color:#576566;
    line-height:26px;
    margin-bottom:5px;
}
.CommUlList li b, b{
    font-weight:500;
    color:#222d39;
    font-size:15.5px;
}
.CommUlList li i{
    margin-right:7px;
    color:#333;
}
.blogShort .margin10{
    margin-right:15px;
    margin-bottom:10px;
}
.blogShort p{
    padding:5px 0;
    line-height:25px;
    color:#576566;
    font-size:15px;
}
/*donate page*/
.pb-0 {
    padding-bottom: 0!important;
}

.pt-0 {
    padding-top: 0!important;
}
.bg-light-transparent {
    background-color: rgba(255, 255, 255, 0.8);
}
.heart-icon:before{
    font-family: FontAwesome !important;
    content: "\f004";
    margin-right:5px;
}
.mb-20 {
    margin-bottom: 15px !important;
}
#donate-form  label {
    font-weight: 400;
    color:#566766;
}
#donate-form  label strong{
    color:#566766;
    font-weight:500;
}
.colr-text{
    color:#0381cc;
}
#donate-form  .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    width:100%;
    padding: 5px 12px;
    font-size: 13px;
    line-height: 1;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
#donate-form textarea{
    min-height:60px;
}
.btn-donate{
    color: #fff;
    background-color: #db4d79;
    padding:9px 30px;
    line-height:25px;
    font-size:16px;
    margin:10px 0px 0;
    border-radius:0px;
}
.card-wrap{
    list-style-type:none;
    margin:10px 0 0;
    padding:0px;
}
.card-wrap li{
    display:inline-block;
    margin-right:2px;
}
.card-wrap li:last-child{
    margin-right:0px;
}
/*contact form*/
.get-in-touch {
  max-width: 100%;
  margin: 20px auto;
  position: relative;
  border:none;
  padding: 20px 0px;
}
.get-in-touch .contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.get-in-touch .contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 1.5px 0;
  border-color: #e0e0e0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.get-in-touch .contact-form .input-text:focus {
  outline: none;
}
.get-in-touch .contact-form .input-text:focus{
    border-color: #df7b9a;
}
.get-in-touch .contact-form .input-text:focus + .label,
.get-in-touch .contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
}
.get-in-touch .contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 16px;
  padding:0 0 .5rem 0;
  line-height: 26px;
  font-weight: 400;
  color:#656768;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, 
  -webkit-transform .2s ease-in-out;
}
.get-in-touch .contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
   background-image: linear-gradient(125deg,#a72879,#064497);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  width:200px;
  cursor: pointer;
}
/*free registration page*/
.registration-form {
  width:70%;
  margin: 60px auto;
  background: #efefef;
  padding: 60px 120px 80px 120px;
  /* text-align: center; */
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.registration-form{
    margin: 0 auto 50px;
    float: none;
    clear: both;
    padding:35px 20px;
    border: 3px solid #dd698e;
    background: #fef4f9 url(../img/formbg.png) no-repeat left bottom;
    position:relative;
    z-index:6;
    box-shadow: 14px 14px 0px 0px rgba(201, 192, 196, 0.4);
}
.registration-form label:not(.customradio) {
    display: block;
    position: relative;
    margin: 0px 0px 12px;
    /* background: #fff; */
    border-radius: 7px;
    
}
.registration-form .label-txt {
    /* position: absolute; */
    /* top: -0.2em; */
    /* padding: 10px 11px; */
    font-size: 14px;
    color: #202124;
    transition: ease .3s;
    font-weight: 400 !important;
    transition: ease .3s;
    margin: 0;
}
.registration-form .input {
    width: 100%;
    padding: 10px 5px;
    background: white;
    border: transparent;
    outline: none;
    font-weight: 400;
    color: #202124;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px rgb(201 192 196 / 40%);
    
}
.registration-form .datepicker{border:0px;}
.registration-form .line-box {
  position: relative;
  width: 100%;
  height: 1px;
  /* background: #d5d5d5; */
}

.registration-form .line {
  position: absolute;
  width: 0%;
  height: 1px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #df7b9a;
  transition: ease .6s;
}

.registration-form .input:focus + .line-box .line {
  width: 100%;
}

/* .registration-form .label-active { */
  /* top: -2em; */
/* } */

.registration-form button {
  display: inline-block;
  padding: 12px 24px;
  background: rgb(220,220,220);
  font-weight: bold;
  color: rgb(120,120,120);
  border: none;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
  transition: ease .3s;
}

.registration-form button:hover {
  background: #8BC34A;
  color: #ffffff;
}
.required:after{
    content:"*";
    position:relative;
    right:0;
    padding-left:5px;
    color:#d93025;
    font-size: 16px;
    vertical-align: top;
}
.registration-form .radios {
    margin: 0px 0px 25px;
    background: #fff;
    border-radius: 7px;
    padding:0 15px 12px;
    box-shadow: 0px 0px 3px 0px rgb(201 192 196 / 40%);
}
.registration-form .radios h5 {
    padding: 10px 0 0;
}
.datefields p.text-left{
    padding:5px 8px 0;
}


/*Custiom Radio */

.customradio {
  position: relative;
  padding-left: 30px;
  margin-bottom: 3px;
  cursor: pointer;
  font-weight:normal;
  margin-right:12px;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align:left;
  user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 50%;
  border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: #e2e7ff;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #db4c79;
}

/*-end-*/

/*16-09-2020*/
/*banner button 16-09-2020*/
#bootstrap-touch-slider .carousel-inner .item .slide-text .bannerBtn {
    border: none;
    border-radius: 0;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    background:#0282e1;
}
#bootstrap-touch-slider .carousel-inner .item .slide-text .bannerBtn {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
/* slide to right and left */
#bootstrap-touch-slider .carousel-inner .item .slide-text .bannerBtn.slide_right{
 border:none;
 background-position: right;
 background: linear-gradient(to right, #3986fb 50%,#ea4935 50%) no-repeat scroll right bottom / 210% 100% #ea4935;
 -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 transition: all 200ms ease;
}
#bootstrap-touch-slider .carousel-inner .item .slide-text .bannerBtn.slide_left{
 border:none;
 background-position: left;
 background: linear-gradient(to left, #d69619 50%,#6b9cef 50%) no-repeat scroll left bottom / 210% 100% #6b9cef;
 -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 transition: all 200ms ease;
}

#bootstrap-touch-slider .carousel-inner .item .slide-text .bannerBtn.slide_right:hover, 
#bootstrap-touch-slider .carousel-inner .item .slide-text .bannerBtn.slide_right.active{
 background-position: left;
 color: #ffffff;
}

#bootstrap-touch-slider .carousel-inner .item .slide-text .bannerBtn.slide_left:hover, 
#bootstrap-touch-slider .carousel-inner .item .slide-text .bannerBtn.slide_left.active {
 background-position: right;
 color: #ffffff;
}

#bootstrap-touch-slider .carousel-inner .item .slide-text > a.bannerBtn{
    margin-right:10px;
}
/*registration popup nad upload form popup*/
.modal-open .modal.registraionPopup,
.modal-open .modal.uploadFormPopup{
    z-index:99999 ;
}
.modal.registraionPopup .form-group{
    display:inline-block;
    margin-bottom:0;
    float:left;
}
.modal.registraionPopup .close,
.modal.uploadFormPopup .close{
    background:#333;
    padding:1px 6px 2px;
    font-weight:400;
    text-shadow:none;
    opacity:5;
    border-radius:50%;
    outline:none;
    font-size:20px;
}
.modal.registraionPopup .close span,
.modal.uploadFormPopup .close span{
    color:#fff;
}
.modal.registraionPopup .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.modal.registraionPopup .form-group label {
  position: relative;
  cursor: pointer;
}
.modal.registraionPopup .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.modal.registraionPopup .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 13px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.modal.registraionPopup .listing-ul {
    list-style: none outside;
    margin: 0px;
    padding: 0px 0 0 20px;
}
.modal.registraionPopup .listing-ul li {
    font-size: 15px;
    line-height: 22px;
    color: #4c4c4c;
    position: relative;
    padding: 3px 0;
}
.modal.registraionPopup .order-list.number li > ul.inner-ul li:before, 
.modal.registraionPopup .listing-ul li:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 8px;
    color: #007bff;
    position: absolute;
    top: 2px;
    left: -16px;
    height: 100%;
}
/*upload form */
.modal.uploadFormPopup #uploadForm .form-control{
    height:41px;
}
.modal.uploadFormPopup #uploadForm .form-control::placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}
.modal.uploadFormPopup #uploadForm .form-control::-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #666;
}
.modal.uploadFormPopup #uploadForm .form-control::-ms-input-placeholder { /* Microsoft Edge */
 color: #666;
}
.modal.uploadFormPopup #uploadForm textarea.form-control{
    resize:none;
}
.modal.uploadFormPopup #uploadForm .pr{
    padding-right:7px;
}
.modal.uploadFormPopup #uploadForm .pl{
    padding-left:7px;
}
/* slide down effect download button*/
.modal.registraionPopup .slide_top {
 border:none;
 background-position: bottom;
 background: linear-gradient(to bottom, #dc2323  50%,#007bff 50%) no-repeat scroll bottom right / 100% 210% #007bff ;
 -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease; 
 transition: all 200ms ease;
 outline:none !important;
}
.modal.registraionPopup .slide_top:hover, .modal.registraionPopup .slide_top.active {
 background-position: top;
 color: #ffffff;
}
/* slide down effect upload button*/
.modal.uploadFormPopup .slide_bottom {
 border:none;
 background-position: top;
 background: linear-gradient(to top, #007bff 50%,#555 50%) no-repeat scroll top right / 100% 210% #555;
 -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease; 
 transition: all 200ms ease;
}
.modal.uploadFormPopup .slide_bottom.btn-success{
    background: linear-gradient(to top, #267903 50%,#007bff 50%) no-repeat scroll top right / 100% 210% #007bff;
}
.modal.uploadFormPopup .slide_bottom:hover, 
.modal.uploadFormPopup .slide_bottom.active {
 background-position: bottom;
 color: #ffffff;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile-1 + label {
    color: #ffffff;
    margin-bottom:0;
}
.inputfile + label {
    max-width: 100%;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    margin-left:5px;
}
.inputfile + label span{
    font-size:14px !important;
    font-weight:400 !important;
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.registraionPopup iframe{
    width:100%; 
    height:500px;
}

/*paid registraion Popup form css*/
#PaymentDetailsmodal .modal-header {
    padding: 12px 15px;
    border-bottom: 3px solid #c7c6e9;
    background: #ffdcec;
    color: #bd175c;
    border-radius: 12px 12px 0 0;
}
#PaymentDetailsmodal .modal-content{
    -webkit-box-shadow: 0 5px 15px rgb(31 32 60 / 52%);
    box-shadow: 0 5px 15px rgb(31 32 60 / 52%);
    border: 3px solid #fff;
    transition: all 0.3s ease;
    border-radius: 12px;
}
#PaymentDetailsmodal .modal-body h4 {
    font-size: 1.15em;
    color: #43435a;
    margin:3px 5px 8px;
    text-align:center;
}
#PaymentDetailsmodal .modal-body .nav-tabs>li {
    margin: 0 5px 5px;
}
#PaymentDetailsmodal .modal-body h5 {
    margin: -2px 0 12px;
    color: #6c7187;
    text-align: center;
}
#PaymentDetailsmodal .modal-body .nav-tabs{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    border:0;
}
#PaymentDetailsmodal .modal-body .nav-tabs>li>a {
    padding: 10px 15px;
    min-width: 10vw;
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100%;
    border: 1px solid #9698bb;
    border-bottom: 3px solid #9698bb;
    border-radius: 19px;
    background: #f0f1ff;
    color: #3c3f6e;
    font-weight: 600;
    font-family: 'Roboto';
    box-shadow: 0px -3px 3px 0 rgb(83 103 203 / 30%);
    transition: all 0.3s ease;
}
#PaymentDetailsmodal .modal-body .nav-tabs>li.active>a, 
#PaymentDetailsmodal .modal-body .nav-tabs>li.active>a:focus, 
#PaymentDetailsmodal .modal-body .nav-tabs>li.active>a, 
#PaymentDetailsmodal .modal-body .nav-tabs>li.active>a:focus, 
#PaymentDetailsmodal .modal-body .nav-tabs>li.active>a:hover {
    border: 0px;
    color: #ffffff;
    background: #f96914 !important;
    font-weight: bold;
    border: 1px solid #c55310;
    border-bottom: 3px solid #bb5317;
    box-shadow: 0px -4px 3px 0 rgb(247 143 36 / 30%);
}
#PaymentDetailsmodal .modal-body .tab-content{
    border-top: 2px dashed #c7c6e9;
    margin-top: 10px;
    padding: 15px 10px 0;
    transition: all 0.3s ease;
}
#PaymentDetailsmodal .modal-footer .btn-modal,
#PaymentDetailsmodal .modal-footer .btn-close   {
    background: linear-gradient(0deg, #db4c79, #d47579, #db4c79);
    border:2px solid transparent;
    font-size: 15px;
    min-width: 120px;
    font-family: 'Roboto';
    padding: 8px 15px;
    margin: auto 8px;
    color:#fff;
    box-shadow: 7px 7px 0px 0px rgb(201 192 196 / 60%);     
    transition: all 0.3s ease;
}
#PaymentDetailsmodal .modal-footer{text-align:center;}
#PaymentDetailsmodal .modal-footer .btn-close  {
    background: linear-gradient(0deg, #51567c, #404562, #757da1);
}
#PaymentDetailsmodal .modal-footer .btn:hover{
    box-shadow: -7px 7px 0px 0px rgb(201 192 196 / 60%);
    border-color: #362f2f;      
}
#PaymentDetailsmodal .modal-header .close {
    padding: 0;
    position: absolute;
    top: 6px;
    width: 35px;
    height: 35px;
    margin: 0;
    right: 10px;
    background: #fff;
    opacity: 0.8;
    border-radius: 50%;
    border: 2px solid #d9a1bb;
}
#PaymentDetailsmodal .modal-header .close{
    transition: all 0.3s ease;
}
#PaymentDetailsmodal .modal-header .close:hover{
    transform:rotate(90deg) scale(1.05)
}
#PaymentDetailsmodal .modal-body .card {
    color: #20214c;
    padding: 15px 24px;
    line-height: 24px;
    font-size: 19px;
    background: #fff;
    border-radius: 20px;
    margin: 18px 10px 7px;
    box-shadow: 0 0 5px 2px rgb(95 102 151 / 30%);
}
#PaymentDetailsmodal .modal-body .card b {
    color: #6f7695;
}
#PaymentDetailsmodal .modal-body .card .qrcode{
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #aaacbb;
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
    width: 200px;
    filter: contrast(1.2);
}
#PaymentDetailsmodal .modal-body .card .qrcode ~ h5{color:#3a4370;}
h3.gPay{
    margin:0;
    text-align:center;
}
h3.gPay b{font-size:inherit;}
h3.gPay img{ 
    width: 180px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

#PaymentDetailsmodal .inputFile {
    width: 100%;
    padding: 5px 5px;
    background: white;
    border: 1px solid #cccccc;
    outline: none;
    font-weight: 400;
    color: #202124;
    font-size: 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 0px rgb(201 192 196 / 40%);
}
#PaymentDetailsmodal .paymentproofForm.card{
    padding: 12px;
    background:#fcfdff;
    margin: 18px 6px 5px;
}
#PaymentDetailsmodal .paymentproofForm.card .form-group label {
    font-size: 13px;
}
#PaymentDetailsmodal .paymentproofForm.card .input-group-addon{
    background-color: #ebeff9;
}
/*paid registraion Popup form css end*/



/*navigation*/
@media (min-width: 768px) {
    .navbar-collapse {      
        padding-right: 38px !important;
    }
    .navbar-collapse form[role="search"] {
        width: 38px;
    }
    .navbar-collapse form[role="search"] button,
    .navbar-collapse form[role="search"] input {
        padding: 13px 12px 12px;
    }
    .navbar-collapse form[role="search"] input {
        padding: 23px 12px 22px;
        font-size: 18px;
        opacity: 0;
        display: none;
    }
    .navbar-collapse form[role="search"].active {
        width: 100%;
    }
    .navbar-collapse form[role="search"].active button,
    .navbar-collapse form[role="search"].active input {
        display: table-cell;
        opacity: 1;
    }
    .navbar-collapse form[role="search"].active input {
        width: 100%;
    }
}


@media(min-width:360px){/*1280px*/
    #bootstrap-touch-slider .left.carousel-control{left:-10%;}
    #bootstrap-touch-slider .right.carousel-control{    right:-10%;}
    #bootstrap-touch-slider:hover .left.carousel-control{left:5.5%;}
    #bootstrap-touch-slider:hover .right.carousel-control{right:5.5%;}  
}
@media (min-width: 1360px){
    .nav.navbar-right>li>a{
        
    }
}
@media (max-width: 1280px){
    .nav.navbar-right>li>a {
        padding: 7px 20px;
        font-size: 16px;
    }
    /*product arrow*/
    .project-slider .slick-prev, .project-slider .slick-next {
        height: 40px;
        width: 32px;
        position: absolute !important;
        right: -35px;
        top: auto;
        bottom: 25%;
    }
    .project-slider .slick-prev {
        left: -35px !important;
    }
    /*vision mission img*/
    .image-box.image-1 img,
    .image-box.image-2 img{
        width:80%;
    }
}
@media (max-width: 1170px){
    .nav.navbar-right>li>a {
        padding: 7px 11px 7px;
        font-size: 15.6px;
    }
    /*testimonial slider*/
    .owl-theme .owl-controls{
        top:0;
    }
    #testimonial-slider .owl-prev{
        position: absolute;
        left: 0px;
    }
    #testimonial-slider .owl-next {
        position: absolute;
        right: 0px;
    }
}

@media (max-width: 1024px){
    .nav.navbar-right>li>a {
        padding: 7px 10px 7px 10px;
        font-size: 15px;
    }
    /*product-sec*/
    .registration-wrapper .title { font-size: 19px; line-height:}
    /*product arrow*/
    .project-slider .slick-prev, .project-slider .slick-next {
        height: 30px;
        width: 22px;
        position: absolute !important;
        right: -24px;
        top: auto;
        bottom: 30%;
    }
    .project-slider .slick-prev:before, .project-slider .slick-next:before {
        height: 30px;
        width: 22px;
        background-size: 100%;
    }
    .project-slider .slick-prev {
        left:-24px !important;
    }
    .sec-title h2{padding-bottom:0;margin:0;}
    .sec-title h2:after,
    .sec-title h2:before{
        display:block;
        margin:0 auto;
        top:0;
        height:63px;
    }
}
@media (max-width: 990px){  
    /*banner*/
    #bootstrap-touch-slider .carousel-inner .item .slide-text{
        top:38%;
    }
    /*navigation*/
    
    .header-transparent .container-fluid{
        min-height:50px; /*extra*/  
        box-shadow:0 5px 10px rgb(219 154 79 / 33%);        
    }
    .navbar-collapse form[role="search"]{
        right:15px;
    }
    .navbar-collapse {
        
        padding-top: 15px !important;
        padding-right: 0px !important;
        /* background:rgba(255,255,255,0.97); */
    }
    .navbar-header{
        display: block;
        width: 100%;
    }
    .navbar-brand{
        background:none;
        filter: none;
        width:auto;
        float:left;
        height:auto;
        position:absolute;
    }
    .navbar-brand img{
        width:70%;
    }
    .nav.navbar-right {
        margin-top:0px !important;
        display: block !important;
        width: 85%;
        text-align: center;
        background:#fff;/* #4cacfb*/
        padding:10px 8px!important;
        
    }
    .navbar-nav>li{
        float:none ;
        display:inline-block !important;
        padding: 0!important;
    }
    .nav.navbar-right>li>a{
        padding:14px 20px;
        padding: 5px 9px!important;
        font-size: 14px;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:hover, .nav>li>a:focus, .nav>li.active a{
        background: none !important;
        color: #ffffff;
    }
    /*footer*/
    .bor-right:before{
        display:none;
    }
    /*contact page timeline*/
    .main-timeline .timeline{
        padding: 40px 50px;
        margin: 0 0 0 35px;
    }
    .main-timeline .timeline:nth-child(2n){
        margin: 0 35px 0 0;
    }
    .main-timeline .timeline-content{
        width: 100%;
    }
    
}
@media (max-width: 870px){
    
    .nav.navbar-right>li>a{
        padding:14px 13px;
    }
    /*about section*/
    .aboutSection {
        margin-top: -90px;
    }
    /*mision-vision heading*/
    .heading::before{
        display:none;
    }
    /*product arrow*/
    .project-slider .slick-prev, .project-slider .slick-next {
        height: 27px;
        width: 19px;
        position: absolute !important;
        right: -13px;
        top: auto;
        bottom: 35%;
    }
    .project-slider .slick-prev:before, .project-slider .slick-next:before {
        height: 27px;
        width: 19px;
        background-size: 100%;
    }
    .project-slider .slick-prev {
        left:-13px !important;
    }
    /*enquiry form*/
    .enquiry-form {
        margin: 0 10% 50px;
        padding: 35px 60px;
    }
}
@media (max-width: 767px){
    /*banner*/
    #bootstrap-touch-slider .carousel-inner .item .slide-text{
        top:35%;
    }
    #bootstrap-touch-slider .carousel-control {
        width: 20px;
        background-size: contain;
        height: 50px;
    }
    /*inner page banner*/
    #bootstrap-touch-slider.insidePageBanner {
        max-height: 400px!important;
        /* min-height: inherit; */
        top: 86px;
        margin-bottom: 86px;
    }
    /*toogle css*/
    #bootstrap-touch-slider{
        margin-bottom:0px;
    }
    .registration-wrapper{
        padding-top:110px;
    }
    #enquiry {
        overflow:hidden;
    }
    .footLogo{display:none;}
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .footer .footterNav,
    .footer .footterNav .nav-list{text-align:center;}
    .footer .footterNav .nav-list li{margin:7px 0 10px;}
    .footer .footterNav .nav-list li:after{display:none;}
    .footer .footterNav .nav-list li a{
        margin: 3px 8px 3px;
        background: #ffffff;
        color: #d55e61;
        border-radius: 20px;
        font-weight: 400;
        transition: all 0.3s ease;
    }
    .footer .footterNav .nav-list li a:hover {
        background: #ff5050;
        color: #fff;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
        height: 1px;
        background: #d43072;
        border-radius: 20px;
    }
    .navbar-toggle{
        padding: 10px 9px;
        margin-right: 15px;
        background: #ffffff;
        margin-top: 20px;
        box-shadow: 2px 2px 12px 0px rgb(251 154 119);
        border: 1px solid #f1c2b0;
    }
    .navbar-header{
        width:auto;
    }
    
    /*navigation*/
    .header-transparent .container-fluid{
        min-height:80px; /*extra*/
    }
    .navbar-header{
        background:transparent;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 360px;
        top:0px;/*1px*/
    }
    .navbar-brand{
        background:none;
        box-shadow:0px 0px 0px;
        filter: none;
        padding: 0 15px 10px 15px;
        height:auto;
        min-height:81px;
        width:auto;
    }
    .navbar-form {
        margin-top: 0 !important;
        border:none !important;
    }
    .navbar-right{
        margin-top: 15px !important;
    }
    .navbar-collapse{
        border-top:0px;
        box-shadow:none;
        padding-left:0px;
        padding-right:0px;
        z-index: 1;
        position: relative;
        padding-top: 0px !important;
        max-height: 270px;
        /* width: 100%; */
        margin: 0;
        top: 0px;       
        margin-bottom:0;
    }
    .header-transparent .navbar .collapse.navbar-collapse, .header-transparent .navbar .navbar-collapse{
        overflow:visible!important;
        overflow-Y:auto!important;
        top:50px;
    }
    .navbar-nav{
        min-height:inherit;
        border:none;
        
        width: 100%!important;
    }
    .navbar-nav>li:before {
        height: 1px;
        display: block;
        content: '';
        width: 100%;
        background: -moz-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(241,241,241,0)),color-stop(33%,rgba(241,241,241,1)),color-stop(66%,rgba(241,241,241,1)),color-stop(100%,rgba(241,241,241,0)));
        background: -webkit-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
        background: -o-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
        background: -ms-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
        background: linear-gradient(to right,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#00f1f1f1', GradientType=1 );
        opacity: .1;
    }
    .nav-header .container{
        padding:0px;
    }
    .navbar-nav{
        margin:0px 0 /*7.5px -15px*/;
    }
    .navbar-nav li.dropdown li{
        background:none;
    }
    .navbar-nav>li {
        padding: 0px;
        background-color: #fff;
    }
    .navbar-nav li.dropdown li{
        background:none;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 12px 15px 11px 20px;
        font-size:14px;
    }
    .navbar-nav .open .dropdown-menu>li>a::before{
         content: "\f101";
        font-style: normal;
        font-size: 16px;
        margin-right: 5px;
        font-family: FontAwesome;
        vertical-align: initial;
    }
    .navbar-nav .dropdown-submenu>a:after{
        top:7px;
    }
    /*.navbar-nav .dropdown-submenu>a:after{
        display:none;
    }
    .navbar-nav .open .dropdown-menu>li:hover a::after, 
    .navbar-nav .open .dropdown-menu>li:focus a::after{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 17px;
        top: 30px;
        right:-10px;
    }*/
    .navbar-nav .open .dropdown-menu>li:hover a::after, 
    .navbar-nav .open .dropdown-menu>li:focus a::after{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 17px;
        top: 27px;
        right: -20px;
    }
    .caret{
        position:absolute;
        right:15px !important;
    }
    .navbar-nav .dropdown-submenu>.dropdown-menu {
        padding-left: 20px;
    }
    .nav.navbar-right{
        margin-top:15px !important;
    }
    .nav.navbar-right>li>a {
        font-size: 14px;
        padding: 12px 15px!important;
        font-weight:400;
        color: #893700;
        background: #ededed;
    }
    
    .navbar-collapse form[role="search"] {
        right: 0;
    }
    .navbar-nav>li {
        float: none !important;
        width: 100%;
        text-align: left;
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #63656e !important;
    }
    .navbar-nav li.dropdown li a {
        color: #ededed;
    }
    .nav.navbar-nav .open>a, .nav.navbar-nav .open>a:focus, .nav.navbar-nav .open>a:hover, .nav.navbar-nav>li>a:hover, .nav.navbar-nav>li>a:focus, .nav.navbar-nav>li.active a {
        background: #dd698e!important;
        color: #ffffff;
        
    }
    .nav.navbar-nav .open>a{border-radius: 7px 7px 0 0 !important;}
    .nav.navbar-nav .open>a b{color:#fff;}
    /*registration box section*/
    .registration-wrapper .regstration-grid {
        margin-bottom: 10px;
    }
    .registration-wrapper .title {
        font-size: 20px;
        line-height:25px;
    }
    /*people slider*/
    .grayfloralDivider {
        padding: 15px 0;
    }   
    /*enquiry form*/
    .enquiryformHeading{
        margin:0 0 45px;
    }
    #enquiry {
        padding: 5px 0 20px;
    }
    /*footer*/
    .footer-column-right {
        padding: 15px 0 5px;
    }
}
@media (max-width: 600px){
    /*stories slider*/
    .sliderhorizaontal .slick-prev, 
    .sliderhorizaontal .slick-next{
        top:35%;
    }
    /*product arrow*/
    .project-slider .slick-prev, .project-slider .slick-next {
        top: auto;
        bottom: calc(100% - 60%);
    }
    .project-slider .list-item {
        height:auto; /*100%*/
    }
    /*footer*/
    .foot-link{
        width:100%;
    }
    .footer .list-item {
        margin-bottom:0px;
    }
    .foot-link ul li{
        border-bottom:none;
        padding:7px 13px;
        position:relative;
    }
    .foot-link ul li::before {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 16px;
        line-height: 37px;
        color: #7f8388;
        font-weight: 400;
        content: "\f0da";
        font-family: "FontAwesome";
    }
    /*banner*/
    #bootstrap-touch-slider{
        top:87px;
    }
    .carousel-inner .item .slide-text {
        top: 12% !important;
        padding:10px 20px;
    }
    #bootstrap-touch-slider .carousel-control{
        top:31% ;
    }
    
    /*about Section*/
    .aboutSection {
        margin-top: 20px;
    }
    /*heading*/
    .sec-title h2 {
        position: relative;
        font-size: 28px;
        line-height: 35px;
    }
    
}
@media (max-width: 567px){
    /*enquiry form*/
    .enquiry-form {
        margin: 0 10% 50px;
        padding: 35px 25px;
    }
    .enquiry-form:before, .enquiry-form:after {
        top: -60px;
        left: -38px;
        height: 134px;
        width: 82px;
        background-size: 100%;
    }
    .enquiry-form:after {
        bottom: -60px;
        right: -38px;
        left:auto;
        top:auto;
    }
    /*slider people*/
    .item .inner-box .main-img {
        border: none;
        margin-bottom: 13px;
    }
    .project-section .item .inner-box {
        text-align: center;
        display:block;
        width: 100%;
    }
    .project-section .item .inner-box .pro-imgs{
        margin:0 auto;
    }
    .project-section .lower-content .name{font-size:17px;}
    
}

@media (max-width: 480px){/*16-09-2020*/
    #bootstrap-touch-slider .carousel-inner .item .slide-text{
        width: 100%;
        margin: 0 10px;
    }
    /*slider people*/
    .project-section .item .inner-box {
        text-align: left;
        display: flex;
        width: 100%;
    }
    .project-section .lower-content {
        padding-left:15px;
    }
    .item .inner-box .main-img {
        border: 1px solid #b67191;
    }
}

@media (max-width: 420px){/*16-09-2020*/
    #bootstrap-touch-slider .carousel-inner .item .slide-text {
        top: 5% !important;
        padding: 10px 17px;
    }
    #bootstrap-touch-slider .carousel-inner .item .slide-text > a.bannerBtn {
        margin-right: 5px;
    }
    #bootstrap-touch-slider .carousel-inner .item .slide-text .bannerBtn {
        padding: 9px 12px;
        font-size: 15px;
        line-height: 15px;
    }
    #bootstrap-touch-slider .carousel-control {
        width: 15px;
        background-size: contain;
        height: 40px;
    }
    /*free registration page*/
    .registration-form {
      width:85%;
    }
}

@media (max-width:390px){/*16-09-2020*/
    #bootstrap-touch-slider .carousel-inner .item .slide-text {
        top: 5% !important;
        padding: 10px 14px;
    }
    #bootstrap-touch-slider .carousel-inner .item .slide-text > a.bannerBtn {
        margin-right: 2px;
        margin-bottom: 5px;
        padding: 9px 9px;
        font-size:14.1px;
    }
    
}
@media (max-width:360px){/*16-09-2020*/
    .aboutSection{
        margin-top: 67px;
        padding-bottom:34px;
    }
    #bootstrap-touch-slider .carousel-inner .item .slide-text > a.bannerBtn {
        margin-right: 2px;
        margin-bottom: 5px;
        padding: 9px 20px;
    }
    
}