body {
	height: 100% !important;
	/*font-family: 'Lato', sans-serif;*/
    font-family: 'Nunito', sans-serif;
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
    letter-spacing: 0.5px;
	
}
/*=========== Comman ===========*/
a:hover,
a:focus
{
	text-decoration: none;
	outline: none;
	color: inherit;
	box-shadow: none;
}
img
{
    max-width: 100%;
}
h1,h2,h3,h4,h5
{
  

}
.page_subtitle
{
    font-size: 30px;
    color: #000;
    font-weight: 900;
    margin: 0 0 15px 0;
    font-family: 'Nunito', sans-serif;
}




/*.comman_heading h2
{
	font-size: 24px;
    color: #080930;
    padding: 0;
    margin: 0 0 0px 0;
    letter-spacing: 0.5px;
    line-height: 1.3;
    font-family: 'RealTextBold';
}*/
.heading_box h2
{
	font-size: 35px !important;
    color: #000 !important;
    padding: 0 !important;
    margin: 0 0 0px 0 !important;
    line-height: 1.3;
    font-weight: 600;
}
.title_ribban
{
	position: relative;
	padding: 0 0 15px 0;
}
.title_ribban:before
{
	content: "";
    width: 84px;
    height: 4px;
    background-color: #ff3e55;
    position: absolute;
    left: 0;
    bottom: 0;
}
.title_ribban.text-center:before
{

    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.txt_color_theme
{
    color: #ff3e55 !important;
}
.txt_color_white
{
	color: #fff !important;
}
.txt_color_red
{
	color: #ab0000;
}
.txt_color_fresh_blue
{
    color: #4ad7d1 !important;
}
.bg_color_light_gray
{
	background-color: #f1f1f1;
}

.btn_comman
{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 10px 18px;
    display: inline-block;
    background-color: #ff3e55;
    text-decoration: none;
    border-radius: 3px;
    letter-spacing: 1.5px;
    transition-duration: 0.3s;
    border: none;
}
.btn_comman:hover
{
    background-color: #001730;
    color: #fff;
    transition-duration: 0.3s;
}
.img_radius {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 8px;
    overflow: hidden;
}
.parallax_effect
{
	background-attachment: fixed;
	background-size: cover;
}
.bg_animation1 {
    animation: bg-animate 10s linear infinite
}

@keyframes bg-animate {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}


.overlay_abs_img
{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    width: 100%;

}
.overlay_abs_img img
{
    width: 100%;
}
.comman_tb_padding
{
	padding-top:50px;
	padding-bottom:50px;
}
.comman_top
{
	margin-top: 50px;
}
.comman_center_width
{
	
	max-width:800px;
	width:100%;
	margin:0 auto;
}
.hover_comman:hover
{
	background-color: #111 !important;
	transition-duration: 0.3s;
}
/* Aylen button effect */
.button_effect_aylen {
	overflow: hidden;
	
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	    position: relative;
    z-index: 1;
    transition-duration: 0.3s;
}
.button_effect_aylen::before,
.button_effect_aylen::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button_effect_aylen::before {
	background: #0162af;
}
.button_effect_aylen::after {
	background: #0a75cb;
}
.button_effect_aylen:hover {
	color: #fff;
	border: none;
}
.button_effect_aylen:hover::before,
.button_effect_aylen:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button_effect_aylen:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}

.custom_container
{
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	padding-right: 15px;
    padding-left: 15px;
}

/*============== Navigation ==========*/
.nav_sec {
	padding: 0px 0;
    background-color: #fff;
    position: relative;
    /*left: 0;
    top: 0;*/
    z-index: 2;
    transition-duration: 0.4s;
    width: 100%;
	
}
.nav_sec .nav_con
{
    padding: 5px 0;
}
.nav_inner
{
	display: flex;
}
.logo_area
{
	display: flex;
    width: 30%;
}
.nav_area
{
	width: 70%;
    display: flex;
    align-items: center;
}
.logo_box img
{
	
	
}
.nav_inner
{
	position: relative;
}

.nav_sec .stellarnav > ul > li > a
{
	padding: 5px 16px;
    letter-spacing: 0.6px;
    position: relative;
    font-size: 17px;
    color: #000;
}
.nav_sec .stellarnav > ul > li:last-child > a
{
	padding-right: 0 !important;
}
.nav_sec .stellarnav > ul > li > a
{
	
}

.stellarnav li.has-sub > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding-left: 5px;
}
/*.nav_sec .stellarnav > ul > li > a:before
{
	content: "";
    position: absolute;
    right: 0;
    top: 17px;
    height: 21px;
    width: 1px;
    background: #121f6c;
}
.nav_sec .stellarnav > ul > li:last-child a:before
{
	display: none;
}*/
.nav_sec .stellarnav > ul > li.active > a
{
    /*color: #ff3e55;*/
}
.nav_sec .stellarnav ul
{
	text-align: right;
	padding: 0px 0 0 0;
}
.nav_sec .stellarnav.dark {
    background: rgba(0, 0, 0, 0);
}
.nav_sec .stellarnav.dark ul ul
{
	text-align: left;

}


.nav_sec .navbar-brand 
{
	padding: 0 0;
}
.nav_sec .navbar-collapse
{
	justify-content: flex-end;
}
.nav_sec.navbar .navbar-nav li a
{
	padding: 13px 20px;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    position: relative;
	letter-spacing: 0.7px;
}
.nav_sec.navbar .navbar-nav li:last-child a
{
	padding-right:0;
}
.nav_sec.navbar .navbar-nav li.active a
{
	color: #ffd400;
}
.nav_sec.navbar.stickyhead .navbar-collapse {
    
}
.nav_sec.navbar .navbar-nav > li > a:before
{
	content: "";
    position: absolute;
    right: 0;
    top: 18px;
    height: 14px;
    width: 1px;
    background: #fff;
}
.nav_sec.navbar .navbar-nav li:last-child a:before
{
	display: none;
}
.stellarnav.dark ul ul {
    background: rgb(255 255 255 / 98%);
}
.nav_sec .stellarnav ul li ul li a
{
	color: #000;
    padding: 12px 15px;
    border-bottom: 1px solid #dfd9d9;
    transition-duration: 0.3s;
}
.nav_sec .stellarnav ul li ul li a:hover
{
    background-color: #ff3e55;
    color: #fff;
    transition-duration: 0.3s;
}

.nav_sec.navbar .navbar-nav li ul li a {
    padding: 8px 15px;
    font-size: 14px;
}

/*
.header_appointment_area
{
	text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_appointment_area .header_social
{

    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_social ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.header_social ul li
{
	display: inline-block;
	padding: 0 1px;
}
.header_social ul li a
{
	color: #fff;
    text-decoration: none;
    transition-duration: 0.4s;
    padding: 3px 7px;
}
.header_social ul li a:hover
{
	color: #4ad7d1;
	transition-duration: 0.4s;
}*/
/**/
/*=== fullpage_content_sec ==*/
.fullpage_content_sec
{

}
.fullpage_comman_sec
{
  /*min-height: 600px;*/
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /*clip-path: polygon(0 9%, 100% 0, 100% 92%, 0 100%);
    margin-top: -70px;*/
}
.fullpage_comman_sec:last-child
{
  /*clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);*/
}
.fullpage_comman_sec .camp_big_img
{
  width: 100%;
}
.fullpage_comman_sec:nth-child(odd) .fullpage_content
{
  display: flex;
  justify-content: flex-end;

}
.fullpage_comman_sec .fullpage_content
{
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fullpage_content .fp_content_inner
{
  max-width: 620px;
  width: 100%;
    font-size: 18px;
    color: #ebebeb;
    margin: 0 0 15px 0;
    padding: 0;
}
.fullpage_content .fp_content_inner h2
{
  font-size: 55px;
  color: #fff;
  margin: 0 0 15px 0;
  padding: 0;
  /*font-family: 'Oswald', sans-serif;*/
  font-family: 'Raleway', sans-serif;
}
.fullpage_content .fp_content_inner p
{
  font-size: 20px;
  color: #fff;
  margin: 0 0 26px 0;
  padding: 0;
}


/*====== training_program_sec =======*/
.training_program_sec
{
    padding: 50px 0;
}
.training_program_sec .heading_box h2
{
    
}
.top_cate_box
{
    position: relative;
}
.top_cate_box .grid figure
{
    background-color: #000;
    border-radius: 7px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.training_program_sec .top_cate_box .grid figure
{
    border-radius: 0px;
    box-shadow: none !important;
}
.top_cate_box .grid img
{
    width: 100%;
}
.top_cate_box .grid figure img
{
    opacity: 0.8;
    transition-duration: 0.3s;
}
.top_cate_box .grid figure:hover img
{
    opacity: 0.4;
    transition-duration: 0.3s;
}
.top_cate_box .grid h2
{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 35px 0;
    letter-spacing: 0.8px;
}
.top_cate_box .grid p
{
    font-size: 17px;
    text-transform: initial;
    line-height: 1.3;
    color: #fff;
}

.top_cate_box figure.effect-lily figcaption > div
{
    padding:15px 20px 30px 20px;
}
.top_cate_box figure.effect-lily figcaption > div
{
    height: auto;
}
/*============ vission_mission_sec ========*/
.vission_mission_sec
{
    overflow: hidden;
    /*background-image: url('../images/bg_lines.jpg');*/
    background-color: #f7f3f3;
    padding: 50px 0;
}
.home_abt_area {
    border-bottom: 2px solid #f5f5f5;
    padding: 20px 0;
}
.home_abt_area p
{
    font-size: 17px
}

/*.vm_sec
{
    position: relative;
}
.vm_sec:before, 
.vm_sec:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}
.vm_sec:before {
    background-color: #212121;
    left: 0;
}
.vm_sec:after {
    background-color: #f15a24;
    right: 0;
}
*/
/*========== about-area ============*/
.vission_mission_sec2
{
    padding: 70px 0 30px 0;
    overflow: hidden;
    position: relative;
}
.about-area {
    position: relative;
    z-index: 1;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.about-image {
    position: relative;
    padding-right: 30px;
}
.about-image img {
    border-radius: 5px;
    max-width: 100%;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.about-image img:nth-child(2) {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
}
.about-content .sub-title {
    text-transform: uppercase;
    display: block;
    color: #ff1949;
    font-weight: 500;
    margin-bottom: 10px;
}
.about-content h2 {
    margin: 0 0 15px 0;
    line-height: 1.3;
    font-size: 38px;
    /*font-family: 'RealTextBold';*/
}
.about-content h3 {
    font-size: 28px;
    margin: 0 0 12px 0;
    line-height: 1.3;
    position: relative;
    padding-left: 20px;
}
.about-content h3:before
{
    content: "";
    height: 21px;
    width: 4px;
    background-color: #ff3e55;
    position: absolute;
    left: 0;
    top: 10px;
}
.about-content h6 {
    margin-bottom: 14px;
    line-height: 1.6;
}
.about-content p {
    margin: 0 0 15px 0;
    line-height: 1.5;
    color: #19191a;
    font-size: 16px;
}
.about-content ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-content .features-text {
    margin-top: 25px;
}
.about-content .features-text h5 {
    margin-bottom: 22px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding-left: 47px;
    padding-top: 7px;
}
.about-content .features-text i {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-color: #0eb582;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    font-size: 20px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.default-btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    padding: 10px 22px;
    position: relative;
    background-color: #3863e8;
    color: #ffffff;
    font-size: 15px;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
}
.default-btn:hover
{
    color: #fff;
}
/*==== why_training_sec ====*/
.why_training_sec
{
    padding: 60px 0 30px 0;
    background-color: #001730;
    background-position: center;
}
.why_training_area
{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.ot_feature
{
    margin-bottom: 30px;
    display: flex;
}
.ot_feature_bx
{
    text-align: center;
    /*border: 1px solid #ddd;
    padding: 40px 20px;
    border-radius: 4px;
    width: 100%;
    background-color: #fff;*/
}
.ot_feature_bx .ot_icon
{
    width: 165px;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*color: #3f51b5;
    font-size: 29px;
    line-height: 1;*/
    /*border: 1px solid #3f51b5;*/
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}
.ot_feature_bx .ot_icon img
{
    width: 100%;
}
/*.ot_feature_bx:hover .ot_icon
{
    background-color: #3f51b5;
    color: #fff; 
}*/
.ot_feature_bx h3
{
    font-size: 18px;
    color: #fff;
    margin: 0 0 15px 0;
}
.ot_feature_bx p
{
    font-size: 16px;
    color: #000;
    margin: 0 0 1px 0;
}
.top_uni_left p
{
    font-size: 17px;
}
/*=== blog ====*/
.blog_sec_home
{
    padding: 30px 0 60px 0;
    background-color: #fbfbfb;
}
.blog_home_area .top_cate_box_main
{
    margin-bottom: 30px;
}
.blog_home_area
{
    margin-top: 60px;
}
.blog_box_main
{
    margin-bottom: 30px;
}
.blog_box_main .top_cate_box figure.effect-lily figcaption > div {
    padding: 15px 20px 20px 20px;
}
.blog_date
{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    width: 60px;
    height: 60px;
    background-color: #ff3e55;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 3px;
}
.blog_date h6
{
    color: #fff;
    text-align: center;
}
.blog_date h6 span
{
    display: block;
    font-size: 22px;
}


























/*======== Testimonial Section start =====*/
.home_contact_sec {
	padding: 40px 0 70px 0;
}

.hc_box_main
{
    z-index: 3;
    position: relative;
    padding: 0px;
}
.hc_box_main h3
{
    font-size: 24px;
    margin: 10px 0 20px 0;
}
.hc_box_main p
{
    font-size: 16px;
    margin: 0px 0 15px 0;
}
.hc_box_main .ct_btn
{
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 20px;
    background-color: #184261;
    color: #fff;
}

#tile-1 .nav_tabs
{
    position: relative;
    border: none!important;
    background-color: #0162af;
    border-radius: 9px;
    padding: 0 20px;
}
#tile-1 .nav_tabs .nav_item
{
  margin:0px!important;
}
#tile-1 .nav_tabs .nav_item .nav_link
{
  position:relative;
  margin-right:0px!important;
  padding: 30px 30px;
  font-size:16px;
  border:none!important;
  color:#fff;
  height: 100%;
  /*z-index: 4;*/
}
#tile-1 .nav_tabs .nav_link:hover
{
  
  border:none;
}
#tile-1 .slider
{
  /*position: relative;*/
  display:inline-block;
  width:0px;
  height:116%;
  border-radius:3px;
  background-color:#ff3e55;
  position:absolute;
  z-index:2;
  bottom:-8%;
  transition:all .4s linear;
  
}
#tile-1 .slider:before
{
    content: "";
    width:0px;
  height:100%;
  border-radius:3px;
  background-color:#39bcd3;
  position:absolute;
  z-index:3;
  bottom:0;
  transition:all .4s linear;

}
#tile-1 .nav_tabs .active
{
  /*background-color:#ccc!important;*/
  border:none!important;
  
}



/*======= footer_sec =======*/
.footer_sec
{
	padding: 50px 0 5px 0;
	background-color: #001730;
    background-image: url(https://elementor.zozothemes.com/corpkit/wp-content/uploads/sites/45/2021/08/footer-bg-1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	
}
.ft_box2 .footer_box
{
    padding-left: 40px;
}
.footer_box
{
	margin-bottom: 20px;
}
.footer_box .ft_heading
{
    font-size: 17px;
    color: #e3e3e3;
    padding: 0 0 6px 0;
    margin: 0 0 0px 0;
    letter-spacing: 0.7px;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
}
.ft_contact ul
{
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}
.ft_contact ul li
{
    display: inline-block;
    margin: 0 17px 18px 0;
    color: #e3e3e3;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    vertical-align: top;
}
.ft_contact ul li .ft_icon
{
	position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #ff3e55;

}
.ft_contact ul li p
{
	font-size: 14px;
    color: #000;
    font-weight: 300;
	margin: 0 0 1px 0;
    letter-spacing: 0.8px;
}
.ft_contact ul li p a
{
	color: #fff;
}

.ft_contact p
{
	    font-size: 14px;
    color: #fff;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}
.ft_links ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.ft_links ul li
{
	display: inline-block;
    margin: 0 0 6px 0;
    padding: 0 15px 0 0;
}
.ft_links ul li a
{
    font-size: 14px;
    color: #e3e3e3;
    letter-spacing: 0.3px;
    transition-duration: 0.3s;
    font-weight: 300;
}
.ft_links ul li a:hover
{
	color: #ff3e55;
	transition-duration: 0.3s;
	padding-left: 3px;
}
/*============ footer_copyright_sec =========*/
.footer_copyright_sec
{
    padding: 15px 0;
    background-color: #001730;
    border-top: 1px solid #2c2a2a;
}
.footer_copy_left
{
    display: flex;
    align-items: center;
}
.footer_copy p a
{
	color: #8e27c7;
}
.footer_copy p
{
	text-align: center;
    font-size: 14px;
    color: #e3e3e3;
    padding: 0 0 0 0;
    margin: 0px 0 0px 0;
    letter-spacing: 0.6px;
}
.footer_social ul
{
	list-style: none;
	padding: 0;
    margin: 0;
    text-align: right;
}
.footer_social ul li
{
	display: inline-block;
	padding: 0px;
    margin: 0 0 13px 0;
}
.footer_social ul li a
{
	color: #fff;
    font-size: 17px;
    /*background-color: #333333;*/
    display: block;
    padding: 7px 10px;
    transition-duration: 0.3s;
    color: #cfd9d8;
}
.footer_social ul li a i
{
    
}
.footer_social ul li a:hover
{
	color: #ff3e55;
	transition-duration: 0.3s;
}
/*====== top_to_scroll ======*/
#scrollup {
 width: 50px;
 height: 50px;
 display: none;
 background-color: #ff3e55;
 position: fixed;
 bottom: 50px;
 right: 50px;
 text-align: center;
 line-height: 45px;
 color: #fff;
 font-size: 30px;
 border-radius: 6px;
	z-index: 9;
}
/*============ inner_page_banner_sec ============*/
.inner_page_banner_sec
{
	background-size: cover;
    width: 100%;
    min-height: 420px;
    /*display: flex;
    align-items: center;
    text-align: center;*/
	position:relative;
	display: flex;
    align-items: center;
    background-position: center center;
}
.full_height_only
{
    height: 100vh;
}
.inner_page_banner_sec img
{
	width:100%;
}
.inner_page_banner_sec:before
{
	/*content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.3);*/
	
}
.inner_banner_content
{
    max-width: 770px;
    /*background-color: rgb(171, 0, 0, 0.6);
    text-align: center;
    padding: 13px 10px;*/
}
.inner_page_banner_sec h1
{
	font-size: 53px;
    color: #fff;
    padding: 0;
    margin: 0 0 0 0;
    /*text-transform: uppercase;*/
	letter-spacing:1.6px;
}
.inner_banner_ribban_style
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.inner_banner_ribban_style img
{
    width: 100%;
}
.aboutus_page_sec
{
	
}
.comman_content_txt h2
{
	font-size: 33px;
    color: #1b1b1b;
    padding: 0;
    margin: 0 0 18px 0;
    font-weight: 700;
    letter-spacing: 0.8px;
}
.comman_content_txt h3 {
    font-size: 23px;
    color: #111;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 700;
    letter-spacing: 0.8px;
}
.comman_content_txt p
{
	font-size: 17px;
    color: #191818;
    padding: 0;
    margin: 0px 0 18px 0;
    letter-spacing: 0.6px;
        /*font-weight: 300;*/
}
.comman_content_txt ul
{
    padding: 0;
    margin: 0;
}
.comman_content_txt ul li
{
    font-size: 18px;
    color: #191818;
    margin: 0 0 14px 0;
}
#story_img
{
    position: sticky;
    top: 130px;
}
.comman_content_txt p.txt_right
{
	/*text-align: right;*/
}
.list_about
{
	list-style:none;
	padding:0;
	margin:0;
}
 .list_about li{
	 display:block;
	 margin:0 0 7px 0;
	 font-size: 15px;
    color: #535353;
    padding: 0;
    letter-spacing: 0.6px;
 }
 .list_icon_only li
 {
	 position:relative;
	 padding-left:30px;
 }
 .list_icon_only li:before
 {
	 content:"";
	 background-image: url('../images/check_icon.png');
     width: 17px;
     height: 19px;
	 position:absolute;
	 left: 0;
     top: 2px;
     color: #0599b5;
	 
 }

.pro_cate_area
{
    margin-top: 30px;
}
.pro_page_content p
{
    font-size: 18px;
    color: #000000;
    padding: 0;
    margin: 0px 0 18px 0;
    letter-spacing: 0.2px;
    font-weight: 300;
    line-height: 1.6;
    text-align: justify;
}
.pro_page_content ul
{
    margin: 0;
    padding: 0;
}
.pro_page_content ul li
{
    font-size: 24px;
    color: #191818;
}
/*==== contact_page_sec =====*/
.contact_page_sec
{
    padding: 60px 0 60px 0;
}

.ct_address_area
{
    background-color: #001730;
    border-radius: 7px;
    background-image: url('../images/contact_shape_icon.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.ct_address_inner
{
    padding: 30px;
}
.ct_address_inner h3
{
    color: #fff;
    font-size: 30px;
    margin: 0 0 10px 0;
    letter-spacing: 0.6px;
}
.ct_address_inner p
{
    color: #fff;
    font-size: 15px;
}
.contact_form_area h3
{
    font-size: 30px;
    margin: 0 0 20px 0;
}
.ct_page_contact
{

}
.ct_page_contact ul
{
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
}
.ct_page_contact ul li
{
    display: block;
    margin: 0 17px 25px 0;
    color: #e3e3e3;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    vertical-align: top;
}
.ct_page_contact ul li .ft_icon
{
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 18px;
    color: #ff3e55;

}
.ct_page_contact ul li p
{
    font-size: 14px;
    color: #000;
    font-weight: 300;
    margin: 0 0 1px 0;
    letter-spacing: 0.8px;
}
.ct_page_contact ul li p a
{
    color: #fff;
}

.contact_social ul
{
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
    /* text-align: right; */
}
.contact_social ul li
{
    display: inline-block;
    padding: 0px;
    margin: 0 0 13px 0;
}
.contact_social ul li a
{
    color: #fff;
    font-size: 19px;
    /*background-color: #333333;*/
    display: block;
    padding: 7px 10px;
    transition-duration: 0.3s;
    color: #cfd9d8;
}
.contact_social ul li a i
{
    
}
.contact_social ul li a:hover
{
    color: #ff3e55;
    transition-duration: 0.3s;
}


.contact_form_area
{
    background-color: #eff7fb;
    padding: 30px 30px;
}
.contact_form .form-control {
    height: 48px; 
    resize: none;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
    outline: none;
    color: #000;
    font-size: 16px;
    border: 1px solid #ccc;
}
.contact_form label
{
    display: none;
}
.contact_form textarea {
    height: 114px !important;
    }
.contact_form .btn_box
{
    text-align: right;
}
.contact_form .btn_f_submit {
    margin-top: 20px;
}
.contact_map_area
{
    margin-top: 60px;
}
.map_box iframe {
    width: 100%;
    height: 430px;
}

/*== ANimation ===*/
@-webkit-keyframes rotated360 {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-1turn);
    }
}
@keyframes rotated360 {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-1turn);
    }
}
@-webkit-keyframes rotate-in {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    to {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes rotate-in {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    to {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@-webkit-keyframes animationFramesOne {
    0% {
        transform: translate(0) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    to {
        transform: translate(0) rotate(0deg);
    }
}
@keyframes animationFramesOne {
    0% {
        transform: translate(0) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    to {
        transform: translate(0) rotate(0deg);
    }
}
@-webkit-keyframes opacity-option {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.05;
    }
    to {
        opacity: 1;
    }
}
@keyframes opacity-option {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.05;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes running-in {
    0% {
        transform: translate(0);
    }
    50% {
        transform: translate(-10px, 170px);
    }
    to {
        transform: translate(0);
    }
}
@keyframes running-in {
    0% {
        transform: translate(0);
    }
    50% {
        transform: translate(-10px, 170px);
    }
    to {
        transform: translate(0);
    }
}
@-webkit-keyframes movebounce-in {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(70px);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes movebounce-in {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(70px);
    }
    to {
        transform: translateX(0);
    }
}
@-webkit-keyframes movebounce-up {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes movebounce-up {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    to {
        transform: translateY(0);
    }
}
@-webkit-keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}
@-webkit-keyframes rotaed360 {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-1turn);
    }
}
@keyframes rotaed360 {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-1turn);
    }
}


@keyframes blinkingText{
        0%      { color: #14a8eb;}
        55%     { color: #f15a24;}
        /*100%     { color: #fff;}*/
        /*75%     { color: #254878;}
        100%    { color: #04a1d5;}*/
    }
/*=== circle animation ===*/
@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(360deg);
        }
}
/**/
@-webkit-keyframes running-in {
    0% {
        transform: translate(0);
    }
    50% {
        transform: translate(-10px, 50px);
    }
    to {
        transform: translate(0);
    }
}
@keyframes running-in {
    0% {
        transform: translate(0);
    }
    50% {
        transform: translate(-10px, 50px);
    }
    to {
        transform: translate(0);
    }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes moveit {
    from {left: 0;}
    to {left: 50%;}
}
 
/* Standard syntax */
@keyframes moveit {
    from {left: 0;}
    to {left: 50%;}
}

.cv_animation
{
    /*position: relative;*/

}
.cv_animation .c_shape_comman
{
    position: absolute;
}
.cv_animation .cv_map
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
}
.cv_animation .c_shape1
{
    left: 3%;
    top: 2%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
}
.cv_animation .c_shape2
{
    left: 0%;
    top: 17%;
    -webkit-animation: running-in 5s linear infinite;
    animation: running-in 5s linear infinite;
}
.cv_animation .c_shape3
{
    right: 12%;
    top: 20%;
    -webkit-animation: animationFramesOne 11s linear infinite;
    animation: animationFramesOne 11s linear infinite;
}
.cv_animation .c_shape4
{
    left: 5%;
    bottom: 5%;
    -webkit-animation: rotated360 10s linear infinite;
    animation: rotated360 10s linear infinite;
}
.cv_animation .c_shape5
{
    left: 2%;
    bottom: 40%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
}
.cv_animation .c_shape6
{
    left: 0%;
    bottom: 35%;
    /*-webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;*/
    
    animation: moveit 18s linear infinite;
}
.cv_animation .c_shape7
{
    right: 33%;
    bottom: 35%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
}
.cv_animation .c_shape8
{
    right: 10%;
    bottom: 15%;
    -webkit-animation: rotated360 13s linear infinite;
    animation: rotated360 13s linear infinite;
}
.cv_animation .c_shape9
{
    left: 9%;
    top: 3%;
    -webkit-animation: rotated360 6s linear infinite;
    animation: rotated360 6s linear infinite;
}
.cv_animation .c_shape10
{
    right: 5%;
    top: 0%;
    -webkit-animation: animationFramesOne 13s linear infinite;
    animation: animationFramesOne 13s linear infinite;
}
.cv_animation .c_shape11
{
    right: 5%;
    top: 7%;
    -webkit-animation: running-in 16s linear infinite;
    animation: running-in 16s linear infinite;
}
.cv_animation .c_shape12
{
    right: 2%;
    bottom: 8%;
    -webkit-animation: running-in 3s linear infinite;
    animation: running-in 3s linear infinite;
}
/*== parallax_full_sec ==*/
.parallax_full_sec {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}
.bg_overlay
{
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.parallax_full_sec .comman_content_txt h2,
.parallax_full_sec .comman_content_txt p
{
    /*color: #fff;*/
}
.comman_content_txt
{
    z-index: 1;
    position: relative;
}


.list_styled
{
    list-style: none;
}
.list_styled li {
    padding: 0 0 0 23px;
    position: relative;
}
.list_styled li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    color: #ff3e55;
    position: absolute;
    left: 0;
    font-size: 13px;
    top: 4px;
}
/*== call_action_sec ==*/
.call_action_sec
{
    padding: 100px 0;
    background-position: center;
    background-size: cover;
}
.call_action_area h3
{
    font-size: 60px;
    margin: 0 0 17px 0;
    color: #0e2128;
}
.call_action_area p
{
    font-size: 24px;
    margin: 0 0 30px 0;
}
.call_action_area .big_call_btn
{

}

/**/