
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

body
{
  background-color: #444;
  color: #7f7f7f;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Raleway', sans-serif;
  font-size: unset;
  cursor: auto;
  height: 100%;
  margin: 0px;
  padding: 0px;
  transition:.01s ease-in;
  -webkit-transition:.01s ease-in;
  -moz-transition:.01s ease-in;
  -o-transition:.01s ease-in;
  -ms-transition:.01s ease-in;
  top: 0!important;
}

h1,h2,h3,h4,h5,h6
{
  margin:0; 
  padding: 0;
} 
p
{
  font-size: 16px;
  padding: 0;
  margin: 0;
}
ul{
  margin:0;
  padding:0;
}
ul,ol{
  font-size:18px;
}
a
{
  text-decoration: none;
  padding: 0;
  margin: 0;
}
a:hover{
  text-decoration:none;
}
a:focus{
  outline:none;
  text-decoration:none;
}

button:hover , button:focus, button:active
{
  outline: unset;
  border:unset;
}

::selection {
  color: #fff;
  background: #ff5c08;
}
::-webkit-selection { 
  color: #fff;
  background: #ff5c08;
}
::-moz-selection { 
  color: #fff;
  background: #ff5c08;
}
.cursor_pointer
{
  cursor: pointer;
}
.cursor_zoomin
{
  cursor: zoom-in;
}
.cursor_zoomout
{
  cursor: zoom-out;
}
.cursor_default
{
  cursor: default;
}

/*////////////////////////////////////////////////////////////*/
/*/////////////////////   Display   //////////////////////////*/
/*////////////////////////////////////////////////////////////*/

.display_unset
{
  display: unset!important;
}
.display_inherit
{
  display: inherit;
}
.display_block
{
  display: block;
}
.display_inline_block
{
  display: inline-block;
}
.display_none
{
  display: none;
}
.display_none_imp
{
  display: none!important;
}
.display_none_temp
{
  display: none;
}
.display_flex
{
  display: flex;
  display: -webkit-flex;
}
.display_flex_imp
{
  display: flex!important;
  display: -webkit-flex!important;
}
.display_inline_flex
{
  display: inline-flex;
}
.display_grid
{
  display: grid;
}
.display_grid_imp
{
  display: grid!important;
}
.display_inline_grid
{
  display: inline-grid;
}
.display_table
{
  display: table;
}
.display_table_cell
{
  display: table-cell;
}
.display_table_cell_imp
{
  display: table-cell!important;
}
/*////////////////////////////////////////////////////////////*/
/*/////////////////////    Space    //////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.space_left_10
{
margin-left: 10px;
}
.space_left_20
{
margin-left: 20px;
}
.right_sm_space_01
{
  right: 20px;
}
.left_sm_space_01
{
  left: 20px;
}
.left_sm_space_02
{
  left: 10px;
}
/*////////////////////////////////////////////////////////////*/
/*/////////////////////    Font     //////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.font_inherit
{
  font: inherit;
}
.font_bold 
{
  font-weight: 600;
}
.font_weight_300
{
  font-weight: 300;
}
.font_weight_400
{
  font-weight: 400;
}
.font_weight_500
{
  font-weight: 500;
}
.font_8
{
  font-size: 8px;
}
.font_10
{
  font-size: 10px;
}
.font_11
{
  font-size: 11px;
}
.font_12
{
  font-size: 12px;
}
.font_12_imp
{
  font-size: 12px!important;
}
.font_13
{
  font-size: 13px;
}
.font_13_imp
{
  font-size: 13px!important;
}
.font_14
{
  font-size: 14px;
}
.font_14_imp
{
   font-size: 14px!important;
}
.font_15
{
  font-size: 15px;
}
.font_15_imp
{
   font-size: 15px!important;
}
.font_16_imp
{
  font-size: 16px!important;
}
.font_16
{
  font-size: 16px;
}
.font_17_imp
{
  font-size: 17px!important;
}
.font_17
{
  font-size: 17px;
}
.font_18
{
  font-size: 18px;
}
.font_18_imp
{
  font-size: 18px!important;
}
.font_19
{
  font-size: 19px;
}
.font_20
{
font-size: 20px;
}
.font_21
{
  font-size: 21px;
}
.font_21_imp
{
  font-size: 21px!important;
}
.font_22
{
font-size: 22px;
}
.font_23
{
font-size: 23px;
}
.font_20_imp
{
  font-size: 20px!important;
}
.font_22_imp
{
  font-size: 22px!important;
}
.font_24_imp
{
  font-size: 24px!important;
}
.font_25
{
font-size: 25px;
}
.font_25_imp
{
font-size: 25px!important;
}
.font_26_imp
{
  font-size: 26px!important;
}
.font_27_imp
{
    font-size: 27px!important;
}
.font_29_imp
{
    font-size: 29px!important;
}
.font_30_imp
{
  font-size: 30px!important;
}
.font_31_imp
{
  font-size: 31px!important;
}
.font_32_imp
{
  font-size: 32px!important;
}
.font_30
{
  font-size: 30px;
}
.font_34_imp
{
  font-size: 34px!important;
}
.font_35
{
font-size: 35px;
}
.font_35_imp
{
  font-size: 35px!important;
}
.font_36
{
  font-size: 36px;
}
.font_36_imp
{
  font-size: 36px!important;
}
.font_40
{
  font-size: 40px;
}
.font_40_imp
{
  font-size: 40px!important;
}
.font_42
{
  font-size: 42px;
}
.font_45_imp
{
  font-size: 45px!important;
}
.font_46_imp
{
  font-size: 46px!important;
}
.font_70_imp
{
  font-size: 70px!important;
}
.font_80_imp
{
  font-size: 80px!important;
}
.font_weight_600_imp
{
  font-weight: 600!important;
}
.font_weight_600
{
  font-weight: 600;
}
.font_weight_700
{
  font-weight: 700;
}
.font_weight_800
{
  font-weight: 800;
}
.font_style_italic
{
  font-style: italic;
}
.font_family_1
{
  font-family: 'Raleway', sans-serif;
}
.font_family_2
{
  font-family: 'Montserrat', sans-serif;
}
.font_family_3
{
  font-family: 'Nunito Sans', sans-serif;
}
.font_family_4
{
  font-family: 'Assistant', sans-serif;
}
/*////////////////////////////////////////////////////////////*/
/*////////////////////  Letter spacing  ///////////////////////*/
/*////////////////////////////////////////////////////////////*/
.letter_spacing_neg_3
{
  letter-spacing: -3px;
}
/*////////////////////////////////////////////////////////////*/
/*/////////////////////  Overflow   //////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.overflow_hidden
{
  overflow: hidden;
}
.overflow_auto
{
  overflow: auto;
}
.overflow_y_scroll
{
  overflow-y: scroll;
}
.overflow_y_auto
{
  overflow-y: auto;
}
.overflow_y_hidden
{
  overflow-y: hidden;
}
.overflow_x_hidden
{
  overflow-x: hidden;
}
/*////////////////////////////////////////////////////////////*/
/*/////////////////   vertical Align  ////////////////////////*/
/*////////////////////////////////////////////////////////////*/

.vertical_text_bottom
{
  vertical-align: text-bottom;
}
.vertical_text_top
{
  vertical-align: text-top;
}
.vertical_align_bottom
{
  vertical-align: bottom;
}
.vertical_align_baseline
{
  vertical-align: baseline;
}
.vertical_align_middle
{
  vertical-align: middle;
}
.vertical_align_sub
{
  vertical-align: sub;
}
.vertical_align_top
{
  vertical-align: top;
}
.vertical_align_super
{
  vertical-align: super;
}
.vertical_align_inherit
{
  vertical-align: inherit;
}
/*////////////////////////////////////////////////////////////*/
/*/////////////////       Padding     ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.pad_0
{
  padding: 0;
}
.pad-10{padding: 10px;} .pad-20{padding: 20px;} .pad-30{padding: 30px;} .pad-40{padding: 40px;} .pad-50{padding: 50px;}
.pad_2
{
  padding: 2px;
}
.pad_2_0
{
  padding: 2px 0px;
}
.pad_2_8
{
  padding: 2px 8px;
}
.pad_2_10
{
  padding: 2px 10px;
}
.pad_2_5
{
  padding: 2px 5px;
}
.pad_1_7
{
  padding: 1px 7px;
}
.pad_2_7
{
  padding: 2px 7px;
}
.pad_3
{
  padding: 3px;
}
.pad_3_6
{
  padding: 3px 6px;
}
.pad_5_8
{
  padding: 5px 8px;
}
.pad_3_15
{
  padding: 3px 15px;
}
.pad_4
{
  padding: 4px;
}
.pad_5
{
  padding: 5px;
}
.pad_5_0
{
  padding: 5px 0px;
}
.pad_5_0_10_0
{
  padding: 5px 0px 10px 0px;
}
.pad_10_0_5_0
{
  padding: 10px 0px 5px 0px;
}
.pad_10_0_30_0
{
  padding: 10px 0px 30px 0px;
}
.pad_5_10
{
  padding: 5px 10px;
}
.pad_5_20
{
  padding: 5px 20px;
}
.pad_5_15
{
  padding: 5px 15px;
}
.pad_5_7
{
  padding: 5px 7px;
}
.pad_7
{
  padding: 7px;
}
.pad_7_0
{
  padding: 7px 0px;
}
.pad_7_10
{
  padding: 7px 10px;
}
.pad_7_25
{
  padding: 7px 25px;
}
.pad_9_30_3_0
{
  padding: 9px 30px 3px 0px;
}
.pad_7_30_3_0
{
  padding: 7px 30px 3px 0px;
}
.pad_7_50_3_0
{
  padding: 7px 50px 3px 0px;
}
.pad_15_0_25_30
{
   padding: 15px 0px 25px 30px;
}
.pad_15_10_10_10
{
  padding: 15px 10px 10px 10px;
}
.pad_15_10
{
  padding: 15px 10px;
}
.pad_8
{
  padding: 8px;
}
.pad_8_0
{
  padding: 8px 0px;
}
.pad_8_5
{
  padding: 8px 5px;
}
.pad_8_6
{
  padding: 8px 6px;
}
.pad_8_15
{
  padding: 8px 15px;
}
.pad_10
{
  padding: 10px;
}
.pad_10_25
{
  padding: 10px 25px;
}
.pad_10_10_60_10
{
  padding: 10px 10px 60px 10px;
}
.pad_10_5_10_5
{
  padding: 10px 5px 10px 5px;
}
.pad_10_30
{
  padding: 10px 30px;
}
.pad_10_40_10_10
{
  padding: 10px 40px 10px 10px;
}
.pad_10_20_10_40
{
  padding: 10px 20px 10px 40px;
}
.pad_15_5
{
  padding: 15px 5px;
}
.pad_15_20 
{
  padding: 15px 20px;
}
.pad_4_10
{
  padding: 4px 10px;
}
.pad_5_5_5_25
{
  padding: 5px 5px 5px 25px;
}
.pad_6
{
  padding: 6px;
}
.pad_6_6_6_25
{
  padding: 6px 6px 6px 25px;
}
.pad_15
{
  padding: 15px;
}
.pad_20
{
  padding: 20px;
}
.pad_20_30
{
  padding: 20px 30px;
}
.pad_23_10
{
  padding: 23px 10px;
}
.pad_30
{
  padding: 30px;
}
.pad_30_0
{
  padding: 30px 0px;
}
.pad_40_0
{
  padding: 40px 0px;
}
.pad_40_15
{
  padding: 40px 15px;
}
.pad_40_20
{
  padding: 40px 20px;
}
.pad_40_0_5_0
{
  padding: 40px 0px 5px 0;
}
.pad_70_0_40_0
{
  padding: 70px 0px 40px 0;
}
.pad_70_0_70_0
{
  padding: 70px 0px 70px 0;
}
.pad_25_10_5_10
{
  padding: 25px 10px 5px 10px;
}
.pad_15_0
{
  padding: 15px 0px;
}
.pad_20_0
{
  padding: 20px 0;
}
.pad_0_0_30_0
{
  padding:0px 0px 30px 0px;
}
.pad_20_0_10_0
{
  padding: 20px 0px 10px 0px;
}
.pad_0_0_10_0
{
  padding: 0px 0px 10px 0px;
}
.pad_20_10
{
  padding: 20px 10px;
}
.pad_20_15
{
  padding: 20px 15px;
}
.pad_20_0_0_0
{
  padding: 20px 0 0 0;
}
.pad_50_0
{
  padding: 50px 0px;
}
.pad_100_0
{
  padding: 100px 0px;
}
.pad_50_0_imp
{
  padding: 50px 0px!important;
}
.pad_right_5
{
  padding-right: 5px;
}
.pad_right_10
{
  padding-right: 10px;
}
.pad_right_30
{
  padding-right: 30px;
}
.pad_right_70
{
  padding-right: 70px;
}

.pad_right_80
{
  padding-right: 80px;
}
.pad_right_120
{
  padding-right: 120px;
}
.pad_right_20
{
  padding-right: 20px;
}
.pad_right_15
{
  padding-right: 15px;
}
.pad_left_20
{
  padding-left: 20px;
}
.pad_left_40
{
  padding-left: 40px;
}
.pad_left_20_imp
{
  padding-left: 20px!important;
}
.pad_left_15
{
  padding-left: 15px;
}
.pad_left_55_imp
{
  padding-left: 55px!important;
}
.pad_left_28_imp
{
  padding-left: 28px!important;
}
.pad_left_30
{
  padding-left: 30px;
}
.pad_left_70
{
  padding-left: 70px;
}
.pad_0_imp
{
  padding: 0px!important;
}
.pad_5_left_right
{
  padding-right: 5px;
  padding-left: 5px;
}
.pad_5_top_bottom
{
  padding-top: 5px;
  padding-bottom: 5px;
}
.pad_10_top_bottom
{
  padding-top: 10px;
  padding-bottom: 10px;
}
.pad_10_40_left_right
{
  padding-left: 10px;
  padding-right: 40px;
}
.pad_40_10_left_right
{
  padding-left: 40px;
  padding-right: 10px;
}
.pad_10_90_left_right
{
  padding-left: 10px;
  padding-right: 90px;
}
.pad_90_10_left_right
{
  padding-left: 90px;
  padding-right: 10px;
}
.pad_10_left_right
{
  padding-right: 10px;
  padding-left: 10px;
}
.pad_20_left_right
{
  padding-right: 20px;
  padding-left: 20px;
}
.pad_30_left_right
{
  padding-right: 30px;
  padding-left: 30px;
}
.pad_tb_20_imp
{
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}
.pad_tb_20
{
  padding-top: 20px;
  padding-bottom: 20px;
}
.pad_top_80
{
  padding-top: 80px;
}
.pad_top_50
{
  padding-top: 50px;
}
.pad_top_40_imp
{
  padding-top: 40px!important;
}
.pad_top_30
{
  padding-top: 30px;
}
.pad_top_20
{
  padding-top: 20px;
}
.pad_top_25
{
  padding-top: 25px;
}
.pad_top_10
{
  padding-top: 10px;
}
.pad_top_5
{
  padding-top: 5px;
}
.pad_top_2
{
  padding-top: 2px;
}
.pad_0_3
{
  padding: 0px 3px;
}
.pad_0_15
{
  padding: 0px 15px;
}
.pad_0_5
{
  padding: 0px 5px;
}
.pad_0_4
{
  padding: 0px 4px;
}
.pad_0_7
{
  padding: 0px 7px;
}
.pad_0_13
{
  padding: 0px 13px;
}
.pad_0_20
{
  padding: 0px 20px;
}
.pad_0_20_15_20
{
  padding: 0px 20px 15px 20px;
}
.pad_10_0
{
  padding: 10px 0px;
}
.pad_10_0_10_10
{
  padding: 10px 0px 10px 10px;
}
.pad_10_15
{
  padding: 10px 15px;
}
.pad_10_5
{
  padding: 10px 5px;
}
.pad_10_20
{
  padding: 10px 20px;
}
.pad_10_20_0_20
{
  padding: 10px 20px 0px 20px;
}
.pad_bottom_10
{
  padding-bottom: 10px;
}
.pad_bottom_imp_60
{
   padding-bottom: 60px!important;
}
.pad_bottom_imp_80
{
   padding-bottom: 80px!important;
}
.pad_bottom_5
{
  padding-bottom: 5px;
}
.pad_bottom_20
{
  padding-bottom: 20px;
}
.pad_bottom_20_imp
{
  padding-bottom: 20px!important;
}
.pad_bottom_25
{
  padding-bottom: 25px;
}
.pad_bottom_60
{
  padding-bottom: 60px;
}
.pad_bottom_40
{
  padding-bottom: 40px;
}
.pad_bottom_100
{
  padding-bottom: 100px;
}
.pad_0_8
{
      padding: 0 8px;
}
.pad_0_10
{
      padding: 0 10px;
}
.pad_0_10_0_0
{
      padding: 0px 10px 0px 0px;
}
.pad_0_10_10_10
{
      padding: 0 10px 10px 10px;
}
.pad_3_10
{
      padding: 3px 10px;
}
.pad_0_50
{
      padding: 0 50px;
}
.pad_left_2
{
  padding-left: 2px;
}
.pad_left_4
{
  padding-left: 4px;
}
.pad_left_5
{
  padding-left: 5px;
}
.pad_left_8
{
  padding-left: 8px;
}
.pad_right_8
{
  padding-right: 8px;
}
/*////////////////////////////////////////////////////////////*/
/*////////////////       word_wrap      //////////////////////*/
/*////////////////////////////////////////////////////////////*/
.word_wrap
{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.word_break_all 
{
  word-break: break-all;
}
.word_break_word
{
  word-break: break-word;
}
/*////////////////////////////////////////////////////////////*/
/*/////////////////   text-alignment   ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.text_center
{
  text-align: center!important;
}
.text_align_center
{
  text-align: center;
}
.text_align_center_imp
{
  text-align: center!important;
}
.text_right
{
  text-align: right;
}
.text_left
{
  text-align: left;
}
.justify_content_center
{
  justify-content: center;
}
.align_items_center
{
  align-items: center;
  -webkit-align-items: center;
}
.align_self_center
{
  align-self: center;
  -webkit-align-self: center;
}
.align_content_center
{
  align-content: center;
}
.text_transform_capitalize
{
  text-transform: capitalize;
}
.text_decoration_underline
{
  text-decoration: underline;
}
.text_transform_uppercase
{
  text-transform: uppercase;
}
.text_overflow_ellipsis
{
  text-overflow: ellipsis;
}
/*////////////////////////////////////////////////////////////*/
/*////////////////      line_height      //////////////////*/
/*////////////////////////////////////////////////////////////*/
.line_height_normal
{
  line-height: normal;
}
.line_height_initial
{
  line-height: initial;
}
.line_height_0
{
  line-height: 0;
}
.line_height_100p
{
  line-height: 100%;
}
.line_height_130p
{
  line-height: 130%;
}
.line_height_16
{
  line-height: 16px;
}
.line_height_18
{
  line-height: 18px;
}
.line_height_20
{
  line-height: 20px;
}
.line_height_23
{
  line-height: 23px;
}
.line_height_36
{
  line-height: 36px;
}
.line_height_type_1
{
  line-height: 1.3;
}
.line_height_type_2
{
  line-height: 1.42857143;
}
/*////////////////////////////////////////////////////////////*/
/*/////////////////       Float       ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.float_right
{
  float: right;
}
.float_left
{
  float: left;
}
/*////////////////////////////////////////////////////////////*/
/*////////////////       Position      ///////////////////////*/
/*////////////////////////////////////////////////////////////*/

.position_relative
{
  position: relative;
}
.position_absolute
{
  position: absolute;
}
.position_unset
{
  position: unset;
}
.position_sticky_0
{
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
}
.position_sticky
{
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
}
.position_fixed
{
  position: fixed!important;
}
/*////////////////////////////////////////////////////////////*/
/*/////////////////       Right      ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.right_5p
{
  right: 5%;
}
.right_10p
{
  right: 10%;
}
.right_0
{
  right: 0;
}
.right_4
{
  right: 4px;
}
.right_5
{
  right: 5px;
}
.right_10
{
  right: 10px;
}
.right_20
{
  right: 20px;
}
.right_30
{
  right: 30px;
}
.right_60 
{
  right: 60px;
}
.right_110
{
  right: 110px;
}
.right_neg_10
{
  right: -10px;
}
.right_neg_15
{
  right: -15px;
}
.right_neg_26
{
  right: -26px;
}
.right_neg_32
{
  right: -32px;
}
.right_neg_55
{
  right:-55px;
}
/*////////////////////////////////////////////////////////////*/
/*/////////////////////    Left    //////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.left_5p
{
  left: 5%;
}
.left_10p
{
  left: 10%;
}
.left_neg_10
{
  left: -10px;
}
.left_0
{
  left: 0;
}
.left_5
{
  left: 5px;
}
.left_10
{
  left: 10px;
}
.left_15
{
  left: 15px;
}
.left_20
{
  left: 20px;
}
.left_27
{
  left: 27px;
}
.left_45
{
  left: 45px;
}
.left_90
{
  left: 90px;
}
.left_50p
{
  left: 50%;
}
/*////////////////////////////////////////////////////////////*/
/*/////////////////        Top       ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.top_5p{ top: 5%;}
.top_10p{ top: 10%;}
.top_50p{ top: 50%;}  
.top_50p_neg_35{ top: calc(50% - 35px);} 
.top_100p{  top: 100%;}  
.top_neg_38{ top: -38px;}
.top_neg_3{ top: -3px;}
.top_neg_8{ top: -8px;}
.top_neg_40{ top: -40px;}
.top_neg_50{ top: -50px;}
.top_neg_32{ top: -32px;}
.top_neg_26{ top: -26px;}
.top_neg_12{ top:-12px;}
.top_neg_10{ top: -10px;}
.top_neg_5{ top: -5px;}
.top_neg_2{ top: -2px;}
.top_0{ top: 0;}
.top_2{ top: 2px;}
.top_3{ top: 3px;}
.top_4{ top: 4px;}
.top_5{ top: 5px;}
.top_6{ top: 6px;}
.top_9{ top: 9px;}
.top_10{ top: 10px;}
.top_20{ top: 20px;}
.top_30{ top: 30px;}
.top_35{ top: 35px;}
.top_42{ top: 42px;}
.top_45{ top: 45px;}
.top_49{ top: 49px;}
.top_50{ top: 50px;}
.top_54{ top: 54px;}
.top_55{ top: 55px;}
.top_60{ top:60px;}
.top_67{ top:67px;}
.top_70{ top: 70px;}
.top_80{ top: 80px;}
.top_90{ top: 90px;}
.top_100{ top: 100px;}

/*////////////////////////////////////////////////////////////*/
/*/////////////////       Bottom      ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.bottom_5p
{
  bottom: 5%;
}
.bottom_10p
{
  bottom: 10%;
}
.bottom_neg_6
{
  bottom: -6px;
}
.bottom_0
{
  bottom: 0px;
}
.bottom_1
{
  bottom: 1px;
}
.bottom_8
{
  bottom: 8px;
}
.bottom_10
{
  bottom: 10px;
}
.bottom_20
{
  bottom: 20px;
}
.bottom_30
{
  bottom: 30px;
}
.bottom_40
{
  bottom: 40px;
}
.bottom_50
{
  bottom: 50px;
}
.bottom_60
{
  bottom: 60px;
}
.bottom_97
{
  bottom: 97px;
}
/*////////////////////////////////////////////////////////////*/
/*/////////////////       Resize      ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.resize_none
{
  resize: none;
}
.resize_both
{
  resize: both;
}
.resize_vertical
{
  resize: vertical;
}
.resize_horizontal
{
  resize: horizontal;
}
/*////////////////////////////////////////////////////////////*/
/*/////////////////       Height      ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.height_auto
{
  height: auto;
}
.height_auto_imp
{
  height: auto!important;
}
.height_0
{
  height: 0;
}
.height_0_imp
{
  height: 0!important;
}
.height_1
{
  height: 1px;
}
.height_5
{
  height: 5px;
}
.height_10
{
  height: 10px;
}
.height_12
{
  height: 12px;
}
.height_15
{
  height: 15px;
}
.height_100
{
  height: 100%;
}
.height_100p
{
  height: 100%;
}
.height_100p_imp
{
  height: 100%!important;
}
.height_25
{
  height: 25px;
}
.height_30
{
  height: 30px;
}
.div_height_30
{
  height: 30px;
}
.height_35
{
  height: 35px;
}
.height_40
{
  height: 40px;
}
.height_50
{
  height: 50px;
}
.height_60
{
  height: 60px;
}
.height_75
{
  height: 75px;
}
.height_80
{
  height: 80px;
}
.height_165_imp
{
  height: 165px!important;
}
.height_157_imp
{
  height: 157px!important;
}
.height_200_imp
{
  height: 200px!important;
}
.height_250
{
  height: 250px;
}
.height_220_imp 
{
  height: 220px!important;
}
.height_275_imp 
{
  height: 275px!important;
}
.height_300
{
  height: 300px;
}
.height_320
{
  height: 320px;
}
.height_300_imp
{
  height: 300px!important;
}
.height_400
{
  height: 400px;
}
.height_500
{
  height: 500px;
}
.height_500_imp
{
  height: 500px!important;
}
.height_570_imp
{
  height: 570px!important;
}
.height_550_imp
{
  height: 550px!important;
}
.height_590_imp
{
  height: 590px!important;
}
.height_600_imp
{
  height: 600px!important;
}
.min_height_60
{
  min-height: 60px;
}
.min_height_50
{
  min-height: 50px;
}
.min_height_140
{
  min-height: 140px;
}
.min_height_250
{
  min-height: 250px;
}
.min_height_300
{
  min-height: 300px;
}
.min_height_365
{
  min-height: 365px;
}
.min_height_400
{
  min-height: 400px;
}
.min_height_450
{
  min-height: 450px;
}
.min_height_600
{
  min-height: 600px;
}
.max_height_95p
{
 max-height: 95%;
}
.max_height_60
{
  max-height: 60px;
}
.max_height_100p
{
  max-height: 100%;
}
.max_height_100
{
  max-height: 100px;
}
.max_height_200
{
  max-height: 200px;
}
.max_height_400
{
  max-height: 400px;
}
.max_height_500
{
  max-height: 500px;
}
.max_height_500_imp
{
  max-height: 500px!important;
}
.max_height_600
{
  max-height: 600px;
}
.max_height_600_imp
{
  max-height: 600px!important;
}
.max_height_700
{
  max-height: 700px;
}
.height_calc_100p_neg_70
{
  height: calc(100% - 70px);
}
.height_calc_100p_neg_77
{
  height: calc(100% - 77px);
}
.height_calc_100p_neg_210_imp
{
  height: calc(100% - 210px)!important;
}
.height_calc_100p_neg_235_imp
{
  height: calc(100% - 235px)!important;
}
/*////////////////////////////////////////////////////////////*/
/*/////////////////       Width       ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.width_auto
{
  width: auto;
}
.width_1
{
  width: 1px;
}
.width_2
{
  width: 2px;
}
.width_10
{
  width: 10px;
}
.width_12
{
  width: 12px;
}
.width_15
{
  width: 15px;
}
.width_100p
{
  width: 100%;
} 
.width_80p
{
  width: 80%;
}
.width_87p
{
  width: 87%;
}
.width_90p
{
  width: 90%;
}
.width_95p
{
  width: 95%;
}
.width_98p
{
  width: 98%;
}
.width_100p_imp
{
  width: 100%!important;
}
.width_40p
{
  width: 40%;
}
.width_50p
{
  width: 50%;
}
.width_60p
{
  width: 60%;
}
.width_0
{
  width: 0;
}
.width_2
{
  width: 2px;
}
.width_5
{
  width: 5px;
}
.width-100{width: 100%;}
.width_100{width: 100%;}
.width_50_fix
{
  width: 50%;
}
.width_100_fix
{
width: 100%;
}
.w_32_100
{
width: 32%;
}
.w_25_100
{
  width: 25%;
}
.width_33_33_p
{
  width: 33.3333%;
}
.width_20
{
  width: 20px;
}
.width_25
{
  width: 25px;
}
.width_30
{
  width: 30px;
}
.width_35
{
  width: 35px;
}
.width_40
{
  width: 40px;
}
.width_42
{
  width: 42px;
}
.width_45
{
  width: 45px;
}
.width_50
{
  width: 50px;
}
.width_60
{
  width: 60px;
}
.width_70
{
  width: 70px;
}
.width_80
{
  width: 80px;
}
.width_180
{
  width: 180px;
}
.width_190
{
  width: 190px;
}
.width_200
{
  width: 200px;
}
.width_240
{
  width: 240px;
}
.width_250
{
  width: 250px;
}
.width_290_imp
{
  width: 290px!important;
}
.width_300
{
  width: 300px;
}
.width_335
{
  width: 335px;
}
.width_300_imp
{
  width: 300px!important;
}
.width_350
{
  width: 350px;
}
.width_400
{
  width: 400px;
}
.width_400_imp 
{
  width: 400px!important;
}
.width_450
{
  width: 450px;
}
.width_500_imp 
{
  width: 500px!important;
}
.max_width_50p
{
  max-width: 50%;
}
.max_width_100px
{
  max-width: 100px;
}
.max_width_110
{
  max-width: 110px;
}
.max_width_170
{
  max-width: 170px;
}
.max_width_100p
{
  max-width: 100%;
}
.max_width_ex_lg
{
  max-width: 1400px;
}
.max_width_lg
{
  max-width: 1250px;
}
.max_width_md
{
  max-width: 767px;
}
.max_width_sm_pro
{
  max-width: 600px;
}
.max_width_sm
{
  max-width: 500px;
}
.max_width_ex_sm
{
  max-width: 300px;
}
.max_width_300
{
  max-width: 300px;
}
.max_width_280
{
  max-width: 280px;
}
.max_width_240
{
  max-width: 240px;
}
.max_width_220
{
  max-width: 220px;  
}
.max_width_226
{
  max-width: 226px;  
}
.max_width_330
{
  max-width: 330px;
}
.max_width_350
{
  max-width: 350px;
}
.max_width_400
{
  max-width: 400px;
}
.max_width_480
{
  max-width: 480px;
}
.max_width_525
{
  max-width: 525px;
}
.max_width_550
{
  max-width: 550px;
}
.max_width_650
{
  max-width: 650px;
}
.max_width_700
{
  max-width: 700px;
}
.max_width_260
{
  max-width: 260px;
}
.max_width_200
{
  max-width: 200px;
}
.max_width_170
{
  max-width: 170px;
}
.max_width_150
{
  max-width: 150px;
}
.max_width_95
{
  max-width: 95px;
}
.max_width_90
{
  max-width: 90px;
}
.max_width_80
{
  max-width: 80px;
}
.max_width_60
{
  max-width: 60px;
}
.max_width_13
{
      max-width: 13px;
}
.max_width_9
{
      max-width: 9px;
}
.min_width_100p
{
  min-width: 100%;
}
.min_width_75
{
  min-width: 75px;
}
.min_width_21
{
  min-width: 21px;
}
.min_width_100
{
  min-width: 100px;
}
.min_width_200
{
  min-width: 200px;
}
.min_width_260
{
  min-width: 260px;
}
.min_width_300
{
  min-width: 300px;
}
.min_width_400
{
  min-width: 400px;
}
.min_width_450
{
  min-width: 450px;
}
.min_width_500
{
  min-width: 500px;
}
.min_width_600
{
  min-width: 600px;
}
.min_width_700
{
  min-width: 700px;
}
.min_width_800
{
  min-width: 800px;
}
.width_calc_neg_20
{
  width: calc(100% - 20px);
}
.width_calc_neg_40
{
  width: calc(100% - 40px);
}
.width_calc_neg_50
{
  width: calc(100% - 50px);
}
.width_calc_neg_175
{
  width: calc(100% - 175px);
}
.width_calc_neg_200
{
  width: calc(100% - 200px);
}
.width_100p_neg_50
{
  width: calc(100% - 50px);
}
.width_100p_neg_60
{
  width: calc(100% - 60px);
}
.width_100p_neg_200
{
  width: calc(100% - 200px);
}
.width_100p_neg_300
{
  width: calc(100% - 300px);
}
/*////////////////////////////////////////////////////////////*/
/*////////////////        Color         //////////////////////*/
/*////////////////////////////////////////////////////////////*/
.color_f58246
{
  color: #f58246;
}
.color_f58246_imp
{
  color: #f58246!important;
}
.color_abaebe
{
  color: #abaebe;
}
.color_6d582a
{
  color: #6d582a;
}
.color_3e2c06
{
  color: #3e2c06;
}
.color_3d4354
{
  color: #3d4354;
}
.color_b1b4ce
{
  color: #b1b4ce;
}
.color_b9bdd1
{
  color: #b9bdd1;
}
.color_8e92a3
{
  color: #8e92a3;
}
.color_d9dae1
{
 color: #d9dae1;
   
}
.color_575a6b
{
  color: #575a6b;
}
.color_606578
{
  color: #606578;
}
.color_7a84a0
{
  color: #7a84a0;
}
.color_2f3144
{
  color: #2f3144;
}
.color_1b1d2a
{
  color: #1b1d2a;
}
.color_b2b8d7
{
  color: #b2b8d7;
}
.color_5c5f74
{
  color: #5c5f74;
}
.focus_color_5c5f74:focus
{
  color: #5c5f74;
}
.color_656988
{
  color: #656988;
}
.color_767ca3
{
  color: #767ca3;
}
.color_9699aa
{
  color: #9699aa;
}
.color_292c40
{
  color: #292c40;
}
.color_1e202b
{
  color: #1e202b;
}
.color_71759b
{
  color: #71759b;
} 
.color_4f536d
{
  color: #4f536d;
}
.color_9ca2c7
{
  color: #9ca2c7;
}   
.color_ced2ec
{
  color: #ced2ec;
}
.color_c5cddc
{
  color: #c5cddc;
}
.color_e5e8fa
{
  color: #e5e8fa;
}
.color_e5e8f9
{
  color: #e5e8f9;
}
.color_acafc0
{
  color: #acafc0;
}
.color_979aab
{
  color: #979aab;
}
.color_5d6070
{
  color: #5d6070;
}
.color_b26c48
{
  color: #b26c48;
}
.hover_bg_color_f58246:hover
{
  background-color: #f58246;
}
.hover_color_4f536d:hover
{
  color: #4f536d;
}
.hover_color_606578:hover , .hover_color_606578:active , .hover_color_606578:focus
{
  color: #606578;
}
.hover_color_bcbfd2:hover
{
  color: #bcbfd2;
}

.hover_color_b2b5c7:hover
{
  color: #b2b5c7;
}

.hover_color_e5e8fa:hover
{
  color: #e5e8fa;
}
.focus_color_e5e8fa:focus
{
  color: #e5e8fa;
}
.hover_color_d49813:hover
{
  color: #d49813;
}
.color_7d7f8d
{
  color: #7d7f8d;
} 
.focus_color_7d7f8d:focus
{
  color: #7d7f8d;
}
.hover_color_9ea0ad:hover
{
  color: #9ea0ad;
}
.color_858aad
{
  color: #858aad;
}
.color_a8acc7
{
  color: #a8acc7;
}
.color_c1c8e2
{
  color: #c1c8e2;
}
.color_bdc1de
{
  color: #bdc1de;
}
.color_d49813
{
  color: #d49813;
}
.hover_color_ced2ec:hover , .hover_color_ced2ec:focus , .hover_color_ced2ec:active
{
  color: #ced2ec;
}
.hover_color_bdc1de:hover
{
  color: #bdc1de;
}
.color_333
{
  color: #333;
}
.color_000
{
  color: #000;
}
.color_000_imp
{
  color: #000!important;
}
.color_fff
{
  color: #fff;
}
.hover_color_fff:hover
{
  color: #fff;
}
.hover_color_383c4e:hover
{
  color: #383c4e;
}
.color_1b1c22
{
  color: #1b1c22;
}
.color_5e67a2
{
  color: #5e67a2;
}
.color_5f616f
{
  color: #5f616f;
}
.color_606478
{
  color: #606478;
}
.color_gray
{
  color: #71769b;
}
.color_red
{
  color: #ff1100;
}
.color_green
{
  color: #096c0d;
}
.color_blue
{
  color: #008eff;
}
.color_gold
{
  color: #d49813;
}
.color_red_hover_active_all
{
  color: #ff1100;
}
.color_red_hover_active_all:hover 
{
  color: #ff1100;
}
.color_red_hover_active_all:active 
{
  color: #ff1100;
}
.color_red_hover_active_all:focus
{
  color: #ff1100;
}
.color_white
{
  color: #fff;
}
.color_black
{
  color: #000;
}
.text_dark2
{
  color: #4d4d4d;
}
.hover_bg_color_656988:hover
{
  background: #656988;
}
.hover_color_fff:hover
{
  color: #ffffff;
}
.active_color_gold_imp
{
  color: #d69813!important;
}
.bg_color_000
{
  background: #000;
}
.bg_color_dark_transparent_02
{
  background: rgba(31, 34, 43, 0.79);
}
.bg_color_dark_transparent_03
{
  background: rgba(31, 34, 43, 0.92);
}
.bg_color_dark_transparent_01
{
  background: rgba(13, 13, 18, 0.9);
}
.bg_color_transparent_black_point_5
{
  background: rgba(0, 0, 0, 0.5);
}
.bg_color_transparent_dark_type_1_point_5
{
  background: rgba(59, 61, 79, 0.50);
}
.bg_color_transparent_dark_type_2_point_8
{
  background: rgba(59, 61, 79, 0.84);
}
.bg_color_transparent_dark_type_3_point_85
{
  background: rgba(27, 28, 34, 0.85);
}
.bg_color_transperent_white_01
{
  background: rgba(255, 255, 255, 0.3);
}
.bg_color_default_set_1
{
  background-color: #1a1c24;
  background-image:linear-gradient(to right, #1a1c24 , #1a1c24);
  color: #d49813;
}
.bg_color_default_set_2
{
  background-color: #1f2126;
  background-image: linear-gradient(to right, #2b2f38 , #393d4d);
}
.bg_color_default_set_3
{
  background-color: #1f2126;
  background-image: linear-gradient(to right, #2b2f38 , #393d4d);
  color: #d49813;
}
.bg_color_set_1
{
  background-color: #2d313b;
  background-image: linear-gradient(to right, #344948 , #4d716f);
  color: #a3d0cd;
}
.bg_color_set_2
{
  background-color: #4a4140;
  background-image: linear-gradient(to right, #413939 , #937875);
  color: #cebcba;
}
.bg_color_set_3
{
  background-color: #4b3c4c;
  background-image: linear-gradient(to right, #4b3c4c, #89688b);
  color: #d2afd5;
}
.bg_color_set_4
{
  background-color: #4b4a61;
  background-image: linear-gradient(to right, #4b4a61, #747393);
  color: #b2b0e1;
}
.bg_color_f58246
{
  background-color: #f58246;
}
.bg_color_f1ece9
{
  background-color: #f1ece9;
}
.bg_color_ededed
{
  background: #ededed;
}
.bg_color_040407
{
  background-color: #040407;
}
.bg_color_gradient_01
{
background: rgba(11,11,19,1);
background: -moz-linear-gradient(top, rgba(11,11,19,1) 0%, rgba(4,4,7,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,11,19,1)), color-stop(100%, rgba(4,4,7,1)));
background: -webkit-linear-gradient(top, rgba(11,11,19,1) 0%, rgba(4,4,7,1) 100%);
background: -o-linear-gradient(top, rgba(11,11,19,1) 0%, rgba(4,4,7,1) 100%);
background: -ms-linear-gradient(top, rgba(11,11,19,1) 0%, rgba(4,4,7,1) 100%);
background: linear-gradient(to bottom, rgba(11,11,19,1) 0%, rgba(4,4,7,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0b13', endColorstr='#040407', GradientType=0 );
}
.bg_color_gradient_02
{
  background: rgba(26,26,35,1);
  background: -moz-linear-gradient(top, rgba(26,26,35,1) 0%, rgba(11,11,19,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26,26,35,1)), color-stop(100%, rgba(11,11,19,1)));
  background: -webkit-linear-gradient(top, rgba(26,26,35,1) 0%, rgba(11,11,19,1) 100%);
  background: -o-linear-gradient(top, rgba(26,26,35,1) 0%, rgba(11,11,19,1) 100%);
  background: -ms-linear-gradient(top, rgba(26,26,35,1) 0%, rgba(11,11,19,1) 100%);
  background: linear-gradient(to bottom, rgba(26,26,35,1) 0%, rgba(11,11,19,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a23', endColorstr='#0b0b13', GradientType=0 );
}
.bg_color_gradient_03
{
  background: rgba(26,26,35,0.95);
  background: -moz-linear-gradient(top, rgba(26,26,35,0.95) 0%, rgba(11,11,19,0.95) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26,26,35,0.95)), color-stop(100%, rgba(11,11,19,0.95)));
  background: -webkit-linear-gradient(top, rgba(26,26,35,0.95) 0%, rgba(11,11,19,0.95) 100%);
  background: -o-linear-gradient(top, rgba(26,26,35,0.95) 0%, rgba(11,11,19,0.95) 100%);
  background: -ms-linear-gradient(top, rgba(26,26,35,0.95) 0%, rgba(11,11,19,0.95) 100%);
  background: linear-gradient(to bottom, rgba(26,26,35,0.95) 0%, rgba(11,11,19,0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a23', endColorstr='#0b0b13', GradientType=0 );
}

.icon_color_set_1
{
  color: #d49813;
}
.icon_color_set_2
{
  color: #aa13d4;
}
.icon_color_set_3
{
  color: #1399d4;
}
.icon_color_set_4
{
  color: #f58246;
}
.icon_color_set_5
{
  color: #73d413;
}
.bg_color_ffffff
{
  background: #ffffff;
}
.bg_color_fff
{
  background: #fff;
}
.bg_color_daddf5
{
  background: #daddf5;
}
.bg_color_383c4e
{
  background: #383c4e;
}
.bg_color_313448
{
  background: #313448;
}
.bg_color_303441
{
  background: #303441;
}
.bg_color_c4c8e6
{
  background-color: #c4c8e6;
}
.bg_color_2c2d3e
{
  background: #2c2d3e;
}
.bg_color_2d313c
{
  background: #2d313c;
}
.bg_color_bdc1de
{
  background: #bdc1de;
}
.bg_color_767ca3
{
  background: #767ca3;
}
.hover_bg_color_9ea3c6:hover
{
  background: #9ea3c6;
}
.bg_color_2f3342
{
  background: #2f3342;
}
.bg_color_373b4b
{
  background: #373b4b;
}
.bg_color_262b38
{
  background: #262b38;
}
.bg_color_32343b
{
  background: #32343b;
}
.bg_color_1b1c22
{
  background: #1b1c22;
}
.bg_color_1a1c24
{
  background: #1a1c24;
}
.bg_color_2a2d3a
{
  background: #2a2d3a;
}
.bg_color_292c40
{
  background: #292c40;
}
.bg_color_242733
{
  background: #242733;
}
.bg_color_6b719d
{
  background: #6b719d;
}
.bg_color_1f222b
{
  background: #1f222b;
}
.bg_color_4f536d
{
  background: #4f536d;
}
.bg_color_2f3144
{
  background: #2f3144;
}
.bg_color_858aad
{
  background: #858aad;
}
.bg_color_1e202b
{
  background: #1e202b;
}
.bg_color_d49813
{
  background: #d49813;
}
.bg_color_d49813_imp
{
  background: #d49813!important;
}
.bg_color_0d0d12
{
  background: #0d0d12;
}
.bg_color_e0e3f5
{
  background: #e0e3f5;
}
.bg_color_dcdff5
{
  background: #dcdff5;
}
.bg_color_ced2ec
{
  background: #ced2ec;
}
.bg_color_dde1fd
{
  background: #dde1fd;
}
.bg_color_dde1f8
{
  background: #dde1f8;
}
.bg_color_e5e8fa
{
  background: #e5e8fa;
}
.bg_color_cfd3ec
{
  background: #cfd3ec;
}
.bg_color_262732
{
  background: #262732;
}
.bg_color_d69813_fff
{
  background-color: #d69813;
  color: #FFF; 
}
.bg_color_red_fff
{
  background-color: #ff1100;
  color: #FFF; 
}
.bg_color_red
{
    background-color: #ff1100;
}
.bg_color_gold_white
{
  background:  #d49813;
  color: #fff;
}
.bg_color_yellow
{
 background-color: #ffe500;
}
.bg_color_green
{
  background: #0d7319;
}
.bg_color_green_white
{
  background: #0d7319;
  color: #FFF;
}
.bg_color_green_white_imp
{
  background: #0d7319!important;
  color: #FFF!important;
}
.bg_color_red_white
{
  background: #ff0000;
  color: #FFF;
}
.hover_bg_color_fff:hover
{
 background: #fff;
}
.hover_bg_color_3c414f:hover
{
  background: #3c414f;
}
.hover_bg_color_d49813:hover
{
  background: #d49813;
}
.hover_bg_color_383c4e:hover
{
  background: #383c4e;
}
.hover_bg_color_dde1f8:hover
{
  background: #dde1f8;
}
.hover_bg_color_cfd3ec:hover
{
  background: #cfd3ec;
}
.hover_bg_color_272b38:hover
{
  background: #272b38;
}
.hover_bg_color_2e324a:hover
{
  background: #2e324a;
}
.hover_bg_color_262732:hover
{
  background: #262732;
}
.bg_color_online
{
  background-color: #10a553;
}
.bg_color_offline
{
  background-color: #576279;
}
.bg_color_few_ago
{
  background-color: #ccaf6f;
}
.color_online
{
  color: #10a553;
}
.color_offline
{
  color: #576279;
}
.color_offline_yellow
{
  color: #FFEB3B;
}
.color_half_white_imp
{
  color: rgba(256,256,256,0.5)!important;
}

.bg_color_gradient_gold_1
{
  background: rgba(212,151,19,1);
  background: -moz-linear-gradient(left, rgba(212,151,19,1) 0%, rgba(230,197,124,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212,151,19,1)), color-stop(100%, rgba(230,197,124,1)));
  background: -webkit-linear-gradient(left, rgba(212,151,19,1) 0%, rgba(230,197,124,1) 100%);
  background: -o-linear-gradient(left, rgba(212,151,19,1) 0%, rgba(230,197,124,1) 100%);
  background: -ms-linear-gradient(left, rgba(212,151,19,1) 0%, rgba(230,197,124,1) 100%);
  background: linear-gradient(to right, rgba(212,151,19,1) 0%, rgba(230,197,124,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d49713', endColorstr='#e6c57c', GradientType=1 );
}
.bg_color_gradient_gold_2
{
  background: rgba(196,138,12,1);
background: -moz-linear-gradient(left, rgba(196,138,12,1) 0%, rgba(237,193,98,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(196,138,12,1)), color-stop(100%, rgba(237,193,98,1)));
background: -webkit-linear-gradient(left, rgba(196,138,12,1) 0%, rgba(237,193,98,1) 100%);
background: -o-linear-gradient(left, rgba(196,138,12,1) 0%, rgba(237,193,98,1) 100%);
background: -ms-linear-gradient(left, rgba(196,138,12,1) 0%, rgba(237,193,98,1) 100%);
background: linear-gradient(to right, rgba(196,138,12,1) 0%, rgba(237,193,98,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c48a0c', endColorstr='#edc162', GradientType=1 );
}
.bg_color_gradient_gold
{
background: rgba(196,138,12,1);
background: -moz-linear-gradient(left, rgba(196,138,12,1) 0%, rgba(224,174,65,1) 50%, rgba(196,138,12,1) 99%, rgba(196,138,12,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(196,138,12,1)), color-stop(50%, rgba(224,174,65,1)), color-stop(99%, rgba(196,138,12,1)), color-stop(100%, rgba(196,138,12,1)));
background: -webkit-linear-gradient(left, rgba(196,138,12,1) 0%, rgba(224,174,65,1) 50%, rgba(196,138,12,1) 99%, rgba(196,138,12,1) 100%);
background: -o-linear-gradient(left, rgba(196,138,12,1) 0%, rgba(224,174,65,1) 50%, rgba(196,138,12,1) 99%, rgba(196,138,12,1) 100%);
background: -ms-linear-gradient(left, rgba(196,138,12,1) 0%, rgba(224,174,65,1) 50%, rgba(196,138,12,1) 99%, rgba(196,138,12,1) 100%);
background: linear-gradient(to right, rgba(196,138,12,1) 0%, rgba(224,174,65,1) 50%, rgba(196,138,12,1) 99%, rgba(196,138,12,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c48a0c', endColorstr='#c48a0c', GradientType=1 );
}
/*////////////////  Border  //////////////////////*/
.border_transparent_all
{
  border: transparent;
}
.border_transparent_all:focus
{
  border: transparent;
}
.border_transparent_all:hover
{
  border: transparent;
}
.border_none
{
  border:none;
}
.border_1 
{
  border: 1px solid;
}
.border_1_dotted
{
  border: 1px dotted;
}
.border_2 
{
  border: 2px solid;
}
.border_5 
{
  border: 5px solid;
}
.border_35
{
  border-bottom: 35px solid;
}
.border_top_1 
{
  border-top: 1px solid;
}
.border_top_2 
{
  border-top: 2px solid;
}
.border_top_5
{
  border-top: 5px solid;
}
.border_top_8
{
  border-top: 8px solid;
}
.border_top_20
{
  border-top: 20px solid;
}
.border_left_1 
{
  border-left: 1px solid;
}
.border_left_2 
{
  border-left: 2px solid;
}
.border_left_2px_e5e8fa
{
  border-left: 2px solid #e5e8fa;
}
.border_bottom_1 
{
  border-bottom: 1px solid;
}
.border_bottom_2
{
  border-bottom: 2px solid;
}
.hover_border_color_fff:hover
{
 border-color: #fff;
}
.border_color_3d4354
{
  border-color: #3d4354;
}
.border_color_767ca3
{
  border-color: #767ca3;
}
.border_color_2d2f41
{
  border-color: #2d2f41;
}
.border_color_2a2d3a
{
  border-color: #2a2d3a;
}
.border_color_0d7319
{
  border-color: #0d7319;
}
.border_color_2a2e3a;
{
  border-color: #2a2e3a;
}
.border_color_4a4c60
{
  border-color: #4a4c60;
}
.border_color_bbc4d7
{
  border-color: #bbc4d7;
}
.border_color_d49813
{
  border-color: #d49813;
}
.border_color_343545
{
  border-color: #343545;
}
.border_color_e5e8fa
{
  border-color: #e5e8fa;
}
.border_color_cfd3ec
{
  border-color: #cfd3ec;
}
.border_color_969dc9
{
 border-color: #969dc9;
}
.border_color_ced2ec
{
  border-color: #ced2ec;
}
.border_color_000
{
  border-color: #000;
}
.border_bottom_left_radius_0
{
  border-bottom-left-radius: 0;
}
.border_bottom_right_radius_0
{
  border-bottom-right-radius: 0;
}
.border_top_left_radius_0
{
  border-top-left-radius: 0;
}
.border_top_right_radius_0
{
  border-top-right-radius: 0;
}
.border_top_left_radius_5
{
  border-top-left-radius: 5px;
}
.border_top_right_radius_5
{
  border-top-right-radius: 5px;
}
.border_radius_3 
{
  border-radius: 3px;
}
.border_radius_5 
{
  border-radius: 5px;
}
.border_radius_8 
{
  border-radius: 8px;
}
.border_radius_10
{
  border-radius: 10px;
}
.border_radius_20
{
  border-radius: 20px;
}
.border_radius_25 
{
  border-radius: 25px;
}
.border_radius_40
{
  border-radius: 40px;
}
.border_none_focus_imp:focus
{
  border:none!important;
}
.border_radius_50p
{
  border-radius: 50%;
}
.border_left_parent_1
{
  border-left: 5px solid #d49813;
}
.border_left_child_1
{
  border-left: 5px solid #767ca3;
}
.border_left_child_2
{
  border-left: 5px solid #4CAF50;
}
.custom_border_set_01 , .custom_border_set_01:hover
{
  border: 1px solid #dbdef1;
}
.custom_border_set_01:focus
{
  border: 1px solid #cacfeb!important;
}
/*//////////////// Margin  /////////////////////*/
.margin_0
{
  margin:0;
}
.margin_0_imp
{
  margin: 0!important;
}
.margin-10{margin: 10px;} .margin-20{margin: 20px;} .margin-30{margin: 30px;} .margin-40{margin: 40px;} .margin-50px{margin: 50px;}
.margin_auto_0
{
  margin: auto 0;
}
.margin_auto
{
  margin: auto;
}
.margin_3
{
  margin: 3px;
}
.margin_5
{
  margin: 5px;
}
.margin_5_auto
{
  margin: 5px auto;
}
.margin_5_0
{
  margin: 5px 0px;
}
.margin_10
{
  margin: 10px;
}
.margin_25
{
  margin: 25px;
}
.margin_10_0
{
  margin:10px 0;
}
.margin_10_0_0_0
{
  margin:10px 0 0 0;
}
.margin_10_0_20_0
{
  margin:10px 0 20px 0;
}
.margin_8_6
{
  margin: 8px 6px;
}
.margin_top_0_imp
{
  margin-top: 0px!important;
}
.margin_top_neg_12
{
  margin-top: -12px;
}
.margin_top_neg_40
{
  margin-top: -40px;
}
.margin_top_neg_80
{
  margin-top: -80px;
}
.margin_t_b_20
{
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin_tb_5
{
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin_tb_3
{
  margin-top: 3px;
  margin-bottom: 3px;
}
.margin_0_7_0_2
{
  margin: 0px 7px 0px 2px;
}
.margin_7_15_2_5
{
  margin: 7px 15px 2px 5px;
}
.margin_9_15_2_5
{
  margin: 9px 15px 2px 5px;
}
.margin_0_2
{
  margin: 0px 2px;
}
.margin_0_3
{
  margin: 0px 3px;
}
.margin_0_5
{
  margin: 0px 5px;
}
.margin_1_3
{
  margin: 1px 3px;
}
.margin_0_5_0_neg_8
{
  margin: 0px 5px 0px -8px;
}
.margin_0_10
{
  margin: 0px 10px;
}
.margin_0_5_0_10
{
  margin: 0px 5px 0px 10px;
}
.margin_0_10_0_5
{
  margin: 0px 10px 0px 5px;
}
.margin_0_20
{
  margin: 0px 20px;
}
.margin_50_20_0_20
{
  margin: 50px 20px 0 20px;
}
.margin_40_0_30_0
{
  margin: 40px 0px 30px 0px;
}
.margin_80_0
{
  margin: 80px 0px;
}
.margin_left_5
{
  margin-left: 5px;
}
.margin_left_18
{
  margin-left: 18px;
}
.margin_left_neg_4
{
  margin-left: -4px;
}
.margin_left_right_5
{
  margin-left: 5px;
  margin-right: 5px;
}
.margin_left_right_10
{
  margin-left: 10px;
  margin-right: 10px;
}
.margin_bottom_imp_60
{
  margin-bottom: 60px!important;
}
.margin_top_2
{
  margin-top: 2px;
}
.margin_top_3
{
  margin-top: 3px;
}
.margin_top_25
{
  margin-top: 25px;
}
.margin_top_30
{
    margin-top: 30px;
}
.margin_top_35
{
    margin-top: 35px;
}
.margin_top_40
{
  margin-top: 40px;
}
.margin_top_50
{
  margin-top: 50px;
}

.margin_top_15
{
  margin-top: 15px;
}
.margin_top_20
{
    margin-top: 20px;
}
.margin_top_5
{
    margin-top: 5px;
}
.margin_top_10
{
    margin-top: 10px;
}
.margin_bottom_50
{
    margin-bottom: 50px;
}
.margin_bottom_30
{
    margin-bottom: 30px;
}
.margin_bottom_43
{
    margin-bottom: 43px;
}
.margin_bottom_20
{
    margin-bottom: 20px;
}
.margin_bottom_15
{
    margin-bottom: 15px;
}
.margin_bottom_10
{
    margin-bottom: 10px;
}
.margin_bottom_8
{
  margin-bottom: 8px;
}
.margin_bottom_5
{
   margin-bottom: 5px;
}
.margin_bottom_neg_50
{
  margin-bottom: -50px;
}
.margin_bottom_neg_40
{
  margin-bottom: -40px;
}
.margin_bottom_neg_30
{
  margin-bottom: -30px;
}
.margin_25_10_0_10
{
   margin: 25PX 10px 0PX 10px;

}
.margin_60_0
{
  margin: 60px 0px;
}
.margin_right_5
{
  margin-right: 5px;
}
.margin_right_10
{
  margin-right: 10px;
}
.margin_right_20
{
  margin-right: 20px;
}
.margin_right_30
{
  margin-right: 30px;
}
.margin_left_10
{
  margin-left: 10px;
}
.margin_left_30
{
  margin-left: 30px;
}
.margin_left_neg_30
{
  margin-left: -30px;
}
.margin_right_neg_80
{
  margin-right: -80px;
}
.margin_tl_set_1
{
  margin-top: 0px;
  margin-left: 49px;
}
/*////////////////  scroller  /////////////////*/
.scroller_style_01::-webkit-scrollbar-thumb {
  background: #cfd3ec;
}
.scroller_style_01::-webkit-scrollbar-track {
  background-color: #e5e8fa;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.scroller_type_01::-webkit-scrollbar {
  width:10px;
}
.scroller_type_01::-webkit-scrollbar-track {
  background-color:rgba(256,256,256,0.5);
  -webkit-border-radius: 0px;
  border-radius:0px;
}
.scroller_type_01::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(27,28,34,1)
}

.scroller_type_02::-webkit-scrollbar {
  width:10px;
}
.scroller_type_02::-webkit-scrollbar-track {
  background-color:#d2d4e3  ;
  -webkit-border-radius: 0px;
  border-radius:0px;
}
.scroller_type_02::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #b8bdd9; 
}

/*////////////////  Z_INDEX  //////////////////*/
.z_index_neg_1
{
  z-index: -1;
}
.z_index_0
{
  z-index: 0;
}
.z_index_1
{
  z-index: 1;
}
.z_index_2
{
  z-index: 2;
}
.z_index_3
{
  z-index: 3;
}
.z_index_4
{
  z-index: 4;
}
.z_index_5
{
  z-index: 5;
}
.z_index_6
{
  z-index: 6;
}
.z_index_7
{
  z-index: 7;
}
.z_index_8
{
  z-index: 8;
}
.z_index_9
{
  z-index: 9;
}
.z_index_10
{
  z-index: 10;
}
.z_index_1000
{
  z-index: 1000;
}
.z_index_1001
{
  z-index: 1001;
}
.z_index_10007
{
  z-index: 10007;
}
.z_index_11050
{
  z-index: 11050;
}
/*//////////////// OUTLINE /////////////////*/
.outline_0
{
  outline: 0;
}
.outline_unset
{
  outline: unset;
}
.outline_none_onfocus:focus
{
  outline: none;
}
/*///////////////   BOX_SHADOW   /////////////////*/
.box_shadow_1_2_1_0_dark_1
{
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.06);
}
/*////////////////  Transition //////////////////////*/
.transition_0_3_ease_in
{
  transition:0.3s ease-in;
  -webkit-transition:0.3s ease-in;
  -moz-transition:0.3s ease-in;
  -o-transition:0.3s ease-in;
  -ms-transition:0.3s ease-in;
}
.transition_0_2_ease_in
{
  transition:0.2s ease-in;
  -webkit-transition:0.2s ease-in;
  -moz-transition:0.2s ease-in;
  -o-transition:0.2s ease-in;
  -ms-transition:0.2s ease-in;
}    
.transition_0_1_ease_in
{
  transition:0.1s ease-in;
  -webkit-transition:0.1s ease-in;
  -moz-transition:0.1s ease-in;
  -o-transition:0.1s ease-in;
  -ms-transition:0.1s ease-in;
}
.transition_0_5
{
  transition:0.5s;
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  -o-transition:0.5s;
  -ms-transition:0.5s;
}

/*//////////////// TRANSFORM  //////////////////*/

.transform_translate_neg_50_neg_50
{
  transform: translate(-50%,-50%);
}
.transform_translate_neg_50_0
{
  transform: translate(-50%,0%);
}
.transform_translate_0_neg_50p
{
  transform: translate(0%,-50%);
}
.transform_translate_neg_327_480
{
  transform: translate(-327PX,479px);
}
.transform_translate_neg_327_482
{
  transform: translate(-327PX,482px);
}
/*--------------------rotate--------------------- */
.rotate_90_hover:hover
{
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg); 
  transform: rotate(90deg);
}
.rotate_90
{
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg); 
  transform: rotate(90deg);
}
.rotate_45
{
  -ms-transform: rotate(45deg); 
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*//////////////// FILTER BLUR //////////////////*/
.filter_blur_5
{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.filter_blur_10
{
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.filter_blur_15
{
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
/*////////////////  USER_SELECT   //////////////////*/
.user_select_text
{
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; 
}
.user_select_none
{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}
.user_select_unset
{
  -webkit-user-select: unset;
  -khtml-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset; 
}
/*//////////////// VISIBILITY //////////////////*/
.visibility_hidden
{
  visibility: hidden;
}
.visibility_visible
{
 visibility: visible;
}
/*//////////////// OPACITY //////////////////*/
.opacity_0
{
  opacity: 0;
}
.opacity_0d8
{
  opacity: 0.8;
}
.opacity_1
{
  opacity: 1;
}
/*//////////////// PLACE HOLDER //////////////////*/
::placeholder 
{ /* Chrome */
  color: #979aab;
  opacity: 1;
}
::-moz-placeholder 
{ /* Firefox 19+ */
  color: #979aab;
}
/*//////////////// SCROLL //////////////////*/
.scroll_behavior_smooth
{
  scroll-behavior: smooth;
}
.scroller_hide::-webkit-scrollbar { 
  display: none; 
}
.scroller_hide::-moz-scrollbar { 
  display: none; 
}
.scroller_hide::scrollbar { 
  display: none; 
}
/*/////////////////////////////////////////////////////////////*/
.webkit_box_line_height_1
{
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.webkit_box_line_height_2
{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.list_style_type_circle
{
  list-style-type: circle;
}

/*/////////////////////////////////////////////////////////////*/
.box_prop_01
{
      overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 375px;
}
/*/////////////////////////////////////////////////////////////*/
.animation_blink_shake_l_r
{
  animation: bling_color_shake_l_r 1.4s cubic-bezier(.36,.07,.19,.97) both;
  -moz-animation:  bling_color_shake_l_r 1.4s cubic-bezier(.36,.07,.19,.97) both;
  -webkit-animation:  bling_color_shake_l_r 1.4s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-delay: 1.5s;
  animation-iteration-count: 5;
  animation-direction: forwards;
}

@keyframes bling_color_shake_l_r {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
    color: #d69813;
  }
  
  20%, 80% {
    transform: translate3d(1px, 0, 0);
    color: #d69813;
  }

  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(3px, 0, 0);
    color: #d69813;
  }
}

@-webkit-keyframes bling_color_shake_l_r {
 10%, 90% {
    transform: translate3d(-1px, 0, 0);
    color: #d69813;
  }
  
  20%, 80% {
    transform: translate3d(1px, 0, 0);
    color: #d69813;
  }

  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(3px, 0, 0);
    color: #d69813;
  }
}

@-moz-keyframes bling_color_shake_l_r {
 10%, 90% {
    transform: translate3d(-1px, 0, 0);
    color: #d69813;
  }
  
  20%, 80% {
    transform: translate3d(1px, 0, 0);
    color: #d69813;
  }

  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(3px, 0, 0);
    color: #d69813;
  }
}
.animation_zoom
{
   animation: animation_zoom 1.4s cubic-bezier(.36,.07,.19,.97) both;
  -moz-animation:  animation_zoom 1.4s cubic-bezier(.36,.07,.19,.97) both;
  -webkit-animation:  animation_zoom 1.4s cubic-bezier(.36,.07,.19,.97) both;
  transform: scale3d(1, 1, 1);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-delay: 1.5s;
  animation-iteration-count: 2;
  animation-direction: forwards;
}

@keyframes animation_zoom {
  10%, 60% {
    transform:  scale3d(1.4, 1.4, 1.4);
    color: #d69813;
  }
  40%, 90% {
    transform:  scale3d(1, 1, 1);
    color: #d69813;
  }
  
}
.animation_tiny_shake
{
 -moz-animation: shakeme 1.5s;
  -o-animation: shakeme 1.5s;    
  -webkit-animation: shakeme 1.5s;
  animation: shakeme 1.5s;
   animation-iteration-count: 1;
  animation-delay: 1.5s;

}

@keyframes shakeme {
  0% {
    transform: scale(1);
    color: #d69813;
  }
  10% {
    transform: scale(0.7);
  }
  20% {
    transform: scale(1.5);
  }
  30% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1.4);
  }
  60% {
    transform: scale(1.1);
  }
  65% {
    transform: scale(1);
  }
  100%
  {
    color: #d69813;
  }
}


@keyframes animation_scale_in {
  100% {
    transform: scale(2);
  }
 
}

.fa_beat {
  animation: fa_beat 3s ease infinite;
}
@keyframes fa_beat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.25);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.25);
  }
  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.25);
  }
  70% {
    transform: scale(1);
  }
}


/*/////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////*/
.parent_class_hover_custom_1:hover .submenu_outer_hovered_custom_1
{
 display: block;
}

.default_link_style_with_underline
{
  color: #b26c48;
  text-decoration: underline;
}
.default_link_style_with_underline:hover , .default_link_style_with_underline:active , .default_link_style_with_underline:focus
{
  color: #f58246;
   text-decoration: underline;
}
.default_link_style
{
  color: #b26c48;
}
.default_link_style:hover , .default_link_style:active , .default_link_style:focus
{
  color: #f58246;
}
/*/////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////*/
.flex_centering
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.box_shadow_animation_01
{   
  animation: box_shadow_animation_01 1.4s cubic-bezier(.36,.07,.19,.97) both;
  -moz-animation:  box_shadow_animation_01 1.4s cubic-bezier(.36,.07,.19,.97) both;
  -webkit-animation:  box_shadow_animation_01 1.4s cubic-bezier(.36,.07,.19,.97) both;
  backface-visibility: hidden;
  perspective: 1000px;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: forwards;
}
@keyframes box_shadow_animation_01 {
  0%{
    box-shadow: 0 0 0px 0px #d49813;
  }
  50% {
    box-shadow: 0 0 6px 3px #d49813;
  }
 100% {
    box-shadow: 0 0 0px 0px #d49813;
  }
}
@-webkit-keyframes box_shadow_animation_01 {
  0%{
    box-shadow: 0 0 0px 0px #d49813;
  }
  50% {
    box-shadow: 0 0 6px 3px #d49813;
  }
 100% {
    box-shadow: 0 0 0px 0px #d49813;
  }
}
@-moz-keyframes box_shadow_animation_01 {
  0%{
    box-shadow: 0 0 0px 0px #d49813;
  }
  50% {
    box-shadow: 0 0 6px 3px #d49813;
  }
 100% {
    box-shadow: 0 0 0px 0px #d49813;
  }
}
.sp_breadcrumb_outer
{
  min-height: 30px;
  background: #ffffff;
  width: 100%;
  display: inline-block;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
}
.sp_breadcrumb_outer .width_limit_02
{
  padding-left: 10px;
  padding-right: 10px;
}
.sp_breadcrumb_list
{
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sp_breadcrumb_list_li
{
  float: left; 
  padding: 3px 15px 1px 10px; 
  list-style: none;
}
.sp_breadcrumb_list_link
{
  color: #000;
  font-size: 14px;
  padding: 5px 0px;
  font-weight: 500;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.sp_breadcrumb_list_link:hover
{
  color: #f58246;
}
.sp_breadcrumb_list_link:focus
{
  color: #000;
  opacity: 0.7;
}
.sp_breadcrumb_list_divider:last-child .sp_breadcrumb_list_link
{
   color: #f58246;
}
.sp_breadcrumb_list_divider:last-child .sp_breadcrumb_list_link:focus
{
  opacity: 1;
}
.sp_breadcrumb_list_divider::after
{
  content: '\25BA';
  color: #000;
  font-size: 10px;
  vertical-align: middle;
  position: relative;
  right: -13px;
}
.sp_breadcrumb_list_divider:last-child.sp_breadcrumb_list_divider::after
{
 display: none;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////                                       ///////////////////////////////////////////*/
/*//////////////////////////////////////         END OF COMMON CLASSES         ///////////////////////////////////////////*/
/*//////////////////////////////////////                                       ///////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.img_border_shadow_cls_prop
{
  border: 8px solid #f1f1f1;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.10);
}

.title_style_01
{
	padding: 10px 0;
    color: #f58246;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
}
.title_style_01.b_dot
{
	padding: 40px 0 15px 25px;
}
.title_style_01.b_dot::before
{
	content: "";
    position: absolute;
    left: 0px;
    top: 42px;
    width: 18px;
    height: 18px;
    background: #a0491c;
    border-radius: 45px;
    border: 4px solid #f58246;
}

.fullscreen_content_section_outer.prop_settings
{
  min-height: 100vh;
  display: flex;
  display:-webkit-flex;
}
.fullscreen_content_section_outer .fullscreen_content_section_inner
{
  margin: auto auto;
}


/**************************************************************/
/*********************** SERVICE PAGE ************************/
/************************************************************/
.service_page_section_2
{
  width: 100%;
  display: inline-block;
}
.service_page_section_2_inner_common
{
  float: right;
  padding: 10px;

}
.service_page_section_2_inner_common.sb1
{
  width: calc(100% - 600px);
  padding-top: 50px;
}
.service_page_section_2_inner_common.sb2
{
  width: 600px;
}
.service_page_section_2_inner_common_image_prop_01
{
  transform: translate(-140px, 0px);
    width: 800px;
}
.sb_title_inner_icn
{
      width: 60px;
    text-align: center;
    height: 60px;
    background: #f58246;
    border-radius: 45px!important;
    padding: 6px;
    display: flex;
    display: -webkit-flex;
    margin-right: 20px;
}
.sb_title_inner_icn i {
    margin: auto;
    font-size: 24px;
    color: #fff;
}
.service_page_section_3
{
  padding-top: 20px;
  padding-left: 20px;
  display: inline-block;
}

.service_page_section_3 li
{
  float: left;
    padding-right: 20px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 15px;
    list-style: none;
    position: relative;
    width: 33.333%;
}
.service_page_section_3 li::before
{
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 11px solid #f58246;
}

.custom_ul_outer_1
{
  display: inline-block;
}

.custom_ul_outer_1 li
{
  float: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
    list-style: none;
    position: relative;
    width: 33.333%;
}
.custom_ul_outer_1 li::before
{
  content: "";
    position: absolute;
    left: 0px;
    top: 15px;
    width: 10px;
    height: 10px;
    background: #f58246;
    border-radius: 45px;
}
/**************************************************************/
/********************* END SERVICE PAGE **********************/
/************************************************************/
.wedding_photographers_section_columns
{
  float: right;
}

/************************************************************/
.link_active
{
  color:#fff!important;
}
#google_translate_element {
  position: absolute;
  top: 17px;
  z-index: 2;
  right: 23px;
}
.goog-te-banner-frame
{
  display: none;
}

.translator_section_inner
{
  background: #000;
  font-size: 12px;
  border-radius: 10px;
  overflow: hidden;
}
.translator_section_inner_item
{
  background: #000;
}
.translator_section_inner_item:last-child
{
  padding-bottom: 10px;
}
.translator_section_inner_item:first-child
{
  padding-top: 10px;
}
.translator_section_item_1 a
{
  display: block;
  padding: 6px 15px 6px 15px;
  min-width: 160px;
  color: #fff;
}
.translator_section_item_1 a:hover
{
  background: #f58246;
  color: #fff;
}
.translator_section_outer_area
{
  display: block;
  padding: 6px 10px;
  font-size: 15px;
  background: #000000;
  color: #ffffff;
  font-weight: 400;
  border-radius: 60px;
  margin: 2px 0;
  min-width: 200px;
}
.translator_section_outer:cliked  .translator_section_inner
{
  height: 100px;

}

.translator_section_inner
{
 height: 0;
 transition: 0.2s;
}
.goog-logo-link {
   display:none !important;
}

.goog-te-gadget {
   color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
  color: #000  !important;
  background: rgba(256,256,256,1);
  padding: 7px 8px;
  border: 1px solid #ddd;
  border-radius: 31px;
  position: fixed;
  bottom: 20px;
  left: 35px;
}
.goog-te-gadget .goog-te-combo:focus
{
  outline: none;
  border: 1px solid #ddd;
}


.img-comp-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  display: inline-block;
}

.img-comp-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 1;
  cursor: ew-resize;
  width: 2px;
  height: 100%;
  background-color: #f58246;
  opacity: 1;
  box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

/*//////////////////////////*/
.comparison_slider_slideshow_n { 
  margin: 0 auto; 
  position: relative; 
  width: 100%;
  padding: 1% 1% 56.25% 1%; /*56.25 is for 16x9 resolution*/
  border-radius:0px;
  box-sizing:border-box;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.10);
}

.comparison_slider_slideshow_n > div { 
  position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
}
.comparison_slider_slideshow_n > div > img {
  width:100%;
  height:100%;
  border-radius:20px;
}
.comparison_slider_slideshow_n:hover i, .comparison_slider_slideshow_n:hover .slider-dots{
  opacity: 1;
}
/*################################################*/
#comparison_slider_slideshow { 
  margin: 0 auto; 
  position: relative; 
  width: 100%;
  padding: 1% 1% 56.25% 1%; /*56.25 is for 16x9 resolution*/
  border-radius:0px;
  box-sizing:border-box;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.10);
}

#comparison_slider_slideshow > div { 
  position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
}
#comparison_slider_slideshow > div > img {
  width:100%;
  height:100%;
  border-radius:20px;
}
#comparison_slider_slideshow:hover i, #comparison_slider_slideshow:hover .slider-dots{
  opacity: 1;
}
.comparison_slider_slidebtn {
  z-index: 1;
  background: rgba(245, 130, 70, .80);
  outline: none;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 10px 5px 10px;
}
.comparison_slider_slidebtn:active,
.slidedtn:focus {
  outline:none;
}
.comparison_slider_slidebtn i {
  color: #ffffff;
  font-size: 15px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.comparison_slider_prev {
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translate(-50%, -50%);
}
.comparison_slider_next {
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translate(-50%, -50%);
}
.slider-dots {
  opacity: 0.8;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  padding-left: 0;
  margin-bottom: 0;
  position:absolute;
  left:50%;
  bottom:-20px;
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dots li {
  color: #ccc;
  display: inline;
  font-size: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.slider-dots li.active-dot {
  color: #f58246;
}
.img_comparison
{
  width: 100%;
}

/*################################################*/
/*//////////////////////////////////////////////////////////////*/
/*///////////////     START  PRELOADER     /////////////////////*/
/*//////////////////////////////////////////////////////////////*/


.loader_outer
{
  background: #1b1c22;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
}
.loader {
  height: 250px;
  width: 250px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  transform: scale(0.68);
}
.hex {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 80px;
  height: 85px;
  background: #f58246;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transform: rotate(90deg);
  animation: rotateHex 1s infinite;
  border-radius: 6%;
  opacity: 0.8;
}
.para1 {
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 80px;
    height: 40px;
      top: -14rem;
    left: -2.5rem;
    transform: rotate(63.5deg);
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    background: #f58246;
    border-radius: 10%;
    animation: rotatePara1 2s infinite;
    opacity: 0.9;
}
.para2 {
   margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 80px;
    height: 40px;
      top: 9.5rem;
    left: -10.3rem;
    transform: rotate(-55deg);
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    background: #f58246;
    animation: rotatePara2 2s infinite;
    border-radius: 10%;
    opacity: 0.9;
}
.para3 {
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 80px;
    height: 40px;
       top: 9.5rem;
    left: -10.3rem;
    transform: rotate(-55deg);
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    background: #f58246;
    animation: rotatePara3 2s infinite;
    border-radius: 10%;
    opacity: 0.9;
}

@keyframes rotatePara1 {
  0% {
    top: -14rem;
    left: -2.5rem;
    transform: rotate(63.5deg);
  }
  50% {
     top: -9.0rem;
    left: 10.4rem;
    transform: rotate(-55deg);
  }
  100% {
      top: 4.45rem;
    left: 12.8rem;
    transform: rotate(-180deg);
  }
}

@keyframes rotatePara2 {
  0% {
        top: 4.6rem;
    left: 12.85rem;
    transform: rotate(181deg);
  }
  50% {
     top: 14rem;
    left: 2.7rem;
    transform: rotate(63.5deg);
  }
  100% {
      top: 9rem;
    left: -10.5rem;
    transform: rotate(-54deg);
  }
}

@keyframes rotatePara3 {
  0% {
    top: 9.5rem;
    left: -10.3rem;
    transform: rotate(-56deg);

  }
  50% {
    top: -4.3rem;
    left: -13.0rem;
    transform: rotate(-178deg);
  }
  100% {
        top: -14rem;
    left: -2.5rem;
    transform: rotate(-296deg);
  }
}

@keyframes rotateHex {
  0% {
    transform: rotate(90deg) scale(1);
  }
  
  50% {
    transform: rotate(270deg) scale(0.9);
  }
  
  100% {
    transform: rotate(270deg) scale(1);
  }
}
/*//////////////////////////////////////////////////////////////*/
/*///////////////     END  PRELOADER     /////////////////////*/
/*//////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////*/
  /*///////////////  START  MENU TOGGLE ICON  /////////////////////*/
  /*//////////////////////////////////////////////////////////////*/
  #menu-toggle {
  display: none;
}
  .responsive_menubar_toggle_display
{
  display: none;
}


.home_top_section_1
{
  height: 100%;
  background: url(../images/home_slider_1.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

.width_limit_01
{
  /*max-width: 1250px;*/
  max-width: 1170px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.width_limit_02
{
  max-width: 1170px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.menubar_prop
{
  text-align: right;
  width: 100%;
}
.menubar_prop li
{
  float: none;
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
}
.menubar_prop li a
{
  color: rgba(256,256,256,0.5);
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition:0.2s;
  -moz-transition:0.2s;
  -o-transition:0.2s;
  -ms-transition:0.2s;
}
.menubar_prop li a:hover
{
  color: #fff;
}
.list_submenu:hover .submenu_main_outer
{
  height: unset;
}
.list_submenu:hover .submenu_main_outer_div
{

  box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.15);
}
.submenu_main_outer
{
  display: flex;
  display: -webkit-flex;
  position: absolute;
  height: 0;
  z-index: 3;
  /*margin-left: -5%;*/
  margin-left: -13%;
}
.submenu_main_outer_div
{
  display: flex;
  display: -webkit-flex;
  margin-top: 28px;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  overflow: hidden;
  border-radius: 5px;
}
.submenu_main_outer_ul
{
  padding-right: 40px;
  display: grid;
  height: 0;
  min-height: 0;
  /*background: rgba(27, 28, 34, 0.90);*/
  /* background: rgba(0, 0, 0, 0.90);*/
  background: rgb(256, 256, 256);
  overflow: hidden;
  /*margin-top: 28px;*/
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.submenu_main_outer_ul:first-child
{
  padding-left: 10px;
}
.submenu_main_outer_ul:last-child
{
  padding-right: 10px;
}
.list_submenu:hover .submenu_main_outer .submenu_main_outer_ul
{
  /*height: calc(100% + -28px);*/
  height: 100%;
}
.submenu_main_outer_ul .link_active
{
  color: #f58246!important;
}
.submenu_main_outer li
{
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
}
.submenu_main_outer li:first-child
{
  padding-top: 15px;
}
.submenu_main_outer li:last-child
{
  padding-bottom: 15px;
}
.submenu_main_outer li a
{ 
  display: block;
  /* color: rgba(256,256,256,0.5);*/
  color: rgb(0, 0, 0);
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  padding: 12px 15px;
}
.submenu_main_outer li a.main_title
{ 
  color: #74452d;
}
.submenu_main_outer li a:hover
{
   color: #f58246;
}
.menu_with_submenu.sb1::before
{
  content: '\f0d7';
  font-family: FontAwesome;
  margin: 0 0 0 6px;
  color: inherit;
  float: right;
  position: relative;
}
.arrow_icon_on_submenu.sb1
{
  float: right;
  background: #f58246;
  padding: 2px 7px;
  border-radius: 3px;
  display: none;
  cursor: pointer;
}
.list_styler_01::before {
  content: "";
  position: absolute;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #f58246;
}
.list_styler_01.list_styler_01_pos::before
{
  left: 0;
  top: 16px;
  width: 0;
  height: 0;
}
.list_styler_02::before {
  content: "";
  position: absolute;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #f58246;
}
.list_styler_02.list_styler_01_pos::before
{
  left: 0;
  top: 16px;
  width: 0;
  height: 0;
}
.cool-link {
  display: inline-block;
  text-decoration: none;
}
.cool-link::after {
  position: absolute;
  border-radius: 10px;
  margin-top:3px;
  content: '';
  display: block;
  width:0;
  height: 2px;
  background: #fff;
  transition: width .2s;
  -webkit-transition:width .2s;
  -moz-transition:width .2s;
  -o-transition:width .2s;
  -ms-transition:width .2s;
}
.cool-link:hover::after {
  width: 100%; 
}
.cool-link2 {
  display: inline-block;
  color:#fff!important;
  text-decoration: none;
}

.cool-link2::after {
  position: absolute;
  border-radius: 10px;
  margin-top:3px;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: width .2s;
  -webkit-transition:width .2s;
  -moz-transition:width .2s;
  -o-transition:width .2s;
  -ms-transition:width .2s;
}
.home_slider_caption_section
{
  min-height: 750px;
  height: calc(100vh - 80px);
}
.home_slider_caption_head
{
  text-align: left;
  color: #fff;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.1em;
  text-transform: uppercase;
}
.home_slider_caption_note
{
  color: rgba(255,255,255,0.69);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: .2px;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: left;
}
.home_slider_caption_note.bottom_offer
{
  font-size: 22px;
  color: #f58246;
  font-weight: 500;
}
.home_slider_caption_note.bottom_offer.add_prop
{
  padding-top: 10px;
}
.bottom_offer_icon_prop
{
  padding-right: 10px;
  font-size: 28px!important;
}


.features_section_icons_outer
{
	position: absolute;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);

}
.features_section_icons_outer.right
{
	right: -65px;
	top: 50%;
}
.features_section_icons_outer.left
{
	left: 0px;
	top: 50%;
}
.icon_prop
{
	width: 65px;
	height: 65px;
	display: flex;
	display: -webkit-flex;
	background: #f58246;
	border-radius: 45px;
	margin-bottom: 0px;
	border: 5px solid #fff;
	/*box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.5);*/
	/*border: 5px solid #f58246;*/
}
.icon_prop .spl-icon
{
	font-size: 20px;
	color: #fff;
	margin: auto;
}
.right_box_features
{
	/*background: #f58246;
	color: #fff;*/
	color: #000;
	padding-bottom: 20px;
}
.right_box_features.text_light
{
	color: #fff;
}
.bottom_space
{
	margin-bottom: 40px;
}
.right_box_features.right
{
	padding-left: 40px;
	padding-right: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.right_box_features.left
{
	padding-right: 40px;
	padding-left: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.left_box_features_img.left
{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.left_box_features_img.right
{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}


/* TADA */

@keyframes giftanim {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }

  10%, 20% {
    transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
  }

  30%, 50%, 70% {
    transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
  }

  40%, 60% {
    transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
  }

  80% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
}

.faa-giftanim.animated{
  animation: giftanim 3s linear infinite;
  -webkit-animation: giftanim 3s linear infinite;
  -moz-animation: giftanim 3s linear infinite;
  -ms-animation: giftanim 3s linear infinite;
}
.faa-giftanim.animated.anim_delay_1{
  animation-delay: 1s;
}

.custom_btn_1 
{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 2px;
  background-color: #f58246;
  border-radius: 5px;
  padding: 18px 45px 15px;
  color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #f58246;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,.11);
   transition: 0.2s;
  -webkit-transition:0.2s;
  -moz-transition:0.2s;
  -o-transition:0.2s;
  -ms-transition:0.2s;
}
.custom_btn_1_hover:hover
{
  color: #fff;
  background-color: rgba(255,255,255,0);
  border-color: #fff;
}
.custom_btn_1_1_hover:hover
{
  color: #f58246;
  background-color: unset;
}
.custom_btn_2 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2px;
    background-color: #f58246;
    border-radius: 5px;
    padding: 11px 25px 9px;
    color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #f58246;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,.11);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
.custom_btn_2_1_hover:hover
{
  color: #fff;
  background-color: rgba(255,255,255,0);
  border-color: #fff;
}
.custom_btn_2_2_hover:hover
{
  color: #f58246;
  background-color: unset;
  border-color: #f58246;
}
.home_slider_play_icon_prop
{
  padding: 35px;
  border: 6px solid;
  border-radius: 50%;
  font-size: 75px!important;
   transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
.home_slider_play_icon_prop:hover
{
  color: #f58246;
}

.home_section_2_outer
{
  padding: 40px 0;
}
.home_section_2_titles
{
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 5px 0px 10px 0px;
}
.home_section_2_content
{
  color: rgba(255,255,255,.69);
  text-align: left;
  padding: 5px 0;
  font-weight: 300;
}
/************************ customized section  ************************/
.design_bg_outer_section {
    overflow: hidden;
    padding-top: 92px;
    position: relative;
}
.design_bg_outer_section::before, .design_bg_outer_section::after {
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
}
.design_bg_outer_section::before
{
  background: #ff6f00;
  left: 0;
  right: calc(1450px + ((100% - 1450px) / 2) + (192px / 2));
  top: 184px;
}
.design_bg_outer_section::after {
  background: #f58246;
  left: calc(1450px + ((100% - 1450px) / 2) + (192px / 2));
  right: 0;
  top: 0;
}
.design_bg_outer
{ 
  max-width: 1258px;
 /* width: calc(100% - 200px);*/
  background-image:linear-gradient(-90deg, #f58246 18%, #ff6f00 86%);
  margin: 0 auto;
  min-height: 350px;
  padding: 70px 0;
  position: relative;
}
.design_bg_footer_left_side {
  top: 92px;
  left: -192px; 
  background: #ff6f00;
}
.design_bg_footer_left_side::before
{
  background-image: url(../images/left_top.svg);
}
.design_bg_footer_sides {
  position: absolute;
  bottom: 0;
  width: 192px;
}
.design_bg_footer_sides::before {
  content: '';
  display: block;
  height: 96px;
  margin-top: -92px;
  width: 100%;
}

.design_bg_footer_right_side {
  top: 0;
  right: -192px;
  background: #f58246;
}
.design_bg_footer_right_side::before {
  background-image: url(../images/right_top.svg);
}
.design_bg_footer_btm_style {
  /*background: url(../images/footer-lines.svg) center bottom/100% auto no-repeat;*/
  bottom: 0;
  left: 50%;
  max-width: 1720px;
  min-width: 1320px;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 90vw;
}

.bg_squares_outer .bg_squares_01.bg_square1 {
  -webkit-animation: move-left-right 4s infinite;
  animation: move-left-right 4s infinite;
  height: 250px;
  width: 250px;
  opacity: .8;
  left: 3%;
  bottom: -51%;
}
.bg_squares_outer .bg_squares_01.bg_square2 {
  -webkit-animation: move-left-right 5s infinite;
  animation: move-left-right 4s infinite;
  height: 100px;
  width: 100px;
  opacity: .4;
  right: 3%;
  bottom: 5%;
}
.bg_squares_outer .bg_squares_01.bg_square3 {
  -webkit-animation: move-left-right 7s infinite;
  animation: move-left-right 7s infinite;
  height: 150px;
  width: 150px;
  opacity: .5;
  right: 15%;
  bottom: 15%;
}
.bg_squares_outer .bg_squares_01.bg_square4 {
  -webkit-animation: move-left-right 7s infinite;
  animation: move-left-right 7s infinite;
  height: 80px;
  width: 80px;
  opacity: .6;
  left: 25%;
  bottom: 20%;
}
.bg_squares_outer .bg_squares_01.bg_square5 {
  -webkit-animation: move-left-right 10s infinite;
  animation: move-left-right 10s infinite;
  height: 120px;
  width: 120px;
  opacity: .3;
  left: 45%;
  top: 20%;
}
.bg_squares_outer .bg_squares_01.bg_square6 {
  -webkit-animation: move-left-right 5s infinite;
  animation: move-left-right 5s infinite;
  height: 120px;
  width: 120px;
  opacity: .7;
  left: 10%;
  top: 10%;
}
.bg_squares_outer .bg_squares_01.bg_square7 {
  -webkit-animation: move-left-right 7s infinite;
  animation: move-left-right 5s infinite;
  height: 60px;
  width: 60px;
  opacity: .5;
  left: 60%;
  bottom: -8%;
}

.bg_squares_outer .bg_squares_01 {
  background: #eaaf8f;
  background: -webkit-gradient(linear,left bottom,left top,from(#eaaf8f),to(#fd9965));
  background: linear-gradient(0deg,#eaaf8f,#fd9965)
}
.bg_squares_outer .bg_squares_01 {
  position: absolute;
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  overflow: hidden;
  border-radius: 20%;
}
@-webkit-keyframes move-left-right {
  0% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
      -moz-transform: translateX(-10px);
      -o-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
  }
  50% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
       -moz-transform: translateX(10px);
      -o-transform: translateX(10px);
      -ms-transform: translateX(10px);
  }
  100% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
      -moz-transform: translateX(-10px);
      -o-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
  }
}
.animation_move_tb_sm
{
	-webkit-animation: move-top-bottom-sm 5s infinite;
  animation: move-top-bottom-sm 5s infinite;
  -o-animation: move-top-bottom-sm 5s infinite;
  -ms-animation: move-top-bottom-sm 5s infinite;
  -moz-animation: move-top-bottom-sm 5s infinite;
}
@-webkit-keyframes move-top-bottom-sm {
	0% {
		-webkit-transform: translateY(-5px);		
		transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
	}
	50% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		-moz-transform: translateY(5px);
		-o-transform: translateY(5px);
		-ms-transform: translateY(5px);
	}
	100% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
	}
}
/************************ HOME SECTION 3 ************************/
.section_3_left_image
{
 /* width: 100%;*/
  -webkit-transform: translateX(-375px);
  transform: translateX(-375px);
  -ms-transform: translateX(-375px);
  -o-transform: translateX(-375px);
  -moz-transform: translateX(-375px);

}
.section_3_left
{
  width: 660px;
}
.section_3_left_img_outer
{
  padding-top: 40px;
}

.section_3_right
{ 
  width: calc(100% - 660px);
}
.section_3_right_inner
{
  padding-top: 50px;
  padding-bottom: 20px;
  max-width: 600px;
  margin: auto auto;
}
.section_3_right_head_top
{
  letter-spacing: 4.8px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 10px 0 0 0;
}
.section_3_right_head
{
  text-transform: uppercase;
  font-weight: 900;
  font-size: 33px;
  color: #fff;
  letter-spacing: 2px;
  padding: 30px 0 20px 0;
}
.underline_01
{
  width: 200px;
  max-width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.1);
  display: inline-block;
}
.underline_02
{
	width: 200px;
	max-width: 100%;
	height: 5px;
	background: #f58246;
	display: inline-block;
	border-radius: 10px;
}
.section_3_right_content
{
  color: rgba(255, 255, 255, 0.65);
  font-size: 17px;
  padding: 30px 0;
  font-weight: 300;
}
.section_3_right_button
{
  margin: 20px 0;
}
.skrew_bar_1
{  
	width: 103%;
	height: 131px;
	-ms-transform: rotate(-3deg)translateY(-66px);
	-webkit-transform: rotate(-3deg)translateY(-66px);
	transform: rotate(-3deg)translateY(-66px);
	-moz-transform: rotate(-3deg)translateY(-66px);
	-o-transform: rotate(-3deg)translateY(-66px);
	background: #f1ece9;
}
.white_bar
{
  height: 10px;
  background: #fff;
  width: 100%;
  position: relative;
  top: -3px;
}
.white_dim_bar
{
  height: 10px;
  background: #ededed;
  width: 100%;
  position: relative;
  top: -3px;
}
.spacebar_1
{
  height: 20px;
}
.spacebar_2
{
  height: 40px;
}
.spacebar_3
{
  height: 50px;
}

/************************ HOME SECTION 4 ************************/
.default_title_2
{
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 0px;
  color: #000;
}


.default_title_3
{ 
  font-size: 24px;
  font-weight: 600;
  text-transform: initial;
  /*color: #000;*/
  color: #f58246;
  line-height: 1.2em;
  letter-spacing: 0px;
}
.default_title_2.subtitle_prop1
{
  color: #fff;
  font-size: 35px;
}
.default_title_2_1
{
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 0px;
  color: #000;
}
.default_title_2_2
{
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 0px;
  color: #000;
}
.default_title_2_2.prop
{
  font-size: 18px;
  color: #f58246;
}
.default_subtitle_1
{
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0px;
}
.default_subtitle_1.fnt_size_1
{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0px;
}
.default_peragraph_1
{
  color: #4d4d4d;
 /* color: #333333;*/
  font-size: 17px;
}
.section_4_left
{
  padding: 70px 15px;
}
.section_4_left.sb1
{
  width: calc(100% - 600px);
}
.section_4_right
{
  padding: 70px 15px;
}
.section_4_right.sb1
{
  width: 600px;
}
.section_4_titile
{
  padding: 5px 0;
}
.section_4_titile_sub
{
  padding: 20px 0 5px 0;
}
.section_5_titile
{
  padding: 5px 0 20px 0;
}
.section_4_content
{
  color: #4d4d4d;
  font-size: 17px;
  padding: 20px 0 30px 0;
}
.section_4_button
{
  margin:  20px 0;
}
.section_4_image_1
{
  text-align: left;
  padding-left: 20px;
}
.section_4_image_2
{
  text-align: left;
  padding-right: 20px;
}
.section_4_image_prop_01.sb1
{
    transform: translate(-30px, -128px);
    position: absolute;
    width: 700px;
}
.section_4_image_prop_01.sb2
{
    transform: translate(22px, 13px);
    width: 850px;
}
.section_4_image_prop_01.sb3
{
transform: translate(-162px, -115px);
    position: absolute;
    width: 700px;
}
.section_4_image_prop_01.sb4
{
    transform: translate(-293px, 20px);
    width: 820px;
}

.section_4_left_inner
{
  padding-right: 20px;
}
.section_4_left_inner.sb1
{
  padding-top: 45px;
  padding-left: 20px;
  padding-bottom: 20px;
  max-width: 767px;
  margin: auto auto;
}
.section_4_right_inner
{
  padding-left: 20px;
}
.section_4_2_prop
{
  float: right;
}
.section_prop_001
{
  overflow: hidden;
}

/************************ HOME SECTION 5 ************************/

.section_5_outer
{
  min-height: 60px;
  background: url(../images/subscribe_bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center; 
}
.subscribe_outer
{
  background: rgba(0,0,0, 0.8);
} 
.subscribe_inner
{
  grid-template-columns: auto auto auto;
  align-items: center;
  padding: 30px 0;
}
#subscribe > input[type="text"] 
{
  border: 0 none;
  border-radius: 40px 0px 0px 40px;
  color: #000;
  font-size: 12px;
  padding: 7px 10px;
  margin: 0;
  line-height: 1;
  width: 200px;
  height: 36px;
  vertical-align: middle;
}
#subscribe > input[type="text"]:focus
{
  outline: none;
  border:none;
}
.button_subscribe
{
  display: inline-block;
  background: #f58246;
  border: 0 none;
  border-radius: 0px 40px 40px 0px;
  color: #000;
  font-size: 11px;
  padding: 13px 15px;
  margin: 0;
  line-height: 1;
  height: 36px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px; 
  position: relative;
  left: -3px;
}
.subscribe_inner_text
{
  color: rgba(255,255,255,.59);
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: unset;
}


.section_6_main
{
  padding: 20px 0;
}
.section_common_01_top_line
{
  letter-spacing: 4.8px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #737373;
  padding: 10px 0 0 0;
}
.section_common_01_top_head
{
  text-transform: uppercase;
    font-weight: 900;
    font-size: 42px;
    color: #000;
    letter-spacing: 2px;
    padding: 20px 0 20px 0;
}
.section_common_01_content
{
  color: #4d4d4d;
  font-size: 17px;
  padding: 30px 0;
}
.section_6_outer
{
  padding: 65px 0px 20px 0px;
}
.section_6_outer.sb1
{
  width: calc(100% + 180px);
  margin-left: -90px;
}
.section_6_bottom_button
{
  margin:  50px 0 0 0;
}
.portfolio_section_outer_prop
{
  padding: 20px 0;
}
.portfolio_section_inner_col
{
  padding: 0;
}
.portfolio_image_overlay
{
  background: rgba(0,0,0,0.5);
  cursor: pointer;
}
.portfolio_image_overlay_transition_1::before
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
  content: '';
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-130%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-130%,0);
}
.portfolio_image_hover_1:hover .portfolio_image_overlay_transition_1::before
{
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,130%,0); 
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,130%,0); 
}
.portfolio_image_hover_1:hover .portfolio_image_prop
{
  transform: scale(1.02);
  -webkit-transform: scale(1.02); 
  -ms-transform: scale(1.02); 
  -o-transform: scale(1.02); 
}
.portfolio_image_overlay_transition_1:hover
{
  background: rgba(0,0,0,0.8);
}
.portfolio_image_titles_head
{
  color:#fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px 5px 0px;
  font-size: 18px;


}
.portfolio_image_titles_bottom
{
  color: #fff;
  opacity: 0;
    height: 0;
    text-transform: uppercase;
}
.portfolio_image_overlay_transition_1:hover .portfolio_image_titles_bottom
{
   opacity: 1;
    height: 20px;
}
.portfolio_image_overlay_transition_1:hover .portfolio_image_titles_head
{
   color: #f58246;
}
/************************ HOME SECTION 7 ************************/
.section_7_main
{
    padding: 20px 0;
}
.section_7_pricing_inner_column
{
    padding-top: 45px;
    padding-bottom: 45px;
    max-width:450px;
    margin: auto auto;
}
.section_7_pricing_inner_column_prop
{
	/*border: 2px solid #f58246;*/
	border-radius: 10px;
	text-align: center;
	padding: 60px 20px;
	box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
}
.section_7_pricing_inner_column_prop.add_prop_vdo
{
  padding: 60px;
}
.section_7_box_head
{
  text-transform: uppercase;
  font-weight: 900;
  font-size: 33px;
  color: #000;
  letter-spacing: 2px;
  padding: 5px 0 20px 0;
}
.section_7_box_content_outer
{
  padding: 25px 0;
  min-height: 250px;  
  color: #4d4d4d;
}
.section_7_box_content
{

  font-size: 15px;
  padding: 5px 0;
}

.section_pricing_inner_column_prop_stlye:hover 
{
/*	background: rgba(245,131,70,1);
	background: -moz-linear-gradient(left, rgba(245,131,70,1) 0%, rgba(175,81,31,1) 64%, rgba(172,71,16,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,131,70,1)), color-stop(64%, rgba(175,81,31,1)), color-stop(100%, rgba(172,71,16,1)));
	background: -webkit-linear-gradient(left, rgba(245,131,70,1) 0%, rgba(175,81,31,1) 64%, rgba(172,71,16,1) 100%);
	background: -o-linear-gradient(left, rgba(245,131,70,1) 0%, rgba(175,81,31,1) 64%, rgba(172,71,16,1) 100%);
	background: -ms-linear-gradient(left, rgba(245,131,70,1) 0%, rgba(175,81,31,1) 64%, rgba(172,71,16,1) 100%);
	background: linear-gradient(to right, rgba(245,131,70,1) 0%, rgba(175,81,31,1) 64%, rgba(172,71,16,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58346', endColorstr='#ac4710', GradientType=1 );*/
  background: rgba(255,111,0,1);
background: -moz-linear-gradient(left, rgba(255,111,0,1) 0%, rgba(245,131,70,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,111,0,1)), color-stop(100%, rgba(245,131,70,1)));
background: -webkit-linear-gradient(left, rgba(255,111,0,1) 0%, rgba(245,131,70,1) 100%);
background: -o-linear-gradient(left, rgba(255,111,0,1) 0%, rgba(245,131,70,1) 100%);
background: -ms-linear-gradient(left, rgba(255,111,0,1) 0%, rgba(245,131,70,1) 100%);
background: linear-gradient(to right, rgba(255,111,0,1) 0%, rgba(245,131,70,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6f00', endColorstr='#f58346', GradientType=1 );
	/*border: 2px solid #f58246;*/
}
.section_pricing_inner_column_prop_stlye:hover .section_common_01_style_change_1
{
  color: #fff;
}

.section_pricing_inner_column_prop_stlye:hover .section_common_01_style_change_bg_1
{
  background:  #fff;
}
.section_pricing_inner_column_prop_stlye:hover .pricing_video_box_text_1 
{
  color: #fff;
}
.section_pricing_inner_column_prop_stlye:hover .pricing_video_box_price
{
  color: #fff;
}
.section_pricing_inner_column_prop_stlye:hover .hover_white_inside_price_box
{
  color: #fff;
}
.bg_trasparent_shapes_section
{
  bottom: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  width: 100%;
  overflow: hidden;
}
.bg_trasparent_shapes_section .sb1
{
  height: 350px;
  width: 350px;
  right: -224px;
  top: 50%;
  transform: translateY(-50%)rotate(45deg);
  -webkit-transform: translateY(-50%)rotate(45deg);
  -moz-transform: translateY(-50%)rotate(45deg);
  -ms-transform: translateY(-50%)rotate(45deg);
  -o-transform: translateY(-50%)rotate(45deg);
}

.bg_trasparent_shapes_section .sb_common {
  position: absolute;
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  overflow: hidden;
  border-radius: 20%;
  background: #f58246;
  opacity: 0.1;
}
/************************ HOME SECTION 8 ************************/
.section_8_outer
{
	min-height: 400px;
	background: url(../images/bg_comments.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center; 
}
.review_section_outer
{
  padding: 100px 0;
}
.quote_icon_prop
{
	font-size: 45px!important;
	padding: 40px 0px 5px 0px;
	color: rgb(255, 255, 255);
}
.review_section_content
{
  padding: 20px 10px 30px 10px;
  max-width: 700px;
  text-align: center;
  margin: auto;
}
.review_section_outer_head
{
  letter-spacing: 3px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: rgb(255, 255, 255,1);
  padding: 10px 0 0 0;
}
.review_section_outer_head_title
{
  font-size: 28px;
  color: #fff;
  font-weight: 800;
  letter-spacing: normal;
}
.review_section_content_titles
{
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 15px;
}
.review_section_inner_bottom
{
  letter-spacing: 3px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(255, 255, 255,0.8);
  padding: 10px 0 0 0;
}
.home_page_comments .owl-controls .owl-page span
{
  background: #fff!important;
}

.count_set_outer_1
{
  padding: 50px 0px;
}
.count_set_prop
{
  display: inline-block;
  font-size: 60px;
  color: #f58246;
  font-weight: 900;
  line-height: 44px;
  padding-left: 10px;
}
.add_icon_prop_1
{
	vertical-align: top;
	color: #f58246;
	font-weight: 600!important;
}
.count_set_prop_bottom
{
	display: block;
	padding: 3px 0;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: #a5a5a5;
}
/************************ HOME SECTION 9 ************************/
.section_9_outer
{
  min-height: 400px;
  background: url(../images/bg_counter.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center; 
}
/************************ HOME SECTION 10 ************************/
.section_10_outer
{
  min-height: 600px;
  background: url(../images/bg_contact_1.jpg)fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center; 
}
.contact_section_outer
{
  width: 100%;
  display: inline-block;
  padding: 100px 0;
}
.section_10_contact_inner_column
{
	padding-top: 45px;
	padding-bottom: 45px;
	max-width: 450px;
	margin: auto auto;
}
.section_common_02_top_head
{
	text-transform: uppercase;
	font-weight: 900;
	font-size: 42px;
	color: #fff;
	letter-spacing: 2px;
	padding: 20px 0 20px 0;
}

.section_10_box_content {
	font-size: 17px;
	padding: 5px 0;
	color: rgba(255,255,255,.59);
	font-weight: 300;
}
.section_10_box_content_2_title
{
  text-transform: uppercase;
  color: rgba(255,255,255,1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 0;
}
.spacebar_2
{
  height: 50px;
  width: 100%;
}
.line_height_adjst_1
{
  line-height: 30px;
}
.link_style_prop
{
  color: #f58246;
  opacity: 0.8;
  font-size: 17px;
  font-weight: 600;
}
.link_style_prop:hover, .link_style_prop:focus, .link_style_prop:active
{
  opacity: 1;
  color: #f58246;
}
.link_style_01
{
  color: rgba(255,255,255,.59);
}
.link_style_01:hover , .link_style_01:active , .link_style_01:focus
{
  color: #f58246;
}
.contact_form_outer
{
  border-radius: 10px;
  width: 100%;
  background: rgba(255,255,255,1);
}
.contact_form_outer_1
{
	padding: 30px ;
	width: 100%;
	height: 100%;
}
.input_box_outer
{
  padding: 5px 0;
  margin-bottom: 5px;
}
.input_label_prop
{
	font-size: 15px;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 800;
	margin-bottom: 0;
}
.input_prop
{
	background-color:  #e2e4f2!important;
	border: 1px solid #fff;
	outline: none;
	box-shadow: none;
	font-size: 14px;
	padding: 18px 10px;
	border-radius: 0;
  font-family: 'Nunito Sans', sans-serif;
}
.input_prop_after:hover, .input_prop_after:active, .input_prop_after:focus
{
	border: 1px solid #f58246;
	outline: none;
	box-shadow: none;
}

.section_10_contact_inner_column_1
{
	min-height: 470px;
	margin-top: 75px;
}
.input_label_span_required
{
  font-size: 20px;
  color: #ff1100;
  font-family: 'Nunito Sans', sans-serif;
}


/**************BUTTONS***********/


/* Global Button Styles */
.sp_btn_1 
{
  line-height: 1em;
  letter-spacing: 2px;
  border-radius: 5px;
  padding: 18px 45px 15px;
}
a.sp-animated-button:link, a.sp-animated-button:visited {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size:14px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	text-shadow:none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.sp-animated-button:link:after, a.sp-animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.sp-animated-button:link:hover, a.sp-animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.sp-animated-button:link:hover:after, a.sp-animated-button:visited:hover:after {
	height: 450%;
}
/* Buttons */
a.sp-animated-button.btn-type-one {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	position: relative;
	border: 2px solid #f58246;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: 0;
}
a.sp-animated-button.btn-type-one:hover {
	color: #f58246;
	border: 2px solid #f58246;
	background-color: transparent;
	text-shadow: none;
}
a.sp-animated-button.btn-type-one:hover:before {
	bottom: 0%;
	top: auto;
	height: 0px;
}
a.sp-animated-button.btn-type-one:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	content: '';
	color: #fff;
	background: #f58246;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.sp-animated-button.btn-type-two {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	position: relative;
	border: 2px solid #f58246;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: 0;
}
a.sp-animated-button.btn-type-two:hover {
	color: #f58246;
	border: 2px solid #f58246;
	background-color: transparent;
	text-shadow: none;
}
a.sp-animated-button.btn-type-two:hover:before {
	top: 0%;
	bottom: auto;
	height: 0px;
}
a.sp-animated-button.btn-type-two:before {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #f58246;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.sp-animated-button.btn-type-three {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	position: relative;
	border: 2px solid #f58246;
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	z-index: 0;
}
a.sp-animated-button.btn-type-three:hover {
	color: #f58246;
	border: 2px solid #f58246;
	background-color: transparent;
	text-shadow: none;
}
a.sp-animated-button.btn-type-three:hover:before {
	left: 0%;
	right: auto;
	width: 0px
}
a.sp-animated-button.btn-type-three:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width:  100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #f58246;
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
a.sp-animated-button.btn-type-four {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	position: relative;
	border: 2px solid #f58246;
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	z-index: 0;
}
a.sp-animated-button.btn-type-four:hover {
	color: #f58246;
	border: 2px solid #f58246;
	background-color: transparent;
	text-shadow: none;
}
a.sp-animated-button.btn-type-four:hover:before {
	right: 0%;
	left: auto;
	width: 0px;
}
a.sp-animated-button.btn-type-four:before {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #f58246;
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

a.sp-animated-button.btn-type-five {
  color: #f58246;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: 2px solid #fff;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  z-index: 1;
}
a.sp-animated-button.btn-type-five:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  text-shadow: none;
}
a.sp-animated-button.btn-type-five:hover:before {
  right: 0%;
  left: auto;
  width: 0px;
}
a.sp-animated-button.btn-type-five:before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width:  100%;
  z-index: -1;
  content: '';
  color: #000 !important;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
/************************ HOME SECTION 8 ************************/
/* custom links*/
a.title_link_style_01
{
  color:#000; 
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a.title_link_style_01:hover
{
  color:#f58246; 
}
a.title_link_style_02
{
  color:#fff; 
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  font-size: 25px;
}
a.title_link_style_02:hover
{
  color:#f58246;
}
.title_link_bold_styling
{
  font-weight: 800;
  text-transform: uppercase;
}
.home_bottom_section_ul
{
	list-style: none;
	font-size: 16px;
	padding: 5px 0;
	color: rgba(255,255,255,.59);
	font-weight: 300;
}
.home_bottom_section_ul_prop li
{
  padding: 2px 0;
}
.home_bottom_section_ul_prop li  a
{
  color: rgba(255, 255, 255, 0.40);
  font-weight: 100;
  padding: 5px 0px;
    display: inline-flex;
}
.home_bottom_section_ul_prop_hover li a:hover
{
  color: rgba(255, 255, 255, 1);
}
.home_bottom_section_right_area_span
{
  color: rgba(255, 255, 255, 0.25);
}
.bottom_section_cols
{
  padding-top: 20px;
}
.section_11_outer
{
  padding: 30px 0;
}
.section_11_bottom
{
	border-top: 1px solid rgba(255,255,255,0.07);
	color: rgba(255, 255, 255, 0.40);
}
.section_11_bottom a ,span
{
	color: rgba(255, 255, 255, 0.40);
	font-weight: 100;
}
.section_11_bottom a:hover
{
   color: rgba(255, 255, 255, 1);
}

.section_11_bottom a i
{
  font-size: 17px !important;
}
.section_11_bottom_inner
{
  padding: 10px 0 0 0;
}
.section_11_bottom_inner_left
{
  text-align: left;
  width: calc(100% - 300px);
}
.section_11_bottom_inner_right
{
  text-align: right;
  width: 300px;
}
.custom_popup_box
{
    position: fixed;
    width: 100%;
    z-index: 2;
    height: 100%;
    top: 0;
    text-align: center;
    padding: 20px 20px;
    display: -webkit-flex;
    -webkit-justify-content: center;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
}
.custom_popup_box_overlay_section
{
 background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
}
.custom_popup_box_content_preview_section
{
  display: inline-flex;
  display: -webkit-inline-flex;
  vertical-align: middle;
  max-width: 900px;
  width: auto;
  border-radius: 0px;
  overflow: hidden;
  height: calc(100% - 130px);
}
.custom_popup_box_content_preview_section img
{
  border: 5px solid #fff;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
.custom_popup_box_link_section
{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.custom_popup_box_link_section_inner
{
  width: 100%;
}
.custom_popup_box_link01
{
  padding: 10px 20px;
   color: #f58246;
  background: rgba(0,0,0,0.2);
  border: 2px solid #f58246;
  border-radius: 5px;
  font-size: 18px;
  min-width: 150px;
  display: inline-block;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
}
a.custom_popup_box_link01:hover
{
  color: #f58246;
  background: rgba(256,256,256,1);
  border: 2px solid #fff;
}
a.custom_popup_box_link01:focus
{
  color: #f58246;
  background: rgba(256,256,256,0.1);
  border: 2px solid #f58246;
}
.custom_popup_box_link01_icn
{
  padding: 10px 10px;
  color: #f58246;
  background: rgba(0,0,0,0.2);
  border: 2px solid #f58246;
  border-radius: 5px;
  font-size: 18px!important;
  display: inline-block;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
}
.custom_popup_box_link01_icn:hover{ color: #fff; border: 2px solid #fff;}
.custom_popup_box_link01_icn:focus{ color: #ccc; border: 2px solid #f58246;}

.video_popup_box
{
    position: fixed;
    width: 100%;
    z-index: 2;
    height: 100%;
    top: 0;
    text-align: center;
    padding: 10px 30px;
    display: -webkit-flex;
    -webkit-justify-content: center;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.95);
}
.video_popup_box_prop:before
{
      content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.video_preview_section
{
  display: inline-block;
  vertical-align: middle;
  max-width: 1100px;
  width: 95%;
  border-radius: 10px;
  overflow: hidden;
}
  .logo_bottom_prop
  {
    position: relative;
    left: -10px;
    top: -10px;
  }

.animated_icn_prop
{
  padding: 10px 12px;
  background: rgba(240,147,165,1);
  background: -moz-linear-gradient(left, rgba(240,147,165,1) 0%, rgba(221,66,92,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,147,165,1)), color-stop(100%, rgba(221,66,92,1)));
  background: -webkit-linear-gradient(left, rgba(240,147,165,1) 0%, rgba(221,66,92,1) 100%);
  background: -o-linear-gradient(left, rgba(240,147,165,1) 0%, rgba(221,66,92,1) 100%);
  background: -ms-linear-gradient(left, rgba(240,147,165,1) 0%, rgba(221,66,92,1) 100%);
  background: linear-gradient(to right, rgba(240,147,165,1) 0%, rgba(221,66,92,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f093a5', endColorstr='#dd425c', GradientType=1 );
  color: #fff;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  animation:  animated_icn_prop_anim 1.0s cubic-bezier(.36,.07,.19,.97) both;
  -moz-animation:  animated_icn_prop_anim 1.0s cubic-bezier(.36,.07,.19,.97) both;
  -webkit-animation:  animated_icn_prop_anim 1.0s cubic-bezier(.36,.07,.19,.97) both;
  perspective: 1000px;
  animation-iteration-count: infinite;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  cursor: pointer;
}
.animated_icn_prop:hover
{
  letter-spacing: 1px;
  opacity: 0.9;
}
@keyframes animated_icn_prop_anim {
  50% { transform: translateX(-5px);}
  100% { transform: translateY(0); }
}
@-webkit-keyframes animated_icn_prop_anim {
  50% { -webkit-transform: translateX(-5px);}
  100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes animated_icn_prop_anim {
  50% { -moz-transform: translateX(-5px);}
  100% { -moz-transform: translateY(0); }
}

/*************************Features section on Home page********************/
.features_section_outer_box
{
  display: table;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
}
.features_section_outer_01
{
  width: 50%;
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.features_section_outer_01 .sb2
{
  position: relative;
  right: -120px;
  bottom: -75px;
  width: 100%;
}
.features_section_outer_01 .sb2.add_sub2
{
  position: relative;
  right: -40px;
  bottom: -105px;
  width: 100%;
}
.features_section_outer_02
{
  width: 50%;
  display: table-cell;
  text-align: left;
  float: none;
  vertical-align: middle;
}
.features_section_outer_02 .sb1
{
  max-width: 100%;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-top: 0px;

}
.features_section_outer_02 .sb2
{
  font-size: 35px;

}
.features_section_outer_02_pera
{
  color: #4d4d4d;
  font-size: 17px;
  padding: 30px 0;
}
.sub_p_add_prop
{
  color: #fff;
}
.features_section_outer_03
{
  width: 100%;
  display: inline-block;
  color: #4d4d4d;
}
/* *********************************************************************************  */
/* ****************************    features page   start   *************************  */
/* *********************************************************************************  */
.section_features_outer_01
{
  min-height: 400px;
  width: 100%;
  height: 100%;
  background: url(../images/home_slider_12.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.section_features_outer_01_fixed
{
  min-height: 400px;
  width: 100%;
  height: 100%;
  background: url(../images/home_slider_12.jpg)fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.section_features_inner1
{
  display: table;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}
.section_features_inner1 .sb_common
{
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.section_features_inner_sub1
{
  padding-right: 60px;
}
.section_features_inner_sub2
{
 
}
.video_section_on_feature_item_prop
{
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.section_features_inner2
{
  display: inline-block;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section_features_inner2 .sb_common
{
  border-left: 5px solid #f58246;
  padding-left: 10px;
  color: #fff;
}
.section_features_inner2 .sb_common:last-child
{
  padding-right: 0;
}
.section_features_inner_head
{
  font-weight: 800;
}
.section_features_inner_content
{
  padding-top: 7px;
}

/* *********************************************************************************  */
/* ****************************    features page   start   *************************  */
/* *********************************************************************************  */

.features_sec_each_column_prop_outer
{
  padding-top: 25px;
}
.features_sec_each_column_prop
{
  padding-top: 5px;
  padding-bottom: 5px;
  transition: 0.2s;
  border-radius: 15px;
}
/*.features_sec_each_column_prop:hover
{
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.32);
  background: linear-gradient(to right, rgb(255, 111, 0)  0%, rgb(255, 151, 97) 100%);
  color: #fff;
}*/
.features_sec_each_column_prop .sub_1
{
 padding-bottom: 10px;
}
.features_sec_each_column_prop_sb1
{
  width: 80px;
  float: left;
}
.features_sec_each_column_prop_sb2
{
  width: calc(100% - 80px);
  float: left;
}
.features_sec_each_column_prop .sub_1 .sub_1_1
{
  width: 60px;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  background: #f58246;
  border-radius: 45px;
  margin-bottom: 10px
}
/*.features_sec_each_column_prop:hover .features_sec_each_column_prop_icon_bg
{
  background: #ffac82;
}*/
.features_sec_each_column_prop .sub_1 .sub_1_2
{
  font-size: 20px;
  color: #fff;
  margin: auto;
}
.features_sec_each_column_prop .sub_2
{
  font-weight: 700;
  font-size: 21px;
} 
.features_sec_each_column_prop .sub_3
{
 padding: 0px;
}
.features_sec_each_column_bottom_prop .sub_1
{
  margin: 50px 0 0 0;
}
.features_top_section_1
{
  height: 100%;
  background: url(../images/innerpage_top_slider_1.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.features_top_section_1_1
{
  background: rgba(27,28,34,0.95);
}
.header_banner_caption_section {
  min-height: 400px;
}
.header_banner_caption_section.empty {
  min-height: 400px;
}
.header_banner_caption_section.empty.sm {
  min-height: 250px;
}
.innerpage_slider_caption_head
{
  text-align:  center;
  color: #fff;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.1em;
  text-transform: uppercase;
}
.innerpage_features_section_2
{
  padding: 25px 0px 20px;
}
.innerpage_features_section_2_box_1
{
  padding: 30px 15px;
}
.innerpage_features_section_content
{
  color: #4d4d4d;
  font-size: 15px;
  padding: 20px 0;
}
.innerpage_features_section_2_img_prop
{
  max-width: 230px;
  width: 100%;
}
.innerpage_features_section_content_inner
{
   grid-template-columns: 200px auto auto;
/*  align-items: center;*/
  padding: 30px 0;
}
.hover_innerpage_features_section_content_inner
{
  transition:0.1s ease-in;
  -webkit-transition:0.1s ease-in;
  -moz-transition:0.1s ease-in;
  -o-transition:0.1s ease-in;
  -ms-transition:0.1s ease-in;
  background: rgba(245,131,70,0);
   border-radius: 10px;
}
.hover_innerpage_features_section_content_inner:hover
{
  background: rgba(245,131,70,1);
  background: -moz-linear-gradient(left, rgba(245,131,70,1) 0%, rgba(175,81,31,1) 64%, rgba(172,71,16,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,131,70,1)), color-stop(64%, rgba(175,81,31,1)), color-stop(100%, rgba(172,71,16,1)));
  background: -webkit-linear-gradient(left, rgba(245,131,70,1) 0%, rgba(175,81,31,1) 64%, rgba(172,71,16,1) 100%);
  background: -o-linear-gradient(left, rgba(245,131,70,1) 0%, rgba(175,81,31,1) 64%, rgba(172,71,16,1) 100%);
  background: -ms-linear-gradient(left, rgba(245,131,70,1) 0%, rgba(175,81,31,1) 64%, rgba(172,71,16,1) 100%);
  background: linear-gradient(to right, rgba(245,131,70,1) 0%, rgba(175,81,31,1) 64%, rgba(172,71,16,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58346', endColorstr='#ac4710', GradientType=1 );
 
}
.hover_innerpage_features_section_content_inner:hover .hover_color_change_inner_feature
{
  color: #fff;
}
.footer_box_type_1_outer_bg
{
  min-height: 250px; 
  width: 100%; 
  background:  #111111;
}
.footer_box_type_1_outer
{
  width: 100%;
  min-height: 300px;
  background: url(../images/bottom_box_bg_1.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center; 
}
.bg_dark_t_01
{
      background: rgba(27,28,34,0.95);
}
.footer_box_type_1_inner
{
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 15px;
}
.footer_box_type_1_inner_1
{
display: inline-block;
vertical-align: middle;
  padding: 0px 80px 0px 20px;
}
.footer_box_type_1_inner_1.sb1
{
  width: 100%;
  text-align: center;
  padding: 0px 20px 20px 20px;
}
.footer_box_type_1_inner_2
{
  display: inline-block;
  padding: 0px 20px 0px 80px;
}
.footer_box_type_1_inner_2.sb2
{
  padding: 0 20px;
  width: 100%;
}
.footer_box_type_1_content_1
{
  text-align: left;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 3px 0;
  color: #fff;
}
.footer_box_type_1_content_2
{
  text-align: left;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 3px 0;
  color: #fff;
}
.footer_box_type_1_content_2.sb1
{
  text-align: center;
}
.contact-form-errors p
{
  font-size: 12px;
}
/* *********************************************************************************  */
/* ****************************    Services  page   start   *************************  */
/* *********************************************************************************  */
.photo_services_titles_1
{
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  color: #000;
}
.settings_icon_svg_prop svg
{
  margin-right: 5px;
}
.innerpage_services_section_photo_editing_img_prop
{
  width: 150px;
  max-width: 100%;
  border-radius: 50%;
 /* border: 5px solid #fff;
  border-radius: 5%;*/
  overflow: hidden;
  box-shadow: 4px 0px 10px 1px rgba(0, 0, 0, 0.27);
}
.innerpage_services_photo_section_content
{
	color: #4d4d4d;
	font-size: 17px;
	padding: 15px 0;
}
.service_page_photo_section_pricing
{
  padding-top: 10px;
  padding-bottom: 5px;
  color: #f58246;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.pricing_video_section_inner_column
{
	padding-top: 15px;
	padding-bottom: 15px;
	max-width:450px;
	margin: auto auto;
}
.pricing_video_section_inner_column.addstyle_outer
{
  max-width:unset;
}
.pricing_photo_box_outer
{
  padding: 30px 0px 10px 0px;
}
.pricing_photo_box_inner
{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  display: -webkit-flex;
  border-radius: 5px;
  /*  border: 1px solid #f58246;*/
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
}
.pricing_photo_box_inner:hover
{ 
  transform: translateX(-3px);
  -webkit-transform: translateX(-3px);
  -moz-transform: translateX(-3px);
}
.pricing_photo_box_inner_left
{
  width: calc(100% - 150px);
  display: inline-flex;
}
.pricing_photo_box_inner_left_title
{
  text-align: left;
  padding: 20px;
  padding-left: 8px!important;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  font-size: 20px;
  margin: auto 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.pricing_photo_box_inner_right
{
  width: 150px;
  display: flex;
  display: -webkit-flex;
  background: #f58246;
  transform: skewX(-20deg);
  position: relative;
  right: -15px;
}
.pricing_photo_box_inner_right_prop
{
  transform: skewX(20deg);
  display: inline-flex;
  margin: auto;
  align-self: center;
  padding: 5px 20px 5px 5px;
}
.pricing_photo_box_inner_right_icon_prop
{
  display: inline-flex;
  padding: 0 10px 0 15px;
}
.pricing_photo_box_inner_right_icon_prop_span
{
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin: auto;
}
.pricing_photo_box_inner_right_price_prop
{
  text-align: left;
  padding: 0 10px 0 0;
  margin: auto;
}
.pricing_photo_box_inner_right_price_prop_span_1
{
  color: #fff;
  font-size: 25px;
  display: block;
  font-weight: 800;
  line-height: 23px;
}
.pricing_photo_box_inner_right_price_prop_span_2
{
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: lowercase;
}


.pricing_video_box_head {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    color: #000;
    letter-spacing: 2px;
    padding: 5px 0 20px 0;
}
.pricing_video_box_text_1
{
  font-size: 18px;
    color: #000;
    font-weight: 700;
}
.pricing_video_box_price
{
      padding: 5px 0;
    font-size: 41px;
    font-weight: 900;
    color: #f58246;
}
.pricing_video_box_about
{
     color: #000;
    font-size: 15px;
    text-align: justify;
}
.pricing_video_box_content
{
    color: #000;
    padding: 15px 0 5px 0;
    font-weight: 700;
    font-size: 18px;
}
.pricing_video_box_content_bottom
{
display: inline-block;
    color: #000;
    font-size: 14px;
    width: 100%;
    font-weight: 400;
}
.min_height_adjst_01
{
  min-height: 1090px;
}
.min_height_adjst_02
{
  min-height: 430px;
}
.contact_section_map
{
  position: relative;
  display: block;
  width: 100%;
  min-height: 400px;
  margin: 0;
  padding: 0;
 /* border: 1px solid #999;*/
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.searchbar_prop {
  font-size: 20px;
  max-width: 700px;
  width: 100%;
  border: 1px solid transparent;
  outline: none;
  border-radius: 10rem;
  box-shadow: 0px 0.3rem 1rem 0px rgba(0, 0, 0, 0.21);
  padding: 12px 50px 12px 20px;
  transition: all 0.2s;
  transition-delay: 0.1s;
}
.searchbar_prop:hover {
   box-shadow: 0px 0.2rem 1rem 0px rgba(0, 0, 0, 0.31);
 }
 .searchbar_prop:focus {
   box-shadow: 0px 0.2rem 1rem 0px rgba(0, 0, 0, 0.31);
 }
.searchbar_prop_icon {
  height: 20px;
  position: absolute;
  top: 17px;
  right: 21px;
  transition: all 0.2s;
  transition-delay: 0.1s;
}
.searchbar_prop_icon:hover {
  cursor: pointer;
}
.searchbar_prop::placeholder {
  opacity: 0.8;
}
.faq_section_02_numbering_outer
{
  min-width: 80px;
  display: grid;
}
.faq_section_02_numbering_inner
{
  width: 50px;
  text-align: center;
  height: 50px;
  background: #f58246;
  border-radius: 45px;
  padding: 6px;
  display: flex;
  display: -webkit-flex;
}
.faq_section_02_numbering_inner span
{
  font-size: 24px;
  font-weight: 600;
  margin: auto;
  color: #fff;
}
.faq_section_02_content_outer.w_100
{
  width: 100%;
}
.faq_section_02_content_outer label
{
  padding: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #000;
}
.faq_section_02_content_outer label:hover
{
  color: #f58246;
  text-decoration: underline;
}
.faq_section_02_content_outer h5
{
  line-height: unset;
  font-size: 14px;

}
.faq_section_02_content_2
{
  overflow: hidden;
  max-height: 0;

  transition: max-height 0.3s ease-out;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  animation-delay: 0s;
  padding: 0 10px;
}

.faq_section_02_content_outer input[type=checkbox]:checked ~ .faq_section_02_content_2 
{
  max-height: 4500px;
  transition: max-height 0.3s ease-in;
  -webkit-transition: max-height 0.3s ease-in;
  -moz-transition: max-height 0.3s ease-in;
  -ms-transition: max-height 0.3s ease-in;
}

.image_popup_for_faq
{
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.90);
  height: 100%;
  z-index: 2;
  top: 0;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#toTop {
  width: 30px;
  height: 43px;
  border-radius: 50px;
  padding: 7px 3px;
  background: #f58246;
  color: #000;
  position: fixed;
  bottom: 40px;
  right: 35px;
  display: none;
  box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.52);
  cursor: pointer;
  z-index: 1;
  transition:0.5s;
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  -o-transition:0.5s;
  -ms-transition:0.5s;
}

#toTop:hover 
{
  background: #ffffff;
}
.scroller_to_top
{ 
  transition:0.3s;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -o-transition:0.3s;
  -ms-transition:0.3s;
  margin-top: 2px;
}
#toTop:hover .scroller_to_top
{
  margin-top: -1px;
}

.terms_section_02_numbering_outer
{
  min-width: 25px;
  display: grid;
}
.terms_section_02_numbering_outer_01
{
  min-width: 20px;
  display: grid;
}
.terms_section_02_numbering_inner
{
  width: 12px;
    text-align: center;
    height: 12px;
    border-radius: 45px;
    padding: 2px;
    display: flex;
    display: -webkit-flex;
    margin-top: 4px;
}
.terms_section_02_numbering_inner_01
{
  width: 7px;
  text-align: center;
  height: 7px;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  margin-top: 7px;
}
/*//////////////////////////////////////////////////////////////*/

.privacy_section_02_content_outer .sub_1
{
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  color: #f58246;
}
.privacy_section_02_content_outer .sub_2
{
  padding: 10px;
  line-height: unset;
    font-size: 14px;
}
.privacy_section_02_content_outer .sub_3
{
 color: #b26c48;
}
.privacy_section_02_content_outer .sub_3:hover
{
 color: #f58246;
 text-decoration: underline;
}
.privacy_section_02_content_outer .sub_4
{
 padding: 10px;
}

   .sm_title_prop
   {
      font-size: 17px;
      color: #f58246;
      font-weight: 600;
   }

   #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.price_tag_section_1
{
  background: #f58246;
  font-size: 18px;
  padding: 5px 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 45px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Nunito Sans', sans-serif;
}
.price_tag_outer
{
  display: inline-block;
  color: #f58246;
  font-size: 15px;
  font-weight: 600;
  text-transform: initial;
  vertical-align: text-bottom;
}
#comparison_slider_slideshow.slider_pad_p
{
  padding: 1% 1% 34.25% 1%;
}
.comparison_slider_slideshow_n.slider_pad_p
{
  padding: 1% 1% 34.25% 1%;
}
.comparison_slider_bottom_content
{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 0;
  opacity: 0.9;
}
.comparison_slider_bottom_content_inner
{
  background: rgba(245, 130, 70, .80);
  color: #fff;
  border-radius: 25px;
  position: relative;
  font-size: 13px;
  font-weight: normal;
  bottom: 35px;
  padding: 2px 10px;
}
.comparison_slider_bottom_content_before
{    
  float: left;
  left: 11px;
}
.comparison_slider_bottom_content_after
{
  float: right;
  right: 12px;
}
.comparison_slider_caption_hidden
{
  position: absolute;
  display: none;
  width: 0;
  height: 0;
}
.custom_list_style_dots
{
  padding-left: 20px!important;
  position: relative;
}
.custom_list_style_dots::before
{
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 10px;
  height: 10px;
  background: #f58246;
  border-radius: 45px;
}
.header_scrolling_menu
{
  transition:0.2s ease-in-out;
  -webkit-transition:0.2s ease-in-out;
  -moz-transition:0.2s ease-in-out;
  -o-transition:0.2s ease-in-out;
  -ms-transition:0.2s ease-in-out;
}
.header_scrolling_menu.nav-up
{
  top: -85px;
}

/*////////////////// thank you page //////////////////////////////////*/
.thankyou_page_checkmark_ok {
  position: absolute;
  animation: thankyou_page_grow_anim 6.4s cubic-bezier(0.42, 0, 0.275, 1.155) both infinite;
}
.thankyou_page_checkmark_ok:nth-child(1) {
  width: 12px;
  height: 12px;
  left: 12px;
  top: 16px;
}
.thankyou_page_checkmark_ok:nth-child(2) {
  width: 18px;
  height: 18px;
  left: 168px;
  top: 84px;
}
.thankyou_page_checkmark_ok:nth-child(3) {
  width: 10px;
  height: 10px;
  left: 32px;
  top: 162px;
}
.thankyou_page_checkmark_ok:nth-child(4) {
  width: 20px;
  height: 20px;
  left: 82px;
  top: -12px;
}
.thankyou_page_checkmark_ok:nth-child(5) {
  width: 14px;
  height: 14px;
  left: 125px;
  top: 162px;
}
.thankyou_page_checkmark_ok:nth-child(6) {
  width: 10px;
  height: 10px;
  left: 16px;
  top: 16px;
}
.thankyou_page_checkmark_ok:nth-child(1) {
  animation-delay: 1.5s;
}
.thankyou_page_checkmark_ok:nth-child(2) {
  animation-delay: 1.2s;
}
.thankyou_page_checkmark_ok:nth-child(3) {
  animation-delay: 1.9s;
}
.thankyou_page_checkmark_ok:nth-child(4) {
  animation-delay: 2.6s;
}
.thankyou_page_checkmark_ok:nth-child(5) {
  animation-delay: 3.3s;
}
.thankyou_page_checkmark_ok:nth-child(6) {
  animation-delay: 4.0s;
}

.thankyou_page_checkmark {
  display: inline-block;
  position: relative;
  padding: 30px;
  /*   animation: thankyou_page_checkmark 5.6s cubic-bezier(0.42, 0, 0.275, 1.155) both; */
  animation: thankyou_page_checkmark 5.6s cubic-bezier(0.42, 0, 0.275, 1.155) both;
}

.checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  fill: #fff;
}

.checkmark__back {
  animation: thankyou_page_rotate_anim 35s linear both infinite;
}

@keyframes thankyou_page_rotate_anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes thankyou_page_grow_anim {
  0%, 20%, 100% {
    transform: scale(0);
  }
  10% {
    transform: scale(1);
  }
}

@keyframes thankyou_page_checkmark {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10%, 50%, 90% {
    opacity: 1;
    transform: scale(1);
  }
}


/*///////////////////End thank you page/////////////////////*/

#pinContainer {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.photo-editing-services-thumbs-slider-item
{
  background-color: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  color: #000;
  text-align: center;
  font-weight: 700;
  margin-right: 5px;
  border-radius: 25px;
  border-top-left-radius: 0;
  box-shadow: 2px 1px 4px 2px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 12px;
  min-height: 174px;
  transition: 0.3s ease-out;
  position: relative;
}
.photo-editing-services-thumbs-slider-item:before {
  background: #ffbc99;
  background: -moz-linear-gradient(-45deg, #f58346 25%, #ffbc99 86%);
  background: -webkit-linear-gradient(-45deg, #f58346 25%, #ffbc99 86%);
  background: linear-gradient(135deg, #f58346 25%, #ffbc99 86%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58346', endColorstr='#ffbc99',GradientType=1 );
  color: #FFFFFF;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  border-radius: 25px; 
  border-top-left-radius: 0;
}
.photo-editing-services-thumbs-slider-item:hover:before {
  opacity: 1; 
}
.photo-editing-services-thumbs-slider-item-inner
{
  padding: 2px;
  padding-bottom: 10px;
}
.photo-editing-services-thumbs-slider-item-inner img
{
  box-shadow: unset;
  border-radius: 30px;
}
.photo-editing-services-thumbs-slider-item-inner-title
{
  color: #000;
  padding: 10px 0;
}
.photo-editing-services-thumbs.owl-theme .owl-controls .owl-page span
{
    background: #f58246;
}


.service_description_section
{
  position: absolute;
    width: 200%;
    color: #fff;
    z-index: 1;
    padding: 0px 0px;
}
/*.pricing_photo_box_hover:hover  .service_description_section .service_description_section_inner
{
  opacity: 1;
  max-height: 800px;
  padding: 10px 20px;
  margin-top: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
}*/
.cls_btn_pricing_page_dropdown
{
  position: absolute;
  top: 16px;
  right: 6px;
  z-index: 1;
  background: #f1f1f1;
  color: #f58246;
  display: inline-block;
  box-shadow: 0 0 1px 1px rgba(245, 130, 70, 0.39);
  -webkit-box-shadow: 0 0 1px 1px rgba(245, 130, 70, 0.39);
  -moz-box-shadow: 0 0 1px 1px rgba(245, 130, 70, 0.39);
  -ms-box-shadow: 0 0 1px 1px rgba(245, 130, 70, 0.39);
  -o-box-shadow: 0 0 1px 1px rgba(245, 130, 70, 0.39);
  border-radius: 5px;
  cursor: pointer;
}
.drp_dwn_icon
{
   transition:0.2s ease-in-out;
  -webkit-transition:0.2s ease-in-out;
  -moz-transition:0.2s ease-in-out;
  -o-transition:0.2s ease-in-out;
  -ms-transition:0.2s ease-in-out;
}
.drp_dwn_icon.active
{ 
  color: #f58246;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.service_description_section_inner
{
 background: #f1f1f1;
  color: #fff;
  margin:  0px 0;
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 10px;
   transition:0.2s ease-in-out;
  -webkit-transition:0.2s ease-in-out;
  -moz-transition:0.2s ease-in-out;
  -o-transition:0.2s ease-in-out;
  -ms-transition:0.2s ease-in-out;
}
.service_description_section_inner.active
{
  opacity: 1;
  max-height: 800px;
  padding: 10px 20px;
  margin-top: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
}
.dorpdown_loader
{
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
  background: #f1f1f1;
  color: #f58246;
  border-radius: 10px;
  height: 0;
  width: 0;
  overflow: hidden;
}
.dorpdown_loader.active
{
  height: calc(100% - 10px);
  width: 100%;
  min-height: 300px;
}
.dorpdown_loader i
{
  font-size: 30px!important;
  display: inline-grid;
  align-items: center;
  width: 100%;
  height: 100%;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
}

/***********DASHBOARD ******/
.dashboard_style1_outer
{
  display: flex;

}
.dashboard_style1_left
{ 
  padding: 50px 0 30px 0;
display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
    position: fixed;
    /*z-index: 10;*/
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(26,26,35,1) 0%, rgba(11,11,19,1) 100%);
      background: linear-gradient(to bottom, rgba(26,26,35,1) 0%, rgba(11,11,19,1) 100%);
    -webkit-transition: width .4s ease;
    transition: width .4s ease;
}

.nav--on .dashboard_style1_left {
    width: 25em;
}
.nav--on .dashboard_style1_outer .dashboard_style1_left .dashboard_style1_left_inside_nav .sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,transform .5s ease;
    transition: opacity .5s ease,transform .5s ease,-webkit-transform .5s ease;
}

.dashboard_style1_left .logo {
    width: 100%;
    display: none;
    -webkit-box-align: center;
    align-items: center;
    padding: 1em;
    position: relative;
}

.dashboard_style1_left_inside
{

}
.dashboard_style1_left_inside_nav
{
      -webkit-box-flex: 1;
    flex: 1;
    padding: 0 1em;
    width: 25em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    margin-top: 20px;
}
.dashboard_style1_left_inside_nav .left_nav
{
  padding-left: 10px;
      list-style: none;
}
.dashboard_style1_left_inside_nav .left_nav .left_nav_list
{
      display: block;
    padding: .65em 0;
}
.left_nav_list .sb_ul
{
      overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .45s ease;
    transition: max-height .45s ease;
}


.left_nav_list.sublist_on .sb_ul {
    max-height: none;
}



.left_nav_list .sb_ul li
{
display: block;
    padding: .65em 0;
}
.left_nav_list .sb_ul li a
{
    position: relative;
    padding-left: 1em;
    font-weight: 500;
    line-height: 1.25;
        display: block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.left_nav_list .sb_ul li a:hover {
  -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);  
}
.left_nav_list .sb_ul li.active a:before {
    content: "";
    position: absolute;
    top: .40em;
    left: 0;
    width: 8px;
    height: 8px;
    background: url(../images/active_marker.min.svg) no-repeat 50%;
}

.left_nav .left_nav_list .left_nav_list_title {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.left_nav .left_nav_list .left_nav_list_title:hover {
  -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);  
}


.left_nav_list.sublist_on .left_nav_list_title {
    margin-bottom: 1em;
}

.dashboard_style1_left_inside_nav .sidebar{
display: none;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
}
.dashboard_list_ul
{
  padding-left: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.dashboard_style1_right
{
  -webkit-box-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 100vh;
    text-align: left;
}
.dashboard_style1_right_inner h1+ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.dashboard_style1_right_inner h1+ul li
{
    display: block;
    margin-bottom: .5em;
}
.dashboard_style1_right_inner h1+ul li a
{
    font-size: 16px;
    font-weight: 600;
    color: #090910;
    text-decoration: none;
}
.dashboard_style1_right_inner h1+ul li a:before
{
        content: '\25D0';
    color: #f58246;
    padding-right: 5px;
    font-size: 19px;
}
.cus_title_md
{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000;
    padding: 5px 0;
    margin-bottom: 20px;
}
.cus_title_sm1
{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000;
    padding: 5px 0;
    margin-bottom: 20px;
}
.numbering_st1:before
{
content: '\25D1';
    color: #f58246;
    padding-right: 5px;
    font-size: 30px;
    margin-left: -30px;
}
.dashboard_style1_right_pera
{
  line-height: 2;
    color: #090910;
    margin-bottom: 20px;
}
.dashboard_style1_right_pera span.t1
{
 font-weight: 600;
 color: #000;
}
.dashboard_style1_right_img
{
   margin-bottom: 20px;
}

.dashboard_style1_right .sb_titles01
{
  color: #090910;
}
.trigger_contain {
    position: relative;
    width: 100%;
    height: 3em;
}
.trigger_contain .nav_trigger {
    position: absolute;
    top: 50%;
    left: 1.25em;
    z-index: 9999;
    height: .875em;
    width: 1.3125em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.trigger_contain .nav_trigger .bar {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f58246;
    -webkit-transition: all 0ms .3s;
    transition: all 0ms .3s;
}
.trigger_contain .nav_trigger .bar.animate {
    background: hsla(0,0%,100%,0);
}
.trigger_contain .nav_trigger .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #f58246;
    -webkit-transition: bottom .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
}
.trigger_contain .nav_trigger .bar.animate:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    transition: bottom .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s;
    transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
}
.trigger_contain .nav_trigger .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    background: #f58246;
    -webkit-transition: top .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
}
.trigger_contain .nav_trigger .bar.animate:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    transition: top .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s;
    transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
}
.trigger_contain .nav_trigger .bar, .trigger_contain .nav_trigger .bar:after, .trigger_contain .nav_trigger .bar:before {
        width: 25px;
    height: 3px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////                RESPONSIVE SECTION              //////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 65em){
  .dashboard_style1_left:before
  {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 999em;
      height: 100%;
      background: -webkit-linear-gradient(top, rgba(26,26,35,1) 0%, rgba(11,11,19,1) 100%);
      background: linear-gradient(to bottom, rgba(26,26,35,1) 0%, rgba(11,11,19,1) 100%);

  }
  .dashboard_style1_left .logo {
    display: -webkit-box;
    display: flex;
}
.dashboard_style1_left {
    overflow: visible;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: none;
    width: 25em;
    height: 100vh;
}
.dashboard_style1_left_inside_nav .sidebar{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.trigger_contain {
    display: none;
}
.dashboard_style1_right
{
  padding-left: 60px;
}

}


/******************************/
@media only screen and (max-width: 1550px){
  .submenu_main_outer
  {
    margin-left: -25%;
  }
}
@media only screen and (max-width: 1450px){
  .design_bg_outer
  {
    max-width: calc(100% - 192px);
  }
}

@media only screen and (max-width: 1400px){
  
  .service_page_section_2_inner_common_image_prop_01 {
    transform: translate(-260px, 0px);
  }
  .service_page_section_2_inner_common.sb2 {
    width: 500px;
  }
  .service_page_section_2_inner_common.sb1 {
    width: calc(100% - 500px);
  }
  .section_3_left
  {
        width: 575px;
  }
  .section_3_right
  { 
    width: calc(100% - 575px);

  }
  .section_3_left_image
  {
    -ms-transform: translateX(-328px);
    -webkit-transform: translateX(-328px);
    transform: translateX(-328px);
    max-height: 670px;
  }
  .section_3_right_inner
  {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 600px;
  }
  .video_preview_section
  {
    max-width: 900px;
    width: 95%;
  }
  .min_height_adjst_01
  {
    min-height: 1100px;
  }
}
@media only screen and (max-width: 1350px){
  .section_4_left_inner.sb1
  {
    padding-left: 20px;
  }
  .features_section_outer_01 .sb2
  {
    right: -80px;
  }
  .features_section_outer_01 .sb2.add_sub2
  {
    right: -25px;
    bottom: -104px;
  }
}
@media only screen and (max-width: 1320px){
  .photo-editing-services-thumbs-slider-item{
      min-height: 214px;
  }
}
@media only screen and (max-width: 1215px){

  .service_page_section_2_inner_common_image_prop_01 {
    transform: translate(-340px, 0px);
  }
  .service_page_section_2_inner_common.sb2 {
    width: 400px;
  }
  .service_page_section_2_inner_common.sb1 {
    width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 1200px){
  .contact_section_outer
  {
    padding: 60px 0;
  }
  .features_section_outer_box
  {
    padding-bottom: 30px;
  }
  .features_section_outer_01 .sb2
  {
    right: unset;
    bottom: unset;
  }
  .features_section_outer_01 .sb2.add_sub2
  {
    right: unset;
    bottom: unset;
  }
  .pricing_photo_box_inner_left_title
  {
    font-size: 16px;
    padding: 10px;
  }
  .min_height_adjst_01
  {
    min-height: 1170px;
  }
  .section_4_left.sb1
  {
        width: calc(100% - 400px);
  }
  .section_4_right.sb1 {
    width: 400px;
  }
  .section_4_image_prop_01.sb1 {
    transform: translate(-34px, -87px);
    width: 650px;
  }
  .section_4_image_prop_01.sb2 {
    transform: translate(26px, 94px);
    width: 650px;
  }
  .section_4_image_prop_01.sb3
  {
    transform: translate(-265px, -79px);
    width: 650px;
  }
  .section_4_image_prop_01.sb4 {
    transform: translate(-370px, 53px);
    width: 750px;
  }

} 
@media only screen and (max-width: 1170px){
  .min_height_adjst_02
  {
    min-height: 500px;
  }
}
@media only screen and (max-width: 1100px){
  .service_page_section_2_inner_common.sb1
  {
    padding-top: 15px;
  }

  .menubar_prop
  {
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    z-index: 1;
  }
  .menubar_prop li
  {
    width: 100%;
    padding-bottom: 15px;
  }
  .menubar_prop li a
  {
    width: 100%;
  }
   .submenu_main_outer_ul_prop li
  {
    padding-bottom: 5px;
  }
  .hidden_on_sm_size
  {
    opacity: 0;
    visibility: hidden;
  }
    
  .responsive_menubar_toggle_display
  {
    display: inline-block;
  }
  .responsive_menubar_toggle
  {
    float: right;
    margin-right: 6px;
    margin-top: 5px;
    z-index: 2;
    position: relative;
  }
  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .hamRotate.active {
    transform: rotate(45deg);
  }
  .hamRotate180.active {
    transform: rotate(180deg);
  }
  .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#b2b7d0;
    stroke-width:5.5;
    stroke-linecap:round;
  }
  .ham1 .top {
    stroke-dasharray: 40 139;
  }
  .ham1 .bottom {
    stroke-dasharray: 40 180;
  }
  .ham1.active .top {
    stroke-dashoffset: -98px;
  }
  .ham1.active .bottom {
    stroke-dashoffset: -138px;
  }
  #menu {
    width: 0;
    opacity: 0;
    visibility: hidden;
    max-width: 300px;
    padding: 50px 0px 20px 0px;
    overflow: hidden;
  }
  #menu-toggle:checked + #menu {
    -webkit-transition: all 0.3s ease;
    padding: 60px 10px 20px 10px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    overflow: auto;
  }
  .submenu_main_outer_div
  {
    display: grid;
    width: 100%;
  }
  .submenu_main_outer_ul
  {
    padding:0;
  }
  .submenu_main_outer_ul:first-child {
    padding-left: 0px;
  }
  .submenu_main_outer_ul:last-child {
    padding-right: 0px;
  }
  .resp_1100_pad_left_5
  {
    padding-left: 5px;
  }
  .submenu_main_outer li:first-child
  {
    padding-top: 5px;
  }
  .submenu_main_outer li:last-child
  {
    padding-bottom: 0px;
  }
  .list_styler_01.list_styler_01_pos::before
  {
    top: 14px;
  }
  .list_styler_02.list_styler_01_pos::before
  {
    top: 14px;
  }
  /*//////////////////////////////////////////////////////////////*/
  /*///////////////  END   MENU TOGGLE ICON  /////////////////////*/
 /*//////////////////////////////////////////////////////////////*/


  .section_3_left
  {
    width: 460px;
    padding-top: 25px;
  }
  .section_3_right
  { 
    width: calc(100% - 460px);

  }
  .section_3_left_image
  {
    -ms-transform: translateX(-264px);
    -webkit-transform: translateX(-264px);
    transform: translateX(-264px);
    max-height: 540px;
  }
  .section_3_right_inner
  {
    padding-top: 30px;

  }
  .portfolio_image_titles_head
  {
    font-size: 13px;
  }
  .portfolio_image_titles_bottom
  {
    font-size: 11px;
  }
  .submenu_main_outer
  {
    position: relative;
    margin-left:0; 
  }
 
  .submenu_main_outer li a
  {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 991px){
  .service_description_section{
    width: 100%;
  }
  .column_setting_outer
  {
    display: inline-block;
  }
  .column_setting_outer_sb1
  {
    width: 100%;
    padding-top: 30px;
  }
  .resp_991_pad_bottom_0
  {
    padding-bottom: 0px;
  }
  .header_banner_caption_section.empty {
    min-height: 150px;
  }
  .header_banner_caption_section.empty.sm {
    min-height: 100px;
  }
  .price_tag_section_1
  {
    font-size: 15px;
    padding: 4px 15px;
    margin-left: unset; 
  }
  .custom_ul_outer_1 li
  {
   width: auto;
  }
  .service_page_section_3 li::before
  {
    top: 15px;
  }
  .service_page_section_3 li
  {
    width: 50%;
    font-size: 15px;
  }
  .service_page_section_2_inner_common_image_prop_01
  {
    transform: unset;
    max-width: 600px;
    width: 100%;
  }
  .service_page_section_2_inner_common.sb2, .service_page_section_2_inner_common.sb1
  {
    width: 100%;
  }
  .section_3_left_img_outer
  {
    text-align: center;
  }
  .features_section_outer_01 .sb2
  {
    height: 100%;
    max-width: 500px;
  }
    .home_section_2_outer
  {
    padding: 40px 10px 0 10px;
  } 
  .design_bg_outer_section
  {
    padding-top: 50px;
  }
  .features_section_outer_03
  {
    padding-bottom: 20px;
  }
  .features_section_outer_02 .sb1
  {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section_features_inner1 {
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section_features_inner2 {
    padding-top: 20px;
    padding-bottom: 50px;
     padding-left: 0px;
    padding-right: 0px;
  }
  .section_features_inner_sub1
  {
    padding-right: 20px;
  }
  .section_features_inner2 .sb_common
  {
    margin-bottom: 30px;
  }
  .features_section_outer_01
  {
    width: 100%;
    display: block;
  }
  .features_section_outer_02
  {
    width: 100%;
    display: block;
  }
  .section_3_left_img_outer
  {
    padding-top: 0px;
  }
  .section_4_left.sb1
  {
    width: 100%;
    order: 2;
  }
  .section_4_left_inner.sb1
  {
    max-width: unset;
    padding-top: 30px;
  }
  .section_4_right.sb1
  {
    width: 100%;
    order: 1;
  }
  .section_4_image_prop_01.sb1
  {
    display: none;
  }
  .section_4_image_prop_01.sb2
  {
    transform:unset;
    width: 100%;
    max-width: 500px;
  }
  .section_4_image_prop_01.sb3
  {
    display: none;
  }
  .section_4_image_prop_01.sb4
  {
    transform: unset;
    width: 100%;
    max-width: 500px;
  }

  .home_slider_caption_section
  {
    display: inline-block;
    min-height: unset;
    height: unset;
    padding: 40px 0;
  }
  .home_slider_caption_section_inner_col_resp
  {
    padding: 60px 20px;
    width: 100%;
    display: inline-block;
  }
  .resp_991_max_width_unset
  {
    max-width: unset;
  }
  .home_slider_caption_head
  {
    text-align: center;
    font-size: 42px;
  }
  .innerpage_slider_caption_head
  {
     font-size: 42px;
  }
  .home_slider_caption_note
  {
    width: 100%;
    text-align: center;
  }
  .home_slider_caption_button_outer
  {
    text-align: center;
  }
  .home_slider_play_icon_prop {
    padding: 25px;
    font-size: 50px!important;
  }
  .resp_991_pad_reset
  {
    padding: 15px 0;
  }
  .resp_991_pad_20_0
  {
    padding: 20px 0;
  }
  /***********************************/
  .section_3_left
  {
    display: none;
  }
  .section_3_right
  { 
    width: 100%;
  }
  .section_3_right_inner
  {
    max-width: unset;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section_3_right_head
  {
    padding: 15px 0 10px 0;
  }
  .section_3_right_content
  {
    padding: 25px 0;
  }
  .section_3_right_button
  {
    margin: 10px 0;
  }
   /***********************************/
   .section_4_left, .section_4_right
   {
    padding: 10px 10px;
   }
   .section_4_outer
   {
    padding: 5px 0px 5px 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
   }
   .section_4_image_1, .section_4_right_inner
   {
    padding-left: unset;
   }
   .section_4_left_inner, .section_4_image_2
   {
    padding-right: unset;
   }
   .section_4_image_outer
   {
    text-align: center;
   }
   .section_4_image_prop
   {
    max-width: 600px;
   }
   .section_4_2_prop
   {
    float: unset;
   }
   .bottom_section_hide_cols_991
   {
    display: none;
   }
   .bottom_section_cols
   {
    width: 50%
   }
   /**********************************************/
   .resp_991_pad_0
   {
    padding: 0;
   }
   .resp_991_pad_15
   {
    padding: 15px;
   }
   .resp_991_margin_0
   {
    margin: 0px;
   }
   .resp_991_margin_top_10
   {
    margin-top: 10px;
   }
   .resp_991_margin_bottom_0
   {
    margin-bottom: 0px;
   }
   .footer_box_type_1_inner_1
   {
    width: 100%;
    padding: 10px;
   }
   .footer_box_type_1_content_1, .footer_box_type_1_content_2
   {
    text-align: center;
   }
   .footer_box_type_1_inner_2
   {
    width: 100%;
    padding: 20px 10px 10px;
   }
   .resp_991_pad_bottom_70
   {
    padding-bottom: 70px;
   }
   .resp_991_display_block
   {
    display: block;
   }
   .photo_services_titles_1
   {
    font-size: 14px;
    padding: 5px 0;
   }
   .resp_990_margin_bottom_neg_50
   {
      margin-bottom: -50px;
   }
   .pricing_photo_box_inner_right_icon_prop_span
  {
    font-size: 25px;
  }
  .pricing_photo_box_inner_right_price_prop_span_1
  {
    font-size: 22px;
    line-height: 22px;
  }
  .pricing_photo_box_inner_right_price_prop_span_2
  {
    font-size: 9px;
  }
  .resp_991_pad_5
  {
    padding: 5px;
  }
  .resp_991_pad_10_0
  {
    padding: 10px 0;
  }
  .resp_991_margin_bottom_10
  {
    margin-bottom: 10px;
  }
  .min_height_adjst_01
  {
    min-height: unset;
  }
  .min_height_adjst_02
  {
    min-height: unset;
  }
  .section_7_pricing_inner_column_prop.add_prop_vdo
  {
    padding: 60px 20px;
  }
  .pricing_video_section_inner_column
  {
    max-width: unset;
  }
}

@media only screen and (max-width: 850px)
{ 
 
}

@media only screen and (max-width: 767px)
{  

  .custom_popup_box_link01
  {
        padding: 7px 15px;
        font-size: 15px;
    min-width: 110px;
  }
  .custom_popup_box_link01_icn
  {
    font-size: 15px!important;
    padding: 7px;
  }
  .resp_767_margin_right_10
  {
    margin-right: 10px;
  }
	.title_style_01
	{
		font-size: 17px;
	}
	.title_style_01.b_dot {
    	padding: 30px 0 15px 25px;
	}
	.title_style_01.b_dot::before {
	    top: 30px;
	}
  /*############*/
  .left_box_features_img.left, .left_box_features_img.right
  {
  	border-radius: 5px;
  }
  .features_section_icons_outer.right, .features_section_icons_outer.left
  {
  	left: 50%;
    top: unset;
    right: unset;
    bottom: -63px;
  }
  .right_box_features.right, .right_box_features.left
  {
    padding: 10px 0 20px 0;
    border-radius: 0;
  }
  .right_box_features
  {
  	display: flex;
  	display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    width: 100%;
  }
  .resp_img_section_prop_features
  {
  	display: flex;
  	display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    width: 100%;
  }
  .resp_flex_column
  {
  	display: flex;
  	display: -webkit-flex;
  	flex-flow: column;
  	padding: 10px;
  	margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  }
  .resp_flex_column.rev
  {
  	flex-flow: column-reverse;
  }
  /*#################*/
  .sp_breadcrumb_list_link
  {
  	font-size: 12px;
  }
  .faq_section_02_numbering_outer
  {
    min-width: 60px;
  }
  .header_banner_caption_section
  {
    min-height: 250px;
  }
  .resp_767_display_none
  {
    display: none;
  }
  .resp_767_min_height_unset
  {
    min-height: unset;
  }
  .resp_767_pad_15
  {
    padding: 15px;
  }
  .resp_767_pad_top_10
  {
    padding-top: 10px;
  }
  .resp_767_display_inline_block
  {
    display: inline-block;
  }
  .resp_767_pad_20_0
  {
    padding: 20px 0px;
  }
  .resp_767_pad_20
  {
    padding: 20px;
  }
  .fullscreen_content_section_outer.prop_settings
  {
    min-height: 100%;
  }
  .home_section_2_outer
  {
    padding: 40px 0px 0 0px;
  }
  .innerpage_services_section_photo_editing_img_prop
  {
    max-width: 200px;
    width: 100%;
  }
  .resp_767_pad_top_40
  {
    padding-top: 40px;
  }
  .resp_767_pad_top_35
  {
    padding-top: 35px;
  }
  .resp_767_pad_top_20
  {
    padding-top: 20px;
  }
  .resp_767_pad_top_0
  {
    padding-top: 0px;
  }
  .resp_767_text_align_center
  {
    text-align: center;
  }
  .resp_767_text_align_center_imp
  {
    text-align: center!important;
  }
  .resp_767_text_align_left
  {
    text-align: left;
  }
  .resp_767_text_align_left_imp
  {
    text-align: left!important;
  }
  .default_title_3
  { 
    font-size: 22px;
  }
  .features_section_outer_box
  {
    padding-bottom: 0px;
  }
  .footer_box_type_1_inner_1.sb1
  {
    padding: 0px 0px 20px 0px;
  }
  .footer_box_type_1_inner_2.sb2
  {
    padding: 0 0;
  }
  .resp_767_pad_lr_0
  {
    padding-left: 0;
    padding-right: 0;
  }
  .resp_767_pad_l_0_r_15
  {
    padding-left: 0;
    padding-right: 15px;
  }
  .resp_767_pad_l_15_r_0
  {
    padding-left: 15px;
    padding-right: 0;
  }
  .resp_767_pad_l_0_r_0
  {
    padding-left: 0;
    padding-right: 0;
  }
  .resp_767_pad_left_5
  {
    padding-left: 5px;
  }
  .section_4_left_inner.sb1
  {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section_3_left_img_outer.sb1.resp_pad_top_fr_svg_01
  {
    padding-top: 30px;
  }
  .section_3_left_img_outer
  {
    text-align: center;
  }
  .section_features_inner1
  {
    padding-bottom: 20px;
  }
  .resp_section_2_features_section_outer_box .resp_section_2_features_section_outer_box
  {
    padding-top: 50px;
  }
  .section_features_inner1 .sb_common
  {
    width: 100%;
    display: inline-block;
    padding-right: 0px;
  }
  .default_title_2.subtitle_prop1
  {
    font-size: 30px;
  }
  .features_section_outer_01 .sb2
  {
    height: 100%;
    max-width: 500px;
  }
  .features_section_outer_01 .sb2.add_sub2
  {
    height: 100%;
  }
  .features_section_outer_box
  {
    padding-top: 0px;
  }
  .features_section_outer_02 .sb1
  {
    padding-bottom: 0px;
  }
  .bg_trasparent_shapes_section .sb1
  {
    height: 300px;
    width: 300px;
    right: -280px;
    bottom: 10%;
    transform: translateY(10%)rotate(17deg);
    -webkit-transform: translateY(10%)rotate(17deg);
    -moz-transform: translateY(10%)rotate(17deg);
    -ms-transform: translateY(10%)rotate(17deg);
    -o-transform: translateY(10%)rotate(17deg);
  }

	.bg_squares_outer .bg_squares_01.bg_square7
	{
		left: 60%;
    bottom: 6%;
	}
	.bg_squares_outer .bg_squares_01.bg_square6
	{
		opacity: .3;
    left: 62%;
    top: 15%;
	}
	.bg_squares_outer .bg_squares_01.bg_square5
	{
		left: 38%;
    top: 12%;
	}
	.bg_squares_outer .bg_squares_01.bg_square4
	{
		opacity: .5;
    left: 31%;
    bottom: 14%;
	}
  .resp_767_pricing_section_props
  { 
  	display: inline-block;
  }
  .resp_767_pricing_section_props .sb1
  {
  	width: 100%;
  	display: inline-block;
  	padding: 0;
  }
  .resp_767_pricing_section_props .sb1 .sb11
  {
  	max-width: 500px;
    margin: auto auto;
    display: block;
    max-height: 450px;
    height: 100%;
  }
  .resp_767_pricing_section_props .sb2
  {
  	width: 100%;
  	padding-bottom: 25px;
  	padding-top: 35px;
  }
  .resp_767_comparison_section_content
  {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 20px;
  }
  .features_section_outer_02 .sb2
  {
    font-size: 30px;
  }
  .goog-te-gadget .goog-te-combo
  {
    display: none!important;
  }
  a.sp-animated-button:link, a.sp-animated-button:visited
  {
    font-size: 12px;
  }
  .sp_btn_1
  {
    padding: 13px 25px 10px;
  }
  .menu_with_submenu.sb1::before
  {
    display: none;
  }
  .arrow_icon_on_submenu.sb1
  {
  	display: block;
  }
  .underline_01 {
    width: 150px;
  }
  .underline_02
  {
		width: 150px;
  }
 .custom_btn_1 {
    font-size: 12px;
    padding: 15px 30px 12px;
  }
  .default_title_2 {
    font-size: 33px;
  }
  .default_title_2_1
  {
    font-size: 30px;
  }
  .section_common_01_top_head, .section_common_02_top_head
  {
    font-size: 33px;
  }
  .section_common_01_top_line
  {
    font-size: 10px;
  }
  .portfolio_image_titles_head
  {
    font-size: 18px;
  }
  .portfolio_image_titles_bottom
  {
    font-size: 14px;
  }
  .section_6_bottom_button
  {
    margin: 10px 0 0 0;
  }
  .section_6_outer {
    padding: 35px 0px 0px 0px;
  }
  .section_7_box_head
  {
    font-size: 25px;
    padding: 5px 0 10px 0;
  }
  .review_section_outer {
    padding: 40px 0;
  }
  .quote_icon_prop {
    font-size: 40px!important;
    padding: 30px 0px 5px 0px;
  }
  .review_section_content_titles
  {
    font-size: 24px;
  }
  .review_section_outer_head {
    font-size: 12px;
  }
  .review_section_inner_bottom
  {
    font-size: 12px;
  }
  .section_10_contact_inner_column_1
  {
    min-height: unset;
    margin-top: unset; 
  }
  .contact_section_outer {
    padding: 15px 0;
  }
  .section_10_contact_inner_column
  {
    padding-top: 30px;
  }
  .contact_form_outer_1
  {
    padding: 25px;
  }
  .input_prop
  {
    padding: 15px 10px;
  }
  .bottom_section_cols_add_prop
  {
    width: 50%;
    float: left;
  }
  .bottom_section_cols_add_prop_new
  {
    width: 100%;
  }
  .section_11_outer
  {
    padding: 0px 0px;
  }
  .section_11_bottom_inner_left
  {
    text-align: center;
    width: 100%;
  }
  .section_11_bottom_inner_right
  {
    text-align: center;
    width: 100%;
  }
  .section_11_bottom
  {
    margin-top: 15px;
  }
  .video_popup_box_prop
  {
    padding: 0;
  }
  .video_popup_box
  {
    padding: 10px;
  }
  .video_item_prop
  {
    padding: 5px;
  }
  .footer_box_type_1_content_1
  {
    font-size: 18px;
  }
  .footer_box_type_1_content_2
  {
    font-size: 30px;
  }
  .innerpage_features_section_content_inner
  {
    grid-template-columns:unset;
    padding: 10px 0;
  }
  .resp_767_pad_15
  {
    padding: 15px;
  }
  .resp_767_pad_50_0
  {
    padding: 50px 0;
  }

  .resp_767_align_grid_first
  {
    grid-row-start: 1;
  }
  .innerpage_services_photo_section_content
  {
    padding: 10px 0 15px 0;
  }
  .resp_767_pad_10_0_0_0
  {
    padding: 10px 0px 0px 0px;
  }
  .resp_767_pad_20_0_5_0
  {
    padding: 20px 0 5px 0;
  }
  .pricing_photo_box_outer
  {
    padding: 15px 0px 10px 0px;
  }
  .resp_767_pad_0
  {
    padding: 0px;
  }
  .contact_section_map
  {
    min-height: 300px;
  }
}
@media only screen and (max-width: 700px){
 .subscribe_inner
 {
    grid-template-columns:unset;
 }
 .subscribe_inner_left, .subscribe_inner_right
 {
  padding: 10px 0;
 }
}

@media only screen and (max-width: 600px){
  .cls_btn_pricing_page_dropdown i
  {
    font-size: 18px;
  }
 .count_set_prop
  {
    font-size: 45px;
  }
  .add_icon_prop_1
  {
    font-size: 18px!important;
  }
  .count_set_prop_bottom
  {
    font-size: 10px;
  }
  .home_slider_caption_section_inner_col_resp
  {
    padding: 40px 0px;
  }
  .pricing_photo_box_inner_left
  {
    width: calc(100% - 115px);
  }
  .pricing_photo_box_inner_right
  {
    width: 115px;
  }
  .service_page_section_3 li
  {
    width: 100%;
  }
   .bottom_section_cols_add_prop
  {
    width: 100%;
  }
  .bottom_section_hide_cols_600
   {
    display: none;
   }
   .logo_bottom_prop
   {
    display: inline-block;
    padding-top: 15px;
   }
}

@media only screen and (max-width: 550px){
  .custom_popup_box
  {
    padding: 10px 15px;
  }
  #menu
  {
    max-width: 100%;
  }
  #subscribe > input[type="text"]
  {
    width: 170px;
  }
  .section_3_outer
  {
    padding: 10px 0px 20px 0;
  }
  .section_3_right_inner
  {
    padding-bottom: 0px;
  }
  .skrew_bar_1
  {
    height: 95px;
  }
  .skrew_bar_1_outer
  {
    height: 53px;
  }
  .section_4_outer
  {
    padding: 5px 0px 10px 0px;
  }
  .section_7_main
  {
    padding: 0;
  }
  .portfolio_image_titles_head
  {
    font-size: 13px;
  }
  .portfolio_image_titles_bottom
  {
    font-size: 11px;
  }
  .section_7_pricing_inner_column_prop
  {
    padding: 20px 20px;
  }
  .section_7_pricing_inner_column_prop.add_prop_vdo
  {
    padding: 20px 20px;
  }
  .section_7_box_content_outer {
 
    min-height: unset;
  }
  .section_7_pricing_inner_column {
    padding-top: 20px;
    padding-bottom: unset; 
  }
  .home_section_2_outer
  {
    padding: 20px 0;
  }
  .input_box_outer
  {
    margin-bottom: 0;
  }
  .section_4_content
  {
    padding: 10px 0 5px 0;
  }
  .photo_services_titles_1
  {
    font-size: 11px;
  }
  .goog-te-gadget .goog-te-combo
  {
    left: 20px;
  }
  .faq_section_01_outer .sub_1
  {
    padding: 15px 0px;
  }
  .faq_section_01_outer .sub_2
  {
    font-size: 27px;
  }
  .faq_section_01_outer .sub_3
  {
    padding: 8px 50px 8px 20px;
    font-size: 17px;
  }
  .faq_section_01_outer .sub_4
  {
    height: 19px;
    top: 12px;
  }
  .resp_550_pad_10_0
  {
    padding: 10px 0px;
  }
  .resp_550_pad_20_0_50_0
  {
    padding: 20px 0px 50px 0px;
  }
  .resp_550_display_inline_block
  {
    display: inline-block;
  }
  .resp_550_display_none
  {
    display: none;
  }
  .faq_section_02_numbering_outer
  {
    min-width: 45px;
  }
  .faq_section_02_numbering_inner
  {
    width: 40px;
    height: 40px;    
    padding: 3px;
  }
  .faq_section_02_numbering_inner span
  {
    font-size: 20px;
  }
  .faq_section_02_content_outer label
  {
    padding-top: 0px;
    font-size: 18px;
  }
  #toTop {

    right: 20px;
  }
  .privacy_section_02_content_outer .sub_1
  {
    padding-top: 0;
  }
  .features_sec_each_column_prop .sub_1 .sub_1_1
  {
    width: 45px;
    height: 45px;
  }
  .features_sec_each_column_prop .sub_1 .sub_1_2
  {
    font-size: 17px;
  }
  .features_sec_each_column_prop_sb1
  {
    width: 55px;
  }
  .features_sec_each_column_prop_sb2
  {
     width: calc(100% - 55px);
  }
  .features_sec_each_column_bottom_prop .sub_1
  {
    margin: 20px 0 0 0;
  }
  .features_sec_each_column_prop_outer
  {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 500px){
  .home_slider_caption_note.bottom_offer
  {
    font-size: 18px;
  }
  .bottom_offer_icon_prop
  {
    padding-right: 5px;
    font-size: 22px!important;
  }
  .features_section_outer_02 .sb2
  {
    font-size: 25px;
  }
  .width_limit_01
  {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home_slider_caption_head
  {
    font-size: 35px;
  }
  .innerpage_slider_caption_head
  {
    font-size: 35px;
  }
  .count_set_outer_2
  {
    width: 100%;
    padding: 15px;
  }
  .count_set_outer_1 {
    padding: 10px 0px;
  }
  .section_3_right_head, .section_common_01_top_head, .default_title_2, .section_common_02_top_head
  {
    font-size: 25px;
  }
  .default_title_2_1
  {
    font-size: 20px;
  }
  
  .bottom_section_cols_add_prop_new
  {
    padding-right: 0;
    padding-left: 0; 
  }
  .logo_bottom_prop
  {
    position: relative;
    left: -7px;
  }
  .default_title_2_2
  {
    font-size: 18px;
  }
  .footer_box_type_1_content_1
  {
    font-size: 15px;
  }
  .footer_box_type_1_content_2
  {
    font-size: 25px;
  }
  .resp_500_pad_r_l_15
  {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer_box_type_1_outer_bg
  {
    min-height: 180px;
  }
  .footer_box_type_1_outer
  {
    min-height: 220px;
  }
  .service_page_photo_section_pricing
  {
    font-size: 16px;
  }
  .pricing_video_box_head
  {
    font-size: 20px;
  }
  .resp_500_pad_15_0
  {
    padding: 15px 0px;
  }
  .resp_500_pad_0
  {
    padding: 0;
  }
}
@media only screen and (max-width: 450px){
  .custom_ul_outer_1 li {
    width: 100%;
  }
  .faq_section_02_numbering_outer.resp_450_display_none
  {
    display: none;
  }
  .custom_list_style_arrow.faq_titles_resp
  {
    position: relative;
    padding-left: 30px!important;
  }
  .custom_list_style_arrow.faq_titles_resp::before
  {
    content: "";
    position: absolute;
    left:8px;
    top: 5px;
    width: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 11px solid #f58246;
  }
}
@media only screen and (max-width: 410px){
  
}

@media only screen and (max-width: 400px){
 .pricing_photo_box_inner_left_title
 {
    font-size: 13px;
 }
}

@media only screen and (max-width: 350px){
  #subscribe > input[type="text"]
  {
    width: 135px;
  }
  .home_slider_caption_head
  {
    font-size: 30px;
  }
  .innerpage_slider_caption_head
  {
    font-size: 30px;
  }
  .home_slider_caption_note
  {
    font-size: 14px;
  }
  .custom_btn_1
  {
    font-size: 10px;
  }
  .photo-editing-services-thumbs-slider-item{
      min-height: 190px;
  }
}
@media only screen and (max-width: 320px){
  #subscribe > input[type="text"]
  {
    width: 100%;
    border-radius: 45px;
    margin-bottom: 15px;
  }
  .button_subscribe
  {
    border-radius: 45px;
    width: 100%;
    max-width: 150px;
  }
  
 
}