body {
	color: #bf0006;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
.about_txt_p h1, .about_txt_p h2, .about_txt_p h3, .about_txt_p h4, .about_txt_p h5, .about_txt_p h6{
	color:#c2bdf0;
	font-size:24px;
	font-weight:600;
	text-transform:uppercase;
}
.ban_txt h1, .ban_txt h2, .ban_txt h3, .ban_txt h4, .ban_txt h5, .ban_txt h6{
	color:#0bc6e3;
	font-size:24px;
	font-weight:600;
}
.logo{
	display:inline-block;
	float:left;	
	width:15%;
	margin-top:15px;
}
.logo img{
	width:100%;	
}
.modal-open .modal{
	background: rgba(0, 0, 0, .9);	
}
.modal.in .modal-dialog{
	top:20%;
	z-index:999999;	
}
.modal-body h2{
    color: #a30202;
    padding: 0px 0px 12px 0px;
    border-bottom: 1px solid aliceblue;
    margin: 0px 0px 21px 0px;
}
.modal-body p{
    color: #11173b;
    line-height: 26px;
    font-size: 16px;
	border-bottom: 1px solid aliceblue;
	padding: 0px 0px 20px 0px;
}
.modal-footer{
	border:2px;	
}
.modal-content{
	background: #0f0b1f;
}


.navbar_main{
	background: #0b2299;	
	padding:5px 0px;
}
.navbar_main ul{
	list-style:none;	
}
.navbar_main li{
	 float:left;	
}
.navbar_main a{
	color:#fff;	
}
.navbar_main a:hover{
	color:#a50c11;
	text-decoration:none;	
}

.navbar_main li:hover > ul {
	display:block;
}
.navbar_main ul ul {
    font-size: 14px;
    display: none;
    position: absolute;
    z-index: 100;
}
.navigation {
	min-height:40px;
	border-radius:20px 0 0 20px;
	display: inline-block;
	float: right;
	margin-top:0px;
}
.navigation ul{
	list-style:none;
	margin:0px;	
}
.navigation li {
	font-size:16px;
	line-height:28px;
	position:relative;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	padding: 12px 7px;
}
.active{
	background: #ad8e8e !important;
	color:#fff !important;
}
.navigation li a{
	color:#f2eded;
	display:block;
	transition: all 0.3s ease-out;
	padding:8px 15px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.navigation li a:hover,.navigation li a:focus{
	color:#374c70;
	text-decoration:none;
	outline:none;
}
.navigation .menu {
	background:url(../images/bg_menu.png) no-repeat left top;
	width:27px;
	height:19px;
	float:left;
	margin:10px 0 0 10px;
	text-indent:-9999px;
	display:none;
}
.navigation .menu:hover{
	background:url(../images/bg_menu.png) no-repeat left top;
}
.navigation .menu:focus{
	background:url(../images/bg_menu.png) no-repeat left top;
	outline:none;	
}
.navbar_main.fixed{
	position:fixed;
	z-index: 999;
	width: 100%;
	top:0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.navbar_main.fixed .logo {
    width: 15%;
    margin-top: 15px;
}
.navbar_main.fixed .logo img{
	width:100%;	
}
.navbar_main.fixed .navigation{
	margin-top:1px;	
}
.navigation li span{
	display:none;	
}
.navigation ul ul {
    font-size: 13px;
    display: none;
    position: absolute;
    z-index: 100;
	list-style: none;
	width: 260px;
    background: #b6b7e3;
    box-shadow: 0 -5px 5px 0 rgba(0,0,0,.09);
    box-sizing: border-box;
	font-family: 'Work Sans', sans-serif;
}
.navigation ul ul > li {
    border-bottom: 1px solid #000;
    padding: 0px;
    margin: 0px;
	width:100%;
}
.navigation ul ul > li > a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
}
.navigation ul ul > li > a:hover,.navigation_main ul ul > li > a:focus{
	text-decoration:none;
	color:#000;
	outline:none;
	background:#fff;
}
.navigation ul ul > li:hover{
	background:#fff;	
}
.navigation ul ul > li:hover a{
	color:#000;
}
.navbar-nav li span{
	display:none;	
}
.navigation li:hover > ul {
	display:block;
}
.top_phone_email_togle{
	background:#c40000;
	border-top:2px solid #730202;
	padding:8px 0px;
}
.top_left {
    vertical-align:middle;
}
.top_left marquee{
	color:#fff;
	font-size:18px;
	font-weight:500;
}
.top_left marquee:hover{
	color:#cc1122;	
}
.about-main{
	padding:50px 0px;	
	font-family: 'Open Sans', sans-serif;
	position: relative;
	background: rgba(0, 0, 0, 1);
}
.ParallaxVideo{
    position: absolute;
    z-index: -1;
    inset: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
}
.about-txt{
	text-align: center;
}
.about-txt h2{
    color: #faede6;
    font-size: 38px;
    margin: 10px 0px 20px 0px;
    font-weight: bold;
}
.about-txt p{
    text-align: justify;
    color: #f5f2f2;
    line-height: 27px;
    font-size: 15px;
}

/*-----------------------------------------
     Slider
------------------------------------------*/
#slider { }
.slider { position: relative; }
.slider-img img { position: relative; z-index: -1; width: 100%; }
.slider-img {  position: relative; }
.slider-captions { position: absolute; bottom: 160px; left:50px; }
.slider-title { color: #fff; font-size: 52px; font-weight: 700; line-height: 62px; }
.slider-text { color: #fff; }
.slider .owl-prev { position: absolute; left: 0px; top: 40%; left: 20px; }
.slider .owl-next { position: absolute; right: 0px; top: 40%; right: 20px; }
#slider .owl-next, #slider .owl-prev { background-color: transparent !important; border: 2px solid #fff; color: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
#slider .owl-next:hover, #slider .owl-prev:hover { background-color: #fff !important; border: 2px solid #fff; color: #2b0173; }
#slider .owl-pagination { margin: 0px; bottom: 40px; position: relative; }
#slider .owl-page span { border-radius: 2px; width: 98%; height: 1px; background-color: #fff; margin: 0px; }
#slider .owl-page { width: 5% }


.bnner_b_main{
	font-family: 'Open Sans', sans-serif;
	background:url(../images/bg_patern.jpg);
	padding:70px 0px 0px  0px;	
}
.famus_girl{
	font-family: 'Open Sans', sans-serif;
	padding:70px 0px 70px  0px;	
	background: #000000;
}
.ban_txt h3{
    color: #fff;
    text-transform: uppercase;
    line-height: 33px;
    font-weight: 600;
}
.ban_txt p{
    color: #ffffff;
    font-size: 16px;
    margin-top: 27px;
    letter-spacing: 1px;
}
.ban_txt a{
    display: block;
    width: 259px;
    height: 53px;
    line-height: 53px;
    background: #d3ace3;
    margin: 47px auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 35px;
    border: 3px solid #d3ace3;
	transition:all .3s ease-in;
}
.ban_txt a:hover,.ban_txt a:focus{
	background:#c12	;
	color:#fff;
	text-decoration:none;
	outline:none;
	transition:all .3s ease-out;
}
.ban-gif{
	padding-top:40px;	
	text-align:center;
}
.ban-gif img{
	margin:20px 0px;
}
.ban_img{
	width:100%;	
}
.ban_img img{
	width:100%;
	margin-top:11px;
}
.g_area{
	text-align:center;	
}
.g_area h2{
    color: #e31414;
    font-weight: bold;
    font-size: 47px;
    text-transform: uppercase;
}
.underline{
	width:10%;
	background:#1b14e3;
	margin:20px auto;
	height:3px;	
}
.g_area_txt{
	text-align:center;	
}
.g_area_txt ul{
	list-style:none;
	margin-top:20px;	
}
.g_area_txt li{
    width: 32%;
    float: left;
    margin: 5px 5px;
}
.g_area_txt a{
    background: #3504bd;
    color: #fff;
    display: block;
    padding: 8px 0px;
    font-size: 15px;
    font-weight: 600;
    transition: all .3s ease-in;
}
.g_area_txt a:hover,.g_area_txt a:focus{
	text-decoration:none;
	outline:none;
	background:#c12;
	transition:all .3s ease-out;
	color:#fff;	
}
.top-gallery{
	position:relative;	
}
.gall-box{
    display: block;
    width: 100%;
    height: auto;
    background: #3104b8;
    padding: 10px;
    border-radius: 5px;
	margin-bottom:30px;
}
.gal_img{
	width:100%;	
}
.overlay{
    position: absolute;
    bottom: 29px;
    left: 15px;
    right: 0;
    background-color: #db020d;
    overflow: hidden;
    width: 0;
    height: 92%;
    transition: .5s ease;
    opacity: 0.5;
}


.gall-box:hover .overlay{
	width: 90%;
}
.main-gallery{
	font-family: 'Open Sans', sans-serif;
	background:url(../images/bg_patern_y.jpg);
	padding:70px 0px 70px  0px;	
}
.price_table{
	font-family: 'Open Sans', sans-serif;
	padding:40px 0px 40px  0px;	
	color: #940404;
}
.price-box{
    text-align: center;
    color: #fff;
    padding: 40px;
	transition:all .3s ease-in;
}
.price-box:hover{
	transition:all .3s ease-out;
	box-shadow: 0px 1px 20px #666;	
}
.price-box h3{
    margin: 0px;
    font-weight: 600;
}
.price-box ul{
	list-style:none;
	margin-top:35px;	
}
.price-box li{
    padding: 16px 0px;
    border-bottom: 1px solid;
    font-size: 17px;
    font-weight: 500;
    color: #f5f5f5;
}
.price-box a{
	color:#f5f5f5;
}
.price-box a:hover,.price-box a:focus{
	text-decoration:none;
	outline:none;
	color:#000;	
}
.red{
	background:#b13df5;	
}
.orenge{
	background:#053982;	
}
.yellow{
	background:#c4f5dc;	
}
.verified_main{
    padding: 40px 0px;
    background: #e0aef5;
	font-family: 'Open Sans', sans-serif;
}
.verified_txt{
    padding: 40px;
    border: 3px dashed;
}
.verified_txt h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 52px;
    font-weight: 600;
}
.verified_txt p{
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.5px;
    color: #777;
}
.service-main{
	background:#b4c5db;	
}
.service_img{
	width:100%;	
}
.service_img img{
	width:100%;	
}
.service_left {
    width: 64%;
    margin: 58px auto 0px auto;
}
.service_left img{
	width:100%;	
}
.fotter-main{
	background:#0b048a;
	padding:30px 0px;
	font-family: 'Open Sans', sans-serif;	
}
.sub-menu ul{
	list-style:none;
	margin:0px;
}
.sub-menu li{
    margin-right: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
	margin-left: 10px;
	color: #fff;
}
.sub-menu li a{
	color:#fff;	
}
.sub-menu h3{
	color: #fff;
	margin-bottom: 20px;
}
.sub-menu li a:hover,.sub-menu li a:focus{
	text-decoration:none;
	outline:none;
	color:#fff;	
}
.sub-menu p{
    color: #fff;
    line-height: 27px;
    font-weight: 300;
}
.cr-bold{
	color:#fff;	
	margin:0px;
}
.cr-bold p{
	color:#fff !important;
	font-size:13px;
	font-weight:300;
}
.cr-bold a,.cr-bold a:hover,.cr-bold a:focus{
    text-decoration: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
}
.social-icons li {
    display: inline-block;
    margin: -1px 1px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
}
.social-icons i{
    color: #fff;
    padding: 0px 20px 0px 0px;
    font-size: 16px;
}


.back-to-top{
    cursor: pointer;
    position: fixed;
    bottom: 44px;
    right: 20px;
    display: none;
    background: #c12;
    padding: 18px 18px 18px 18px;
    color: #fff;
	border-radius: 69px;
	transition: all .3s ease-in;
}
.back-to-top:hover{
	color:#fff !important;	
	text-decoration:none;
	outline:none;
	box-shadow: 2px 2px 7px #333;
	transition: all .3s ease-out;
}
.gif-img ul{
	list-style:none;
}
.gif-img li{
    width: 50%;
	float: left;
}
.gif-img img {
    width: 100%;
    padding: 10px;
}
.gallery_image_list{
	width: 100%;
}
.gallery_image_list ul{
	list-style: none;
}
.gallery_image_list img{
    width: 255px;
    height: 341px;
}
.gallery_image_list li{
    width: 23.77%;
    float: left;
    padding: 7px 8px;
    background: #4204d1;
    margin: 7px 7px;
    border-radius: 5px;
}
.gif-list {
	background: url(../images/bg-top.png);
	padding: 50px 0px;
}
.owl-theme .owl-controls{
	height: 0px;
}
/* Social Icon */
.social_icon {
	position:fixed;
	width:100px;
	top:40%;
	left:0;
	z-index:9999;
}
.social_icon ul {
  padding: 0px;
  -webkit-transform: translate(-290px, 0);
  -moz-transform: translate(-290px, 0);
  -ms-transform: translate(-290px, 0);
  -o-transform: translate(-290px, 0);
  transform: translate(-290px, 0);
}
.social_icon ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.9);
    width: 395px;
    text-align: right;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #fff;
}
.social_icon ul li:hover {
  -webkit-transform: translate(200px, 0);
  -moz-transform: translate(230px, 0);
  -ms-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
  transform: translate(200px, 0);
  background:#fff;
  color:#000;
}

.social_icon span{
	background: #3302c4;
	color: #d8edf2;
	padding: 10px 15px 10px 9px;
	border-radius: 0px 30px 30px 0px;
	display: inline-block;
	width: 130px;
	margin: 0px 0px 0px 5px;	
}
.social_icon a,.social_icon a:hover,.social_icon a:focus{
	color: #000;
	outline: none;
	text-decoration: none;
	padding: 0px 15px 0px 0px;
}
.fotter-copy{
    text-align: center;
    padding: 15px 0px 0px 0px;
    border-top: 1px solid aliceblue;
    margin-top: 35px;
}
.fotter-copy1{
	text-align: right;
}
.single_courses_desc{
	width: 100%;
}
.single_courses_desc img{
	width: 100%;
}
.fotter-main .owl-pagination{
	display: none;
}
.sub-menu i{
	position: absolute;
	left: 0;
	color: #ffffff;
	padding: 10px 0px 0px 0px;
}
/*.popup_main .modal-header{
	background: #c12;
}
.popup_main .modal-header .modal-title{
	color:#fff;
}
.popup{
	width: 100%;
	margin: 0 auto;
	display: none;
	position: fixed;
	z-index: 999999;
	background-color: rgba(204,17,34,0.9);
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}
.cnt223{
	width: 637px;
	min-height: 160px;
	margin: 120px auto;
	background: #000;
	position: relative;
	z-index: 103;
	padding: 9px;
	border-radius: 5px;
	box-shadow: 0 2px 5px #000;
}
.cnt223 .x:hover{
	cursor: pointer;
}
.pop_up{
	border-bottom:1px solid #fff;	
}
.pop_up img{
    width: 6%;
    vertical-align: top;
}
.pop_up h3{
    color: #fff;
    font-size: 29px;
    font-weight: bold;
}
.popup_contact_info p{
    color: #fff;
    padding: 25px 0px 60px 0px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.5px;
    text-align: justify;
    font-weight: 300;
}

.popup_contact_info a{
    border: 1px solid green;
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: green;
    margin: 4px 10px 14px 0px;
    display: inline-block;
}
.popup_contact_info a:hover,.popup_contact_info a:focus{
	color: #fff;
	text-decoration: none;
	outline: none;	
}*/
.main-btn-rect,
.main-btn-circle{
	position: relative;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	color: #FFFFF0;
	background-color: rgb(252, 79, 79);
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 1px;	
	outline: none;
	cursor: pointer;
	z-index: 100;
}
.main-btn-rect {
	padding: 10px 80px;
	line-height: 30px;
}
.main-btn-rect:before, 
.main-btn-rect:after{
  position: absolute;
  content: '';
  top:0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 240, 0.2);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.main-btn-rect:before {
  left: 0;
}
.main-btn-rect:after {
  right: 0;
}
.main-btn-rect:hover:before, 
.main-btn-rect:hover:after{
  width: 50%;
}
.main-btn-circle{
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	border-radius: 100%;
	line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}

.form-group{
	position: relative;
	width: 90%;
	margin: 0px auto;
}
form#send input, form#send textarea{
	position: relative;
	margin-bottom: 32px;
	width: 100%;
	height: 29px;
	font-family: 'RobotoLight', sans-serif;
	text-indent: 20px;
  background-color: transparent;
	outline: 0;
	border: none;
	border-bottom: 1px solid #070000;
	-webkit-transition: border 0.6s;
	-o-transition: border 0.6s;
	transition: border 0.6s;
}
form#send input:focus,
form#send textarea:focus{
	border-bottom: 1px solid rgb(63, 173, 168); 
}
form#send label{
	position: absolute;
	top: 0;
	line-height: 28px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
form#send input:focus + label,
form#send textarea:focus + label{
  color: rgb(63, 173, 168);
}
form#send .txt{
	line-height: 22px;
	left: 2px;
}
form#send .main-btn-rect {
	position: relative;
	display: block;
	padding: 12px 80px;
	margin: 0px auto;
	font-size: 14px;
}
form#send .main-btn-rect i {
	margin-right: 5px;
}
.popup .fade-out{
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-size: 15px;
}


.underline_d{
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 0px 0px 15px 0px;
}
.yellow{
	background:red !important;
	border: 1px solid red !important;
}
.dmca{
    width: 50%;
    margin-top: 30px;
}
.dmca img{
	width: 100%;
}
.a_girl{
	width: 100%;
}
.a_girl img {
    width: 358px;
    height: 380px;
    margin-bottom: 30px;
}
.about_banner{
	width: 100%;
}
.about_banner img{
	width: 100%;
}
.g_area1 h2{
    color: #fff;
    text-align: left;
}
.underline1 {
    width: 100%;
    background: #f26f20;
    margin: 20px auto 0px 0px;
    height: 3px;
}
.service_txt{
	color:#fff;	
	padding-top:20px;
}
.service_txt p{
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 22px;
    text-align: justify;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    width: 540px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 992px)
{
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px)
{
  .container {
    width: 1140px;
  }
}
.price-tab_main{
	padding:70px 0px;
	font-family: 'Open Sans', sans-serif;	
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(26.75rem, 1fr));
  grid-gap: 3.125rem;
  align-items: stretch;
}

section {
  padding: 6.25rem 0;
}

.price-table {
  text-align: center;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  box-shadow: inset 0 0 2.5rem rgba(0, 0, 0, 0.2), 0 1.25rem 3.125rem rgba(0, 0, 0, 0.3);
  border-radius: 1.25rem;
}

@media (min-width: 576px) {
  .advance {
    transform: scale(1.1);
  }
}

.price-table .price-head {
  padding: 3.125rem;
  background: linear-gradient(45deg, #ce1821, #000);
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.price-table .price-head h4 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
}
.price-table .price-head h2 {
  margin: 0;
  padding: 1.25rem 0;
  font-size: 1.625rem;
  color: #fff;
}
.price-table .price-content ul {
  margin: 0;
  padding: 1.25rem 0;
}
.price-table .price-content ul li {
  list-style: none;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0.625rem 0;
  color: #777;
  cursor: pointer;
  border-left: 0.94rem solid transparent;
  border-right: 0.94rem solid transparent;
  transition: 0.5s;
}

.price-table .price-content ul li:hover {
  border-left-color: #e19717;
  border-right-color: #e19717;
}
.price-table .price-button {
  padding: 0 0 1.875rem;
}
.price-table .price-button a {
  padding: 0.625rem 2.5rem;
  background: linear-gradient(45deg, #ce1821, #000);
  color: #fff;
  border-radius: 1.56rem;
  font-size: 1.13rem;
  text-transform: uppercase;
  text-decoration: none;
}
.heading-fotter{
    font-size:44px;
    color:#fff;
    margin:0px 0px 40px 0px;
    font-family:'Oswald',sans-serif;
    font-weight:300
}
.heading-fotter span{
    font-weight:600
}
.gold-btn{
    border:solid 1px #c12 !important;
    color:#FFF !important;
    font-weight:400;
    background-color:#c12 !important;
    font-size:14px !important;
    font-family:'Roboto',sans-serif;
    border-radius:45px !important;
    letter-spacing:0.1em;
    text-align:center;
    position:relative;
    overflow:hidden;
    z-index:1;transition: .3s ease;
    text-decoration:none;
    cursor:pointer !important;
    width:100%;
    height:45px !important;
    padding:0px !important;
}
.gold-btn:hover{
    background:#fff !important;
    color:#000 !important;
    border:solid 1px #c12 !important
}
.gold-btn:focus{
    outline:none
}
.heading-fotterp{
    color:#fff;
    opacity: .8;
    font-size:16px;
    font-weight:300
}
.f-right ul{
    padding-left:0;
    margin-bottom:0;
    margin-top:50px;
}
.f-right li{
    color:#fff;
    opacity: .8;
    list-style:none;
    margin-bottom:22px;
    font-size:16px;
    display:flex;
    align-items:center;
    padding:0px 0px 0px 60px;
    font-weight:300
}
.f-right i {
    font-size: 30px;
    position: absolute;
    left: 15px;
}
.f-right a,.f-right a:hover,.f-right a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    font-weight: 300;
}
.contact-form .form-control {
    border-radius: 0;
    border: solid 2px #eceef2;
    margin-bottom: 20px;
    font-family: 'Roboto',sans-serif;
}
.contact-form input {
    color: #8799a3;
    font-size: 16px;
    height: 50px;
    padding: 25px;
    font-family: 'Roboto',sans-serif;
}
.contact-form textarea {
    padding: 13px;
        padding-left: 13px;
    padding-left: 25px;
    height: 202px;
    color: #8799a3;
    font-size: 16px;
}
.map{
    margin-top: 35px;
    border: 2px dashed #fff;
    padding: 15px;
    margin-bottom: 45px;
}
.about_txt_p h3{
    color: #8f0305;
    font-weight: bold;
    text-transform: uppercase;
}
.about_txt_p p{
    color: #ffffff;
    text-align: justify;
    letter-spacing: 0.3px;
}
.about_txt_p strong{
	color: #5d05b5;
}
/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:290px) and (max-width:766px){

.navbar_main.fixed .navigation{
	margin-top:0px;	
}
.navigation .menu{
	display:block;
	margin: 30px 0 0 10px;	
}
.g_area h2{
	font-size:35px;	
}
.navigation{
	min-height:auto;
	margin-top: 0px;
	position:relative;	
}
.navigation ul {
	display:none;
	position:absolute;
	right:0px;
	top:100%;
	z-index:999;
	width:300px;
}
.navigation li span {
	display:block;
	float:right;
	margin-right: 28px;
	color: #000;
}
.navigation li:hover > ul {
	display:none;
}
.navigation li{
	padding:0px 0px;
	width:100%;
	background:#4d0202;	
}
.navigation li a{
	padding:5px 15px;
	text-align:left;	
}
.navigation ul ul{
	top:100%;
	right:0;	
}
.navigation ul ul li{
	width:100%;	
}
.navigation ul ul li a{
	background:#940303;
	color:#000;	
}
.navbar_main .register_btn {
    padding: 10px 15px 10px 15px;
}
.top_right {
    text-align: center;
}
.gif-img li{
	width: 100%;
}
.gallery_image_list li{
	width: 100%;
	margin: 0px 0px 15px 0px;
}
.gallery_image_list img{
	width: 100%;
	margin: 0px;
	height: 100%;
}
.ban_txt h3{
	font-size: 28px;
	text-align: justify;
}
.bnner_b_main{
	padding: 40px 0px;
}
.ban-gif{
	padding: 0px;
}
.bnner_b_main{
	padding-bottom: 0px;
}
.g_area_txt li{
	width: 100%;
	margin: 5px 0px;
}
.price-box{
	margin-bottom: 15px;
}
.verified_txt h2{
	font-size: 22px;
	line-height: 34px;
}
.verified_txt {
    padding: 25px;
    margin: 25px;
}
.sub-menu li {
	margin: 16px 9px;
	color: #fff;
}
.back-to-top{
	bottom: 100px;
}
.cr-bold {
    color: #fff;
    margin: 18px auto;
    text-align: center;
}
.cnt223 {
	width: 90% !important;
    margin: 65px auto;
    background: #000;
    position: relative;
    z-index: 103;
    padding: 17px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}
.pop_up img{
	width: 11%;
}
.popup_contact_info p{
	letter-spacing: 0px;
	font-size: 17px;
}
.popup_contact_info a{
	margin: 2px 3px 13px 0px;
}
.logo {
    width: 75%;
}
.navbar_main.fixed .logo {
    width: 15%;
    margin-top: 3px;
}

}