@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 200;
  src: local('RobotoCondensed-Light'), local('RobotoCondensed-Light'), url("../font/RobotoCondensed-Light.ttf") format('truetype');
}

@font-face {
  font-family: "Bronova-Regular";
  font-style: normal;
  src: local('Bronova-Regular'), local('Bronova-Regular'), url("../font/Bronova-Regular.otf") format('truetype');
}
@font-face {
  font-family: 'Bavista_Soulare';
  font-style: normal;
  font-weight:400;
  src: local('Bavista_Soulare'), local('Bavista_Soulare'), url("../font/AGaramondPro-Regular.otf") format('truetype');
}

@font-face {
  font-family:"OXFORD__";
  font-style: normal;
  font-weight: 600;
  src: local('OXFORD__'), local('OXFORD__'), url("../font/OXFORD__.TTF") format('truetype');
}
@font-face {
  font-family:"Candara";
  font-style: normal;
  font-weight: 600;
  src: local('Candara'), local('Candara'), url("../font/Candara.ttf") format('truetype');
}
@font-face {
  font-family:"Poppins-Light";
  font-style: normal;
  src: local('Poppins-Light'), local('Poppins-Light'), url("../font/Poppins-Light.ttf") format('truetype');
}
@font-face {
  font-family:"Poppins-Regular";
  font-style: normal;
  font-weight: 600;
  src: local('Poppins'), local('Poppins'), url("../font/Poppins-Regular.otf") format('truetype');
}
@font-face {
  font-family:"Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: local('Poppins'), local('Poppins'), url("../font/Poppins-SemiBold.otf") format('truetype');
}
@font-face {
  font-family:"Abel-Regular";
  font-style: normal;
  font-weight:200;
  src: local('AccidentalPresidency'), local('AccidentalPresidency'), url("../font/Abel-Regular.ttf") format('truetype');
}

html {
  scroll-behavior: smooth;
}
body {
	margin:0;
	padding:0;
	font-size:16px;
	color:#333;
	top:0;
	background: #fff;
	overflow-x: hidden;
	font-family:"Poppins-Light";
	}
a {
	text-decoration:none;
	}
ul,li,lo {
	list-style-type:none;
	}
h1, h2, h3, h4, h5, h6, p, span, b, ul, a, label {
	/*user-select: none;*/
	}
.cle {
	clear:both;
	margin:0;
	padding:0;
	}
.no_pad {
	padding:10px;
	}	
.catlog {
	text-align:center;
	float:right;
	}
.topp {
	margin:0 auto;
	background:#fff5f5;
	}
.hedtop {
	background:#000;
	}
.hedtop ul {
	margin:0;
	}		
.hedtop ul li {
	display:inline-block;
	color:#fff;
	padding:5px 10px;
	font-size:16px;
	}
.hedtop ul li i {
	background:#c83180;
	color:#fff;
	height:32px;
	width:32px;
	border-radius:50px;
	font-size:13px;
	line-height:32px;
	text-align:center;
	}
.marq {
	margin-right:3rem;
	margin-top:9px;
	}	
marquee {
	color:#fff;
	font-size:16px;
	} 			
.btni {
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  transition:all 0.3s ease-out;
  background-size: 200% auto;
  
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
 }
.btni:hover {
  background-position: right center; /* change the direction of the change here */
}
.btn-4 {
  background-image:linear-gradient(to right, #c18b0d 0%, #423644 51%, #c18b0d 100%);
}		
button .info {
	padding:9px 25px;
	}					

.absolute-div {
    width: 100%;
    z-index: 999;
    position: absolute;
	padding:0;
	/*background:#001924;*/
	}
.logo_res {
	display:none;
	}
.logo {
	padding: 0;
    float: left;
    width: 200px;
    margin: 0 2rem;
	}
.logo img {
	z-index: 99;
    display: -webkit-inline-box;
    height: 200px;
    margin-top: -4.7rem;
	background:#fff;
	border-radius:50%;
    position: absolute;
    transition: all 0.3s ease-out;
	box-shadow: 0px 0px 28px #00000021;
	}
.for_res_bg {
	}		
.navbar {
	margin-bottom:0px;
    margin-top: 0px;
	padding: 18px 0;
	}	
.navibar {
	z-index: 99;
    position: absolute;
    
	}	


.sticky {
  position: fixed;
  padding:0;
  width: 100%;
  height: fit-content;
  transition:all 0.3s ease-out;
  background: #ffeff8;
  box-shadow:0px 0px 21px #2c2c2c45;
}
.sticky .logo img {
	filter:none !important;
	height:170px;
	margin-left:15px;
	}
.sticky .navbar-nav > li > a {
	color:#000 ;
	}	
.sticky + .content {
  padding-top: 0px;
}
.sticky .navbar {
}
/* Demo purposes only */

.navbar-nav {margin-right:0px;}
.navbar-inverse{background:rgba(0,0,0,0.0); height:auto; border:0; padding-bottom:0px; margin:0 auto; float:right;}


.navbar-nav > li {padding:0px 6px;}
.navbar-nav > li:last-child {background:none;}
.navbar-nav > li > a{color:#000 ; transition:all 0.3s ease-in-out; font-size:16px; font-family:"Poppins-Regular"; padding:10px 20px 10px 20px; font-weight:500; position: relative; text-transform:uppercase;}

.navbar-nav > li > a::before{
  content: "";
  width: 100%;
  height:0px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.navbar-nav > li > a:hover::before{
  transform: scale3d(1,1,1);
}
.navbar-nav > li > a::before{
  background: #efa21b;
  transform-origin: 100% 50%;
}
.navbar-nav > li > a:hover::before{
  transform-origin: 0 50%;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:hover{ color: #fff  ;  background-color: rgba(0,90,213,0.0); }

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color:#fff ;
    background-color: #3ab54a;
}
.navbar-nav > li > a.active {
	
	}
.solution_dropdown {
	width:24rem !important;
	}	
.dropdown-menu	{
	background-color: #fff;
	border-radius:7px;
	padding: 10px 0;
	}
	.navbar-nav ul.sm-nowrap > li > a {
	padding:8px 20px 8px 10px;
	color:#fff;
	font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    margin: 1px 0;
	}	
.navbar-nav ul.sm-nowrap > li > a:focus, .navbar-nav ul.sm-nowrap > li > a:hover  {
	color:#fff;
	background-color:#3ab54a;
	}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
    /*background: #242065;*/
}	
.nav-link:focus, .nav-link:hover {
	/*background: #242065;*/
	}
.sticky .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    /*border-bottom:3px solid #ff2dc3;*/
    color:#c9327f !important;
}	
.sticky .nav-link:focus, .nav-link:hover {
	/*background: #242065;*/
	color:#c9327f !important;
	}	
/*menu animation end*/	
ul.d_down {
	margin:0;
	padding:0;
	}
ul.d_down h3 {
	color:#efa21b;
	font-family:"Poppins-SemiBold";
	font-size:16px;
	margin:7px 0 0 0;
	}
ul.d_down h3 a {
	color:#efa21b;
	font-family:"Poppins-SemiBold";
	font-size:16px;
	margin:7px 0 0 0;
	}		
ul .d_down li  {
	
	}
ul .d_down li a {
	display:block;
	padding:7px;
	font-size: 14px;
	color:#242065;
	transition:all 0.3s ease-in-out;
	}	
ul .d_down li a:hover {
	color:#efa21b ;
	padding-left:10px;
	}
ul .d_down li a i {
	margin-right:1rem;
	}	
.r_menu_p_o {
	padding:1rem 0.5rem;
	}	
			
/*menu animation start*/






.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: absolute;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width:48rem;
  top: auto;
  margin-top:2rem;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu img {
	margin-top:-1.6rem;
	margin-left:1rem;
	position: absolute;
	}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 2px;
  position: absolute;
  background: #04184a;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
/*.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}*/

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}
.about_wel {
	width:80%;
	margin:0 auto;
	}
.anti_photo {
	}
.anti_photo img {
	width:95%;
	}	
.anti_cont {
	}
.anti_cont h2 {
	font-family: 'Bavista_Soulare';
    font-size: 27px;
    color: #0462aa;
	}
.anti_cont span {
	background: #0462aa;
	color:#fff;
	padding:0.7rem 1rem;
	font-size:21px;
	display: inline-block;
	}	
.anti_cont h3 {
	font-family: 'Bavista_Soulare';
    font-size: 21px;
    color: #021222b5;
	}	
.anti_cont p {
	color: #021222b5;
    font-size: 17px;
    line-height: 31px;
	margin-bottom:41px;
	}	
.anti_cont ul {
	}	
.anti_cont ul li {
	color: #021222b5;
    font-size: 19px;
    line-height: 35px;
	list-style-type:circle;
	}			
.inb_body {
	margin:4rem 0;
	}
.padding_adjust img {
    width: 100%;
	height: 13rem;
    float: left;
    margin: 0.2%;
    display: flex;
    transition: all 0.3s ease-in-out;
}
.padding_adjust img:hover {
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	}
.padding_adjust {
    padding: 7px;
}


/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:100%; margin:auto; clear:both; padding:0 0px; height:95vh; background: #73235e;}
/*.slider_container:before {
	position: absolute;
    bottom:0vh;
    right: 2%;
    transform: translateX(-20%);
    width: 250px;
    height: 84px;
    background: url(../images/bhg.png);
    content: "";
    z-index: 9;
	}*/
.flex-caption{ position: absolute; top:34%; margin: 0 auto 0 auto; width: 100%;}	
.caption_title_line p span {
    color: #fff;
    display: inline-block;
    border-radius: 50px;
	font-size:42px;
}	
.caption_title_line{  height:auto; color:#303030;   padding:0; margin:0 0 0 7rem;  width:62%; }
.caption_title_line h1 {
	display:inline-block;
	color:#fff;
	width:100%;
	font-family: 'Bavista_Soulare';
	font-size:87px;
	line-height:89px;
	padding: 0 0 10px 0;
	}
.fdfd p {
	display:inline-block;
	color:#fff;
	font-size:29px;
	padding:0 4px;
	}
	

.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav {margin: 0; padding: 0; list-style: none;} 
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.flexslider { 
    margin: 0;
    padding: 0;
    }
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; height:95vh; display: block; }
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {position: inherit; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}

/* Direction Nav */
.flex-direction-nav li a {width:60px; height:60px; margin:0; position: absolute;  cursor: pointer; text-indent: -9999px;}
.cliver:hover .flex-direction-nav {
	opacity:1;
	}
.flex-direction-nav li a.next {background:url(../images/banner/next_h.png) no-repeat center; bottom:6rem; left:10.5rem; transition:all 0.3s ease-in-out; opacity:1; transition:all 0.8s ease-in-out;}
.flex-direction-nav li a.prev {background:url(../images/banner/prev_h.png) no-repeat center;bottom:6rem; left:7rem; transition:all 0.3s ease-in-out; opacity:1; transition:all 0.8s ease-in-out;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
.slider_container:hover .flex-direction-nav li a.prev:hover {opacity:1;}
.slider_container:hover .flex-direction-nav li a.next:hover {opacity:1;}
/* Control Nav */
.flex-control-nav {position: absolute; bottom:6rem; right:7rem; z-index:1; }
.flex-control-nav li {margin: 7px 0px 0 5px; display:inline-block; zoom: 1; *display: inline;}
.flex-control-nav li a {width:15px; height:15px; display: block; cursor: pointer; text-indent: -9999px; background:#DDD; border-radius:50%;}
.flex-control-nav li a:hover {background-position: 0 -13px; background:#cb295b;}
.flex-control-nav li a.active {cursor: default; background:#cb295b; }
.bb_log {
    margin-top: -62px;
    position: relative;
    z-index: 10;
	text-align:center;
	}
.bb_log img {
    width: 125px;
	transition:all 0.3s ease-in-out;
	}
.bb_log img:hover {
	transform: rotate(-90deg);
	}		
/*-----------------------------------------------------------------------------------*/


.footcont {
	width:85%;
	margin:0 auto;
	padding: 3rem 0;
	border-bottom:1px solid #ffffff1c;
	}
.footer {
	background: #000304 url(../images/banner/slider/7.webp) no-repeat;
	background-size:cover;
	padding:20px 0px 0px 0px;
	}	
.foot_menu {
	margin-top:1rem;
	}
.foot_menu h3 {
	color:#fff;
	font-size:18px;
	font-family: "Poppins-Light";
	margin:0;
	}
.foot_menu h3 span {
    color:#fff;
}
.foot_menu h3 span i {
    font-size:11px;
}
.foot_menu h2 {
	color:#b3b3b3;
	font-size:31px;
	font-family:"Poppins-Light";
	}	
.foot_menu ul {
    padding: 0;
    margin: 0;
}	
.foot_menu ul li {
	display:inline-block;
	padding:4px 15px 4px 0;
	list-style-type:circle;
	}
.foot_menu ul li a {
	color:#fff;
	padding:0px;
	transition:all 0.3s ease-in-out;
	text-decoration:none;
	font-size: 15px;
	}
.foot_menu ul li a i {
	font-size:8px;
	margin-right:4px;
	}	
.foot_menu ul li a:hover {
	color:#c83180;
	}		
.foot-cont {
	padding:7px 0;
	}				
.foot-cont h3 {
	color: #a34f38;
    font-size: 22px;
    margin-top: 12px;
	}
.foot-cont h4 {
	color: #fff;
    font-size: 19px;
    margin-top: 12px;
	margin-bottom:0;
	}
.foot img {
    width: 90%;
}
.social_wr1 {
    margin-top:0px;
    margin-left: 2rem;
	float: right;
}
.social_wr1 a {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    margin-left: 15px;
    transition: 0.4s ease-in-out;
    font-size: 14px;
    font-weight: 200;
	border:1px solid #c83180;
}
.social_wr1 a i {
	 font-size: 16px !important;
	 color:#c83180;
	}
.social_wr1 a:hover {
	}	
.foot-cont {
    padding: 7px 0;
	margin-top:0.5rem;
}
.cticon {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}
.cticon i {
	float: left;
    font-size: 20px;
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #c83180;
    text-align: center;
    border-radius: 50%;
    transition: background-color 0.5s ease-out;
}	
.foot-cont .cticontent {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.foot-cont .cticontent p {
	float:left;
	color:#e1e1e1;
	font-size:15px;
	font-family:"Poppins-Light";
	}

.back-to-top {
    position: fixed;
    bottom: 60px;
    text-decoration: none;
    padding: 10px 17px;
    display: none;
    border-radius: 50%;
    box-shadow: 0px 16px 10px #00000047;
    text-align: center;
    background: #c83180;
    right: 25px;
    z-index: 100;
}
.back-to-top i {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.foot_name {
	padding:30px 7.5%;
	}
.foot_name p {
	margin: 5px 0 0 0;
    color: #fff;
    position: absolute;
    float: left;
    font-size: 17px;
	}	
.foot_name p a {
	color:#c83180;
	}	
.pag_block_full {
	width:85%;
	margin:0rem auto 2rem auto;
	}
.tech_logo {
	position:relative;
	background:#000;
	overflow:hidden;
	}		
.tech_logo img {
	position: relative;
    display: block;
    min-height: 100%;
    width: 100%;
    opacity: 0.8;
	transition: all .5s ease-in-out;
	}
.tech_logo:hover img {
	transform: scale(1.1);
	}		
.boddar {
	border-left:1px solid #ffffff1c;
	padding-left: 3rem;
	}
.cathover {
    position: absolute;
    top: 3%;
    left: 2%;
    width: 96%;
    height: 94%;
	border: 1px solid rgba(255,255,255,.37);
    transition: all .5s ease-in-out;
	text-align:center;
}
.tech_logo:hover .cathover {
    background-color: rgba(0,0,0,.55);
}
.cathinner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.cathinner a {
	color:#fff;
	font-family: 'Bavista_Soulare';
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 7px 27px;
    border: 1px solid rgba(255,255,255,.37);
    line-height: 100%;
	transition: all .5s ease-in-out;
	}
.tech_logo:hover .cathinner a {
	border: 1px solid rgba(255,255,255,0.0);
	background: #bf508a;
	}	
.full_welcome {
	width:100%;
	background:#73235e url(../images/6.webp) no-repeat;
	padding:0;
	margin:2rem 0 0rem 0;
	}	
.block_w {
	width:85%;
	margin:0 auto;
	}	
.welcome_img img {
	width:100%;
	}	
.welcome_cont {
	padding:6rem 0 0 4rem;
	}	
.welcome_cont h2 {
	color:#ffecec;
	font-size:49px;
	font-family: 'Bavista_Soulare';
	margin-bottom:2.5rem;
	}
	
.welcome_cont p {
	font-family:"Poppins-Light";
	line-height:40px;
	font-size:15px;
	color:#ffecec;
	}	
.readmore {
	margin-top:3rem;
	}
.readmore a {
	border:1px solid #ffecec;
	border-radius:3px;
	color:#ffecec;
	padding:0.9rem 2rem;
	text-transform:uppercase;
	font-size:15px;
	font-family:"Poppins-Light";
	display: inline-block;
	transition:all 0.3s ease-in-out;
	}
.readmore a:hover {
	background:#ffecec;
	color:#73235e;
	}					
	
.video_block {
	width:100%;
	padding:0;
	height:85vh;
	}
.video_block video {
	width:100%;
	}
.b_v {
	background: #ffecec;
	width:100%;
	padding:6rem 0;
	}		
.b_head h2 {
	text-align:center;
	font-size:49px;
	font-family: 'Bavista_Soulare';
	margin-bottom:2.5rem;
	color: #361515;
	}	
.val_box ul {
	padding:0;
	display:flex;
	flex-wrap: wrap;
	}	
.val_box ul li {
	width:20%;
	}
._df {
	padding:0 15px;
	text-align:center
	}
._df img {
	width:75px;
	margin-bottom:15px;
	}		
._df h3 {
	font-size:19px;
	font-family:"Poppins-Regular";
	line-height:30px;
	}
.inpage_centre {
    padding: 0;
    position: relative;
	background: #3800e3;
	overflow: hidden;
}		
.inpage_centre img {
    width: 100%;
    transition: all 1.3s ease-in-out;
	opacity:0.8;
}	
.testpage_heading {
    position: absolute;
    top: 20rem;
    width: 90%;
    margin-left: 5%;
	text-align: center;
}
.testpage_heading h2 {
    color: #fff;
    font-family: 'Bavista_Soulare';
    font-size:41px;
    margin-bottom: 1rem;	
}
.testpage_heading h2 span {
	padding:0.8rem 2rem 0.5rem;
	background:#24242494;
	border-radius:0.3rem;
	display: inline-block;
	}
.testpage_heading ul {
	padding:0;
	}	
.testpage_heading ul li {
    color: #000;
    font-size: 19px;
	display:inline-block;
	padding:0 0.3rem;
	font-family:"Poppins-Regular";
}	
.testpage_heading ul li a {
	color:#ff90ca;
	}	
.block_desg {
	width:85%;
	margin:3rem auto;
	}
.about_c_t {
	background: #ffefef;
    padding: 5rem 13%;
	}		
.about_c_t p {
	font-size:25px;
	font-family: 'Bavista_Soulare';
	font-style:italic;
	color:#914d72;
	text-align:center;
	line-height:38px;
	}	
.c_he_ad h2 {
	color:#c83180;
	font-size:39px;
	font-family: 'Bavista_Soulare';
	}	
.career_c_t p {
	color:#000;
	font-size:17px;
	line-height:31px;
	}	
.career_c_t ul {
	}	
.career_c_t ul li {
	list-style-type:circle;
	color:#000;
	font-size:17px;
	margin-bottom:0.8rem;
	}		
.bbpot {
	background:#c83180;
	padding:4rem 15%;
	text-align:center;
	}	
.foot_top h2 {
	color:#fff;
	font-family: 'Bavista_Soulare';
	font-size:45px;
	}
.foot_top h2 b {
	}	
.foot_top p {
	color:#fff;
	}
.imageg {
	padding:0;
	}		
.imageg img {
	width:100%;
	}
.v_lr {
	padding:5rem 4rem 0 4rem;
	}		
.c_he_gh {
	
	}
.c_he_gh h2 {
	color:#914d72;
	font-size:37px;
	font-family: 'Bavista_Soulare';
	}		
.block_big_left {
	width:100%;
	margin:0 auto;
	}	
.block_big_right {
	width:100%;
	margin:0 auto;
	}	
.c_he_ad p {
	font-size:25px;
	font-family: 'Bavista_Soulare';
	color:#c83180;
	line-height:38px;
	}	
.sample_block {
	background: #ffecec;
    width: 65%;
    margin: 0 auto;
    padding: 3rem 4rem;
	border-radius:1rem;
	}
.sample_block h2 {
	text-align:center;
	color:#c83180;
	font-family: 'Bavista_Soulare';
	font-size:45px;
	}	
.sample_block p {
	text-align:center;
	color:#000;
	margin: 0 0 2rem 0;
	}		
.mbot1 {
    margin-bottom: 25px;
}
.form-control2 {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #0000008c;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: none;
    border-bottom: 1px solid #0000003d;
    transition: all 0.3s ease-in-out;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#0000008c;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#0000008c;
	border-bottom: 1px solid #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#0000008c;
	border-bottom: 1px solid #000;
}	
input[type=text]:focus,input[type=email]:focus, input[type=number]:focus, textarea:focus, select:focus {
  border-bottom: 1px solid #000;
  padding-left: 7px;
  outline:none;
  color:#000;
}
select.form-control1 {
	font-size:14px;
	}
select[type=text]:focus,select[type=email]:focus {
  
  padding-left: 7px;
  outline:none;
}
select option {
	background:#ffecec;
	}
	
.quesend {
    border-radius:5px;
    padding: 11px 25px;
    font-size: 17px;
    width: 60%;
    color: #fff;
	background:#d58cb3;
	border:1px solid #d58cb3;
	transition:all 0.3s ease-in-out;
	font-family:"Poppins-Regular";
}
.quesend:hover {
	color: #fff;
	background:#c83180;
	border:1px solid #c83180;
	}
.bran h5 {
    color: #fff;
    font-size:25px;
    font-family: 'Bavista_Soulare';
    margin-bottom:0rem;
}
.bran p {
    color: #fff;
    font-size: 21px;
    font-family:"Poppins-Regular";
    margin-bottom:0rem;
}
.bran p i {
    font-size: 11px;
}
.map iframe {
	width:100%;
	height:37rem;
	margin-top:5rem;
	border-radius:0rem 1rem 1rem 1rem;
	}	
.contact_page {
	background:#ffecec;
	}	
.pad_of {
	padding:0;
	}	
.contact_ditels {
	height:37rem;
	background: #73235e url(../images/6.webp) no-repeat right;
	border-radius:1rem 1rem 0rem 1rem;
	padding:3rem;
	}	
.contact_ditels h2 {	
	color: #fff;
    font-size: 45px;
    font-family: 'Bavista_Soulare';
	margin-bottom:2rem;
}
.cont_info {
	margin:1.7rem 0;
	}
.address {
	display: table-cell;
    vertical-align: middle;
    width: 100%;
	}	
.address p {
	color:#fff;
	font-size:18px;
	margin: 0;
	}
.line {
	height:1px;
	background:#ffffff1f;
	}
.line1 {
	height: 1px;
    background: #0000002e;
    width: 85%;
    margin: 0 auto;
	}				
.why_ditels {
	background: #73235e url(../images/6.webp) no-repeat right;
	border-radius:0rem 1rem 0rem 0rem;
	padding:3rem;
	}	
.why_ditels h2 {	
	color: #fff;
    font-size: 45px;
    font-family: 'Bavista_Soulare';
	margin-bottom:2rem;
}
.why_ditels p {	
	color: #fff;
    font-size: 17px;
    line-height: 39px;	
}	

.organizations_ditels {
	background: #234373 url(../images/6.webp) no-repeat top;
	border-radius:0rem 0rem 0rem 1rem;
	padding:3rem;
	margin-top:5rem;
	}	
.organizations_ditels h2 {	
	color: #fff;
    font-size: 45px;
    font-family: 'Bavista_Soulare';
	margin-bottom:2rem;
}
.organizations_ditels p {	
	color: #fff;
    font-size:27px;
	font-family: 'Bavista_Soulare';
}
.organizations_ditels ul li {
	color:#fff;
	padding-bottom:1rem;
	list-style-type:circle;
	}	
.block_full {
	width:100%;
	}	
.block_why {
	width:85%;
	margin:5rem auto;
	}
.why-imageg {	
	position: relative;
    overflow: hidden;
	}
.why-imageg img {
	width:100%;
	border-radius:1rem;
	}	
.why_bg_con {
	padding:4rem 2rem 0 2rem;
	}
.back_color {
	background: #ffefef;
	}	
.askfor {
	position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
	}	
.askfor a {
	color: #000;
    font-family: 'Bavista_Soulare';
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 9px 27px;
    border: 1px solid rgba(0,0,0,.37);
    line-height: 100%;
    transition: all .5s ease-in-out;
	}	
.block_desg:hover .askfor a {
	background: #bf508a;
	color:#fff;
	border: 1px solid #bf508a;
	}






		
		
