/********************************************************
1. body start
 *******************************************************/

:root {
    --orange-color-dark: #edc402;
    --orange-color-light: #edc402;
    --dark-blue: #445561;
    --black-color: #222222;
    --gray-color: #757575;
    --white-color: rgb(255, 255, 255);
    --background: #FFF;

}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    background: var(--background);
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    word-break: break-word;
}

img {
    max-width: 100%;
}

input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
 :after,
 :before,
 :hover,
 :focus,
.form-control:focus {
    outline: none !important;
    box-shadow: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

p {
    margin: 0px;
    padding: 0;
    word-break: break-word;
}


/* width */

::-webkit-scrollbar {
    width: 4px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #ebecff;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--orange-color-light);
    width: 4px;
}

.container {
    max-width: 1170px;
}

.col-lg-8.col-md-12.col-sm-12.col-xs-12.padding_0 {
    padding: 0;
}

.col-lg-4.col-md-12.col-sm-12.col-xs-12.padding_0 {
    padding: 0;
}


/* button css */

.all_btn,
.all_btn:focus {
    min-width: 147px;
    padding: 0 20px;
    height: 47px;
    line-height: 47px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    font-weight: 500;
    transform: translateX(0px);
    box-shadow: -6.772px 8.668px 20px 0px rgba(255, 94, 20, 0.3);
    color: var(--white-color);
    background: var(--orange-color-light);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: linear-gradient(to left, #edc402 50%, #445561 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.all_btn:hover {
    color: var(--white-color);
    box-shadow: none;
    background-position: left bottom;
}


/*define css*/


/*all heading css*/

.tr_service_heading {
    text-align: center;
}

.tr_service_heading h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--orange-color-light);
}

.tr_service_heading h5 {
    font-size: 32px;
    font-weight: 300;
    color: var(--blue_color);
    padding: 15px 0px 36px;
}

.tr_service_heading.tr_testimonial_res h5 {
    padding-bottom: 0;
}


/*all heading css end*/
.ed_toppadder10{
	padding-top:10px;
}
.ed_toppadder20{
	padding-top:20px;
}
.ed_toppadder30{
	padding-top:30px;
}
.ed_toppadder40{
	padding-top:40px;
}
.ed_toppadder50{
	padding-top:50px;
}
.ed_toppadder60{
	padding-top:60px;
}
.ed_toppadder70{
	padding-top:70px;
}
.ed_toppadder80{
	padding-top:80px;
}
.ed_toppadder90{
	padding-top:90px;
}
.ed_toppadder100{
	padding-top:100px;
}
.ed_bottompadder10{
	padding-bottom:10px;
}
.ed_bottompadder20{
	padding-bottom:20px;
}
.ed_bottompadder30{
	padding-bottom:30px;
}
.ed_bottompadder40{
	padding-bottom:40px;
}
.ed_bottompadder50{
	padding-bottom:50px;
}
.ed_bottompadder60{
	padding-bottom:60px;
}
.ed_bottompadder70{
	padding-bottom:70px;
}
.ed_bottompadder80{
	padding-bottom:80px;
}
.ed_bottompadder90{
	padding-bottom:90px;
}
.ed_bottompadder100{
	padding-bottom:100px;
}
.white_color {
    color: var(--white_color);
}

.orange_color_light {
    color: var(--orange-color-light);
    letter-spacing: 1px;
}

.gray_color {
    color: var(--gray-color);
}

.blue_color {
    color: var(--dark-blue) !important;
}

.white_color {
    color: var(--white-color);
}

.f_12 {
    font-size: 12px;
}

.f_14 {
    font-size: 14px;
}

.f_15 {
    font-size: 15px;
}

.f_18 {
    font-size: 18px;
}

.f_16 {
    font-size: 16px;
}

.f_20 {
    font-size: 20px;
}

.f_22 {
    font-size: 22px;
}

.f_32 {
    font-size: 32px;
}

.f_36 {
    font-size: 36px;
}

.f_w_100 {
    font-weight: 100;
}

.f_w_700 {
    font-weight: 700;
}

.f_w_600 {
    font-weight: 600;
}

.f_w_800 {
    font-weight: 800;
}

.padd_top_10px {
    padding-top: 11px;
}


/* button css */


/********************************************************
1. body end
 *******************************************************/
 /*--------- Search form start --------*/
.ed_form_box{
	float:left;
	width:100%;
	border-bottom:1px solid #e1e1e1;
}
.ed_form_box.style_2 {
    margin-top: -100px;
    position: relative;
    text-align: center;
	border:none;
}
.ed_search_form{
	float:left;
	width:100%;
	background-color:#fca901;
	padding:50px;
	border-radius:3px;
	margin-bottom:50px;
    -webkit-box-shadow: 0px 10px 30px -15px #1c2130;
    -moz-box-shadow: 0px 10px 30px -15px #1c2130;
    -o-box-shadow: 0px 10px 30px -15px #1c2130;
    -ms-box-shadow: 0px 10px 30px -15px #1c2130;
    box-shadow: 0px 10px 30px -15px #1c2130;
}
.ed_search_form .form-inline {
    float: left;
    width: 100%;
}
.ed_search_form .form-inline p{
    float: left;
    width: 100%;
	margin:0px;
	color:#ffffff;
	font-size:24px;
	text-transform:capitalize;
	margin-bottom:20px;
}
.ed_search_form .form-inline .form-control{
	border:1px solid #fff;
    background-color: #fca901;
    padding: 0px 20px;
    color: #fff;
    float: left;
    width: 100%;
    font-size: 16px;
    height: 45px;
    border-radius: 30px;
}
.ed_search_form .form-inline .form-group {
    width: 100%;
    padding: 0px 0px;
}
.ed_search_form .form-inline .form-group:first-child {
    padding-left: 0;
}
.ed_search_form .form-inline .form-group:last-child {
    padding-right: 0;
}
.ed_search_form form input::-moz-placeholder {
	color:#fff;
	text-transform:capitalize;
}
.ed_search_form form input:-ms-input-placeholder {
	color:#fff;
	text-transform:capitalize;
}
.ed_search_form form input::-webkit-input-placeholder {
	color:#fff;
	text-transform:capitalize;
}
.ed_search_form .ed_orange{
	width:100%;
    padding: 11px 0px;
	background-color:#ffffff;
	color: #fca901;
	border:1px solid #ffffff;
}
.ed_search_form .ed_orange:hover {
	border:1px solid #ffffff;
}
.ed_search_image{
	float:left;
	width:100%;
}
.ed_btn {
    border-radius:3px;
    padding: 13px 35px;
	text-transform: capitalize;
	overflow: hidden;
	position:relative;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
    z-index: 1;
	border:none;
	border-radius:30px;
	font-size:16px;
}
.ed_btn::before,
.ed_btn::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);
}
.ed_orange{
	background-color:#fca901;
	color:#ffffff;
	border:1px solid #fca901;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_orange:hover {
	background-color:#ffffff;
	color: #fca901;
	border:1px solid #fca901;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.btn.ed_btn.ed_orange.ed_btn.ed_orange_right {
    float: right;
}
.ed_green{
	background-color:#ffffff;
	color:#fca901;
	border:1px solid #fca901;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_green:hover {
	background-color:#fca901;
	color: #ffffff;
	border:1px solid #ffffff;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*--------- Search form end ---------*/
 /*------- event page start ---------*/
.ed_single_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
#ed_custom_select{
	float:left;
	margin-bottom: 40px;
	font-size:12px;
}
#ed_custom_select span{
	text-transform:capitalize;
}
.ed_custom_select_box_button {
	float:left;
	padding: 12px 20px;
	background-color:#fca901;
	color: #ffffff;
	font-size:14px;
}
.ed_custom_select_box_button:hover {
	cursor: pointer;
	color: #ffffff;
	text-decoration:none;
}
.ed_custom_select_box_options {
	display: none;
    list-style: none;
    margin: 34px 0px 0px 0px;
    padding: 0px;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 79px;
    z-index: 1;
    background-color: #000
}
.ed_custom_select_box_options li {
	border: 1px solid #ffffff;
	border-bottom: none;
	border-right: none;
	border-left: none;
	text-align: center;
}
.ed_custom_select_box_options li:hover {
	cursor: pointer;
}
.ed_custom_select_box_options li:first-child {
	color: #3c3d49;
}
.ed_custom_select_box_options li a {
	display: block;
	width: 100%;
	padding: 8px 10px;
	text-transform:capitalize;
	text-decoration:none;
	color:#ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_custom_select_box_options li a:hover{
	color:#ffffff;
	background-color:#fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.on_map{
	float:left;
	margin-left:20px;
	font-size:14px;
}
.on_map a{
	text-decoration:none;
	font-size:12px;
    color: #fca901;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_green.on_map:hover a{
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: none;
}
.on_image{
	float:left;
	margin-left:20px;
}
.on_image a{
	text-decoration:none;
	font-size:12px;
	text-transform:capitalize;
	color:#ffffff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.on_image a:hover{
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: none;
}
.ed_event_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ed_event_wrapper_item{
	float: left;
    width: 100%;
    margin-bottom: 40px;
    padding: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_event_wrapper_item:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
}

.ed_event_wrapper_item_img{
    float: left;
    width: 100%;
	overflow:hidden;
	position:relative;
}
.ed_event_wrapper_item_img img{
	border-radius:3px;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_event_wrapper_item_img:hover img{

}
.ed_event_wrapper_item_img iframe{
	width:100%;
	height:100%;
	border:none;
}
.ed_event_wrapper_item_img:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 50%;
    right: 50%;
    bottom: 0%;
	border-radius:3px;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_wrapper_item:hover .ed_event_wrapper_item_img:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_wrapper_item_description{
    float: left;
    width: 100%;
    padding: 15px 0px 0px 0px;
	text-align: left;
	background-color:#ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_wrapper_item_description h4 {
	text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin: 0px 0px 5px 0px;
}
.ed_event_wrapper_item_description h4 a{
	font-size: 18px;
	color:#272727;
	text-decoration:none;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_event_wrapper_item_description h4 a:hover{
	color:#fca901;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_event_wrapper_item_description span{
	float: left;
    width: 100%;
    padding-bottom: 15px;
    font-size: 13px;
	text-transform:capitalize;
}
.ed_event_wrapper_item_description a {
    text-decoration: none;
    color: #fca901;
	font-size:12px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_event_wrapper_item_description a:hover {
    color: #272727;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_event_wrapper_item_description a i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_event_wrapper_item_description a:hover i {
    padding-left: 5px;
	padding-top:3px;
	    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*------- event page end ---------*/
/*------- event single page start ---------*/
.ed_event_single_item{
	float:left;
	width:100%;
}
.ed_event_single_image {
	float:left;
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #fca901;
}
.ed_event_single_image:hover{
	border:1px solid #fca901;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_event_single_image img{
	width:100%;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_event_single_image:hover img{
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_event_single_info{
	float:left;
	width:100%;
}
.ed_event_single_info h2{
	font-size:28px;
    text-transform: capitalize;
}
.ed_event_single_info h2 a{
	text-decoration:none;
	color:#272727;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_single_info h2 a:hover{
	color:#fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_single_info p{
	float:left;
	width:100%;
	margin-top:15px;
}
.ed_event_single_contact_address{
	float:left;
	width:100%;
	background:#f5f5f5;
}
.ed_event_single_address_info{
	float: left;
    width: 100%;
    background-color: #fca901;
    color: #ffffff;
    padding: 44px;
	border-radius:3px;
}
.ed_event_single_address_info h4{
	float:left;
	width:100%;
	margin:0px;
	font-size:24px;
	color:#ffffff;
}
.ed_event_single_address_info p{
	color:#ffffff;
	float:left;
	width:100%;
	font-size:16px;
}
.ed_event_single_address_info p span{
	color:#ffffff;
	float:none;
	font-size: 20px;
}
.ed_event_single_address_info a{
	font-size: 20px;
	color:#ffffff;
	text-decoration:none;
    word-break: break-word;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_single_address_info a:hover{
	color:#303030;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_single_address_map{
	float:left;
	width:100%;
}
#map{
  display: block;
  width: 100%;
  height: 600px;
  margin: 0 auto;
}
#map.large{
  height:500px;
}
#map img{
	height:100%;
}
.ed_event_single_address_info span {
	float:left;
	width:100%;
}
.ed_event_single_address_info span a i{
	color:#ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_single_address_info span a:hover i{
	color:#fca901;
	padding-left:5px;
	font-size:18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#invitation_form .modal-content{
	border-radius:3px;
}
#invitation_form .modal-content .form-control{
    box-shadow: none;
    resize: none;
    padding: 0px 15px;
    height: 45px;
}
#invitation_form .modal-content textarea.form-control{
    padding: 10px 15px;
    height: auto;
}
#invitation_form .modal-content .form-group label {
    color: #272727;
    font-family: 'Work Sans';
    font-size: 13px;
}
#invitation_form .modal-content form .form-control:focus{
	outline:none;
	box-shadow:none;
	border-color:#fca901;
}
#invitation_form .close:hover, .close:focus{
	outline:none;
}
/*------- event single page end ---------*/
 /*------- Footer top start --------*/
.ed_footer_wrapper{
	float:left;
	width:100%;
    background-color: #2f3942;
}
.ed_footer_top{
	float: left;
    width: 100%;
}
.text-widget img{
	margin-bottom:27px;	
    margin-top: 4px;
}
.ed_sociallink ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ed_sociallink ul li{
	list-style:none;
	float:left;
	margin-top:20px;
}
.ed_sociallink ul li a{
	color:#fff;
	margin:0px 10px;
    font-size: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_sociallink ul li:first-child a{
	margin-left:0px;
}
.ed_sociallink ul li a:hover{
	color:#fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_sociallink ul li a i{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_sociallink ul li a i:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.text-widget h4.widget-title{
	color:#ffffff;
	font-size:22px;
	text-transform:capitalize;
	position:relative;
	margin-bottom:30px;
    margin-top: 0;
    font-weight: normal;
    padding-bottom: 15px;
}
.text-widget h4.widget-title:after{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 50px;
    height: 0px;
    border-bottom: 1px solid #fca901;
}
.text-widget h4.widget-title:before{
    position: absolute;
    content: "";
    top: 90%;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #fca901;
}
.text-widget p{
	float:left;
	width:100%;
	color:#CACACA;
	margin:0px;
}
.text-widget p i{
    float: left;
    padding: 5px 15px 35px 0px;
    font-size: 16px;
    color: #fca901;
}
.text-widget p a{
	color:#CACACA;
	text-decoration:none;
    word-break: break-word;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.text-widget p a:hover{
	color:#fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget.text-widget{
	float:left;
	width:100%;
    margin-bottom: 30px;
}
.text-widget p strong{
	color:#ffffff;
}
/*-------- Footer top end ---------*/
/*------- blog Single page start -------*/
.ed_blog_info blockquote{
	float:left;
	padding: 10px 20px;
    margin: 30px 0px 0px 50px;
    font-size: 18px;
    border-left: 5px solid #fca901;
	color: #272727;
    font-style: italic;
    font-family: 'Work Sans';
}
.ed_blog_tags {
	float: left;
    width: 100%;
    padding: 25px 0px 0px 0px;
    font-weight: 500;
}
.ed_blog_tags ul{
	margin:0px;
	padding:0px;
}
.ed_blog_tags ul li{
	float:left;
	list-style:none;
	padding-left:5px;
}
.ed_blog_tags ul li:first-child{
	padding-left:0px;
}
.ed_blog_tags ul li:first-child a{
	text-transform:uppercase;
	padding:3px 0px 0px 0px;
	color: #272727;
}
.ed_blog_tags ul li:first-child a:hover{
	color:#272727;
	cursor:text;
}
.ed_blog_tags ul li i{
	color:#fca901;
	-ms-transform: rotate(85deg); /* IE 9 */
	-moz-transform: rotate(85deg); 
	-o-transform: rotate(85deg); 
    -webkit-transform: rotate(85deg); /* Chrome, Safari, Opera */
    transform: rotate(85deg);
}
.ed_blog_tags ul li a{
	text-decoration:none;
	text-transform:capitalize;
	color: #272727;
}
.ed_blog_tags ul li a:hover{
	color:#fca901;
}
.ed_blog_tags div{
	float:right;
}
.ed_blog_tags div a{
	text-decoration:none;
	text-transform:capitalize;
	color: #272727;
}
.ed_blog_tags div a:hover{
	color:#fca901;
}
#ed_social_share{
	position:absolute;
	right:0%;
	display:none;
	z-index:1000;
}
#ed_social_share li a i{
	font-size:16px;
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	color:#272727;
}
#ed_social_share li a {
	margin-right:10px;
}
#ed_social_share li a i{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#ed_social_share li a i:hover{
	color:#fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#ed_social_share li:first-child a:hover{
	cursor:pointer;
}
.ed_quotation{
	float:left;
	width:100%;
	text-align:center;
	margin:15px 0px;
	background-color:#272727;
	background-image: url(../images/blog/qoute_bg.png);
	background-size: cover;
	background-repeat:no-repeat;
    background-position: 100% 100%;
}
.ed_quotation h4{
    font-size: 36px;
    padding: 50px 0px;
    color: #ffffff;
}
.ed_quotation span{
	padding-left:12px;
}
.ed_blog_comment_wrapper{
	float:left;
	width:100%;
	padding-bottom: 20px;
}
.ed_blog_comment_wrapper h4{
	float:left;
	width:100%;
	font-size:24px;
	font-weight:500;
	position:relative;
	margin: 30px 0px 20px 0px;
}
.ed_blog_comment_wrapper h4:after{
	position:absolute;
	content:"";
	top:100%;
	left:0%;
	width:70px;
	height:2px;
	background-color:#fca901;
	margin: 8px auto;
}
.ed_blog_comment{
	float:left;
	width:100%;
}
.ed_comment_image{
	float:left;
	padding-right:10px;
}
.ed_comment_image img{
	width:70px;
	height:70px;
	border-radius:3px;
}
.ed_comment_text{
    float: right;
    width: 89%;
    padding: 0px 20px;
}
.ed_comment_text h5{
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
}
.ed_comment_text h5 span{
	float:right;
	text-transform:capitalize;
}
.ed_comment_text h5 span a{
    text-decoration: none;
    color: #272727;
    padding-left: 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_comment_text h5 span a:hover{
	color:#fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_comment_text p{
	margin:15px 0px 0px 0px;
}
.ed_blog_sub_comment{
	float:right;
	width:87%;
}
.ed_blog_message_wrapper{
    float: left;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    padding: 0px;
    margin-top: 20px;
}
.ed_blog_message_wrapper h4{
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin: 20px 0px 0px 0px;
}
.ed_blog_message_wrapper h4:after{
	position:absolute;
	content:"";
	top:100%;
	left:0%;
	width:70px;
	height:2px;
	background-color:#fca901;
	margin: 8px auto;
}
.ed_blog_messages{
	float:left;
	width:100%;
}
.ed_blog_messages .form-control{
    margin-bottom: 30px;
    color: #272727;
    box-shadow: none;
    resize: none;
    padding: 0px 15px;
    height: 45px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_blog_messages textarea.form-control{
    padding: 10px 15px;
    height: auto;
}
.ed_blog_messages .form-control:focus{
	outline:none;
	box-shadow:none;
    border: 1px solid #fca901;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_blog_messages .orange{
	margin-top:15px;
}
/*------- blog Single page end -------*/
/*-------- Populer Areas Section start --------*/
.ed_transprentbg{
	float:left;
	width:100%;
    background-color: #FFF;
}
.ed_transprentbg.ed_transprentbg_001.ed_toppadder90.ed_bottompadder90 {
        padding-bottom: 0;
    }
    .ed_transprentbg.ed_transprentbg_20.ed_toppadder90.ed_bottompadder90 {
        padding-bottom: 0;
    }
    .ed_transprentbg.ed_transprentbg_0.ed_toppadder90.ed_bottompadder60 {
        padding-bottom: 0;
    }
.ed_heading_top{
	text-align:center;
	float:left;
	width:100%;
	z-index: 1;
}
.ed_heading_top h3 {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0px;
    padding-bottom: 25px;
	text-transform: capitalize;
	font-size:36px;
}
.ed_heading_top h3:after{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 60px;
    height: 0px;
    border-bottom: 2px solid #fca901;
}
.ed_heading_top h3:before{
    position: absolute;
    content: "";
    top: 90%;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 100px;
    height: 2px;
    background-color: #fca901;
}
.ed_populer_areas_slider{
	padding-top:75px;
	padding-bottom:75px;
	float:left;
	width:100%;
	min-height:321px;
}
.ed_populer_areas_slider .owl-carousel .owl-nav .owl-prev {
    top: -25%;
	font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_populer_areas_slider .owl-carousel .owl-nav .owl-prev:hover {
    color:#fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_populer_areas_slider .owl-carousel .owl-nav .owl-prev i{
	font-weight:bold;
}
.ed_populer_areas_slider .owl-carousel .owl-nav .owl-next {
    top: -25%;
    font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_populer_areas_slider .owl-carousel .owl-nav .owl-next:hover {
    color:#fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_populer_areas_slider .owl-carousel .owl-nav .owl-next i{
	font-weight:bold;
}
.ed_populer_areas_slider .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    padding: 0px 0px;
	font-size: 20px;
}
.ed_populer_areas_slider .owl-height{
	min-height:321px;
}
.ed_item_img{
	overflow:hidden;
	margin-bottom:15px;
	position:relative;
}
.ed_item_img img{
	border-radius:3px 3px 0px 0px;
}
.ed_item_img:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 50%;
    right: 50%;
    bottom: 0%;
	border-radius:3px 3px 0px 0px;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.owl-carousel .owl-item:hover .ed_item_img:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_mostrecomeded_course.style_2 .ed_item_img{
    margin-top: 15px;
}
.ed_mostrecomeded_course.style_2 .ed_item_img img{
	width: auto;
	display:inline-block;
}
.ed_mostrecomeded_course:hover .ed_item_img:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_mostrecomeded_course.style_2 .ed_item_img:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: transparent;
}
.ed_mostrecomeded_course.style_2:hover .ed_item_img:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: transparent;
}
.ed_courses .ed_mostrecomeded_course:hover .ed_item_img:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_item_img img{
	width:100%;
	-webkit-transition:  all 0.3s ease;
  -moz-transition:  all 0.3s ease;
  -o-transition:  all 0.3s ease;
  -ms-transition:  all 0.3s ease;
  transition:  all 0.3s ease;
}
.ed_item_img img:hover {

}
.ed_populer_areas_slider .ed_item_description {
	float:left;
	width:100%;
    text-align: center;
}
.ed_populer_areas_slider .ed_item_description h4{
	text-transform:capitalize;
}
a.ed_getinvolved{
	text-decoration:none;
	font-size:14px;
	color:#272727;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.ed_getinvolved:hover{
	color:#fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.ed_getinvolved i{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
}
a.ed_getinvolved:hover i{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding-left:5px;
}
/*---------- Populer areas section end ------*/
/*------- course page start ---------*/
.ed_courses{
	float:left;
	width:100%;
    background-color: #f5f5f5;
}
.ed_courses .ed_most_recomended_data .course_faculty {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 13px;
}
.ed_courses .ed_mostrecomeded_course{
	margin-bottom:30px;
}
.ed_courses .ed_blog_bottom_pagination{
	margin-top:30px;
}
/*------- course page end ---------*/
/*------- contact page end ---------*/
.ed_contact_form{
	float:left;
	width:100%;
	background:#ffffff;
}
.ed_contact_form .form-group {
    padding-bottom: 16px;
}
.ed_contact_form .form-control{
    color: #000000;
    box-shadow: none;
    resize: none;
    padding: 0px 20px;
    height: 45px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 30px;
}
.ed_contact_form label {
    color: #272727;
    font-family: 'Work Sans';
    font-size: 13px;
}
.ed_contact_form textarea.form-control{
	height:auto;
	padding:10px 20px;
}
.ed_contact_form .form-control:focus {
    border-color: #fca901;
    outline: 0;
    box-shadow:none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*------- contact page end ---------*/
/*---------- most recent course section start ----------*/
.ed_mostrecomeded_course_slider{
	float:left;
	width:100%;
}
.ed_mostrecomededcourseslider{
	min-height:443px;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-prev {
    top: -20%;
	font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-prev:hover {
    color:#fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-prev i{
	font-weight:bold;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-next {
    top: -20%;
    font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-next:hover {
    color:#fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-next i{
	font-weight:bold;
}
.ed_mostrecomeded_course_slider .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    padding: 0px 0px;
	font-size:20px;
}
.ed_mostrecomeded_course_slider .ed_most_recomended_data{
	padding:10px 0px;
}
.ed_mostrecomeded_course_slider .ed_most_recomended_data img{
	width:32px;
    display: inline-block;
}
.ed_mostrecomeded_course_slider .ed_most_recomended_data .course_faculty{
	width:100%;
	border-bottom:1px solid #ddd;
	padding-bottom: 5px;
    margin-bottom: 10px;
}
.ed_mostrecomededcourseslider .owl-height{
	min-height:443px;
}
.course_faculty img{
	width:32px;
	height:32px;
	margin-right:5px;
	margin-bottom: 5px;
    border-radius:3px;
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
}
.course_faculty a {
    text-transform: uppercase;
    color: #272727;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_mostrecomeded_course_slider .ed_most_recomended_data .rating{
	border-bottom:1px solid #ddd;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
}
.ed_most_recomended_data h4 {
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0px 0px 10px 0px;
}
.ed_most_recomended_data h4 a{
	font-size: 24px;
	color:#272727;
	text-decoration:none;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_most_recomended_data h4 a:hover{
	color:#fca901;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_most_recomended_data h4 span {
    float:right;
}
.ed_most_recomended_data a:hover i {
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 5px;
}
.ed_most_recomended_data a i {
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_rating{
	float: left;
    width: 100%;
    color: #272727;
    padding:5px 0px 10px 0px;
}
.ed_stardiv{
	float: left;
    width: 100%;
    padding: 5px 0px;
}
.ed_stardiv .star-rating{
	margin:0px;
}
.ed_views{
	float: right;
    width: 100%;
	text-transform:capitalize;
	text-align: right;
}
.ed_views i{
	color:#fca901;
}
.star-rating {
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 10px;
    width: auto;
    font-family: star;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating:before {
    content: "\53\53\53\53\53";
    color: #EAEAEA;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
}
.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #fca901;
}
/*---------- most recent course section end ----------*/
/*----------- index2 start -------*/
.ed_counter_wrapper{
	float:left;
	width:100%;
	padding:0px;
}
.ed_counter{
	float:left;
	width:100%;
	text-align:center;
	padding:0px;
	margin-bottom:30px;
}
.ed_counter_wrapper.style_2 .ed_counter h2{
	border: none;
    width: auto;
    height: auto;
    line-height: initial;
    border-radius: 0%;
}
.ed_counter h2{
    font-size: 38px;
    position: relative;
    margin: 0px;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    border: 2px dashed #ffffff;
    width: 125px;
    height: 125px;
    line-height: 125px;
    border-radius: 100%;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_counter h4{
	margin: 15px 0px 10px 0px;
    text-transform: capitalize;
	color:#ffffff;
    font-size: 24px;
}
.ed_mostrecomeded_course {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0px;
	margin-bottom:30px;
    text-align: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_mostrecomeded_course:hover{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 10px 30px -15px #1c2130;
    -moz-box-shadow: 0px 10px 30px -15px #1c2130;
    -o-box-shadow: 0px 10px 30px -15px #1c2130;
    -ms-box-shadow: 0px 10px 30px -15px #1c2130;
    box-shadow: 0px 10px 30px -15px #1c2130;
}
.ed_mostrecomeded_course .ed_most_recomended_data {
    padding: 0px 15px 10px 15px;
}
.ed_latest_newsslider{
	text-align: center;
}
.ed_latest_newsslider .owl-carousel{
	float:left;
	width:100%;
}
.ed_latest_newsslider .owl-carousel .owl-nav .owl-prev {
    top: -25%;
	font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_newsslider .owl-carousel .owl-nav .owl-prev:hover {
    color:#fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_newsslider .owl-carousel .owl-nav .owl-next {
    top: -25%;
    font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_newsslider .owl-carousel .owl-nav .owl-next:hover {
    color:#fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_newsslider .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    padding: 0px 0px;
	display:none;
}
.ed_latestnews{
	float:left;
	width:100%;
}
.ed_latest_news_slider .ed_item_description img{
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 5px;
    right: 0;
    margin: 0px auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
}
.ed_latest_newsslider .ed_latestnews h4{
	text-transform:capitalize;
	font-size:18px;
}
.ed_latestnews p, .ed_latest_news_slider .ed_item_description p {
    float: left;
    width: 100%;
    padding: 0px;
}
.ed_latest_newsslider .ed_latestnews a{
	text-decoration:none;
	font-size:14px;
	color:#fca901;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_newsslider .ed_latestnews a:hover{
	color:#272727;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_newsslider .ed_latestnews a i{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
}
.ed_latest_newsslider .ed_latestnews a:hover i{
	 -webkit-transition:  all 0.3s ease;
  -moz-transition:  all 0.3s ease;
  -o-transition:  all 0.3s ease;
  -ms-transition:  all 0.3s ease;
  transition:  all 0.3s ease;
  padding-left:5px;
}
.ed_clientslider{
	text-align: center;
}
.ed_clientslider .owl-carousel{
    background-color: #fff;
    padding: 0px;
}
.ed_clientslider .owl-carousel .owl-nav .owl-prev {
    top: -25%;
	font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_clientslider .owl-carousel .owl-nav .owl-prev:hover {
    color:#fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_clientslider .owl-carousel .owl-nav .owl-next {
    top: -25%;
    font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_clientslider .owl-carousel .owl-nav .owl-next:hover {
    color:#fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_clientslider .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    padding: 0px 0px;
	display:none;
}
.ed_clientslider .owl-carousel .owl-item img {
    width: auto;
	display: inline-block;
    height: 80px;
}
/*----------- index2 end -------*/
 /*----Breadcrumb Start-----------*/
.ed_pagetitle{
	float: left;
	width: 100%;
	background-color: #272727;
	position:relative;
	background-attachment:fixed;
	background-size: cover;
	color:#fff;
	padding:100px 0px;
	background-image: url(../images/content/brdcrm_bg.jpg);
    background-position: 100% 100%;
	background-repeat: no-repeat;
	}
.ed_img_overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0, 0.8);
}
.ed_pagetitle .container {
    position: relative;
}
.ed_timer_section .container {
    position: relative;
}
.ed_pricing_section .container {
    position: relative;
}


.page_title h2{
	float:left;
	width:100%;
	text-align:center;
	color:#ffffff;
	float:left;
	margin:0px;
	font-size:36px;
	text-transform:capitalize;
	}
.ed_pagetitle .breadcrumb {
    float: right;
    padding: 0px;
    width: 100%;
    text-align: center;
	}
.ed_pagetitle ul.breadcrumb {
	margin:0px;
	padding:0px;
	background-color: transparent;
}
.ed_pagetitle ul.breadcrumb  li{
	display:inline-block;
	list-style: none;
	padding-top: 5px;
	}
.ed_pagetitle ul.breadcrumb li a{
	color: #ffffff;
	font-size: 18px;
	padding: 0px 10px;
	text-decoration: none;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
.ed_pagetitle ul.breadcrumb li:last-child a{
	padding-right:0px;
	}
.ed_pagetitle ul.breadcrumb li:hover a{
	color: #fca901;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
.ed_pagetitle ul.breadcrumb li:last-child a{
	color:#fca901;
    cursor: text;
	}
.ed_pagetitle ul.breadcrumb li i{
	font-size: 10px;
    border:1px solid #ffffff;
    border-radius:3px;
    padding: 3px 5px 3px 4px;
}
.ed_pagetitle ul.breadcrumb > li + li:before{
	display:none;
}
/*--------Breadcrumb End-----------*/

/*preloader css start*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.loader img {
    width: 80px;
}


/*preloader css end*/


/*header css start*/
#pro_wrapper{
	width:100%;
	float:left;
	position:relative;
}
.tr_logo {
    padding-left: 67px;
}

.tr_header_menu {
    padding-left: 35px;
}

.tr_header_bar {
    display: none;
}

.tr_header_menu>ul>li {
    display: inline-flex;
}

.tr_header_menu>ul>li>a {
    display: inline-flex;
    position: relative;
    font-size: 16px;
    color: #0d283b;
    padding: 24px 0;
    margin: 0px 15px;
    font-weight: 500;
    transition: all 0.5s;
}

.tr_header_menu>ul>li>a.tr_home_active {
    color: var(--orange-color-light);
}

.tr_header_menu>ul>li>a.tr_home_active:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 28px;
    left: 0;
    right: 0;
    top: 0;
    background: var(--orange-color-light);
    height: 2px;
    margin: 0 auto;
    transition: all 0.3s;
}

.tr_header_menu>ul>li>a.tr_home_active:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 28px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--orange-color-light);
    height: 2px;
    margin: 0 auto;
    transition: all 0.3s;
}

.tr_header_menu>ul>li>a:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    background: var(--orange-color-light);
    height: 2px;
    margin: 0 auto;
    transition: all 0.3s;
}

.tr_header_menu>ul>li>a:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--orange-color-light);
    height: 2px;
    margin: 0 auto;
    transition: all 0.3s;
}

.tr_header_menu>ul>li>a:hover {
    color: var(--orange-color-light);
}

.tr_header_menu>ul>li>a:hover:after {
    width: 28px;
}

.tr_header_menu>ul>li>a:hover:before {
    width: 28px;
}

li.tr_none a img {
    display: none;
}

.tr_header_icon_text h5 {
    font-size: 12px;
    color: var(--gray-color);
    letter-spacing: 2px;
}

.tr_header_icon_text>p {
    font-size: 20px;
    color: var(--orange-color-light);
    font-weight: 500;
}


/*contact css*/

.tr_header_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tr_header_contact {
    display: inline-flex;
}

.tr_header_contact .tr_header_icon_mob {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--orange-color-light);
    box-shadow: -6.772px 8.668px 20px 0px rgba(255, 94, 20, 0.3);
}

.tr_header_contact .tr_header_icon_mob svg {
    fill: var(--white-color);
}

.tr_header_icon_text {
    padding: 5px 0px 0px 15px;
    cursor: pointer;
}

.tr_quote {
    display: inline-flex;
}

.tr_quote .tr_quote_download {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--orange-color-dark);
}

.tr_quote .tr_quote_download svg {
    fill: var(--white-color);
}

.tr_quote_text {
    width: 218px;
    background-color: var(--orange-color-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.tr_quote_text h5 {
    letter-spacing: 1px;
}


/*contact css end*/


/*---------------header css end----------------*/


/*---------------banner css start----------------*/

.tr_banner_wrapper {
    background-image: url("/assets/images/home2.png");
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    height: 863px;
    background-size: cover;
    background-position: center;
}

.tr_banner_box {
    background-color: var(--white-color);
    width: 100%;
    max-width: 595px;
    padding: 46px 0px 52px 55px;
    border-left: 3px solid var(--orange-color-light);
    position: relative;
    right: 150px;
    top: 279px;
    min-height: 332px;
}

.tr_banner_box p {
    color: var(--orange-color-light);
    font-weight: 600;
    padding-bottom: 12px;
}

.tr_banner_box h2 {
    font-size: 52px;
    color: var(--dark-blue);
    font-weight: 800;
    padding-bottom: 25px;
}

.tr_banner_button {
    display: flex;
}

.tr_banner_tracking {
    width: 100%;
    max-width: 206px;
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(237, 237, 237);
    color: var(--white-color);
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 26px;
}

.tr_banner_tracking a {
    color: rgb(145, 145, 145);
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.tr_banner_tracking a svg {
    fill: var(--orange-color-light);
    margin-right: 10px;
}


/*banner bottom css*/

.tr_banner_bottom_postion {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr_banner_bottom {
    display: inline-flex;
    position: absolute;
    top: -85px;
}

.tr_banner_icon_box {
    background-color: var( --white-color);
    padding: 42px 0;
    text-align: center;
    border-right: 1px solid rgb(244, 244, 244);
    width: 255px;
    height: 178px;
    transition: all 0.3s;
}
.tr_banner_icon_box:hover{
   transform: translateY(-5px);
}

.tr_banner_icon_box.tr_banner_box-border_left {
    border-left: 3px solid var(--orange-color-light);
}

.tr_banner_icon_box.tr_banner_box-border_right {
    border-right: 3px solid var(--orange-color-light);
}

.tr_banner_icon_box h3 {
    font-size: 16px;
    font-weight: 600;
    padding-top: 26px;
    color: var(--dark-blue);
     transition: all 0.3s;
}

.tr_banner_icon_box svg {
    width: 49px;
    height: 49px;
    fill: var(--orange-color-light);
}


/*---------------banner css end----------------*/


/*----------------about css strt-----------------*/

.tr_about_wrapper {
    background-image: url("/assets/images/about.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 190px;
    position: relative;
}

.tr_about_image {
    background-image: url("/assets/images/home4.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 418px;
    background-position: center;
}

.tr_about_25 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--orange-color-dark);
}

.tr_about_25 h3 {
    font-size: 40px;
    color: #ffffff;
}

.tr_about_years p {
    font-size: 16px;
    font-weight: 300;
    color: var(--white-color);
}

.tr_about_year {
    display: inline-flex;
    position: absolute;
    bottom: 18px;
    left: 101px;
    align-items: center;
    justify-content: center;
    width: 252px;
}

.tr_about_years {
    background-color: var(--orange-color-light);
    width: 100%;
    max-width: 171px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*about description css*/

.tr_about_description h5 {
    padding-top: 20px;
}

.tr_about_description>h4 {
    font-size: 32px;
    font-weight: 300;
    max-width: 375px;
    padding: 8px 0px 18px;
    color: var(--dark-blue);
    line-height: 1.4;
}

.tr_about_description>p {
    padding-bottom: 25px;
}

.tr_about_description>p {
    color: var(--gray-color);
    font-weight: 500;
}


/*about package css*/

.tr_about_package {
    padding: 62px 0px 80px;
}

.tr_about_package1 {
    text-align: center;
    background: var(--white-color);
    transition: all 0.3s;
}

.tr_border_dotted {
    border: 2px solid var(--orange-color-light);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: dotted;
    margin: 0 auto;
    position: relative;
    transition: all 0.9s;
}

.tr_about_package1:hover {
    transform: translateY(-5px);
}

.tr_about_package1:hover .tr_border_dotted {
    transform: rotate(360deg);
}

.tr_about_circle_svg {
    width: 80px;
    height: 80px;
    background-color: #ffefe7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 58px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.tr_about_circle_svg svg {
    fill: var(--orange-color-light);
}

.tr_about_package1 {
    text-align: center;
    padding: 49px 0px 48px;
    position: relative;
    width: 274px;
    height: 301px;
}

.tr_about_package1:after {
    content: '';
    position: absolute;
    width: 138px;
    height: 4px;
    background-color: var(--orange-color-light);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0px 0px 12px 12px;
}

.tr_about_package1:before {
    content: '';
    position: absolute;
    width: 138px;
    height: 4px;
    background-color: var(--orange-color-light);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 12px 12px 0px 0px;
}

.tr_about_package1_text {
    padding: 30px 16px 0;
}

.tr_about_package1_text h2 {
    font-weight: 700;
    padding-bottom: 7px;
}


/*----------------about css end-----------------*/


/*service css start*/

.tr_service_wrapper {
    padding: 78px 0px 98px;
}

.tr_about_package.tr_service_section {
    padding: 9px 0px 69px;
}

.tr_about_package.tr_service_section_bottom {
    padding: 0;
}

.tr_about_package1.tr_service_box {
    position: relative;
    box-shadow: 0px 0px 50px 0px rgba(41, 37, 80, 0.08);
    padding: 39px 0 59px;
}

.tr_service_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}


/*service css end*/


/*pricing css start*/

.tr_pricing_wrapper {
    background-image: url(../images/pricing_bg.jpg);
    padding: 79px 0px;
}

.tr_pricing_table_inner {
    background-color: var(--white-color);
    padding: 45px 6px 5px 4px;
}

.tr_table_heading {
    text-align: center;
    padding-bottom: 22px;
}

.tr_table_heading h2 {
    padding-bottom: 7px;
}

.tr_pricing_table {
    padding-top: 12px;
}

.tr_pricing_table_inner table {
    margin-bottom: 0;
}

.tr_pricing_table_inner table tr th {
    border-bottom-width: inherit;
    line-height: 1.2;
    color: var(--blue_color);
    font-size: 15px;
}

.tr_pricing_table_inner table tr th {
    padding: 8px 16px 8px 29px;
    vertical-align: middle;
}


/*.tr_pricing_table_inner table>:not(caption)>*>*:nth-child(1) {
    padding: 9px 0px;
}
*/

.table-striped>tbody>tr:nth-of-type(even) td {
    padding: 20px 28px;
}

.table-striped>tbody>tr:nth-of-type(odd) td {
    padding: 12px 26px;
}

.tr_pricing_table_inner table tr td {
    border-bottom-width: inherit;
    font-weight: 500;
    color: var(--gray-color);
    background-color: #f9f9f9;
    font-size: 15px;
}


/*pricing form css*/

.tr_pricing_form_section {
    background-color: var(--orange-color-light);
    padding: 34px 29px 40px 29px;
}

.tr_pricing_form_inner h2 {
    padding-bottom: 11px;
}

.tr_pricing_inner_main {
    display: inline-flex;
}

.tr_pricing_form_inner input {
    background: var(--orange-color-dark);
    border: transparent;
    max-width: 153px;
    height: 49px;
    margin-right: 30px;
    padding: 0px 15px;
}

.tr_pricing_form_inner input::placeholder {
    color: var(--white-color);
    font-size: 14px;
}

.tr_pricing_form {
    text-align: center;
    padding-bottom: 28px;
}

.row.pricing_space {
    padding-top: 28px;
}

a.tr_pricing_button {
    background-color: var(--dark-blue);
    color: var(--white-color);
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 1px;
    background: linear-gradient(to left, #445561 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s;
}

a.tr_pricing_button:hover {
    background-position: left bottom;
  color: var(--orange-color-light);
}


/*pricing css end*/


/*testimonial css start*/

.tr_testimonial_wrapper {
    padding: 67px 0 100px;
}

.tr_testimonial_inner .swiper {
    padding: 20px 20px 80px;
}

.tr_testimonial_inner {
    position: relative;
}

.swiper-slide.swiper-slide-next {
    width: 520px;
}

.tr_testimonial_inner .swiper-slide {
    position: relative;
    top: 50px;
    text-align: center;
    font-size: 18px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 15px 0px rgba(41, 37, 80, 0.08);
    display: -webkit-box;
    padding: 39px 28px 32px 50px;
}

.tr_testimonial_inner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tr_testimonial_inner .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: -29px;
    left: 0;
    right: 0;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--orange-color-light);
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet {
    margin: 0px 5px;
    display: inline-block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.tr_testimonial_img_section img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.tr_testimonial_img {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 24px;
}

.tr_testimonial_img_text {
    padding-left: 13px;
}

.tr_testimonial_text p {
    text-align: left;
    font-weight: 500;
    color: var(--gray-color);
}

.tr_testimonial_icon {
    position: absolute;
    top: -30px;
    right: 30px;
}


/*testimonial css end*/


/*blog css start*/

.tr_blog_wrapper {
    background-image: url(../images/pricing_bg.jpg);
    padding: 80px 0px;
}



.tr_blog_box {
    overflow: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.tr_blog_img {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.tr_blog_img img {
    transform: scale(1);
    transition: all 0.3s;
}

.tr_blog_box:hover .tr_blog_img img {
    transform: scale(1.1);
}

.tr_blog_title {
    position: absolute;
    bottom: 9px;
    left: 10px;
    color: var(--white-color);
    background: var(--orange-color-light);
    padding: 9px 19px;
}

.tr_blog_content {
    padding: 23px 22px 23px 29px;
    background-color: var(--white-color);
}

.tr_blog_content h2 {
    line-height: 1.4;
    max-width: 345px;
    padding-bottom: 6px;
}

.tr_blog_content p {
    font-weight: 500;
    padding-bottom: 17px;
}

.tr_blog_content a {
    font-weight: 600;
}

.tr_blog_button {
    text-align: center;
    padding-top: 40px;
}


/*blog css end*/


/*support css start*/

.tr_support_wrapper {
    padding: 85px 0px 85px;
    background-image: url(https://dummyimage.com/1920x300);
}

.tr_support_left p {
    letter-spacing: 2px;
    font-weight: 500;
}

.tr_support_left h2 {
    max-width: 352px;
    font-weight: 400;
    padding-top: 13px;
    line-height: 1.2;
}

.tr_support_button {
    display: flex;
    justify-content: end;
    padding-top: 60px;
    transition: all 0.3s;
}

.tr_support_button a {
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 188px;
    height: 58px;
    color: var(--orange-color-light);
    font-weight: 600;
    letter-spacing: 1px;
    background: linear-gradient(to left, #ffffff 50%, #445561 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s;
}

.tr_support_button a:hover {
    background-position: left bottom;
}


/*support css end*/


/*footer css start*/

.tr_footer_wrapper {
    background-color: #445561;
    padding: 70px 0px 62px;
}

.tr_footer_icon_text {
    padding-top: 35px;
}

.tr_footer_icon_text ul {
    margin: 0;
    padding: 0;
}

.tr_footer_icon_text ul li {
    display: block;
    padding-bottom: 10px;
    transform: translateX(0px);
    transition: all 0.3s;
}

.tr_footer_icon_text ul li:hover {
    transform: translateX(5px);
}

.tr_footer_icon_text ul li a {
    display: flex;
    color: var(--white-color);
    font-size: 15px;
}


/*social icon css start*/

.tr_social_icons {
    padding: 25px 0px 0px 0px;
}

.tr_social_icons ul {
    margin: 0;
    padding: 0;
}

.tr_social_icons ul li {
    display: inline-flex;
    padding-right: 10px;
    transition: all 0.3s;
}

.tr_social_icons ul li a i {
    color: #ffffff;
    transition: all 0.3s;
}

.tr_social_icons ul li:hover a i {
    color: var(--orange-color-light);
}


/*social icon css end*/

.tr_footer_section2 h2 {
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    padding-bottom: 13px;
}

.tr_footer_section2 h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: var(--orange-color-light);
    height: 2px;
    width: 73px;
}

.tr_footer_section1 p {
    padding-top: 35px;
}

.tr_footer_icontext {
    padding-left: 13px;
}


/*footer css end*/


/*copywrite css start*/

.t_copywrite {
    background-color: #0d283b;
    text-align: center;
    padding: 12px 0px;
}


/*top scroll css start*/

.tr_top_icon a {
    display: flex;
    width: 50px;
    height: 50px;
    background-color: var(--orange-color-light);
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    animation: 3s installation infinite alternate;
}
.tr_top_icon a i{
    color: #ffffff;
}
@keyframes installation {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.tr_top_icon a svg {
    fill: #ffffff;
    transform: rotate(270deg);
}

.tr_top_icon a:hover {
    cursor: pointer;
    box-shadow: 0 0 0 25px #2a2f48 inset;
}

.tr_top_icon a:active {
    background-color: #555;
}

.tr_top_icon a.show {
    opacity: 1;
    visibility: visible;
}


/*MEDIA CSS START*/

@media(max-width: 1625px) {
    .tr_quote_text {
        width: 170px;
    }
    .swiper-slide.swiper-slide-active {
        width: auto;
    }
}

@media(max-width: 1500px) {
    .tr_banner_box {
        right: 0;
    }
    .tr_quote_text h5 {
        text-align: center;
    }
    .tr_quote_text {
        width: 120px;
    }
    .tr_header_icon_text>p {
        font-size: 15px;
    }
    .tr_header_menu>ul>li>a {
        margin: 0px 8px;
    }
    .tr_banner_bottom {
        display: flex;
        position: relative;
        top: 0;
        flex-wrap: wrap;
    }
    .tr_about_wrapper {
        padding-top: 80px;
    }
    .tr_banner_bottom_postion {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 70px;
    }
}

@media(max-width: 1200px) {
    /*toggle css*/
    .tr_header_menu>ul>li {
        display: block;
    }
    .tr_header_menu {
        padding-left: 0;
    }
    ul.tr_menu {
        background: var(--dark-blue);
        width: 300px;
        position: fixed;
        z-index: 1;
        height: 100vh;
        left: -300px;
        top: 0;
        transition: all 0.5s;
    }
    .tr_header_menu>ul>li>a {
        margin: 0px 8px 0px 25px;
        color: var(--white-color);
    }
    .tr_header_menu {
        padding-left: 0;
    }
    .tr_header_bar {
        display: block;
        position: absolute;
        right: 430px;
        top: 0;
        background-color: var(--orange-color-light);
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tr_header_bar i {
        color: #ffffff;
    }
    .menu_open .tr_menu {
        left: 0;
    }
    li.tr_none a img {
        display: block;
    }
    /*toggle css end*/
    .tr_about_package1 {
        width: auto;
        height: auto;
    }
    .tr_pricing_form_inner input {
        max-width: 100%;
    }
    .tr_banner_icon_box {
        width: 175px;
    }
    .tr_header_button {
        justify-content: end;
    }
    .tr_header_bar {
        right: 10px;
        top: 10px;
    }
    .tr_header_wrapper {
        padding: 10px 0px;
    }
    .tr_quote {
        padding-right: 70px;
    }
    .tr_header_contact {
        margin-right: 10px;
    }
    .tr_quote_text {
        display: none;
    }
    .tr_header_icon_text {
        display: none;
    }
    .tr_quote .tr_quote_download {
        width: 50px;
        height: 50px;
    }
}

@media(max-width:991px) {
    button.btn.ed_btn {
        width: 100%;
    }
    .tr_footer_section2.tr_padd_30 {
        padding-top: 30px;
    }
    .tr_pricing_form_inner input {
        width: 100%;
    }
    .tr_service_wrapper {
        padding: 78px 0px 40px;
    }
    .tr_about_package1.tr_service_box {
        margin-bottom: 65px;
    }
    .tr_about_package.tr_service_section.tr_service_section_res {
        padding: 0;
    }
    .tr_blog_img img {
        width: 100%;
    }
    .tr_support_left {
        text-align: center;
    }
    .tr_support_button {
        justify-content: center;
        padding-top: 20px;
    }
    .tr_about_package1 {
        margin-bottom: 40px;
    }
    .tr_support_left h2 {
        max-width: 100%;
    }
    .tr_about_year {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .tr_about_image {
        background-size: contain;
    }
    .tr_banner_box {
        min-height: auto;
    }
    .tr_header_bar {
        right: 80px;
        top: 0;
    }
    .tr_logo {
        padding: 20px 0px 20px;
    }
    .tr_header_bar {
        margin: 20px 0px;
    }
    .tr_pricing_table_inner::-webkit-scrollbar-thumb {
        background-color: var(--orange-color-light);
        height: 5px;
    }
    .tr_pricing_table_inner::-webkit-scrollbar {
        height: 10px;
    }
    .tr_pricing_form_section {
        margin-top: 30px;
    }
    .tr_header_button {
        justify-content: end;
        position: absolute;
        right: 73px;
        top: 20px;
    }
    .tr_header_button {
        right: 50px;
    }
    .tr_header_bar {
        right: 10px;
    }
    .tr_quote {
        padding-right: 19px;
    }
    .tr_service_heading h5 {
        padding: 15px 0px 50px;
    }
    .tr_about_package {
        padding: 62px 0px 35px;
    }
}

@media(max-width: 767px) {

    .tr_banner_icon_box {
        width: 130px;
    }
    .tr_banner_icon_box h3 {
        font-size: 13px;
    }
    .tr_footer_section2.tr_paddd_30 {
        padding-top: 30px;
    }
    .tr_footer_section2.tr_padd_30 {
        padding-top: 30px;
    }
    .tr_blog_box.tr_blog_box_padd_30 {
        padding-bottom: 30px;
    }
    .tr_blog_inner {
        padding-top: 0;
    }
}

@media(max-width: 575px) {
    .tr_banner_icon_box {
        width: 50%;
    }
    .tr_pricing_form_inner h2 {
        padding: 11px 0px;
    }
    .row.pricing_space {
        padding-top: 0;
    }
    .tr_banner_wrapper {
        height: 700px;
    }
    .tr_banner_box {
        top: 160px;
    }
    .tr_banner_box h2 {
        font-size: 35px;
    }
    .tr_logo {
        padding: 20px 0px 20px;
    }
    .tr_header_bar {
        right: 10px;
    }
    .tr_about_image {
        min-height: 350px;
    }
}

@media(max-width: 480px) {
    .tr_banner_box h2 {
        font-size: 25px;
    }
    .tr_banner_box {
        padding: 46px 0px 52px 17px;
    }
    .tr_banner_button {
        display: block;
    }
    .tr_banner_tracking {
        margin-left: 0;
        margin-top: 20px;
    }
    .tr_banner_wrapper {
        height: 545px;
    }
    .tr_blog_wrapper {
        padding: 60px 0px;
    }
    .tr_pricing_wrapper {
        padding: 60px 0px;
    }
    .tr_service_wrapper {
        padding: 60px 0px 10px;
    }
    .tr_banner_bottom_postion {
        padding-bottom: 20px;
    }
    .tr_about_wrapper {
        padding-top: 60px;
    }
    .f_36 {
        font-size: 25px;
    }
    .tr_banner_box {
        top: 110px;
    }
    .tr_support_wrapper {
        padding: 60px 0px;
    }
    .tr_support_button a {
        max-width: 160px;
        height: 50px;
    }
    .tr_header_contact .tr_header_icon_mob {
        display: none;
    }
    .tr_quote_text {
        width: 100%;
    }
    .tr_testimonial_wrapper {
        padding: 67px 0 80px;
    }
    .tr_about_package {
        padding: 62px 0px 25px;
    }
}

@media(max-width: 380px) {
    .f_20 {
        font-size: 18px;
    }
    .tr_quote .tr_quote_download {
        display: none;
    }
    .tr_service_heading h5 {
        font-size: 25px;
    }
    .f_22 {
        font-size: 20px;
    }
    .tr_about_image {
        min-height: 270px;
    }
    .tr_about_image {
        min-height: 270px;
    }
    .tr_about_25 {
        width: 60px;
        height: 60px;
    }
    .tr_about_years {
        height: 60px;
    }
}

