@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');


@font-face {
    font-family: 'Blacksword';
    src: url(../Content/fonts/Blacksword.eot);
    src: url(../Content/fonts/Blacksword.eot?#iefix) format('embedded-opentype'), url(../Content/fonts/Blacksword.otf) format('otf'), url(../Content/fonts/Blacksword.svg#Blacksword) format('svg'), url(../Content/fonts/Blacksword.ttf) format('truetype'), url(../Content/fonts/Blacksword.woff) format('woff'), url(../Content/fonts/Blacksword.woff2) format('woff2');
}



@font-face {
    font-family: 'Birds of Paradise c PERSONAL USE ONLY';
    src: url('../Content/fonts/Birds of Paradise c PERSONAL USE ONLY.eot');
    src: url('../Content/fonts/Birds of Paradise c PERSONAL USE ONLY.eot?#iefix') format('embedded-opentype'), url('../Content/fonts/Birds of Paradise c PERSONAL USE ONLY.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BirdsofParadise-PersonaluseOnly';
    src: url('../Content/fonts/BirdsofParadise-PersonaluseOnly.svg#BirdsofParadise-PersonaluseOnly') format('svg'), url('../Content/fonts/BirdsofParadise-PersonaluseOnly.ttf') format('truetype'), url('../Content/fonts/BirdsofParadise-PersonaluseOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}





::selection{background:#ed1651;color:#fff}
::-moz-selection{background:#ed1651;color:#fff}
::-moz-placeholder{color:#fff;opacity:1}
::-ms-input-placeholder{color:#fff;opacity:1}
::-webkit-input-placeholder{color:#fff;opacity:1}

body {
  font-family: 'Open Sans', sans-serif;  color:#444;
  font-size:16px;
background:#fff;
}
p{ text-align: justify; margin-bottom: 7px;}


a.social-links  {
  color: #333;
  text-decoration: none; font-size: 14px;
}
a.social-links:hover {
  color: #e32222;
  text-decoration: none;
  transition: 0.5s;
}


.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(../Content/images/download.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


.navbar-nav > li {
    margin-left: 2px;
    margin-right: 2px;
}
.fixed_header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: -94px;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.35);
    box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.35);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

   
.logo_text{ font-size: 24px;}
.logo_text span{ font-size: 14px;} 
  
  .arrow-animation:hover{ color:#333b77;}


  .carousel-control-prev-icon, .carousel-control-next-icon {
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    background-size: 75%, 75%;
    border-radius: 50%;
}


.carousel-indicators [data-bs-target] {
 
  width: 15px;
  height: 15px;
  border-radius: 50%;

}


  .carousel-caption h1{  
    font-family: 'Blacksword';
    font-size: 60px;

    
  }


.index-content h1{  
  font-family: 'BirdsofParadise-PersonaluseOnly';
  
}

.index-content ol {  margin: 0;  padding-left:15px;

  
}


.index-content ol li{  
  margin-bottom: 6px;
  
}

#our-services h1{  
  font-family: 'BirdsofParadise-PersonaluseOnly';
  
}

#our-services .card-body .card-title{  
  font-family: 'BirdsofParadise-PersonaluseOnly';
}


#element-bg h1{
  font-family: 'BirdsofParadise-PersonaluseOnly';
}

  #gallery{
    font-family: 'BirdsofParadise-PersonaluseOnly';
  }


  #testimonials h1{
    font-family: 'BirdsofParadise-PersonaluseOnly';
  }


  .styledhy_01{
    font-family: 'BirdsofParadise-PersonaluseOnly';
  }


.navbar-nav a { color: #333;  font-weight: 500; }

.navbar-expand-xl .navbar-nav .nav-link {

  font-size: 17px;
}


.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255); 
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px; margin-right: 4px;
  }
  
  .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #fff;  
    background-color: #ed1651;
    border-radius: 4px; margin-right: 1px;
   
}
  

  .navbar-nav .nav-link:hover {
    background-color: #ed1651;
    color: #FFFFFF;
    border-radius: 4px;
  }



  .carousel-caption {
    position: absolute;
    right: 7%;
    bottom: 5rem;
    left: 5%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}



.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}



.carousel-control-next, .carousel-control-prev {
  width: 5%;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: right;
  padding: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  list-style: none;
}






  .right-shadow{
    box-shadow: 15px 0px 10px -15px #111;    
  }

  .boxwrap {
  width: 100%;
  height: auto;
  min-height: 140px;
  padding-bottom: 0px;
  position: relative; 
  }
  
    .box-share {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 150px;
    transition: height 450ms;
    -moz-transition: height 450ms;
    -webkit-transition: height 450ms; padding-top: 12px;
    }
  
      .box-share:hover {
      height: 160px;
      background-color:#da0303;  color: #fff; margin-top: -20px; cursor: pointer;
      }
  
  .card.boxwrap svg { 
    color: #333;
    transition: all 0.9s ease;

}


.card.boxwrap:hover svg path {
  fill: #fff; transition: all 0.9s ease;
}

svg {
  width: 70px;
  height: 70px;
}

.custome_bg{
  background: #f8f8f8 url(../Content/images/custom_bg.jpg) repeat-x; background-size:contain;
}

/* google map css */
.googlemap{ background: url(../Content/images/Dotted-Map-India.png) no-repeat; height: 490px;}


hr.solid {
  border-top: 2px solid #ff002c; width: 30px; margin: 0 auto 0; padding-bottom: 10px; opacity: 1;
}
hr.solid2 {
  border-top: 2px solid #ff002c; width: 30px;opacity: 1;
}








#gallery{ 
  background: #fff url(../Content/images/gallery_bg.jpg) repeat-x; 
  background-size: contain;}



/*testimonils*/


#testimonials{ 
  background: #eaeaea url(../Content/images/testimonials-bg.jpg) repeat-x; 
  background-size: contain;}

#testimonials h2 {
  margin: 0px auto;
  text-align: center;
  max-width: 600px;
  position: relative;
}

 #testimonials h2:before {
  content: "";
  display: block;
  width: 60px;
  height: 10px;
  left: 80px;
  position: absolute; 
  bottom:10px; 
  background: url(../Content/images/heading-element-left.png) no-repeat ; 
}

#testimonials h2:after {
  content: "";
  display: block;
  width: 60px; 
  height: 10px;
  right: 80px;
  position: absolute;
  bottom: 10px;
  background: url(../Content/images/heading-element-right.png) no-repeat ; 

} 

#our-clients h2 {
  margin: 0px auto;
  text-align: center;
  max-width: 600px;
  position: relative;
}


#our-clients h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 10px;
  left: 80px;
  position: absolute; 
  bottom:10px; 
  background: url(../Content/images/heading-element-left.png) no-repeat ; 
}

#our-clients h2:after {
  content: "";
  display: block;
  width: 60px; 
  height: 10px;
  right: 80px;
  position: absolute;
  bottom: 10px;
  background: url(../Content/images/heading-element-right.png) no-repeat ; 

} 


.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd; display: inline;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-dots .owl-dot { display: inline-block;}


footer { display: block; background-color: #14081f;} 
footer p {color: #c7c7c7; }
footer ul {color: #c7c7c7; }
    footer ul li a {
        color: #c7c7c7;
        text-decoration: none;
        transition: all 0.2s ease-out;
    }
        footer ul li a:hover {
            color: #ed1651;
            transition: all 0.2s ease-in;
        }

footer h5{
  display : inline-block;
  }
  footer h5::after
  {
      content: '';
      border-bottom: 1px solid #c7c7c7;
      width: 52px;
      display: block; padding-top: 5px; 
 
  }

  .copy-right {color: #333;  }
    .copy-right a {
        color: #333;
        transition: all 0.5s ease;
        text-decoration: none;
    }
  .copy-right a:hover{color: #e32222;  }

.mybulletlist2 ul{ 
  list-style-type: none; 
  padding-left: 12px;}

.mybulletlist2 li { 
  padding-left: 0px;    
 margin:0 0px 5px 5px; 
}



.mybulletlist2 li:nth-of-type(1):before {    
   font-family: "Font Awesome 5 Free"; 
   font-weight: 900; 
   content: "\f3c5";
   margin:0 8px 0 -20px;
    color: #d10000;;
}

.mybulletlist2 li:nth-of-type(2):before {    
   font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f095";
    margin:0 5px 0 -18px;  color: #d10000;
}

.mybulletlist2 li:nth-of-type(3):before {    
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f095";
  margin:0 5px 0 -18px;  color: #d10000;
}

.mybulletlist2 li:nth-of-type(4):before {    
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0e0";
   margin:0 8px 0 -18px;  color: #d10000;
}

.mybulletlist2 ul li a {    
    text-decoration: none;  color: #c7c7c7; transition: all 0.5s ease;
}

.mybulletlist2 ul li a:hover {    
    text-decoration: none;  color: #d10000; transition: all 0.5s ease;
}

.contact-slide-hide {
	position: fixed;
	right: -500px;
	top: 0px;
	height: 100%;
	max-width: 3000px;
	background: #fff;
	color: #000;
	z-index: 999;
	overflow-x: hidden;
	border-left: 1px solid #ddd;
}



#element-bg{ background: #d03658 url(../Content/images/element-bg.jpg) repeat-x; background-size: auto; min-height: auto;}
#socialMedia{border-top: 6px solid #d03658;}


 .content-overlay {
    background: rgba(0,0,0,0.5);
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}




.container-fluid.full-width {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}
.row.row-no-gutter {
  margin: 0
}
.row.row-no-gutter [class*="col-"] {
  padding: 0
}
.img-full-width {
  width: 100.5%;
  height: auto;
}
.has-inner .row.row-no-gutter {
  margin-left: -10px;
  margin-right: -10px;
}
.row.row-no-gutter .inner {
  padding-left: 10px;
  padding-right: 10px;
}
.contact-slide-hide {
	position: fixed;
	right: -500px;
	top: 0px;
	height: 93%;
	max-width: 3000px;
	background: #fff;
	color: #000;
	z-index: 10000;
	overflow-x: hidden;
}

.contact-nav {
	display: table;
	width: 100%;
	height: 100%;
}


.contact-nav h5{ font-size:17px; font-weight:600; color:#444; margin-bottom:8px;}
.contact-nav i{font-size:35px; margin-bottom:15px;}

.contact-nav p{color:#504e4e; font-size:15px;line-height: 20px; font-weight: 500;}
.contact-nav a{color:#504e4e; text-decoration: none;}
.contact-nav a:hover{color:#e51a4b;}

.contact-nav .contact-nav-form {
	display: table-cell;
	vertical-align: middle;
	max-width: 370px;
    padding: 0 50px; 
}


.contact-nav .contact_close {
	position: absolute;
	right: 20px;
	top: 21px;
	width: 40px;
  height: 40px;
	border: none; padding-right: 11px;
	text-align: right; border-radius: 50%; padding-top: -0px;
	font-size: 30px; text-decoration: none;  background-color: #d03658;
  line-height: 40px;
}

.contact-nav .contact_close:hover { background-color: #333b77;}
a.contact_close {color: #fff;}
a.contact_close:hover{ color: #fff;}


.breadcrumb a{ color: #fff; text-decoration: none;}
.breadcrumb-item.active { color: #fff; text-decoration: none;}

.bg_danger_bg{ background-color: #ed1651;}

.mybutton {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ed1651;
    padding: 1em 2em;
    border: none;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 100px;
}

    .mybutton span {
        position: relative;
        pointer-events: none;
    }

    .mybutton::before {
        --size: 0;
        content: '';
        position: absolute;
        left: var(--x);
        top: var(--y);
        width: var(--size);
        height: var(--size);
        background: radial-gradient(circle closest-side, #00a651, transparent);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: width .2s ease, height .2s ease;
    }

    .mybutton:hover::before {
        --size: 400px;
    }
.list-group-item:hover {
    z-index: 2;
    color: #7c51a1;
}

.link-darka {
    text-decoration: none;
    color: #ed1651;
}

    .link-darka:hover {
        text-decoration: none;
        color: #444;
    }



@media only screen and (max-width: 1460px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 8px;
    padding-left: 8px; font-size: 14px;
}


}



@media only screen and (max-width: 1366px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 8px;
    padding-left: 8px; font-size: 14px;
}

    .navbar-nav > li {
        margin-left: 0px;
        margin-right: 0px;
    }

    .dropdown-menu {
        font-size: 14px;
    }



}

@media only screen and (max-width: 1260px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 4px;
    padding-left: 4px; font-size: 13px;
}
    .dropdown-menu {
        font-size: 13px;
    }

}



@media only screen and (max-width: 991px) {
	.is-fixed .header-nav .nav {
		overflow: auto;
		height: 275px;
	}
	.is-fixed .header-nav .nav>li>a {
		padding: 12px 15px;
	}
	.is-fixed#header-part .navbar-toggle {
		margin: 15px 0;
	}

}

@media only screen and (max-width:768px) {
	.is-fixed .extra-nav {
		padding: 13px 7px;
	}


}

@media only screen and (max-width:767px) {


  
	.is-fixed .extra-nav {
		padding: 13px 0px;
	}


  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 8px;
    padding-left: 8px; font-size: 17px;
}
  
}
@media only screen and (max-width:540px) {
	.is-fixed .navbar-toggle {
		margin-bottom: 0px;
	}
	.contact-slide-hide {
		right: -100%;
		width: 100%;
	}



}