@charset "utf-8";
/* CSS Document */
body p{
	font-family: 'Sintony', sans-serif;
    font-size: 17px;
	color: #474747;
	    line-height: 40px;
}
div {
 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,h2,h3,h4,h5{
	font-family: 'Roboto', sans-serif;
}

h6{	font-family: 'Sintony', sans-serif;}



.slide-nave{
	    width: 80px;
    height: 80px;
    background-color: #bb1f23;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 100;

}
.slide-nave img{
	width: 50px;
	height: 50px;
}


.icon {
  position: absolute;
   background-color: #bb1f23;
    border-radius: 50%;

    left: 0;
    top: 50%;
    z-index: 100;
  transform: translateX(-50%) translateY(-50%);
}
.hamburger {
  content: ' ';
  position: relative;
  width: 20px;
  border: 2px solid #fce38a;
  border-radius: 5px;
  transition: all 0.333333333333333s ease;
}
.hamburger:after,
.hamburger:before {
  content: ' ';
  position: absolute;
  left: 50%;
  width: 100%;
  border: 2px solid #fce38a;
  border-radius: 5px;
  transform: translateX(-50%);
  transition-property: top, bottom, transform;
  transition-duration: 1s, 1s, 0.25s;
}
.hamburger:after {
  top: -8px;
}
.hamburger:before {
  bottom: -8px;
}
.menu {
  pointer-events: none;
}
.menu--circle {
position: absolute;
    z-index: 13;
    width: 300px;
    height: 300px;
    top: 36%;

}
.menu__active {
  position: relative;
}
.menu__toggle {
    z-index: 11;
    position: absolute;
    top: 98px;
    left: 88px;
    width: 100px;
    height: 100px;
      background-color: #bb1f23;
    border-radius: 50%;
    transition: transform 1.3s;
    cursor: pointer;
    pointer-events: auto;
		animation: cloudy_shadow 5s ease-in-out infinite;
}
.menu__listings {
     z-index: 10;
    
    width: 300px;
    height: 300px;
    border-radius: 50%;
    transform: scale(0.1) rotate(150deg);
    transition: transform 1s;
	    border: 1px solid #fdffff;
    padding: 10px;
}

@keyframes cloudy {
	50% { transform: translateY(-20px); }
}
@keyframes cloudy_shadow {
	50% { transform: translateY(20px) scale(1);  }
}

.arrow {
  width: 20px;
  height: 20px;
  border-right: 6.666666666666667px solid #fff;
  border-top: 6.666666666666667px solid #fff;
  border-radius: 3px;
  transition: border-color 0.3s;
  cursor: pointer;
  pointer-events: auto;
}
.arrow:hover {
  border-color: #f38181;
  transition: border-color 0.3s;
}
.circle {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
 background-color: rgba(162, 0, 0, 0.58);
  border-radius: 50%;
    transform: rotate(17deg);
  overflow: hidden;
  list-style: none;
	 
 
  
}
.circle li {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  transform-origin: 0 100%;
}

.menu__toggle img{
    padding: 24px;
}
.circle li .placeholder {
  position: absolute;
  left: -100%;
  padding-top: 1.5em;
  width: 200%;
  height: 200%;
  text-align: center;
  transform: skewY(54deg) rotate(4deg);
}

.menu__listings p{
	font-size: 13px;
	color: #FFFFFF;
}
.circle li .placeholder .upside {
      transform: rotate(-90deg);
}

.circle li .placeholder a {
  text-decoration: none;
  pointer-events: auto;
}
.circle li .placeholder button {
  pointer-events: auto;
}
.circle li .placeholder .button {
  font-size: 2.3em;
  background-color: transparent;
  border: none;
  color: #222831;
  cursor: pointer;
}
.circle li:nth-child(1) {
  transform: rotate(-12deg) skewY(-54deg);
 
}
.circle li:nth-child(2) {
  transform: rotate(21deg) skewY(-54deg);

}
.circle li:nth-child(3) {
  transform: rotate(56deg) skewY(-54deg);
 
}
.circle li:nth-child(4) {
  transform: rotate(93deg) skewY(-54deg);

}
.circle li:nth-child(5) {
  transform: rotate(129deg) skewY(-54deg);

}

#menu__active {
  position: fixed;
  top: -99999px;
  left: -99999px;
}
#menu__active:checked ~ label .menu__listings {
  transform: rotate(10deg) scale(1);
  transition: transform 1s;
}
#menu__active:checked ~ label .menu__toggle {
  background-color: #bb1f23;
  transition: all 1s;
}
#menu__active:checked ~ label .hamburger {
  border-color: transparent;
  transition: border-color 0.333333333333333s;
}
#menu__active:checked ~ label .hamburger:after {
  top: -2px;
  border-color: #fff;
  transform: translateX(-50%) rotate(45deg);
  transition-property: top, transform;
  transition-duration: 0.25s, 1s;
}
#menu__active:checked ~ label .hamburger:before {
  bottom: -2px;
  border-color: #fff;
  transform: translateX(-50%) rotate(-45deg);
  transition-property: bottom, transform;
  transition-duration: 0.25s, 1s;
}


/*-------menu------*/


















.navbar-expand-lg .navbar-collapse {
	justify-content: flex-end;
}
.nave-head-bootam {
	display: flex;
	justify-content: space-between;
}
#navbar-tp {
	position: fixed;
	width: 100%;
	background-color: #FFFFFF;
	top: 0px;
	display: block;
	transition: top 0.3s;
	z-index: 1000;
	-moz-box-shadow: 1px 1px 1px rgba(210, 206, 206, 0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(210, 206, 206, 0.5);
	box-shadow: 1px 1px 1px rgba(210, 206, 206, 0.5);
}

.nave-head {
	margin: 2em 0em 0em 0em;
    z-index: 100;

    position: absolute;
    width: 100%;
}
.nave-head .navbar {
	padding: .5rem 0rem;
	width: 100%;
}
.nave-head .navbar-light .navbar-nav .active>.nav-link {
	
}
.nave-head .navbar-light .navbar-nav .nav-link:hover {

}
.dropdown-toggle::after {
	color: rgb(90, 65, 234);
}
.nave-head .navbar-light .navbar-nav .nav-link {
	   font-family: 'Sintony', sans-serif;
    color: #ffffff;
    font-size: 17px;
	padding: 1rem;
}
.nave-head .navbar-light .fa {
	font-size: 23px;
	color: rgb(90, 65, 234);
}
.nave-head .navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,0);
}
.nave-head button:focus {
	outline: none;
}


/*-- banner --*/ 

.one-img{  background: url(../img/b1.jpg)no-repeat center;}
.two-img{  background: url(../img/b2.jpg)no-repeat center;}
.three-img{  background: url(../img/b3.jpg)no-repeat center;} 
.slider-img{  background-size: cover;
height: 100vh;}  
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}
/*-- //banner Slider --*/
.rslides {
margin: 0 auto 40px;
}
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs {
list-style: none;
padding: 0;
background: rgba(0,0,0,.25);
box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
font-size: 18px;
list-style: none;
margin: 0 auto 50px;
max-width: 540px;
padding: 10px 0;
text-align: center;
width: 100%;
}
.rslides_tabs li {
display: inline;
float: none;
margin-right: 1px;
}
.rslides_tabs a {
width: auto;
line-height: 20px;
padding: 9px 20px;
height: auto;
background: transparent;
display: inline;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
a {
color: #fff;
text-decoration: none;
}




.slider-info{
	height: 100vh;
	
	display: flex;

	justify-content:center;
	align-items: center;
}


.date-bottom{
	display: flex;
	justify-content: flex-start;

}

.date-bottom h4{margin: 0;
	padding: 0;
	 color: #ffffff;
    
    font-size: 2.5em;
    font-weight: 300;

	
}
.date-box-right-underline{
	border-bottom: solid 2px #ffff00;

	
}
.date-box-left h3{
	font-size: 5rem;
		 color: #ffffff;

	
	font-weight: bold;
}
.palce h6{
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	padding-left: 1rem;
}

.palce i{
	color: #ffff00;
	font-size: 32px;
}
.palce{
	display: flex;

}
.date-box-right{
	margin: 0rem 0rem 0rem 2rem;
}

.slider-info h5 {
    font-size: 5rem;

    color: #ffffff;
	text-transform: uppercase;
    font-weight: 600;
	line-height: 117px;
 
    margin-bottom:20px;
	
 
  
}
.outs_more-buttn{
	margin-top: 1rem;
}

.outs_more-buttn a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    background-color: transparent;
    outline: none;
    padding: 10px 22px;
    /* border-radius: 50px; */
    border: 2px double #e25580;
}
.outs_more-buttn a:hover{
    background: rgba(255, 255, 255, 0.17);
    color: #fff;
}
.callbacks_nav {
position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 79%;
    right: 629px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 30px;
    width: 53px;
    background-color: #F31B1F;
    /* background: rgba(230, 230, 230, 0) url(../img/left-arrow.png) no-repeat left top; */
    margin-top: -45px;
}
.callbacks_nav:active {
opacity: 1.0;
}
.callbacks_nav.next {
    left: auto;
    background-color: #ffff00;
    /* background: rgba(230, 230, 230, 0) url(../img/right-arrow.png) no-repeat 0px 0px; */
    background-position: right top;
    right: 576px;
}
.callbacks_nav ,
.callbacks_nav.next {
background-size:40px;
}


/*-- banner --*/ 





/*-- About --*/ 

.about{
	position: relative;
	

}

.ab-name{
width: 400px;
	height: 500px;
	background: #2b253f;
	    margin-top: -8rem;
	    position: relative;
	z-index: 200;
}
.ab-name:before{
	content: "";
	width: 250px;
	height: 400px;
	position: absolute;
	top: 0px;
	background: url(../img/footer-dot.png);
	
	
}
.ab-name
{
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.ab-name h1 {

	color: #ffffff;
	font-size: 5rem;
	text-align: center;
}

.ab-name h3{
	    padding-left: 3rem;
	text-align: left;

	color: #504a65;
	font-size: 1rem;
}

.ab-p p{
	
	padding: 3rem 0rem 0rem 0rem;
}


.but-x{
	display: flex;
	align-items: center;
	
}

.dash--{
	width: 50px;
	height: 2px;
	background-color:#ffff00;
}

.more-x{
	font-family: 'Sintony', sans-serif;
	font-size: 16px;
	color: #2b253f;
	font-weight: bold;
	padding: 0px 0px 0px 5px
}

.more-x  span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.more-x span:after {
   content: "\f178";
	 font-family: 'FontAwesome';
  position: absolute;
 opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.more-x:hover span {
  padding-right: 25px;
}

.more-x:hover span:after {
  opacity: 1;
  right: 0;
}

/*-- About --*/ 



/*-- Services--*/ 


.services, .experience{
	margin: 9vw 0vw 0vw 0vw;
}
.x-tittle {
	width: 100%;
}
.x-tittle h2{
	font-size: 2.6rem;
    color: #2b253f;
    text-align: center!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
	
}
.x-exp h6{
	    color: #8E8E8E;
    font-family: 'Sintony', sans-serif;
    font-size: 18px;
    padding: 4px 10px 0px 0px;
}
.x-exp{
    margin: 18px 0px 0px 0px;
	
}
.our-team{
	    margin: 6vw 0vw 0vw 0vw;}
		.our-team .pic{
    position: relative;
    overflow: hidden;
}

.num-x h3{
	text-align: right;
	font-size: 40px;
	font-weight: bold;
	color: #a20000;
	padding: 0px 0px 10px 0px;
}
.our-team .pic img{
    width:100%;
    height: auto;
    transition:all 0.20s ease-in-out;
}
.our-team:hover img{
    transform: scale(1.1,1.1);
}
.our-team .over-layer{
    position: absolute;
    left:0;
    bottom:-100%;
    width:100%;
    height:100%;
    padding: 25px 15px;
    background:rgba(176, 13, 42,0.6);
    transition:all 0.20s ease-in-out;
}
.our-team:hover .over-layer{
    bottom:0;
}
.our-team .description{
    font-size: 14px;
	line-height: 25px;

    color:#fff;
	-webkit-writing-mode: vertical-rl;
    writing-mode: vertical-lr;
}
.team-prof{
	margin-top:1rem;
}

.our-team .team-prof a{
   color: #2b253f;
    font-size:17px;
	font-family: 'Roboto', sans-serif;
    
   
}
.our-team .team-prof a:hover{
    text-decoration:none;
    color: #a20000;
}
.our-team .team-prof small{
    color:#da3e65;
    display: block;
    font-size:12px;
    margin-top:3%;
    text-transform: uppercase;
}

.team-prof p{
	text-align: left;
	    padding: 10px 0px 0px 0px;
}
@media screen and (max-width: 990px){
    .our-team{
        margin-bottom: 20px;
    }
}


/*-- Services--*/ 



/*-- experience--*/ 



.ex-sub{
	display: flex;
}

.ex-sub-left, .ex-sub-right{
	width: 50%;
	min-height: 800px;
}

.ex-sub-left{
	display: flex;
justify-content: flex-end;
	align-items: center;
	position: relative;
	
}





.ex-sub-left h1{
  font-size: 20rem;
	    margin-right: 10rem;

	font-weight: bold;

	color: #ED1014;


    padding-top: 12px;

  /* Clip Background Image */
    background: url(../img/25.jpg) 51% 101%;
  -webkit-background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  
	
}

.ex-sub-left:after{
content: "";
    width: 200px;
    height: 550px;
    position: absolute;
    background: url(../img/footer-dot.png);
z-index: -1;
    right: 108px;
}

.ex-sub-right{
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background: url(../img/ex-bg-pet.png), url(../img/ex-bg.jpg);
    padding-left: 7rem;
}
.ex-bottam h1{
	color: #FFFFFF;
	font-size: 3rem;
	    line-height: 63px;
}


.pr-lo-hp{
	display:flex;
	    margin: 2rem 0rem 0rem;
	
}



.p-l-h h6{
	
    font-size: 35px;
    color: yellow;
}


.p-l-h p{
	line-height: 23px;
    color: #f7e3e3;
    font-size: 15px;
}

.p-l-h{
	padding: 0;

}
.p-l-h-bord{
	border-left: 2px solid #fb8488;
	padding: 0rem 0rem 0rem 1rem;
}



/*-- experience--*/ 



/*-- clients--*/ 


.clients{
	margin: 3vw 0vw 0vw 0vw;
}

.logo-x img{
	width: 100%;

  
}


.cli-co{
	    margin: 6rem 0rem 0rem 0rem;
	
}


.cl-sp h2{
	font-size: 2.6rem;
    color: rgb(43, 37, 63);
	text-align: left;
    font-weight: 600;
    letter-spacing: 1px;

	
}
span.red{
	color: #a20000;
}

.test-slide{
	padding: 2px;
	margin: 3rem 0rem 0rem 0rem;

}




.test-mo-sli .pic{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
	    width: 30%;
	    float: left;
	    margin-right: 1rem;
}
.test-tit p{
	padding: 0rem 0rem 0rem 1rem;
}
.test-mo-sli .pic:before,
.test-mo-sli .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 13px solid #e6e5e5;
    position: absolute;
    top: 0;
    left: 0;
}
.test-mo-sli .pic:after{
   border-color: #c1c5c7 #e6e5e5 #e6e5e5 #c1c5c7;
    z-index: 1;
    transform: rotate(-10deg);
    transition: all 0.5s ease 0s;
}
.test-mo-sli:hover .pic:after{ transform: rotate(350deg); }
.test-mo-sli img{
    width: 100%;
    height: auto;
}
.test-mo-sli .title{
  font-size: 16px;

    text-align: right;
    color: #868686;
    padding-bottom: 10px;
    margin: 15px 0 10px 0;
    position: relative;
}
/*.test-mo-sli .title:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #222;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
*/

.owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}
.owl-next:before{ content: "\f054"; }


/*-- clients--*/ 




/*-- connect--*/ 

.connect{
    margin: 6vw 0vw 0vw 0vw;
}

.let-title h2{
	font-size: 2.6rem;
    color: #2b253f;
    text-align: left;
 
    font-weight: 600;
    letter-spacing: 1px;
}

.let-title{
	position: relative;
}
.let-title:before {
 content: "";
    width: 130px;
    height: 171px;
    background: url(../img/footer-dot.png);
    position: absolute;
    right: -178px;
    top: -36px;
}

.get{
	display: flex;
	justify-content: center;
	align-items: center;
	    min-height: 300px;
}


.get h2{
font-size: 2.3rem;
    color: #2b253f;
    text-align: left;
    font-weight: 600;
    letter-spacing: 1px;}

.p-e-a{
	margin-left: 11rem;
}

.p-e-a h6{
	color: #909192;
	line-height: 30px;
}

.let-bootom{
margin: 6rem 0rem 0rem 0rem;
}
.p-e-a-bt{
	margin-bottom: 2rem;
}
.ic{
	position: relative;
}

.ic:before{
	content: "";
	position: absolute;
	background: url(../img/finish.png) no-repeat;
	width: 70px;
    height: 70px;
left: -81px;
    top: 64px;
}

.social{
	display: flex;
	justify-content: flex-end;
}
.social img{
margin: 1rem;
}










/*-- connect--*/ 



/*-- download-*/ 


.download{
	margin: 3rem 0rem 0rem 0rem;
}


.dowm{
	background: #ba1f23;
    padding: 1rem;
}



.dowm{
	display: flex;
	justify-content: space-around;
	align-items: center;
}


.dowm h2{
	color: #FFFFFF;
}

.dow-ico{
	
height: 118px;
    background: #ba1f23;
}
.dci{
	
	padding-left: 0px;
}


.dow-ro{
padding: 3rem;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari prior 9.0 */
	transform: rotate(90deg); /* Standard syntax */}


/*-- download-*/ 




/*-- map-*/ 


.map{
	    margin: 0.6rem 0rem 0rem 0rem;
	
	webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  
    width: 100%;
	overflow: hidden;
}







/*-- map-*/ 
.news-lat{
	background: #2b253f;
}


.late-news{
	background-color: #FCFCFC;
	padding: 3rem;
	margin-top: -6rem;
}

.newsletter-info input[type="email"] {
	padding: 1.2em 1.5em;
	font-size: 16px;
	color: #000;
	outline: none;
	letter-spacing: 2px;
	border: none;
	/*border: 1px solid #dad8d8;*/
	background-color: #dedede;
	flex-basis: 100%;


	
}
.newsletter-info input[type="submit"] {
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	padding: 14px 0;
	border: transparent;
	background: #2d2c2c;
	flex-basis: 30%;
	text-transform: uppercase;
	margin-left: -2em;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
	/*background-image: linear-gradient(to left bottom, #0652dd, #0d58e2, #145de7, #1963eb, #1e68f0);*/
background: -webkit-linear-gradient(#ffc800 5%, #ffc800 );
	cursor: pointer;

}
.newsletter-info input[type="submit"]:hover {
	background: -webkit-linear-gradient(#ffc800 5%, #ffc800 );
    cursor: pointer;

}



.foot{
	margin: 8rem 0rem 0rem 0rem;
}
.foo1{
	border-right: 2px solid #3f3a4d;
}

.foo1 img{
	width: 50%;
}

.footer_1its h3, .footer_1its h2 {
    font-size: 1.2em;
    color: #b62d33;
    font-weight: 600;
    margin-bottom: 20px;
	    padding-left: 40px;
   font-family: 'Sintony', sans-serif;
    letter-spacing: 1px;
}

ul.links li a {
    color: #bab9b9;
    font-size: 16px;
	    font-family: 'Sintony', sans-serif;
    letter-spacing: 1px;
	text-decoration: none;
line-height: 30px;}
ul.links li {
    list-style-type: none;
    margin: 5px 0;
}

.links .fa{
	width: 30px;
	
	padding-right: 5px;
}

.foot-add-left img{

    margin-right: 10px;
}

.foot-add-left p{
	line-height: 30px;
color: rgb(186, 185, 185);
	font-size: 16px;
}
.foot-add-left{
	

	display: flex;
}

.dah{border-top: 2px solid #3f3a4d;
	    margin-top: 4rem;
    padding-top: 4rem;
	
}

.footimg-logo{
	margin-left: 2rem;
}
.footimg-logo-cnt h3{
    font-size: 1.2em;
    color: #b62d33;
    font-weight: 600;
    margin-bottom: 20px;

  font-family: 'Sintony', sans-serif;
	letter-spacing: 1px;}