@charset "utf-8";
/* CSS Document */

/*

	--	Font Family CSS -----
font-family: 'Oxygen', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Economica', sans-serif;
font-family: 'Roboto', sans-serif;

	--	Font Family CSS -----
	
*/


.margin_none{
	margin:0px !important;
	
	
}
.padding_none{
	padding:0px !important;
}

.nav_section_bg{
	/*padding:0 0 1% 0;*/
	padding:0 0 0 0;
}
.nav_bar_bg{
	/*background:#0033FF;*/
	padding:0 0 0 0 !important;
	position:relative;
	z-index:9999;
}
.navbar-inverse{

	background-color:#fff !important;
/*	color:#5BADD5 !important;		*/
	color:#187CAE !important;	
}
.navbar-toggle{
background:#5BADD5 !important;
}
/*	BOOT STRAP EDIT */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus
{
	color:#fff;	
/*	background-color:#080808;	*/
		background-color:#5BADD5;	
}

.header-grid{
margin-bottom:2%;
}
.header_img{
 background: none;
    padding: 20px;
	min-height: 400px;
	background: linear-gradient(167deg, #2f57ef 0%, #b966e7 100%);
}

/*=== body start ===	*/


.h_img1 {
	background:#00A1F0;
}
.h_img2 {
	background:#275871;
}
.h_img3 {
	background:#00a1f0;
}
.h_img4 {
	background:#275871;
}


.header-grids img{
margin:0px auto;
}
.header-grids h4 {
text-align:center;
color:#FFFF33;
font-size:12px;
font-weight:bold;


}
.header-grids p{
text-align:center;

}

/*
.header-img1 {
  background: #16A667;
    padding: 1.5em 2em;
}
.header-img2 {
  background:#16A667;
  padding: 1.5em 2em;
}
.header-img3 {
  background:#16A667;
  padding: 1.5em 2em;
}
.header-img4 {
  background:#16A667;
  padding: 1.5em 2em;
}
.header-grid img {
  margin: 0 auto;
  border-radius: 73px;
  border: 9px solid #eee;
  padding: 1em 1em;
}
.header-grid h4 {
  font-size: 1.4em;
  padding: 0.5em 0 0;
  color: #fff;
    font-weight: 600;
}
*/

.header-grid p {
  font-size: 1em;
  padding: 0.5em 0;
  color: #fff;
  line-height: 1.8em;
}
.header-grid img:hover {
  transform: rotateY(360deg);
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}
.demo_btn_bg .about_btn{
	background:#00A1F0;
	border:none;
	color:#fff;
	 font-size: 18px;
    font-weight: 500;
	
	  padding: 10px 30px;
    text-decoration: none;
	

  transition: 1.5s all;
  -webkit-transition: 1.5s all;
  -moz-transition: 1.5s all;
  -o-transition: 1.5s all;
  -ms-transition: 1.5s all;
	
}
.demo_btn_bg .about_btn:hover{
	background:#275871;
}
.demo_btn_bg h5{
	color:#4E4E4E;
}
.demo_btn_bg h3{
	color:#275871;
	font-size:30px;
}

.about_btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    margin-top: 10px;
    outline: medium none;
    padding: 6px 20px;
    text-decoration: none;
	
	}
	
	.about_btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    /*border-radius: 5px;*/
	border-radius: 0px;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    margin-top: 10px;
    outline: medium none;
    padding: 6px 20px;
    text-decoration: none;
}
	
	.service_bx_bg{
	background:#C9E3F8;
	padding:0px !important;
/*	margin:5% 3%;*/
	}
	
	.service_elements{
	margin:0px;
	padding:0 0 3% 0;
	}
	.service_elements h3 {
		margin:0px;
		padding:1% 0%;
		background:#187CAE;
		color:#fff;
	}
	.service_elements img {
		margin:0px auto;
		padding:4% 0 4% 0;
	}
	.service_elements p{
		padding:4% 3%;
	}
	
	
/*	=========   menu css start  ====		*/


.dropdown-submenu {
    position: relative;
	z-index:9999;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu multi-level{
	z-index:9999;
	position:absolute;
}

/*	=========   menu css end  ====		*/

/*	=========   tab view css start ====		*/

.media-body h5 {
	/*color:#187CAE;*/
	color:#4E4E4E;
}
.media-body p {
	padding:0 0 !important;
}
.media-body p span {
	color:#4E4E4E;
	
	/*color:#5BADD5;*/
}
.media-body p span.span_bold{
	color:#00C;
	font-weight:bold;
	
}


/*	=========   tab view css  end  ====		*/


/*	=========  Logo Scroller Start ====		*/


* {margin: 0; padding: 0;}
 
 #scroller{
	 width:100%;
	 height:auto;
 }
 
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 576px;
	height: 200px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width:1000px;
	height: 200px;
	border:0px soild red;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 290px;
	height: 200px;
}
.simply-scroll .simply-scroll-list li{
	float:left!important;
	width:150px!important;
	height:90px!important;
	border:0px solid red!important;}
	
.simply-scroll{width:95% !important; height:90px!important; border:0px solid red!important; overflow:hidden;!important; margin:0 auto!important;}





/*	=========   Logo Scroller   end  ====		*/

#feature{
background-image:url(../img/home_bg_22.png);
background-position:center;
background-repeat:no-repeat;
background-size:cover;	
}
#feature h3 {
	color:#fff;
	font-size:20px;
}
#feature h2{
color:#00A1F0;	
font-size:30px;
}

#feature p.lead{
	/*background:#fff;*/

background-color: rgba(255, 255, 255, 0.8);
background: rgba(255, 255, 255, 0.8);
color: rgba(255, 255, 255, 0.8);
color:#333;
padding:2% 1%;
font-size:14px;
}

#feature .about_btn{
background-color: rgba(74, 189, 255, 0.8);
background: rgba(74, 189, 255, 0.8);
color: rgba(74, 189, 255, 0.8);

color:#fff;
border:none;
border-radius:0px;
padding:1% 2%;

 -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#feature .about_btn:hover{
background-color: rgba(74, 87, 255, 0.9);
background: rgba(74, 87, 255, 0.9);
color: rgba(74, 87, 255, 0.9);
color:#fff;
border:none;
border-radius:0px;

}

/*get img start	*/
.get_in h2{
	color:#009FEE;
	font-family: 'Oxygen', sans-serif;
}
.get_img{
width:40%;
min-height:110px;
padding:5%;
margin:2%;
/*background-color:#FF0;*/	
}
get_in_touch{
	margin-bottom:5% !important;
}
.get_in_touch .skype{
	margin:0px auto;
	background-image:url(../img/skype4.png);
	background-repeat:no-repeat;
	background-size:70%;
	background-position:center;
}
.get_in_touch .google{
	margin:0px auto;
	background-image:url(../img/google_plus2.png);
	background-repeat:no-repeat;
		background-size: 70%;
	background-position:center;
}
.get_in_touch .whatapps{
	margin:0px auto;
	background-image:url(../img/whatapps2.png);
	background-repeat:no-repeat;
	background-size: 70%;
	background-position:center;
}
.get_in_touch h3{
	text-align:center;
	color:#818181;
	font-size:20px;
	font-weight:bold;
}

.get_in_touch .whtap a{

 -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;

	
}

.get_in_touch .sky a:hover .skype{
	background-image:url(../img/skype3.png);
}

.get_in_touch .gogl a:hover .google{
	background-image:url(../img/google_plus.png);
}

.get_in_touch .whtap a:hover .whatapps{
	background-image:url(../img/whatapps.png);

}


.get_in_touch .sky a:hover h3{
	color:#187CAE;
}
.get_in_touch .gogl a:hover h3{
	color:#187CAE;
}
.get_in_touch .whtap a:hover h3{
	color:#187CAE;
}


/*get img end	*/



/*	News & events start 	*/
.news_btn{
	border:1px #00A1F0 solid;
	margin:0px;
	padding:10px;
	
	background:#00A1F0;
	color:#fff;
}
#wrapper {
  margin: 40px auto;
width:100%;
}

h1 {
  color: #FFFFFF;
  text-align: center;
}

#ticker_container {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #FFFFFF;
  padding: 10px;
  border: 1px solid #00A1F0 !important;
/*  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;*/
  overflow: auto;

}


#newscontent  a {
	color:#4E4E4E !important;
}

/*	News & events end 	*/

/*	service start	*/

#bottom{
	    background: rgba(0, 0, 0, 0) url("../img/footer.jpg") no-repeat scroll center top / cover ;
    /* min-height: 410px; */
    padding: 4em 4em 0;
    text-align: center;
	
}
#bottom h2{
color:#00A1F0;	
}

.Quick_heading h2{
	margin-bottom:3% !important;
	font-family: 'Oxygen', sans-serif;
}

.service{
	margin-bottom:2%;
}

.service h3{
	text-align:center;
	 border-bottom:1px solid #666;
  padding-bottom:2%;
  
  text-align:left;
  /* padding-left:5%; */
  color:#fff !important;
}
.service ul li a {
	text-align:center;
	 color:#dfdfdf !important;
	 /* font-size:14px; */
}
.page_links ul{
	width:60%;
	text-align:center !important;
}
.page_links h3{
	 text-align:left;
  /* padding-left:5%; */
		 border-bottom:1px solid #666;
  padding-bottom:6.5%;
   color:#fff !important;
}
.page_links ul li a {
	text-align:center !important;
	 color:#dfdfdf !important;
	 /* font-size:16px; */
}

/* service end	*/

/* footer Start	*/
.footer {
    background: rgba(0, 0, 0, 0) url("../img/footer.jpg") no-repeat scroll center top / cover ;
    min-height: 410px;
    padding-top: 4em;
    text-align: center;
}

.ofc_address{
	padding: 0px 0px 15px 0px;
	/*background:#639;*/
	
}
.ofc_address h2{
	margin:0;
	text-align:center;
	color:#00A1F0 !important;
	 font-size: 36px;	
	font-family: 'Oxygen', sans-serif;
}

.ofc_address p{
	color:#fff;
	
}


.ofc_link h3{
	text-align:center;
	padding-bottom:2%;
	border-bottom:1px dotted #999999;
	color:#5BADD5 !important;
	font-size: 18px !important;
}
.ofc_link p{
	text-align:center;
	color:#fff;
}
.email h4 a{
	color:#fff !important;
}
.email h4 a:hover{
	color:#00A1F0 !important;
}

.powred {
	text-align:center;
}
.powred a:hover{
	color:#00A1F0 !important;
}
.copy{
		text-align:center;
}
.copy a:hover{
	color:#00A1F0 !important;
}

/*	footer end	*/

/* -----	Inner Page style start	------	*/

.header_bg{
	  
  background-image:url(../images/page_header_bg_03.png);
/*  background-attachment:fixed;*/
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  width:100%;
  height:auto;
  background-attachment:scroll;
  
  /* border-bottom:5px solid #187CAE !important; */
   
   padding:5px 0px !important;
  
/*  background-color:#0F3;*/
}

.text-left h2{
	
	color:#FFF;
  font-size: 36px;
  margin-top: 0;
/*  margin-bottom: 20px;*/
  font-family: 'Oxygen', sans-serif;
  
}
.text-left p{
	color:#FFF !important;
	/*line-height:0px;*/
}

.ofc_add_ul_bg{
	border-right:1px solid #187CAE;
	padding-bottom:2%;
	margin-bottom:4%;
}

.contact_left_bg ul{
		
		padding-right:5%;
}

.contact_right_bg{

}


/*		contact us  PAGE +++ start		*/
.contact_map_bg {
	  background-image:url(../images/contact-05.png);
/*  background-attachment:fixed;*/
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  width:100%;
  height:auto;
  background-attachment:scroll;
  
  border-bottom:5px solid #187CAE;
}


.blur_bg_01{
	
	padding:0% 0% 3% 0% !important;
	
/*
    background-color: rgba(0, 0, 27, 0.8);
    background: rgba(0, 0, 27, 0.8);
    color: rgba(0, 0, 27, 0.8);
*/

background-color: rgba(10, 20, 26, 0.9);
background: rgba(10, 20, 26, 0.9);
color: rgba(10, 20, 26, 0.9);


	
}
.ofc_add_ul {
	list-style:none !important;
}
.ofc_add_ul li{
	text-decoration:none;
	list-style:none !important;
	
/*	background:#0C9;
	border-bottom:#F00 2px solid;
	margin-top:2%;*/
	
	
}

.address_bg,.main_ofc{
	text-align:center;
}

.main_ofc h5{
	
	text-align:center;
	padding-bottom:2%;
	border-bottom:1px dotted #999999;
	color:#00000 !important;
	
	font-size:22px !important;
	font-family: 'Roboto', sans-serif;
	font-weight:400 !important;
	
}

.main_ofc p {
	color:#969595;
}


.address_bg h5 {
	text-align:center;
	padding-bottom:2%;
	border-bottom:1px dotted #999999;
	color:#00000 !important;
	
	font-size:18px !important;
	font-family: 'Roboto', sans-serif;
	font-weight:400 !important;
}
.address_bg p {
	color:#969595;
}

.contact-wrap label{
	color:#00A1F0 !important;
	font-family: 'Oxygen', sans-serif;
}

.submit_btn{
	background:#00A1F0;
	border:none !important;
	border-radius:0px !important;
	color:#fff;
	 font-size: 18px;
    font-weight: 500;
	
	  padding: 10px 20px;
    text-decoration: none;
}
.submit_btn:hover{
background:#00000 !important;

}

.form-control{
	border-radius:0px !important;
}

.service_bx_bg_contact_us h3{
	/*color:#F00;*/
	font-size:12px;
}
.service_bx_bg_contact_us .get_img{
	min-height:50px !important;
	
	
}


/*		contact us end		*/

/*		Career Start		*/

.career_form_bg{
	margin-bottom:2%;
}
.career_btn{
	margin-right:5%;
}

/*		Career end		*/



/*	----	SERVICE Page START  ----	*/

#service_page_bg{
	background:#fff;
	padding:2% 0 5% 0;
	
}

#service_page_bg h2{
	color: #00a1f0;
    font-size: 30px;
}

#service_page_bg p{
	text-align:left;
}

#service_page_bg img{
	
	margin:0px auto;
	
}

.panel_module{
	    background-color: #FFF;
    border: 0 none;
    box-shadow: none;
	
	margin-bottom:2%;
}

/*

.panel-default>.panel-heading+.panel-collapse .panel-body_module_02
{
	border:#036 1px inset;
	padding:20px 20px 10px;
}
*/

/*	----	SERVICE Page END  ----	*/


/*	=========   about us css start ====		*/
.about_p_bg h4 {
	text-align:left;
	font-size:24px;
	padding:2% 1%;
	color:#00A1F0;
	font-family: 'Economica', sans-serif;
	font-size:36px;
	font-weight:500;
}
.about_p_bg p {
text-align:justify;
	font-size:16px;
	
		
}
.about_img{
	width:100%;
	margin:0px;
}

ul.about_ul {
	background:#FF0;
}

ul.about_ul li {
	
	float:left;
	text-align:left;
	padding:1% 0% 1% 1%;
	list-style:none;
	width:100%;
	margin-bottom:1%;
}

ul.about_ul li span {
	padding-left:5%;
	float:left;
}

ul.about_ul li i {
	border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 24px;
    line-height: 24px;
    margin-left:0%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 24px;
	
	background:#00A1F0;
	
	
	
}

/*	----	Testimonial start  ----	*/

#intro h2 {
	
	color:#ffffff;
	/* font-family:"Oxygen",sans-serif; */
	font-size:44px;
	font-weight: 700;
	line-height: 1.23;
    margin: 0;
}

.testimonial_slider {
	width:90%;
	margin:7% auto;
}

.carousel-inner {
	overflow: hidden;
    position: relative;
	margin: 0 auto !important;
    width: 90% !important;
}


/*	----	Testimonial END  ----	*/

/*	=========   about us css end	 ====	*/

/*	=========   Clients Page Start	 ====	*/
.portfolio_clients_img
{
	width:90%;
	padding:15%;
}





/*	=========   Clients Page End	 ====	*/



/*	Media Query Start  /// @media all and (min-width: px) and (max-width: px)  ///	*/

@media all and (min-width: 200px) and (max-width: 319px) {
		.container{
		width:98% !important;
	}
	h4{
		font-size:14px !important;
	}
	.top-number p{
		font-size:10px;
		text-align:center;
	}
	.social{
		text-align:center;
	}
	
	.get_in_touch h3{
		font-size:14px;
	}
	
	.demo_btn_bg h3{
		font-size:14px !important;
	}
/*	slider media start	*/
.da-slide h2{
	font-size:24px !important;
}
.da-slide p{
	width:70%;
}

/*	slider media end	*/
.service_bx_bg h3{
	font-size:12px !important;
}
.email h4 a.e-h4-link{
		font-size:14px !important;
	}
	
.service_bx_bg_contact_us h3{
	font-size:12px !important;
}	
	
	
}

@media all and (min-width: 320px) and (max-width: 480px) {
	.container{
		width:98% !important;
	}
	.top-number p{
		font-size:12px;
		text-align:center;
	}
	.social{
		text-align:center;
	}
	.get_in_touch h3{
		font-size:16px;
	}
	
	.demo_btn_bg h3{
		font-size:14px !important;
	}
	/*	slider media start	*/
.da-slide h2{
	font-size:30px !important;
}
.da-slide p{
	width:70%;
}
.da-slide .da-img{
	top:140px !important;
}
/*	slider media end	*/
/*	contact us start	*/
.service_bx_bg_contact_us .get_img{
	min-height: 150px !important;	
}
.service_bx_bg_contact_us h3{
	font-size:16px;
}

/*	contact us end	*/

}

@media all and (min-width: 481px) and (max-width: 767px) {
	.container{
		width:98% !important;
	}
	
		.top-number p{
		font-size:14px;
		text-align:center;
	}
	.social{
		text-align:center;
	}
.get_img {
	min-height:150px !important;
}

.demo_btn_bg h3{
		font-size:18px;
	}
	
	/*	slider media start	*/
.da-slide h2{
	font-size:34px !important;
	text-shadow: 4px 2px 7px rgba(150, 150, 150, 1);
}
.da-slide p{
	width:70%;
}
.da-slide .da-img{
	top:140px !important;
}

/*	slider media end	*/

/*	contact us start	*/

.service_bx_bg_contact_us .get_img{
	min-height: 150px !important;	
}
.service_bx_bg_contact_us h3{
	font-size:20px;
}

/*	contact us end	*/

 }
 
 @media all and (min-width: 768px) and (max-width: 1023px) {
	#newscontent a {
		 font-size:14px !important;
		 color:#0F6;
	 }
	 
	 
	   .service_bx_bg_contact_us h3{
	 font-size:12px !important;
 }
 
  .panel-title a{
		  font-size:14px !important;
	  }
 }
  @media all and (min-width: 769px) and (max-width: 780px) {
	  .recent-work-wrap h4 {
		   font-size:14px !important;
	  }
	  .recent-work-wrap .recent-work-inner h3{
		  line-height:20px;
	  }
	   
  }
  
  @media all and (min-width: 200px) and (max-width: 768px) {
	 
	 .media ul{
		   border:none;
		   width:100%;
	   }
	  .media ul li {
		  width:100%;
		  
	  }
	  .media-left, .media > .pull-left {
		  padding-right:0px;
	  }
	  
	  /* About us  */
ul.about_ul li span {
	padding-left:15%;

}	  
	  
	  
	 
 }
 @media all and (min-width: 769px) and (max-width: 1199px) {
	 
	 .media ul{
		   border:none;
	   }
	  .media ul li {
		  width:90%;
		  
	  }
 }

/* chiranjit */
 .footer-widget .ft-link  {
  list-style: none;
}
 .footer-widget .ft-link li {
  margin: 0;
  color: #6b7385;
  font-size: 16px !important;
  line-height: 25px;
  text-align:left;
}
.footer-widget .ft-link li span {
  font-weight: 500;
}
.footer-widget .ft-link li a {
  color: #808080;
  /* display: inline-block; */
  position: relative;
  font-size: 14px;
}
.footer-widget .ft-link li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.footer-widget .ft-link li a:hover {
  color: #00A1F0 !important;
}
.footer-widget .ft-link li a:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.footer-widget .ft-link li + li {
  margin-top: 5px;
}
.footer-widget .form-group label {
  font-size: 16px;
  line-height: 31px;
}


/*--------------------------
    Secondary Menu
----------------------------*/
.rbt-secondary-menu {
  display: flex;
  margin: 0 -15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-secondary-menu {
    margin: 0 -5px;
  }
}
.rbt-secondary-menu li {
  padding: 0 15px;
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-secondary-menu li {
    padding: 0 5px;
  }
}
.rbt-secondary-menu li a {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-secondary-menu li a {
    font-size: 13px;
  }
}
.rbt-secondary-menu li a::before {
  content: "\e930";
  font-family: "feather" !important;
  font-style: normal;
  font-weight: 400;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.rbt-secondary-menu li a:hover {
  color: #00A1F0 !important;
}

@media only screen and (max-width: 600px) {

	.rbt-secondary-menu {
    display: ruby;
	}

	.rbt-secondary-menu li {
        padding: 0;
		margin-right: 5px;
    }
  
}

/* -------------------- */
header{
	background: #FFF;;
	box-shadow: 0px 20px 34px rgba(0, 0, 0, 0.0509803922);
}
.navbar-header .navbar-brand img{max-width: 155px;}
/*----------------------------
    Header Top Information 
-----------------------------*/
.rbt-information-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin: -2px -7px;
  flex-wrap: wrap;
}
.rbt-information-list li {
  margin: 5px 7px;
  color: #FFFFFFAB;
}
.rbt-information-list li a {
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFFAB;
  display: flex;
  align-items: center;
  transition: 0.4s;
  font-weight: 400;
}
.rbt-information-list li a i {
  margin-right: 10px;
  font-size: 14px;
  margin-top: 2px;
}
.rbt-information-list li a span {
  margin-left: 4px;
}
.rbt-information-list li a:hover {
  color:#FFF;
}


/*-------------------------------------------------------
    Banner Style Home One And Home Five (variation-2)
-------------------------------------------------------------*/
.rbt-banner-1 {
  background-color: var(--color-light);
  /* padding: 0 150px; */
  position: relative;
  overflow: hidden;
  background-image: url(../images/svg/bg-g1.webp);
  background-position: top center;
  background-size: cover;
}
.rbt-banner-1::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../images/svg/banner-bg-shape-1.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 145px;
  z-index: 9;
}

.rbt-btn {
  padding: 0 26px;
  background: #2f57ef;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
  border: 0 none;
  outline: none;
  text-decoration: none;
}
@media only screen and (max-width: 575px) {
  .rbt-btn {
    padding: 0 20px;
    height: 52px;
    line-height: 52px;
  }
}

.rbt-btn.btn-gradient {
  color: #FFF;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, #b966e7, #2f57ef, #2f57ef, #b966e7);
}
.rbt-btn.btn-gradient:hover {
  background-color: inherit;
  background-position: 102% 0;
  transition: all 0.4s ease-in-out;
}


.subtitle {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #192335;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    background: #2f57ef21;
    color: #2f57ef;
}

.bg-white-opacity {
  background: #ffffff21 !important;
  color: #ffffff !important;
}

.rbt-contact-form.contact-form-style-1 {
  padding: 30px 30px;
  position: relative;
  z-index: 1;
  /* max-width: 490px; */
  z-index: 2;
  background: #ffffff;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);;
  border-radius: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-contact-form.contact-form-style-1 {
    padding: 30px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-contact-form.contact-form-style-1 {
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-contact-form.contact-form-style-1 {
    padding: 30px 20px;
    padding-left: 20px;
    max-width: inherit;
  }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}