/*-----------------------------------------------------------------------------------
    
    1. Base or Reset or common CSS

-----------------------------------------------------------------------------------*/


/* --------------------------------------------------------
1. Base or Reset or common CSS
-----------------------------------------------------------*/
/*html,
body {
    height: 100%;
}*/
body{
    font-family: 'Oxygen';
    font-size: 14px;
    color: #313131;
    overflow-x: hidden;
}
p{
    color: #313131;
    font-size: 14px;
}
::-moz-selection {
  color: #fff;
  background: #252b3f;
}
::selection {
  color: #fff;
  background: #0c0b09;
}
.floatleft { 
    float: left;
}
.floatright { 
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignleft-md {
    float: left;
    margin-right: 58px;
}
.alignleft-sm {
    float: left;
    margin-right: 33px;
}
.alignleft-20 {
    float: left;
    margin-right: 20px;
}
.alignright-20 {
    float: right;
    margin-left: 20px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.content-center {
    text-align: center;
}
.content-left {
    text-align: left;
}
.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear {
  clear: both;
  height: 0; 
  font-size: 0; 
  line-height: 0; 
  overflow: hidden;
}
.fix { 
    overflow: hidden;
}

/* ------------------------------------
        start anchor & button styles
---------------------------------------*/

a:focus { 
    outline: 0px solid;
}
a { 
    text-decoration: none;
    color: #252b3f;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
a:hover, a:active, a:focus { 
    color: #017cc0;
    text-decoration: none;
}
.btn {
  background: #017cc0 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  font-family: 'Lato-Semibold';
  font-size: 20px;
  font-weight: 500;
  padding: 13px 34px;
  text-transform: uppercase;
  border: none;
  border-bottom: 2px solid #005d91;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.btn:hover {
  background: #fff;
  color: #017cc0;
  border-bottom: 2px solid #959595;
}
.btn.btn-warning {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #6f6f6f;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 56px;
  text-transform: uppercase;
}
.btn.btn-warning:hover{
  color: #ffd400;
}

.uk-overlay-icon::before {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #313a45;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  top: 50%;
}
.btn-default{
  background: #fff;
  color: #252b3f;
  font-family: "RobotoLight";
  border: 1px solid #252b3f;
  border-radius: 5px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-xs{

}
.btn-sm{

}
.btn-md{
  font-size: 14px;
  padding: 9px 43px;
}
.btn-lg{

}



/* ------------------------------------
        end anchor & button styles
---------------------------------------*/


/* ------------------------------------
        start menu styles
---------------------------------------*/

.nav > li > a:focus, .nav > li > a:hover{
  background: none;
}
ul.menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.menu > li{
    display: inline-block;
}
/*ul.clearul{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.clearul > li{
    display: inline-block;
}*/


/* ------------------------------------
        start menu styles
---------------------------------------*/


/* ------------------------------------
    start border & background styles
---------------------------------------*/

.border-right-whitesmoke {
    border-right: solid 1px #e1e1e1;
}
.border-left-whitesmoke {
    border-left: solid 1px #e1e1e1;
}
.border-bottom-whitesmoke {
    border-bottom: solid 1px #e1e1e1;
}
.border-top-whitesmoke {
    border-top: solid 1px #e1e1e1;
}
.border-whitesmoke {
    border: solid 1px #e1e1e1;
}
.border-brl-whitesmoke {
    border-bottom: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
}
.border-trl-whitesmoke {
    border-top: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
}
.border-rl-whitesmoke {
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
}
.border-right-blue {
    border-right: solid 1px #87ddfe;
}
.border-dark-1{
    border: solid 1px #475362;
}
.border-right-dark-1{
    border-right: solid 1px #475362;
}
.border-bottom-dark-2{
    border-bottom: solid 2px #475362;
}
.border-bottom-yellow{
  border-bottom: solid 1px #e8d661;
}
.border-right-dark-3{
  border-right: solid 1px #444b55;
}
.border-left-dark-3{
  border-left: solid 1px #444b55;
}
.border-right-dark-4{
  border-right: solid 1px #585959;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.whitesmoke-bg{
  background: #f5f5f5;
}
.light-whitesmoke-bg{
  background: #f8f8f8;
}

/* ------------------------------------
        end border styles
---------------------------------------*/


/* ------------------------------------
        start image styles
---------------------------------------*/

.no_bg{
    background: none;
}
img {
    max-width: 100%;
    height: auto;
}

/* ------------------------------------
        end image styles
---------------------------------------*/


/* ------------------------------------
        start heading styles
---------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    font-family: 'RobotoMedium';
    text-transform: uppercase;
}
h1{
    font-size: 60px;
    color: #0c0b09;
}
h2{
    font-size: 45px;
    color: #0c0b09;
}
h3{
    font-size: 28px;
    color: #333333;
}
h4{
    font-size: 24px;
    color: #131e2a;
}
h5{
    font-size: 18px;
    color: #222222;
}
h6{
    font-size: 15px;
    color: #222222;
}
.section_title.nice_title > h4 {
  color: #333333;
  line-height: 21px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  position: relative;
}
.section_title.nice_title > h4::after {
  background: #0072a5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: calc(50% - 73px);
  position: absolute;
  width: 20px;
}

.section_title.nice_title > h4::before {
  background: #dadada none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: calc(50% - 48px);
  position: absolute;
  width: 120px;
}

.section_title.nice_title.left > h4::after {
  background: #0072a5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 20px;
}

.section_title.nice_title.left > h4::before {
  background: #dadada none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: calc(0% + 26px);
  position: absolute;
  width: 120px;
}

.section_title.nice_title.left.full > h4::before {
  width: 240px;
}
.section_title.nice_title > p {
  color: #959595;
}

.section_title.nice_title_white > h4 {
  color: #fff;
  line-height: 21px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  position: relative;
}

.section_title.nice_title_white > h4::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: calc(50% - 73px);
  position: absolute;
  width: 20px;
  z-index: 9;
}
.section_title.nice_title_white > h4::before {
  background: #dadada none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: calc(50% - 48px);
  position: absolute;
  width: 120px;
}
.section_title.nice_title_white > p {
  color: #cdcdcd;
}

.section_title.nice_title_white_left > h4 {
  color: #fff;
  line-height: 21px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  position: relative;
}

.section_title.nice_title_white_left > h4::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 20px;
}
.section_title.nice_title_white_left > h4::before {
  background: #dadada none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: calc(0% + 25px);
  position: absolute;
  width: 120px;
}
.section_title.nice_title_white_left > p {
  color: #cdcdcd;
}


.section_title.nice_title_left > h4 {
  color: #fff;
  line-height: 21px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  position: relative;
}

.section_title.nice_title_left > h4::after {
  background: #0072a5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 20px;
}
.section_title.nice_title_left > h4::before {
  background: #dadada none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: calc(0% + 25px);
  position: absolute;
  width: 120px;
}
.section_title.nice_title_left > p {
  color: #cdcdcd;
}
.color-white{
  color: #fff;
}


/* ------------------------------------
        end heading styles
---------------------------------------*/


/* ------------------------------------
        start margin & padding styles
---------------------------------------*/

.section-padding { 
    padding: 100px 0; 
}
.section_title { 
    margin-bottom: 53px;
}
.section-gray { 
    background-color: #F7F7F7; 
}
.section-dark {
    background-color: #110C09;
    color: #fff;
}
.no-bottom-mp {
    padding-bottom: 0;
    margin-bottom: 0;
}
.no-top-mp {
    padding-top: 0;
    margin-top: 0;
}
.no-space-mp {
    margin: 0;
    padding: 0;
}
.no-text-shadow {
    text-shadow: none;
}

/* ------------------------------------
        end margin & padding styles
---------------------------------------*/


/* ------------------------------------
            start margin styles
---------------------------------------*/

.no-margin {
  margin: 0;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-65 {
  margin-bottom: 65px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-75 {
  margin-bottom: 75px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-84 {
  margin-bottom: 84px;
}
.margin-bottom-85 {
  margin-bottom: 85px;
}
.margin-bottom-90 {
  margin-bottom: 90px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.margin-bottom-110 {
  margin-bottom: 110px;
}
.margin-bottom-115 {
  margin-bottom: 115px;
}
.margin-bottom-125 {
  margin-bottom: 125px;
}
.margin-bottom-128 {
  margin-bottom: 128px;
}
.margin-bottom-130 {
  margin-bottom: 130px;
}
.margin-bottom-135 {
  margin-bottom: 135px;
}
.margin-bottom-140 {
  margin-bottom: 140px;
}
.margin-bottom-150 {
  margin-bottom: 150px;
}
.margin-bottom-200 {
  margin-bottom: 200px;
}
.margin-bottom-210 {
  margin-bottom: 210px;
}
.margin-bottom-220 {
  margin-bottom: 230px;
}
.margin-bottom-230 {
  margin-bottom: 230px;
}
.margin-bottom-235 {
  margin-bottom: 235px;
}
.margin-bottom-240 {
  margin-bottom: 240px;
}
.margin-bottom-250 {
  margin-bottom: 250px;
}
.margin-bottom-290 {
  margin-bottom: 290px;
}
.margin-bottom-295 {
  margin-bottom: 295px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-30{
  margin-top: 30px;
}
.margin-top-35{
  margin-top: 35px;
}
.margin-top-40{
  margin-top: 35px;
}
.margin-top-45{
  margin-top: 45px;
}
.margin-top-50{
  margin-top: 50px;
}
.margin-top-60{
  margin-top: 60px;
}
.margin-top-65{
  margin-top: 65px;
}
.margin-top-70{
  margin-top: 70px;
}
.margin-top-80{
  margin-top: 80px;
}
.margin-top-90{
  margin-top: 90px;
}
.margin-top-95{
  margin-top: 95px;
}
.margin-top-100{
  margin-top: 100px;
}
.margin-top-115{
  margin-top: 115px;
}
.margin-top-110{
  margin-top: 110px;
}
.margin-top-130{
  margin-top: 130px;
}
.margin-top-140{
  margin-top: 140px;
}
.margin-top-185{
  margin-top: 185px;
}
.margin-top-250{
  margin-top: 250px;
}
.margin-tb-200{
  margin-top: 200px;
  margin-bottom: 200px;
}
.margin-tb-250{
  margin-top: 250px;
  margin-bottom: 250px;
}
.margin-tb-30{
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-tb-40{
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-tb-50{
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-tb-15{
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-tb-70{
  margin-top: 70px;
  margin-bottom: 70px;
}
.margin-tb-75{
  margin-top: 75px;
  margin-bottom: 75px;
}
.margin-tb-80{
  margin-top: 80px;
  margin-bottom: 80px;
}
.margin-tb-140{
  margin-top: 140px;
  margin-bottom: 140px;
}
.margin-tb-200{
  margin-top: 200px;
  margin-bottom: 200px;
}
.margin-tb-270{
  margin-top: 270px;
  margin-bottom: 270px;
}
.margin-tb-170{
  margin-top: 170px;
  margin-bottom: 170px;
}
.margin-left-0 {
  margin-left: 0;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-rl-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.margin-right-0 {
  margin-right: 0;
}
.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-right-40 {
  margin-right: 40px;
}
.margin-right-50 {
  margin-right: 50px;
}
.margin-left--15 {
  margin-left: -15px;
}
.margin-right--15 {
  margin-right: -15px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-right-33 {
  margin-right: 33px;
}
.margin-right-40 {
  margin-right: 40px;
}
.margin-left-20 {
  margin-left: 20px;
}

/* ------------------------------------
            end margin styles
---------------------------------------*/

/* ------------------------------------
            start padding styles
---------------------------------------*/

.no-padding {
  padding: 0;
}
.padding-13{
  padding: 13px;
}
.padding-22{
  padding: 22px;
}
.no-bottom-padding {
  padding-bottom: 0;
}
.no-top-padding {
  padding-top: 0;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-25 {
  padding-top: 25px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-35 {
  padding-top: 35px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-45 {
  padding-top: 45px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top-70 {
  padding-top: 70px;
}
.padding-top-80 {
  padding-top: 80px;
}
.padding-top-90 {
  padding-top: 90px;
}
.padding-top-100 {
  padding-top: 100px;
}
.padding-top-115 {
  padding-top: 115px;
}
.padding-top-128{
  padding-top: 128px;
}
.padding-top-130{
  padding-top: 130px;
}
.padding-top-135{
  padding-top: 135px;
}
.padding-left-0 {
  padding-left: 0;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-left-50 {
  padding-left: 50px;
}
.padding-left-60 {
  padding-left: 60px;
}
.padding-left-70 {
  padding-left: 70px;
}
.padding-left-80 {
  padding-left: 80px;
}
.padding-left-90 {
  padding-left: 90px;
}
.padding-left-100 {
  padding-left: 100px;
}
.padding-right-0 {
  padding-right: 0;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-right-40 {
  padding-right: 40px;
}
.padding-right-50 {
  padding-right: 50px;
}
.padding-right-60 {
  padding-right: 60px;
}
.padding-right-70 {
  padding-right: 70px;
}
.padding-right-80 {
  padding-right: 80px;
}
.padding-right-90 {
  padding-right: 90px;
}
.padding-right-100 {
  padding-right: 100px;
}
.padding-bottom-10 {
  padding-bottom: 25px;
}
.padding-bottom-25 {
  padding-bottom: 25px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-70 {
  padding-bottom: 70px;
}
.padding-bottom-90 {
  padding-bottom: 90px;
}
.padding-bottom-100 {
  padding-bottom: 100px;
}
.padding-bottom-128{
  padding-bottom: 128px;
}
.no-padding-left{
  padding-left: 0px;
}
.no-padding-right{
  padding-right: 0px;
}
.padding-tb-75{
  padding-top: 75px;
  padding-bottom: 75px;
}
.padding-rl-75{
  padding-top: 75px;
  padding-bottom: 75px;
}
.padding-tb-270{
  padding-top: 270px;
  padding-bottom: 270px;
}


/* ------------------------------------
               end padding styles
---------------------------------------*/



/* ------------------------------------
         start responsive styles
---------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {

.uk-overlay-icon::before {
  padding: 5.7% 0;
}



}



@media only screen and (min-width: 768px) and (max-width: 991px) {

body{
  font-size: 12px;
}
h1{
    font-size: 26px;
}
h2{
    font-size: 22px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 17px;
}
h5{
    font-size: 15px;
}
h6{
    font-size: 13px;
}
.btn {
  font-size: 13px;
  padding: 7px 14px;
}
.btn.btn-blue {
  font-size: 7px;
  padding: 4px;
}
.btn.btn-primary {
  font-size: 11px;
  padding: 8px 16px;
}
a.btn.btn-black {
  padding: 9px;
  font-size: 11px;
}
.btn.btn-md {
  padding: 8px 16px;
}




}


@media only screen and (max-width: 767px) {



.special_offer_sub > img {
  height: auto;
  position: absolute;
  right: calc(50% - 117px);
  top: 0;
  width: 150px;
}




}



@media only screen and (min-width: 480px) and (max-width: 767px) {


.special_offer_sub > img {
  height: auto;
  position: absolute;
  right: calc(50% - 138px);
  top: 0;
  width: 150px;
}


}