/******************************

INDEX:

    00 - General
    01 - Typography
    02 - Text Color & Background Color
    03 - Background Position & Size
    04 - Border Radius
    05 - Helper class
    06 - Social icons
    07 - Header
    08 - Search Box
    

******************************/
@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&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=devanagari,latin-ext');
/*----------------------------------------*/
/*  00 - General
/*----------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
    overflow-x: hidden;
}
p {
    margin: 0 0 20px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: 1px dotted;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
code,
kbd,
pre,
samp {
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
select {
	text-transform: none;
}
button {
	overflow: visible;
}
button,
input,
select,
textarea {
	max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	padding: 0.875em;
}
fieldset > :last-child {
	margin-bottom: 0;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
optgroup {
	font-weight: bold;
}
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
.form-control:focus
{
    outline:0px !important;
     border-color: #222;
    -webkit-appearance:none;
    box-shadow: none !important;
}
/*----------------------------------------*/
/*  01 - Typography
/*----------------------------------------*/ 
body {
    font-family: "Poppins", Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #42464e;
}
h1,
h2,
h3,
h4,
h5,
h6 {font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #42464e;
}
h1 { font-size: 40px; line-height: 45px; }
h2 { font-size: 36px; line-height: 40px;}
h3 { font-size: 30px; line-height: 35px; }
h4 { font-size: 24px; line-height: 30px; }
h5 { font-size: 22px; line-height: 25px; }
h6 { font-size: 18px; line-height: 20px; }
ul { margin: 0;  padding: 0;  list-style: none;}
a { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; color: #353535; }
a:focus { text-decoration: none !important; }
a:focus, a:hover { color: #40444d; text-decoration: none !important; }
a.link-btn,
.link-btn a{
    font-family: "Montserrat", Arial, Helvetica, sans-serif; 
    font-weight: 700;   
    text-transform: uppercase;   
    font-size: 14px;
    letter-spacing: 1px;
}
a.link-btn i,
.link-btn a i{
    padding-left: 10px;
}
.btn { 
    display: inline-block; 
    text-decoration: none; 
    font-size: 14px; 
    font-weight: 700; 
    letter-spacing: 1px; 
    padding: 12px 40px; 
    border-radius: 5px;
    text-transform: uppercase; 
    border: none; 
    color: #fff; 
    -webkit-transition: all 0.25s ease; 
    transition: all 0.25s ease; 
    cursor: pointer; 
    outline: none !important; 
    -webkit-font-smoothing: antialiased; 
    background-color: #8aa1b8; 
    border: 2px solid #8aa1b8; 
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.btn:hover,
.btn:focus { 
    color: #ffffff; 
    background-color: #42464e; 
    border: 2px solid #42464e; 
    outline: none; 
}
.btn.btn-outline { 
    background-color: transparent; 
    font-size: 14px; 
    padding: 12px 40px; 
    color: #8aa1b8; 
    border: 1px solid #8aa1b8;
}
.btn.btn-outline:hover,
.btn.btn-outline:focus { 
    background-color: #8aa1b8; 
    color: #ffffff; 
}
.btn-inline{
    text-transform: uppercase;   
    font-size: 14px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #ffffff; 
    position: relative; 
    border: none;
    padding: 0;
    margin-top: 0px !important;
    background-color: transparent !important;
    padding-bottom: 3px;
    letter-spacing: .5px;
}
.btn-inline:before{
    content: '';
    height: 1px;
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-inline:hover,
.btn-inline:focus{
    color: #ffffff;    
}
.btn-inline:hover:before,
.btn-inline:focus:before{
    width: 0%;    
}
.btn-white,
.skin-bg-color .btn{
    background-color: #ffffff; 
    color:#0a0c0e;
    border: 2px solid #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.skin-bg-color .btn:hover,
.skin-bg-color .btn:focus{
   background-color: #42464e; 
   color: #ffffff; 
   border: 2px solid #42464e;
}
.skin-bg-color .btn.btn-outline { 
    background-color: transparent; 
    color: #ffffff; 
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.skin-bg-color .btn.btn-outline:hover,
.skin-bg-color .btn.btn-outline:focus{
    background-color: #ffffff; 
    color:#0a0c0e; 
}
.btn-dark {
    color: #fff;
    background-color: #42464e;
    border-color: #42464e;
}

/** Divider **/
.sep-line{
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

/*----------------------------------------*/
/*  02 - Text Color & Background Color
/*----------------------------------------*/

/** 1.Textcolor **/
.entry-social-right ul li a,
.blog-box .blog-entry-meta ul li a:hover,
.sidebar .recent-post-list a:hover,
.sidebar .widget-categories ul li a:hover,
.team-social-links li a:hover,
.home-banner.home-slider-two .carousel-item .shapewrapper-inner,
.footer .address-box i,
.footer .footer-link-list li a:hover,
.footer .footer-link-list li a:focus,
.form-box strong,
.professional a:hover,
.opt-underline-dotted,
.pricing-tablebox .pricingtable-pricebox .pricingtable-price,
.testimonialbox-style-1 .testimonialbox-author .author-name,
.teambox-style-3 .team-email a:hover,
.teambox-style-2 .team-title a:hover,
.teambox-style-2 .teambox-social-links ul li a:hover,
.blog-style-3 .blog-content .blog-date a:hover,
.skincolor,
.site-header .site-navigation ul.navigation > li > a:hover,
.site-header .site-navigation ul.navigation > li > a:focus,
.site-header .site-navigation ul.navigation > li.active > a,
.main-menu .navigation > li > ul a:hover,
.main-menu .navigation > li > ul a:focus,
.main-menu .navigation > li > ul li.active a,

.search-btn:hover,
.header-style-3 .info-widget h6,
.header-style-3.site-header .site-navigation ul.navigation > li> a:hover,
.header-style-3.site-header .site-navigation ul.navigation > li> a:Focus,
.header-style-3.site-header .site-navigation ul.navigation > li.active > a,
.header-style-2.site-header .site-navigation ul.navigation > li:hover > a,
.skin-bg-color .blog-style-1 .blog-format-icon i,
.blog-style-3 .blog-post-above-title a,
.blog-style-3 .link-btn a,
.blog-style-3 .blogbox-footer-commnent a,
.pricing-tablebox.active .pricingtable-icon,
.sidebar .recent-post-list .post-date,
.testimonialbox-star i,
.list-style-1 li i,
.service-style-3 .service-box-title a:hover,
.blog-box .blog-box-title a:hover,
.blog-style-1 .blog-bottom-meta a:hover,
.slick-carousel .slick-prev:hover:before,
.slick-carousel .slick-next:hover:before,
.single-service-contact a,
.service-style-4 .box-category a,
.projects-style-1 .box-category a,
.portfolio-social ul li a:hover,
.single-np-nav .nav-links .nav-next a:hover,
.single-np-nav .nav-links .nav-previous a:hover,
.blog-content blockquote:after,
.navbar-light .navbar-toggler.collapsed,
.home-banner.home-slider-four .carousel-item h1 span,
.home-banner.home-slider-first .carousel-item .shapewrapper-inner,
.bottom-footer a:hover {
	color: #8aa1b8;
}

/** 2.Background-color **/
.sidebar .widget .tagcloud a:hover,
.blog-style-2 .blog-content .blog-category,
.entry-social-right ul li a:hover,
.blog-style-1 .blog-box-Categorie,
.header-style-2 .site-header-menu.sticky-header,
.header-style-1 .pre-header,
.footer .footer-widget-title:after,
.right-bg-effect,
.iconbox-style-3:hover,
.nav-classic .nav-item a:hover,
.teambox-style-3 .team-member-social-links ul li a:hover,
.blog-style-3 .blog-content .blog-category a,
.skin-bg-color,
.home-banner .carousel-item h1 span,
.blog-style-3 .blog-datebox,
.iconbox-style-2 .iconbox-number-text:after,
.pricing-tablebox.active .pricingtable-main,
.bottom-right-arrows .slick-prev,
.bottom-right-arrows .slick-next,
.home-slider-two .carousel-control-prev,
.home-slider-two .carousel-control-next,
.post-list li.active a,
.post-list li a:hover,
.post-list li a:focus,
.download-area .item-download a:hover,
.download-area .item-download a:focus,
.accordion .card-header a,
.accordion .card-header a:hover,
.single-category a:hover,
.sidebar h3.widget-title:after,
.tagcloud a:hover,
.comment-meta .reply a:hover,
.pricingtable-icon{
   background: #8aa1b8;
}

/** 3.DarkGrey-color **/
.darkgrey-color,
.counter-style-1 .counter-icon,
.pricingtable-title,
.widget .widget-title,
.pricingtable-cur-symbol,
.service-style-1 .service-box-title a,
.service-style-3 .service-box-title a,
.blog-box .blog-box-title a,
.blog-style-1 .blog-bottom-meta a,
.download-area .item-download,
.accordion .card-header a.collapsed,
.accordion .card-header a.collapsed:before,
.widget-archive a:hover,
.video-play a,
.comments-area .comments-title,
.navbar-toggler,
.home-slider-three .carousel-control-prev span,
.home-slider-three .carousel-control-next span,
.navbar-light .navbar-toggler{
	color: #42464e;
}

/** 4.DarkGrey-bg-color **/
.entry-np-nav .nav-links .nav-next a:hover,
.entry-np-nav .nav-links .nav-previous a:hover,
.header-style-3.site-header .site-header-menu,
.ts-search-overlay .ts-site-searchform button,
.bg-darkgrey{
	background: #42474d;	
}

/** 5.Light-bg-color **/
.bg-lightgrey{
 background: #f7f8fa;
}

/** 6.White-color **/
.white-color,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color a{
	color: #ffffff;
}
.white-color p{
    color: rgba(255,255,255,.8);
}

/** 7.White-bg-color **/
.bg-white{
	background: #ffffff;	
}

/** 8.Theme-border-color **/
.blog-style-1 .blog-format-icon{
    border-top: 60px solid #8aa1b8;
}

/*----------------------------------------*/
/*  03 - Background Position & Size
/*----------------------------------------*/
.bg-cover{background-size: cover;}
.bg-contain{background-size: contain;}
.bg-pos-l{background-position: left;}
.bg-pos-r{background-position: right;}
.bg-pos-rt{background-position: right top;}
.bg-pos-lt{background-position: left top;}
.bg-pos-rb{background-position: right bottom;}
.bg-pos-lb{background-position: left bottom;}

/*----------------------------------------*/
/*  04 - Padding
/*----------------------------------------*/

/* Padding */
.p-0 { padding: 0px !important; }
.p-10 { padding: 10px !important; }
.p-15 { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-25 { padding: 25px !important; }
.p-30 { padding: 30px !important; }
.p-40 { padding: 40px !important; }
.p-50 { padding: 50px !important; }
.p-60 { padding: 60px !important; }
.p-70 { padding: 70px !important; }
.p-80 { padding: 80px !important; }
.p-90 { padding: 90px !important; }
.p-100 { padding: 100px !important; }
.p-110 { padding: 110px !important; }
.p-120 { padding: 120px !important; }
.p-130 { padding: 130px !important; }
.p-140 { padding: 140px !important; }
.p-150 { padding: 150px !important; }
.p-160 { padding: 160px !important; }
.p-170 { padding: 170px !important; }
.p-180 { padding: 180px !important; }
.p-190 { padding: 190px !important; }
.p-200 { padding: 200px !important; }
.p--10 { padding: -10px !important; }

/** padding-top **/
.pt-0 { padding-top: 0px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-100 { padding-top: 100px !important; }
.pt-110 { padding-top: 110px !important; }
.pt-120 { padding-top: 120px !important; }
.pt-130 { padding-top: 130px !important; }
.pt-140 { padding-top: 140px !important; }
.pt-150 { padding-top: 150px !important; }
.pt-160 { padding-top: 160px !important; }
.pt-170 { padding-top: 170px !important; }
.pt-180 { padding-top: 180px !important; }
.pt-190 { padding-top: 190px !important; }
.pt-200 { padding-top: 200px !important; }

/** padding-bottom **/
.pb-0 { padding-bottom: 0px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-25 { padding-bottom: 25px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-100 { padding-bottom: 100px !important; }
.pb-110 { padding-bottom: 110px !important; }
.pb-120 { padding-bottom: 120px !important; }
.pb-130 { padding-bottom: 130px !important; }
.pb-140 { padding-bottom: 140px !important; }
.pb-150 { padding-bottom: 150px !important; }
.pb-160 { padding-bottom: 160px !important; }
.pb-170 { padding-bottom: 170px !important; }
.pb-180 { padding-bottom: 180px !important; }
.pb-190 { padding-bottom: 190px !important; }
.pb-200 { padding-bottom: 200px !important; }

/*----------------------------------------*/
/*  05 - Border Radius
/*----------------------------------------*/
.radius{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.radius-0{-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;}
.radius-1{-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.radius-2{-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
.radius-3{-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;}
.radius-4{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}

/*----------------------------------------*/
/*  06 - Helper Class
/*----------------------------------------*/
.section-mdxl{ padding-top: 90px; padding-bottom:130px;}
.section-lg{ padding-top: 120px; padding-bottom:70px;}
.section-lgt{ padding-top: 120px; }
.section-lgb{ padding-bottom:120px;}
.section-md{ padding-top: 90px; padding-bottom:70px;}
.section-mdt{ padding-top: 90px; }
.section-mdb{ padding-bottom:90px;}
.section-sm{ padding-top: 70px; padding-bottom:50px;}
.section-smt{ padding-top: 70px;}
.section-smb{ padding-bottom:70px;}
.section-xs{ padding-top: 50px; padding-bottom:40px;}
.section-xst{ padding-top: 50px;}
.section-xsb{ padding-bottom:50px;}

.z-index-0{z-index: 0; position: relative;}
.z-index-1{z-index: 1; position: relative;}
.z-index-2{z-index: 2; position: relative;}

.font-w-1{font-weight: 100;}
.font-w-3{font-weight: 300;}
.font-w-4{font-weight: 400;}
.font-w-5{font-weight: 500;}
.font-w-6{font-weight: 600;}
.font-w-7{font-weight: 700;}
.font-w-8{font-weight: 800;}
.font-w-9{font-weight: 900;}

.line-h-2{line-height: 1.6;}
.line-h-3{line-height: 1.7;}
.line-h-4{line-height: 1.8;}
.line-h-5{line-height: 1.9;}

.l-space-1{letter-spacing: 5px;}
.l-space-2{letter-spacing: 10px;}
.l-space-3{letter-spacing: 15px;}

.ihbox-icon i{ font-weight: normal;}
.small-icon i:before{ font-size: 18px;   line-height: 18px;}
.medium-icon i:before{ font-size: 40px;   line-height: 40px;}
.large-icon i:before{ font-size: 60px;   line-height: 60px;}
.animation{
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.box-shadow-01{
        box-shadow: 0 20px 25px -12px rgba(0,0,0,0.09);
}
.box-shadow-02 {
    box-shadow: 0px 0px 30px rgba(115,128,157,0.1);
}

/*----------------------------------------*/
/*  07 - Social icons
/*----------------------------------------*/
.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    padding-top: 2px;
    padding-bottom: 3px;
}
.social-icons li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    min-width: 34px;
}
.social-icons li > a {
    width: 30px;
    height: 30px;
    line-height: 30px; 
    margin-right: 8px;
    background-color: transparent;
    font-size: 16px;
}

/*----------------------------------------*/
/*  08 - Header
/*----------------------------------------*/
.site-header{
    z-index: 999;
}
.site-header .site-branding img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.site-header .site-navigation ul.navigation .righticon{
    display: none;
}
.site-header .site-navigation ul.navigation > li > a {
    display: block;
    margin: 0px 18px 0px 18px;
    padding: 0px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    height: 105px;
    line-height: 105px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #313131;
}
.main-menu .navigation > li {
    position: relative;
    float: left; 
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation > li > ul ,
.main-menu .navigation > li > ul > li > ul {
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    z-index: 100;
    visibility: hidden;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu .navigation > li > ul > li > ul {
	left: 100%;
    top: 0;
}
.main-menu .navigation > li.dropdown:hover > ul ,
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1; 
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 999;
}
.main-menu .navigation > li > ul li a{ 
    border-bottom:1px solid rgba(255, 255, 255, 0.20);
}
.main-menu .navigation > li > ul a{
	padding: 15px 20px;
	display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #fff;
    background-color:#8aa1b8;
}
.main-menu .navigation > li > ul li.active a,
.main-menu .navigation > li > ul a:hover{
     background-color:#ffffff;
}
.site-header .search-btn{
    margin-right: 15px;
    font-size: 17px;
}
.site-header .social-icons li > a{
    height: 50px;
    line-height: 50px;
}
.ipad-view-search{
    display: none;
}

/** sticky-header **/
.sticky-header{
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    margin: 0;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    padding: 0;
}
.site-header-menu .logo-img.stickylogo,
.site-header-menu.sticky-header .logo-img{
    max-height: 50px;
}
.site-header-menu.sticky-header .logo-img.stickylogo{
    display: inline-block;
}
.sticky-header .site-navigation ul.navigation > li > a{
    height: 90px;
    line-height: 90px;
}

/* Pre Header */
.pre-header{
	border-bottom: 1px solid #e5e5e5;
}
.top-contact {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    position: relative;
}
.top-contact li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    float: left;
    line-height: 50px; 
    color: rgba(0,0,0,.6);;
}
.top-contact li:first-child{
	padding-left: 0;
}
.top-contact i {
    margin-right: 8px;
}
.ts-header-style-classic-2 .themestek-pre-header-wrapper.ts-textcolor-dark .top-contact li strong {
    color: #031b4e;
}

/* tooltip */
.tooltip-top:before{
    margin-left: -6px;
    margin-bottom: -12px;
    bottom: 100%;
    left: 50%;
    z-index: 999;
    border: 6px solid transparent;
    border-top: 6px solid #474747;
    background: 0 0;
    content: "";
}
.tooltip-top:after{
    letter-spacing: 1px;
    margin-left: -80px;
    bottom: 100%;
    left: 50%;
    z-index: 99;
    padding: 8px;
    width: 160px;
    background-color: #474747;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.tooltip-top:before,
.tooltip-top:after{
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.tooltip-top:hover:before,
.tooltip-top:hover:after{
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}

/* social-icons tooltip */
.social-icons li a {
    position: relative;
}
.social-icons .tooltip-top:before{
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    bottom: 100%;
    left: 50%;
    z-index: 999;
    border: 6px solid transparent;
    border-top: 6px solid #000;
    background: 0 0;
    content: "";
}
.social-icons .tooltip-top:after{
    letter-spacing: 1px;
    margin-left: -49px;
    bottom: 100%;
    left: 50%;
    z-index: 99;
    padding: 8px;
    width: 98px;
    background-color: #000;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.social-icons .tooltip-top:before,
.social-icons .tooltip-top:after{
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.social-icons .tooltip-top:hover:before,
.social-icons .tooltip-top:hover:after{
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}

/*----------------------------------------*/
/*  09 - Search Box
/*----------------------------------------*/
.ts-search-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(127, 197, 64, 0.90);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}
.ts-icon-close {
    position: absolute;
    color: #fff;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
.ts-icon-close:before {
    content: '\e82d';
    font-family: "optico-icons";
    font-size: 30px;
    font-weight: 700;
    opacity: .5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    opacity: .6;
}
.ts-search-outer {
    max-width: 970px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ts-search-outer .ts-search-logo {
    margin-bottom: 60px;
    position: absolute;
    margin-top: -125px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.ts-search-outer .ts-search-logo img {
    max-height: 65px;
}
.ts-search-overlay .ts-site-searchform {
    position: relative;
}
.ts-search-overlay input[type="search"] {
    border-bottom-color: #8aa1b8;
}
.ts-search-overlay input[type="search"] {
    border: none;
    font-size: 16px;
    color: #09162a;
    padding: 0;
    padding-left: 16px;
    text-align: left;
    height: 70px;
    line-height: 70px;
}
.ts-search-overlay .ts-site-searchform button {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px; 
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 60px;
    border: 0;
    color: #fff;
}
.ts-search-overlay.st-show {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
/******************************

INDEX:

    00 - Home
    01 - Inner Page
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Blog
    06 - Pricing
    07 - Testimonial
    
******************************/
/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/

/* banner */
.home-banner .carousel-caption{
    right: 30px;
    left: 30px;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: inherit;
}
.home-banner .carousel-item h1 span{
    color: #ffffff;
    display: inline-block;
    margin: 0px;
    padding: 1px 7px;
}
.home-banner .carousel-item h6{
    margin-bottom: 20px;
}
.home-banner .carousel-indicators li{
    width: 3px;
    height: 3px;
    background: rgba(127, 127, 127, 1);
    cursor: pointer;
    border: 5px solid rgba(255, 255, 255, 1);
    box-sizing: content-box;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-perspective: 400px;
    perspective: 400px;
    -webkit-transform: translatez(0.01px);
    transform: translatez(0.01px);
}
.home-banner .carousel-indicators li.active, 
.home-banner .carousel-indicators li:hover {
    background: rgba(86, 86, 86, 1);
    border-color: rgba(255, 255, 255, 1);
}
.home-banner.home-slider-one .carousel-indicators{
    bottom: 0;
}
.home-banner .carousel-control-prev,
.home-banner .carousel-control-next{
    top: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    line-height: 50px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
}
.home-banner .carousel-control-next {
    right: 50px;
}
.home-banner .carousel-control-prev,
.home-banner .carousel-control-next{
    display: none;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.home-banner:hover .carousel-control-prev,
.home-banner:hover .carousel-control-next{
    display: block;
}
.home-banner .carousel-item .slider-paragraph{
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    color: rgb(3, 27, 78);
    margin: 15px 0;
}
.home-banner .carousel-item .anim-1,
.home-banner .carousel-item .anim-2,
.home-banner .carousel-item .anim-3{
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.home-banner .carousel-item.first-slide .anim-1,
.home-banner .carousel-item.active.first-slide-active .anim-1,
.home-banner .carousel-item.active:not(:first-child) .anim-1,
.home-banner .carousel-item.first-slide .anim-2,
.home-banner .carousel-item.active.first-slide-active .anim-2,
.home-banner .carousel-item.active:not(:first-child) .anim-2,
.home-banner .carousel-item.first-slide .anim-3,
.home-banner .carousel-item.active.first-slide-active .anim-3,
.home-banner .carousel-item.active:not(:first-child) .anim-3{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);    
}

.home-banner .carousel-item.first-slide .anim-1,
.home-banner .carousel-item.active.first-slide-active .anim-1,
.home-banner .carousel-item.active:not(:first-child) .anim-1{
    transition-delay: 500ms; 
}
.home-banner .carousel-item.first-slide .anim-2,
.home-banner .carousel-item.active.first-slide-active .anim-2,
.home-banner .carousel-item.active:not(:first-child) .anim-2{
    transition-delay: 800ms; 
}
.home-banner .carousel-item.first-slide .anim-3,
.home-banner .carousel-item.active.first-slide-active .anim-3,
.home-banner .carousel-item.active:not(:first-child) .anim-3{
    transition-delay: 1000ms; 
}
.home-banner .carousel-item h1{
    line-height: 60px;
    letter-spacing: -2px;
    font-weight: 300;
    font-size: 48px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.home-banner .carousel-item h1 strong{
    font-weight: 800;
}
.home-banner .carousel-item h1 span{
    background-color: inherit;
}
.home-banner .carousel-item .shapewrapper-inner{
    line-height: 22px;
    letter-spacing: 7px;
    font-weight: 600;
    font-size: 15px; 
    text-transform: uppercase;
}
.slider-layout2 .slider-content div.slider-sub-text {
  animation: fadeInUp 1000ms ease-in-out;
}
.slider-layout2 .slider-content div.slider-paragraph {
  animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout2 .slider-content .slider-btn-area {
 }
 .home-banner .carousel-item .tagline{
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(66, 70, 78);
    font-style: italic;
    margin-bottom: 25px;
}
/** Home Slider 2 **/
.home-banner.home-slider-two .carousel-item .shapewrapper-inner{
    display: inline-block;
    background: #fff;
    padding: 7px 10px;
}
.home-banner.home-slider-two .carousel-item .tagline{
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    font-style: normal;
    letter-spacing: 3px;
}
.home-banner.home-slider-two .square-shape{
    border:10px solid rgba(255, 255, 255, 0.5);
    padding: 40px 30px 30px 40px;
}

/** Play Button **/
a.play-btn .play-icn{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid;
    border-color: inherit;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
}
a.play-btn .play-icn:after, a.play-btn .play-icn:before {
    content: '';
    border: 1px solid;
    border-color: inherit;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    -webkit-animation: 1s videomodule-anim linear infinite;
            animation: 1s videomodule-anim linear infinite;
}
a.play-btn span{
    font-weight: bold;
}
@-webkit-keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
            transform: scale(0.68); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; }
}
@keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
            transform: scale(0.68); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; }
}

/** Image Shadow **/ 
.img-shadow{
    border-radius: 8px; 
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.13); 
} 
/** Homepage 01 **/ 
.intro-section .container > .row{  
    margin-top: -60px; 
    position: relative;
}
.iconbox-border{ 
    border-right: 1px solid #e5e5e5;
} 
.welcome-company{
    padding-top: 60px;
}
.sing-owner{ padding-top: 35px;} 
.owner-author{   padding-left: 30px; } 
.owner-name{ 
    font-size: 15px; 
    line-height: 25px; 
    margin-top: 20px;
    margin-bottom: 0; 
} 
.owner-postion{ 
    font-size: 13px; 
    line-height: 23px; 
    color: #7f7f7f; 
} 
.opt-underline-dotted{
    border-bottom: 1px dotted;
}
.play-video a{
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    text-align: center;
}
.play-video h4{
    margin-left: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid;
}
.play-video h4:hover{
    border-bottom: none;
    color: #202020;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.play-video a i{
    color: #323232;
    font-size: 35px;
    line-height: 80px;
}
.counter-section{
    background-image: url(../images/bg/bg-01.jpg); background-position: 0 0;
    background-size: cover;
    margin-top: -160px; 
    padding-top: 130px;
    padding-bottom: 75px;
} 

.get-appointment{
    background-image: url(../images/bg/bg-02.jpg);
    background-position: 0 0;
    background-size: cover;
}
.get-appointment{
    padding-top: 90px;
    padding-bottom: 315px;
}
.appointment-from{
    padding-top: 1px;
}
.appointment-from .container > .row{ 
    background-color: #fff;
    position: relative;
    margin-top: -280px;
    margin-left: 0;
}
.appointment-image{
    background-image: url(../images/img-02.jpg);
    background-size: cover;
    background-position: center;
    padding-left: 0px;
}
.appointment-inner{
    padding: 60px 60px 40px;
}
.testimonial-box{
    padding: 50px 50px 20px;
    margin-bottom: 20px;
}
/** Homepage 02 **/
.step-section{
    padding-top: 90px;  
}
.step-section > .container > .row{
    padding-bottom: 70px;
    border-bottom: 1px solid #ebebeb;
}
.eye-offer{
    background-image: url(../images/bg/bg-03.jpg);
    background-position: 0 0;
    background-size: cover;
}
.expert-eye{
	margin-top: -269px;
    padding-top: 225px;
}
.offer-service{
    background-image: url(../images/bg/bg-03.jpg);
    background-position: 0 0;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 90px;
}
.offer-service .section-title h4{
    font-size: 16px;
    line-height: 26px;
}
.offer-service .section-title h2{
    font-size: 46px;
    line-height: 56px;
}
.who-we-are{
    padding-top: 90px;
    padding-bottom: 250px;
}
.before-after-sec{
   padding-top: 0;
}
.before-after-sec  > .container > .row{
    margin-top: -215px;
}
.our-pricing-sec{
    padding-top: 90px;
    padding-bottom: 170px;
}
.pricing-table-sec{
    padding-top: 1px;
    padding-bottom: 0;
}
.pricing-table-sec  > .container > .row{
    margin-top: -150px;
}

.treat-us{
    padding-right: 0;
}
.treat-us ul li span{
    color: #636363;
    font-size: 14px;
    line-height: 24px;
}
.packages-section {
    padding-top: 90px;
    padding-bottom:280px;
}
.pricing-section{
    margin-top: -290px !important;
}
/** Homepage 03 **/
.basic-information{
    padding-top: 90px;
    padding-bottom: 180px;
}

.professional a i{
    font-size: 33px;   
    padding-left: 0;
    font-weight: normal;
    padding-right: 10px;
}
.professional a{
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    padding-right: 30px;
     line-height: 33px;
     margin-top: 50px;
}

.best-clinic-colum{
	background: url(../images/bg/bg-04.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
}
.best-clinic-content{
    position: relative;
    max-width: 500px;
    margin-top: 70px;
    margin-left: 60px;
    margin-bottom: 60px;
    display: table;
    width: 100%;
    height: 100%;
}
.open-time .timelist-blok li{
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid rgba(0,0,0,0.20);
    padding: 12px 0px;
}
.open-time .timelist-blok li:after{
    display: block;
    clear: both;
    content: "";
}
.open-time .timelist-blok span{
    float: right;
}
.img-overlap-top{
    margin-top: -180px;
    margin-bottom: 20px;
}
.our-team{
    background-image: url(../images/bg/bg-05.jpg);
    background-position: 0 0;
    background-size: cover;  
    padding-top: 90px;
    padding-bottom: 370px;
}
.our-team-sec{
    padding-top: 1px;
    padding-bottom: 0;
}
.our-team-sec > .container > .row {
    margin-top: -371px;
}
.appointment-sec{
    position: relative;
    padding-top: 40px;
}
.right-bg-effect{
    position: absolute;
    z-index: 0;
    width: 33%;
    height: 100%;
    right: 0;
    top: 0;
}
/** Treatments **/
.treatments-head-sec{
    padding-top: 90px;
    padding-bottom: 170px;
}
.treatments-sec > .container > .row {
    margin-top: -170px;
}

/** Ccontact Page **/
.contact-appointment{
    margin-bottom: -150px;
    z-index: 999;
    position: relative;
    margin-top: 70px;   
    margin-left: 0; 
}

/** Overlap Wrapper **/
.overlap-img{
    margin-top: -124px;
    margin-left: -130px;
}

/** Award-box **/
.award-box{ 
    padding: 40px 40px;
}
.bg-white .award-box{
    padding: 35px 30px 45px;    
}

/** Client Logo **/
.client-logo li{
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    padding-bottom: 30px;
}
.client-style img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
    padding: 0 10px;
    display:inline-block;
    max-width: 100%;
}
/** Slick */
.main-services .slick-carousel .slick-dots{
    bottom: -47px;
}
.slick-carousel.no-mrg .slick-slide {
    margin: 0 0;
}
.slick-carousel.no-mrg .slick-dots{
    bottom: -50px;
}
.video-tagline {
    letter-spacing: 4px;
    margin-left: 20px;
}


/** Testimonial **/
.testimonial-bg{
    margin-bottom: -60px;
    padding-right: 40px;
}
.reaseach-bg{
    position: absolute;
    bottom: 0;
    left: 0;
}
.overlap-content-desc{
  padding: 40px 0px 40px 0px;  
}

/** Companies Skill **/
.companies-skill{
    margin-top: 20px;
}

/** skill **/
.award-skill{
    overflow: hidden;
}
.award-skill .skill-title {
    font-size: 16px;
    font-weight: 500;
}

/** form **/
.form-box{
   padding: 60px 60px; 
}
.form-box .form-group{
    margin-bottom: 25px;
} 
.form-box .form-control{
    background-color: rgba(255,255,255,.2);
    padding: 15px 20px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.2); 
    height: 55px;
}
.form-box textarea.form-control{
    height: auto;
}
.form-box .form-control::placeholder{
   color: rgba(255,255,255,.7); 
}
.form-box form .form-group{
    margin-bottom: 25px;
}

/*----------------------------------------*/
/*  01 - Inner Page
/*----------------------------------------*/

.inner-banner {
    background: url(../images/banner/inner-banner-bg.jpg) no-repeat 0 0; 
    background-size: cover; 
    background-position: right center;
    height: 300px; 
    position: relative; 
    display: table; 
    width: 100%;
}
.inner-banner .titlebar-main{
    display: table-cell; 
    vertical-align: middle;
} 
.inner-banner .inner-page-title{
    font-family: "Montserrat", Arial, Helvetica, sans-serif;  
    font-weight: 700; 
    text-transform: uppercase;
    font-size: 25px; 
    line-height: 35px;
    letter-spacing: 1px; 
    color: #ffffff; 
    margin-bottom: 0;
}
@media (min-width: 600px) {
    .inner-banner .inner-page-title {
        font-size: 35px; 
        line-height: 45px; 
    }
}
@media (min-width: 768px) {
    .inner-banner .inner-page-title {
        font-size: 40px; 
        line-height: 50px; 
    }
}
.inner-banner .breadcrumb{
    background-color: inherit; 
    border-radius: 0; 
    margin-bottom: 0;
}
.inner-banner .breadcrumb li {
    color: #ffffff;   
    font-weight: 500;  
    font-size: 14px; 
    line-height: 24px;
}
.inner-banner .breadcrumb-item+.breadcrumb-item::before{
    color: #ffffff;
}   
.inner-banner .breadcrumb li a{
    color: rgba(255, 255, 255, 0.7)
}
.inner-banner .breadcrumb li a:hover{
    color: rgba(255, 255, 255, 1)
}

/** About **/
.about-contents-left{
    padding-right: 15%; 
}
.about-bg-desc{
    padding: 0px 30px 30px;
}
.about-bg-left{
    padding-right: 15%;
    margin-top: -190px;   
}

/** Services **/
.heading-inner-box{
    padding-top: 35px;
    padding-left: 35px;
}

/** Research **/

/** Sidebar Left**/
.sidebar-left{
    padding:20px 30px;
    background: #f7f9fa;
    padding-top: 40px;
}
.sidebar-left .widget-title{
    font-family: Asap,sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #2c2c2c;
    margin-bottom: 35px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}
.sidebar-left .widget-title:after{
    content: "";
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
    background: #e8e9ea;
}
.post-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.post-list li{
    border: none;
    padding: 0!important;
    margin-bottom: 10px;
}
.post-list li a{
    background-color: #fff;
    padding: 17px 20px;
    display: block;
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 500;
}
.post-list li.active a,
.post-list li a:focus{
    color: #ffffff;
}
.post-list li a:after{
    content: '\f105';
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 20px;
}
.download-area .item-download-pdf{
    background-color: #86bb46;
    margin-bottom: 5px;
    position: relative;
}
.download-area .item-download-txt{
    background-color: #2c2c2c;
    margin-bottom: 5px;
    position: relative;
}
.download-area .item-download-pdf a,
.download-area .item-download-txt a{
    display: block;
    padding: 20px;
    color: #fff;
}
.download-area .item-download-pdf a,
.download-area .item-download-txt a{
    padding-left: 20px;
}
.download-area .item-download-pdf .fa,
.download-area .item-download-txt .fa {
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
}
.single-service-contact {
    padding: 25px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.single-service-contact h3 { 
    font-size: 22px; 
    margin: 0;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.single-service-contact p {
    font-size: 16px;
    color: #222;
    margin: 0 0 25px 0;
}
.single-service-contact a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none!important;
}
.single-service-contact a:hover {
    color: #202020;
}
.single-service-contact a i {
    margin: 0 0 0 10px;
}

/** Project Detail **/
.detailbox{
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}
.detailbox-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.detailbox-list .details-date{
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f2f7;
    padding-bottom: 20px;
}
.detailbox-list .details-date .details-heading{
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-right: 5px;
}
.details-label{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    color: #222;
}
.media-box{
    margin-top: 45px;
    margin-bottom: 30px;
}
.media-box .media{
    margin-bottom: 40px;
}

.media-box .media .media-box-icon{
    padding-right: 20px;
    padding-top: 7px;
}
.media-box .media .media-box-icon i{
    font-size: 22px;
   color: #5472d2;
}
.single-category a{
    display: inline-block;
    background-color: #f8f8f8;
    color: #4d4d4d;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 3px;  
}
.single-category a:hover{
    color: #ffffff;
}
.portfolio-social ul {
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
.portfolio-social ul li{
    display: inline-block;
    padding-top: 6px;
}
.portfolio-social ul li a{
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #282828;
}
.single-np-nav{
    position: relative;
    margin-bottom: 75px;
    margin-top: 55px;
    display: inline-block;
    width: 100%;
}
.single-np-nav:after {
    background-color: #e5e5e5;
    content: "";
    width: 100%;
    height: 1px;
    z-index: 11;
    position: absolute;
    top: -30px;
    left: 0;
}
.single-np-nav .nav-links .nav-previous{
    float: left;
    position: relative;
    display: inline-block;
}
.single-np-nav .nav-links .nav-next{
    float: right;
    position: relative;
    display: inline-block;
}
.single-np-nav .nav-links .nav-next:before,
.single-np-nav .nav-links .nav-previous:before {
    border-bottom-color: #7fc540 !important;
}
.single-np-nav .nav-links .nav-previous:before, 
.single-np-nav .nav-links .nav-next:before{
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 0;
    content: '';
    border-bottom: 1px solid;
    width: 0%;
    right: 0;
    left: auto;
    -webkit-transition: width 0.3s linear 0s,right 0s linear 0.3s,left 0s linear 0.3s;
    -o-transition: width 0.3s linear 0s,right 0s linear 0.3s,left 0s linear 0.3s;
    -moz-transition: width 0.3s linear 0s,right 0s linear 0.3s,left 0s linear 0.3s;
    transition: width 0.3s linear 0s,right 0s linear 0.3s,left 0s linear 0.3s;
}
.single-np-nav .nav-links a {
    font-size: 18px;
    font-weight: 600;
    color: #031b4e;
    position: relative;
    display: inline-block;
}
.single-np-nav .nav-links .nav-previous a {
    padding-left: 20px;
}
.single-np-nav .nav-links .nav-next a:after,
.single-np-nav .nav-links .nav-previous a:after{
    position: absolute;
    top: 0;
    font-family: "FontAwesome";
} 
.single-np-nav .nav-links .nav-previous a:after{
    left: 0;
    content: '\f104';
}
.single-np-nav .nav-links .nav-next a {
    padding-right: 20px;
}
.single-np-nav .nav-links .nav-next a:after{
    right: 0;
    content: '\f105';
}
.single-np-nav .nav-links .nav-next:hover:before{
   width: 100%;
    right:auto;
    left: 0; 
}
.single-np-nav .nav-links .nav-previous:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}
.single-related-title h5{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
}

/** Project Detail 02 **/
.single-content-left-image .detailbox-list .details-date{
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f2f7;
    padding-bottom: 10px;
}
.single-content-left-image .detailbox-list .details-date .details-heading{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
    color: #869ab8;
}
.single-content-left-image .detailbox-list .details-date .details-content{
    font-size: 15px;
}
.single-content-area{
    margin-top: 60px;
}

/** Project Detail 03 **/
.single-content-top-image .detailbox{
    margin-top: 60px;
    margin-bottom: 40px;
    border-top: 1px solid #f0f2f7;
    border-bottom: 1px solid #f0f2f7;
    display: inline-block;
    width: 100%;
}
.single-content-top-image .detailbox-list .details-date{
    float: left;
    width: 20%;
}
.single-content-top-image .detailbox-list .details-date .details-heading{
   font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
    display: block;
    color: #869ab8;
}

/** Blog **/

/** Sidebar Right**/
.sidebar .widget{
    margin: 45px 0 35px;
    font-size: 14px;
}
.search-form input{
    height: 58px;
    line-height: 58px;
}
.widget.widget-search{
    border: none;
    margin: 0; 
}
.widget .search-form {
    position: relative;
}
.widget .search-form .search-field {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 14px;
    color: #848484;
    line-height: 40px;
    padding: 10px 20px;
    font-weight: 400;
    background: rgba(220, 220, 220, 0.22);
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.widget .search-form a{
    position: absolute;
    right: -20px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    font-size: 16px;
    z-index: 1;
    width: 50px;
}
.widget .widget-title{
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 32px;
    color: #313131;
    margin-bottom: 30px;
}
.sidebar .widget-categories ul li{
    padding-bottom: 0;
    position: relative;
    margin: 15px 0;
    padding: 0!important;
    font-weight: 400;
    list-style: none;
}
.sidebar .widget-categories ul li a{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
}
.sidebar .widget-categories li span {
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #eee;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.sidebar .widget-categories  ul li a:before{
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    top: 4px;
    left: 0px;
    line-height: 1em;
    font-size: 14px;
}
.sidebar .recent-post-list li{
    padding: 15px 0px;
    font-weight: 400;
}
.sidebar .recent-post-list li:first-child{
    padding-top: 0;
}
.sidebar .recent-post-list .recent-post-thum{
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    padding: 3px;
}
.sidebar .widget a{
    color: #222;
    font-size: 14px;
    font-weight: 600;
}
.sidebar .recent-post-list a{
    font-size: 15px;
    font-weight: normal; 
}
.sidebar .recent-post-list .post-date {
    line-height: 17px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}
.sidebar .widget .tagcloud a{
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding: 5px 11px;
    margin-bottom: 6px;
    margin-right: 6px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 4px;
}
.sidebar .widget .tagcloud a:hover{
     color: #fff;
}
 
.sidebar .widget.widget-archive ul li {
    padding: 0 0 15px 0;
}
.sidebar .widget.widget-flickr a{
    overflow: hidden;
    display: block;
    margin: 0 8px 0px 0px;
    width: 80px;
    height: 80px;
    display: inline-block;
    background: none;
}
/** Blog Large **/
.blog-style-1 .blog-box-title{
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
}
.blog-style-1 .link-btn{
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 0px;
    position: relative;
    display: inline-block;
}
.blog-style-1{
    padding-bottom: 40px;
}
/** Blog Detail **/
.blog-content .alignleft{
    float: left;
    margin: 5px 25px 25px 0px;
    width: 300px; 
    height: 200px; 
}
.blog-content blockquote {
    position: relative;
    border: none;
    color: #686868;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    font-weight: 300;
    margin: 25px 0px;
    background-color: #f8f8f8;
    padding: 30px 75px 30px 90px;
}
.blog-content blockquote p{
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.blog-content blockquote:after{
    position: absolute;
    content: "\f10e";
    font-family: "optico-icons";
    font-size: 37px;
    line-height: 37px;
    top: 31px;
    left: 21px;
}
.blog-single-detail.blog-style-1 .blog-content {
    border-bottom: none;
}
.blog-single-detail .blog-categories a{
    background-color: #7fc540;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    padding: 5px 10px;
    border-radius: 5px;
    letter-spacing: 1px;
}
.blog-box .blog-entry-meta .blog-categories:after{
    content: "";
    position: absolute;
    right: -20px;
    background-color: #d7d7d7;
    width: 1px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
}
.blog-single-detail .blog-title h2{
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
}
.blog-single-detail .blog-entry-meta{
    position: relative;
    font-size: 13px;
    margin-top: 10px;
}
.entry-contant{
    padding: 20px 0;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.entry-contant-title{
    padding-right: 10px;
    position: relative;
    margin-right: 20px;
    margin-top: 12px;
    font-weight: 500;
    font-size: 18px;
}
.entry-contant-tag{
    color: #8b90a0;
    font-weight: 400;
}
.entry-social-right ul li{
    margin-right: 8px;
    display: inline-block;
}
.entry-social-right ul li a{
    border: 1px solid #ededed;
    border-radius: 50%;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.entry-social-right ul li a:hover{
    color: #fff;
    border-color: transparent;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.entry-np-nav {
    padding-top: 45px;
    border-top: 1px solid rgba(51, 51, 51, 0.07);
    margin-top: 20px;
    margin-bottom: 90px;
    border-color: #e5e5e5;
}
.entry-np-nav .nav-links .nav-previous{
    float: left;
    position: relative;
    display: inline-block;
}
.entry-np-nav .nav-links .nav-previous a:after{
    position: absolute;
    top: 0;
    font-family: "FontAwesome";
    left: 20px;
    content: '\f104';
}
.entry-np-nav .nav-links .nav-previous a,
.entry-np-nav .nav-links .nav-next a{
    background-color: #7fc540;
    color: #fff;
    padding-left: 48px;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.entry-np-nav .nav-links .nav-next{
    float: right;
    position: relative;
    display: inline-block;
}
.entry-np-nav .nav-links .nav-next a:after{
    position: absolute;
    top: 0;
    font-family: "FontAwesome";
    right: 20px;
    content: '\f105';
}
.entry-author-box{
    padding: 40px;
    display: flex; 
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 30px rgba(115,128,157,0.1);
}
.entry-author-content{
    -webkit-flex-shrink: 100;
    flex-shrink: 100;
    margin-left: 36px;
}
.entry-author-name{
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
}
.entry-author-social ul{
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 15px;
    padding-top: 0px;
}
.entry-author-social ul li{
    display: inline-block;
    padding-right: 10px;
    padding-top: 6px;
}
.entry-author-social ul li a{
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #42464e;
}
.comments-area .comments-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 40px
}
.comments-box {
    margin-top: 35px;
}
.comments-box .media{
    margin-bottom: 50px; 
}
.comments-box .children .media.even.depth-2{
    margin-left: 35px;
}
.comment-author{
    text-align: center;
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
}
.comment-author img{
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.comment-meta {
    margin-left: 5px;
    margin-bottom: 30px;
    padding: 20px;
    position: relative; 
    border: 2px solid #e1e4e7;
    border-radius: 4px;
}
.comment-meta:before{
    content: "";
    position: absolute;
    top: 14px;
    left: -10px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid solid outset;
    border-width: 8px 10px 8px 0;
    border-color: transparent #e1e4e7 transparent transparent;    
}
 
.comment-meta .comment-owner{
    display: block;
    font-size: 18px;
    font-style: normal;
}
.comment-meta a{
    color: #a2a2a2;
    font-size: 14px;
}
.comment-meta p{
    display: block;
}
.comment-meta .reply {
    position: absolute;
    right: 15px;
    top: 24px;
}
.comment-meta .reply a{
    font-size: 13px;
    line-height: 30px;
    padding: 8px 30px 8px 18px;
    background-color: #42464e;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
}
.comment-meta .reply a:after{
    content: '\f105';
    position: absolute;
    top: 0;
    margin-left: 7px;
    font-family: "FontAwesome";
    font-size: 14px;
    opacity: .8;
}
.comment-reply-title{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 22px;
    line-height: 30px;
}
.comment-form .form-group{
    margin-bottom: 20px;
}
.comments-box p{
    margin-top: 30px;
    display: block;
}
.comment-form form .form-group:last-child{
    margin-bottom: 10px;
} 

/** Team Single **/
.team-member-inner{
    position: relative;
}
.team-member-img{
	position: relative;
	z-index: 9;
}
.team-member-img:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: -30px;
    top: -30px;
}
.team-member-details .team-member-name{
	font-size: 30px;
    line-height: 36px; 
}
.team-member-details .team-member-position{
	font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
} 
.team-details-list .team-details-line {
	margin-bottom: 12px;
    clear: both;
    display: block;
}
.team-details-list .team-details-line .team-list-title{
	text-transform: uppercase;
    font-weight: 700;
    margin-right: 8px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #222;
}
.team-member-ditels .team-about h5{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    color: #222;
}
.team-details-list .team-details-line .team-list-value{
	color: #5f656d;
}
.team-details-list{
    list-style: none;
    margin: 0;
    padding: 0;
    grid-gap: 30px 30px;
    margin-top: 30px;
}
.team-social-links{
    -webkit-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    margin-top: 30px;
}
.team-social-links li{
    margin-right: 10px;
    display: inline-block;
}
.team-social-links li a{
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    padding: 7px;
    color: #a3a3a3;
}
.team-separator{
    border-top: 1px solid #eee;
    margin-top: 30px;
}

/** contact **/
.contact-bg:before{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}
.map-box iframe{
    border: 0;
    width: 100%;
    height: 550px;
}
.contact-form form .form-group{
    margin-bottom: 25px;
}
.map-box{
    overflow: hidden;
}
/** Comment Form **/
.comment-form .comment-notes{
    margin-bottom: 25px;
}
.price-inner-col,
.treatment-inner-col,
.orthodontics-inner-col {
    text-align: center;
    margin-bottom: 20px;
}
.price-inner-col a,
.treatment-inner-col a,
.orthodontics-inner-col a {
    display: inline-block;
    font-size: 20px;
    color: #8aa1b8;
}
.price-inner-col a:hover,
.treatment-inner-col a:hover,
.orthodontics-inner-col a:hover {
    color: #40444d;
}
span.label-sm {
    display: inline-block;
    font-size: 9pt;
    line-height: 1rem;
}
table.table.cart tr td,
table.table.cart tr th {
    width: auto !important;
    line-height: 1.25rem;
}
table.table.cart tr td.amount,
table.table.cart tr th.amount {
    width: 130px !important;
    text-align: center;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(138,161,184,0.1);
}
.table-hover tbody tr:hover {
    background-color: rgba(138,161,184,0.35);
}
@media (min-width: 768px) {
    table.table.cart tr td.amount,
    table.table.cart tr th.amount {
        width: 150px !important;
        text-align: center;
    }
}
ul.custom-list {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 15px;
}
ul.custom-list li {
    padding-left: 15px;
}

.certificate-inner-col {
    margin-bottom: 20px;
}
.certificate-inner-col a > img {
    max-width: 100%;
    height: auto;
}

/* Photo Gallery Snippet */

/* !Photo Gallery Snippet */
/******************************

INDEX:

******************************/
@media(max-width:1199px) {
    .section-title h2 { font-size: 32px; line-height: 42px; }
    .home.site-header .site-branding img.logo-img { display: none; }
    .home.site-header .site-branding img.logo-img.stickylogo { display: inline-block; }
    .home-slider-one > .container { width: 100%; padding: 0; max-width: 100%; }
    .home-slider-one > .container .row { margin-right: 0; margin-left: 0; }
    .ts-search-outer { padding: 0 50px; }
    .ts-search-overlay input[type="search"] { font-size: 13px; }

    /** Header responsive **/
    .site-header .header-button, .site-header .pre-header { display: none; }
    .ipad-view-search { display: block; }
    .site-header .site-header-menu { padding: 30px 0; }
    .site-header .site-branding img { max-height: 40px; }
    .site-header .sticky-header .site-branding img { max-height: 35px; }

    /** Main menu resoposive **/
    .navbar-toggler { border: none; font-size: 30px; padding: 0; outline: none; }
    .sticky-header .navbar-toggler { top: 10px; }
    .navbar-toggler:hover, .navbar-toggler:focus { outline: none; }
    .main-menu .navbar-collapse { position: absolute; width: 100%; left: 0; background-color: #f7f8fa; z-index: 99; top: 70px; border-top: 3px solid #7fc540; }
    .sticky-header .navbar-collapse { top: 60px; }
    .main-menu .navigation > li { float: none; }
    .site-header .site-navigation ul.navigation > li > a { height: auto; line-height: inherit; padding: 10px 15px; margin: 0; border-bottom: 1px solid rgba(9, 22, 42, 0.15); }
    .site-header .site-navigation ul.navigation > li.active > a, .site-header .site-navigation .dropdown ul li.active > a { background-color: #ffffff; }
    .main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul { border-top: none; box-shadow: inherit; width: 100%; display: none; position: inherit; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
    .main-menu .navigation > li > ul > li > ul { left: 0; top: 100%; }
    .main-menu .navigation > li.dropdown > ul.open, .main-menu .navigation > li.dropdown > ul.open li.dropdown > ul.open { display: block; opacity: 1; visibility: visible; }
    .menu-right-box { position: relative; right: 30px; top: 10px; }
    .site-header .site-navigation ul.navigation .righticon { font-size: 22px; display: block; position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid rgba(120, 120, 120, 0.2); height: 45px; width: 45px; cursor: pointer; text-align: center; line-height: 45px; }
    .site-header .menu-right-box { display: none !important; }

    /** header-style-1 **/
    .header-style-1 .menu-right-box { display: none !important; }

    /** header-style-2 **/
    .header-style-2 .site-navigation { text-align: right; }
    .header-style-2.site-header .site-navigation ul.navigation { text-align: left; }
    .header-style-2.site-header .navbar-toggler { color: #42464e; }

    /** Header Style 2 **/
    .site-header.header-style-2 { background-color: #7fc540; position: inherit; }
    .header-style-2 .social-links-wrapper { display: none; }
    .header-style-2 .headerlogo, .header-style-2 .sticky-header .headerlogo { border-right: none; }
    .header-style-2 .headerlogo { padding-right: 0; padding-left: 20px; }
    .header-style-2 .headerlogo, .header-style-2 .social-links-wrapper, .header-style-2 .menu-right-box { height: 70px; line-height: 70px; }
    .header-style-2 .sticky-header .headerlogo, .header-style-2 .sticky-header .social-links-wrapper, .header-style-2 .sticky-header .menu-right-box { height: 60px; line-height: 60px; }
    .header-style-2 .navbar-toggler { right: 30px; top: 20px; color: #ffffff; }
    .header-style-2.site-header .site-navigation ul.navigation { text-align: left; }
    .header-style-2.site-header .main-menu .navigation > li > ul a { padding-left: 30px; }
    .header-style-2.site-header .site-navigation ul.navigation > li > a { color: #313131; }
    .header-style-2 .site-navigation { width: auto; text-align: left; }
    .header-style-2 .site-header-menu.sticky-header { padding: 20px 0; }
    .header-style-2.site-header .site-navigation ul.navigation > li.active > a { color: #7fc540 !important; }
    .header-style-2.site-header .site-navigation ul.navigation > li > a { color: #313131 !important; }
    .header-style-2 .sticky-header .navbar-collapse { top: 50px; }

    /** Header Style 3 **/
    .header-style-3 .site-navigation { margin-left: auto !important; }
    .header-style-3.site-header { background-color: #ffffff; z-index: 999; }
    .header-style-3.site-header .site-header-menu { background-color: #ffffff !important; }
    .header-style-3.site-header .menu-right-box, .header-style-3.site-header .header-top-wrapper { display: none; }
    .header-style-3.site-header .site-navigation .main-menu { margin-left: 0; }
    .header-style-3.site-header .site-header-menu { padding: 20px 0; }
    .header-style-3.site-header .site-header-menu-inner { background-color: inherit; line-height: normal !important; }
    .header-style-3.site-header .site-header-menu.sticky-header { background-color: #ffffff; -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25); box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25); z-index: 99; }
    .header-style-3.site-header .site-header-menu-inner:after { display: none; }
    .header-style-3.site-header .site-navigation ul.navigation > li > a { color: #313131; }
    .header-style-3.site-header .site-header-menu { position: relative; margin-bottom: 0; }
    .header-style-3 .site-header-menu .site-branding { display: block; }
    .header-style-3 .site-branding { display: none; }
    .site-header .site-header-menu { z-index: 99; }
    .header-style-3.site-header .site-navigation ul.navigation > li > a { height: auto; line-height: inherit; padding: 10px 15px; }

    /** counter-section **/
    .counter-section { margin-top: 0px; padding-top: 80px; }
    .db-circle canvas { max-width: none; }

    /** projects-style-1 **/
    .projects-style-1 .project-link { height: 30px; width: 30px; line-height: 30px; }
    .projects-style-1 .projects-box-title h6 { font-size: 16px; line-height: 26px; margin-bottom: 0; }

    /** iconbox-style-5 **/
    .iconbox-style-5 { padding: 46px 15px 40px; }

    /** img-overlap-top **/
    .img-overlap-top { margin-top: -0px; }

    /** best-clinic-content **/
    .best-clinic-content { width: auto; margin-left: 30px; }
}
@media only screen and (max-width:1200px) and (min-width:991px) {
    .service-style-3 .service-desc { padding: 0 60px; }
}
@media(max-width:1024px) {

    /** Slick Slider **/
    .slick-prev { left: 0; }
    .slick-next { right: 0; }

    /** Section Padding **/
    .section-md { padding-top: 70px; padding-bottom: 50px; }

    /** Section Title **/
    .section-title { margin-bottom: 30px; }
    .section-title h2 { font-size: 28px; line-height: 38px; }

    /** Banner **/
    .home-banner .carousel-item h1 { line-height: 40px; letter-spacing: 0; font-size: 30px; margin-bottom: 5px; margin-top: 0; }
    .home-banner .carousel-item .tagline { font-size: 14px; }
    .home-banner.home-slider-two .square-shape { padding: 20px 20px 0 20px; }
    .home-banner.home-slider-two .carousel-item .shapewrapper-inner { padding: 3px 10px; font-size: 13px; }
    .home-banner.home-slider-two .carousel-item .tagline { font-size: 16px; letter-spacing: 1px; }
    .home-banner.home-slider-three .carousel-item .shapewrapper-inner { letter-spacing: 1px; }
    .home-banner .play-video a { width: 50px; height: 50px; line-height: 50px; }
    .home-banner .play-video a i { color: #323232; font-size: 20px; line-height: 50px; }
    .home-banner .video-tagline { letter-spacing: 0; }

    /** Home **/
    .intro-section { padding-top: 30px; }
    .intro-section .container > .row { margin: 0; }
    .iconbox-style-3 { padding: 20px 15px; }
    .sing-owner { padding-top: 15px; padding-bottom: 20px; }
    .counter-section { margin-top: 0; padding-top: 70px; padding-bottom: 50px; }
    .step-section { padding-top: 70px; }
    .step-section > .container > .row { padding-bottom: 50px; }

    /** Home 02**/
    .pricing-tablebox { padding: 30px 15px; }
    .expert-eye { margin-top: -248px; padding-top: 240px; }
    .offer-service .section-title h2 { font-size: 30px; line-height: 40px; }

    /** Home 03 **/
    .iconbox-style-5 { padding: 30px 20px 30px; }
    .best-clinic-content { width: 100%; padding: 40px 15px; margin: 0; max-width: 100%; height: auto; }
    .our-team { padding-bottom: 240px; }
    .our-team-sec > .container > .row { margin-top: -209px; }
    .right-bg-effect { display: none; }
    .iconbox-style-7 .iconbox-icon i { font-size: 30px; line-height: 30px; }

    /** Blog **/
    .sidebar .widget.widget-flickr a { width: 70px; height: 70px; }
}
@media(max-width:991px) {

    /** Section Title **/
    .section-title h2 br { display: none; }
    .appointment-image { display: none; }
    .client-style img { width: 100%; }
    .contact-appointment, .appointment-from .container > .row { margin-left: -15px; }

    /** project-sec **/
    .project-sec .col { -webkit-flex-basis: 50%; /* Safari 6.1+ */ flex-basis: 50%; }
    .project-sec .col img { width: 100%; }

    /** open-time **/
    .open-time .timelist-blok span { float: none; display: block; }

    /** best-clinic-colum **/
    .best-clinic-colum { display: none; }

    /** breadcrumb-section **/
    .breadcrumb-section { display: block !important }
    .breadcrumb-section .breadcrumb { padding-left: 0; }
}
@media(max-width:767px) {

    /* ------------------------
        padding
    ------------------------*/

    /* ------------------------
        Margin
    ------------------------*/
    h3 { font-size: 24px; line-height: 34px; }
    h4 { font-size: 22px; line-height: 32px; }
    h5 { font-size: 20px; line-height: 30px; }

    /** Section Title **/
    .section-title h2 { font-size: 26px; line-height: 36px; }

    /** Banner **/
    .home-slider-first .col-8{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-banner .carousel-item h1 { line-height: 32px; letter-spacing: 0; font-size: 22px; margin-bottom: 5px; margin-top: 5px; }
    .home-banner .carousel-item .tagline { font-size: 14px; }
    .home-banner .carousel-caption { right: 0; left: 0; }
    .home-banner .carousel-item .shapewrapper-inner { letter-spacing: 1px; font-size: 13px; }
    .home-banner:hover .carousel-control-prev, .home-banner:hover .carousel-control-next { display: none; }
    .home-banner.home-slider-two .square-shape { border: none; padding: 0; }
    .home-banner.home-slider-two .tagline { display: none; }
    .home-banner.home-slider-two .carousel-item h1 { font-size: 22px; line-height: 30px; }
    .home-banner.home-slider-two .carousel-item h1 strong { font-weight: 700; }
    .home-banner.home-slider-two .carousel-item .shapewrapper-inner { padding: 2px 7px; font-size: 11px; }
    .home-banner.home-slider-three .video-tagline { display: none; }
    .home-banner .play-video a { width: 40px; height: 40px; line-height: 40px; }
    .home-banner .play-video a i { font-size: 18px; line-height: 40px; }
    /*.home-banner.home-slider-first .carousel-item h1 br { display: none; }*/
    .home-banner.home-slider-three .carousel-item .shapewrapper-inner { font-size: 12px; }
    .carousel-caption .btn { font-size: 11px; padding: 10px 35px !important; line-height: normal !important; }

    /** Home 03 **/
    .bottom-footer { margin-top: 20px; }

    /** Home 01 **/
    .iconbox-style-2 { margin-bottom: 30px; }
    .intro-section .container > .row { margin-top: 0; padding-top: 0px; }
    .iconbox-border { border-right: none; border-bottom: 1px solid #e5e5e5; }
    .db-fid-boxstyle-style2 { margin-bottom: 20px; }
    .counter-style-1, .counter-style-2 { margin-bottom: 30px; }
    .testimonial-box { padding: 30px 15px 20px; }
    .counter-style-1 .counter-contents { font-size: 40px; line-height: 46px; }
    .appointment-inner { padding: 30px 15px; }
    .blog-style-3.d-flex, .iconbox-style-6 .d-flex { display: block !important; }
    .blog-style-3 .blog-content { padding-left: 0px; padding-top: 20px; }
    .blog-style-3 .blog-thumbnail { width: 100%; }
    .our-blog.pr-4 { padding-right: 0 !important; }
    .our-blog.mr-2 { margin-right: 0 !important; }

    /** Home 02 **/
    .iconbox-style-4 { margin-bottom: 30px; }
    .step-section > .container > .row { padding-bottom: 20px; }
    .our-pricing-sec { padding-top: 60px; padding-bottom: 170px; }
    .pricing-table-sec > .container > .row > .col-md-4 { margin-bottom: 30px; }
    .accordion.accordion-02 .card-header a { padding-left: 16px; padding-right: 35px; font-size: 14px; }

    /** Home 03 **/
    .best-clinic-content { padding: 40px 0; }
    .our-team { padding-top: 50px; padding-bottom: 240px; }
    .counter-style-2 { text-align: center; }
    .teambox-style-1 { margin-bottom: 30px; }

    /** Client **/
    .tooltip-top { text-align: center; }
    .client-style img { width: auto; } 

    /** Projects Service Iconbox**/
    .iconbox-style-1, .service-style-3 { margin-bottom: 30px; }

    /** Teambox **/
    .entry-author-box, .teambox-style-3.d-flex { display: block !important; }
    .teambox-style-3 .teambox-thumbnail { padding: 0; margin-bottom: 30px; }
    .teambox-style-3 .col-lg-6 { padding: 0; }

    /** Blog Details **/
    .comment-meta .reply { position: static; }
    .entry-author-content { margin-left: 0; margin-top: 20px; }

    /** Contact **/
    .contact-appointment { margin-bottom: 0px; margin-top: 50px; }

    /** service-style-3 **/
    .service-style-3 .service-desc { padding: 0 60px; }

    /** #myTab.nav-classic **/
    #myTab.nav-classic .nav-link { padding: 14px 14px; }
}
@media(max-width:575px) {
    .project-sec .col { -webkit-flex-basis: 100%; flex-basis: 100%; }

    /** #myTab.nav-classic **/
    #myTab.nav-classic { display: block; }

    .home-banner .carousel-item h1 { line-height: 28px; font-size: 18px;  }

}
@media(max-width:375px) {
    .home-banner .carousel-item h1 { line-height: 28px; font-size: 18px; margin-top: 0; }
    .home-banner .carousel-item .shapewrapper-inner { letter-spacing: 0.2px; font-size: 11px; }
    .home-banner.home-slider-two .carousel-item h1 { font-size: 18px; line-height: 24px; }
}

/*
 * custom-bootstrap-margin-padding.scss
 * -----------------------------------------------
*/

/* Margin */
.m-0 { margin: 0px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-25 { margin: 25px !important; }
.m-30 { margin: 30px !important; }
.m-40 { margin: 40px !important; }
.m-50 { margin: 50px !important; }
.m-60 { margin: 60px !important; }
.m-70 { margin: 70px !important; }
.m-80 { margin: 80px !important; }
.m-90 { margin: 90px !important; }
.m-100 { margin: 100px !important; }
.m-110 { margin: 110px !important; }
.m-120 { margin: 120px !important; }
.m-130 { margin: 130px !important; }
.m-140 { margin: 140px !important; }
.m-150 { margin: 150px !important; }
.m-160 { margin: 160px !important; }
.m-170 { margin: 170px !important; }
.m-180 { margin: 180px !important; }
.m-190 { margin: 190px !important; }
.m-200 { margin: 200px !important; }
.m--10 { margin: -10px !important; }
.m--15 { margin: -15px !important; }
.m--20 { margin: -20px !important; }
.m--25 { margin: -25px !important; }
.m--30 { margin: -30px !important; }
.m--40 { margin: -40px !important; }
.m--50 { margin: -50px !important; }
.m--60 { margin: -60px !important; }
.m--70 { margin: -70px !important; }
.m--80 { margin: -80px !important; }
.m--90 { margin: -90px !important; }
.m--100 { margin: -100px !important; }
.m--110 { margin: -110px !important; }
.m--120 { margin: -120px !important; }
.m--130 { margin: -130px !important; }
.m--140 { margin: -140px !important; }
.m--150 { margin: -150px !important; }
.m--160 { margin: -160px !important; }
.m--170 { margin: -170px !important; }
.m--180 { margin: -180px !important; }
.m--190 { margin: -190px !important; }
.m--200 { margin: -200px !important; }
.mt-0 { margin-top: 0px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-100 { margin-top: 100px !important; }
.mt-110 { margin-top: 110px !important; }
.mt-120 { margin-top: 120px !important; }
.mt-130 { margin-top: 130px !important; }
.mt-140 { margin-top: 140px !important; }
.mt-150 { margin-top: 150px !important; }
.mt-160 { margin-top: 160px !important; }
.mt-170 { margin-top: 170px !important; }
.mt-180 { margin-top: 180px !important; }
.mt-190 { margin-top: 190px !important; }
.mt-200 { margin-top: 200px !important; }
.mt--10 { margin-top: -10px !important; }
.mt--15 { margin-top: -15px !important; }
.mt--20 { margin-top: -20px !important; }
.mt--25 { margin-top: -25px !important; }
.mt--30 { margin-top: -30px !important; }
.mt--40 { margin-top: -40px !important; }
.mt--50 { margin-top: -50px !important; }
.mt--60 { margin-top: -60px !important; }
.mt--70 { margin-top: -70px !important; }
.mt--80 { margin-top: -80px !important; }
.mt--90 { margin-top: -90px !important; }
.mt--100 { margin-top: -100px !important; }
.mt--110 { margin-top: -110px !important; }
.mt--120 { margin-top: -120px !important; }
.mt--130 { margin-top: -130px !important; }
.mt--140 { margin-top: -140px !important; }
.mt--150 { margin-top: -150px !important; }
.mt--160 { margin-top: -160px !important; }
.mt--170 { margin-top: -170px !important; }
.mt--180 { margin-top: -180px !important; }
.mt--190 { margin-top: -190px !important; }
.mt--200 { margin-top: -200px !important; }
.mb-0 { margin-bottom: 0px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-110 { margin-bottom: 110px !important; }
.mb-120 { margin-bottom: 120px !important; }
.mb-130 { margin-bottom: 130px !important; }
.mb-140 { margin-bottom: 140px !important; }
.mb-150 { margin-bottom: 150px !important; }
.mb-160 { margin-bottom: 160px !important; }
.mb-170 { margin-bottom: 170px !important; }
.mb-180 { margin-bottom: 180px !important; }
.mb-190 { margin-bottom: 190px !important; }
.mb-200 { margin-bottom: 200px !important; }
.mb--10 { margin-bottom: -10px !important; }
.mb--15 { margin-bottom: -15px !important; }
.mb--20 { margin-bottom: -20px !important; }
.mb--25 { margin-bottom: -25px !important; }
.mb--30 { margin-bottom: -30px !important; }
.mb--40 { margin-bottom: -40px !important; }
.mb--50 { margin-bottom: -50px !important; }
.mb--60 { margin-bottom: -60px !important; }
.mb--70 { margin-bottom: -70px !important; }
.mb--80 { margin-bottom: -80px !important; }
.mb--90 { margin-bottom: -90px !important; }
.mb--100 { margin-bottom: -100px !important; }
.mb--110 { margin-bottom: -110px !important; }
.mb--120 { margin-bottom: -120px !important; }
.mb--130 { margin-bottom: -130px !important; }
.mb--140 { margin-bottom: -140px !important; }
.mb--150 { margin-bottom: -150px !important; }
.mb--160 { margin-bottom: -160px !important; }
.mb--170 { margin-bottom: -170px !important; }
.mb--180 { margin-bottom: -180px !important; }
.mb--190 { margin-bottom: -190px !important; }
.mb--200 { margin-bottom: -200px !important; }
.mr-0 { margin-right: 0px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 25px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-50 { margin-right: 50px !important; }
.mr-60 { margin-right: 60px !important; }
.mr-70 { margin-right: 70px !important; }
.mr-80 { margin-right: 80px !important; }
.mr-90 { margin-right: 90px !important; }
.mr-100 { margin-right: 100px !important; }
.mr-110 { margin-right: 110px !important; }
.mr-120 { margin-right: 120px !important; }
.mr-130 { margin-right: 130px !important; }
.mr-140 { margin-right: 140px !important; }
.mr-150 { margin-right: 150px !important; }
.mr-160 { margin-right: 160px !important; }
.mr-170 { margin-right: 170px !important; }
.mr-180 { margin-right: 180px !important; }
.mr-190 { margin-right: 190px !important; }
.mr-200 { margin-right: 200px !important; }
.mr--10 { margin-right: -10px !important; }
.mr--15 { margin-right: -15px !important; }
.mr--20 { margin-right: -20px !important; }
.mr--25 { margin-right: -25px !important; }
.mr--30 { margin-right: -30px !important; }
.mr--40 { margin-right: -40px !important; }
.mr--50 { margin-right: -50px !important; }
.mr--60 { margin-right: -60px !important; }
.mr--70 { margin-right: -70px !important; }
.mr--80 { margin-right: -80px !important; }
.mr--90 { margin-right: -90px !important; }
.mr--100 { margin-right: -100px !important; }
.mr--110 { margin-right: -110px !important; }
.mr--120 { margin-right: -120px !important; }
.mr--130 { margin-right: -130px !important; }
.mr--140 { margin-right: -140px !important; }
.mr--150 { margin-right: -150px !important; }
.mr--160 { margin-right: -160px !important; }
.mr--170 { margin-right: -170px !important; }
.mr--180 { margin-right: -180px !important; }
.mr--190 { margin-right: -190px !important; }
.mr--200 { margin-right: -200px !important; }
.ml-0 { margin-left: 0px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-60 { margin-left: 60px !important; }
.ml-70 { margin-left: 70px !important; }
.ml-80 { margin-left: 80px !important; }
.ml-90 { margin-left: 90px !important; }
.ml-100 { margin-left: 100px !important; }
.ml-110 { margin-left: 110px !important; }
.ml-120 { margin-left: 120px !important; }
.ml-130 { margin-left: 130px !important; }
.ml-140 { margin-left: 140px !important; }
.ml-150 { margin-left: 150px !important; }
.ml-160 { margin-left: 160px !important; }
.ml-170 { margin-left: 170px !important; }
.ml-180 { margin-left: 180px !important; }
.ml-190 { margin-left: 190px !important; }
.ml-200 { margin-left: 200px !important; }
.ml--10 { margin-left: -10px !important; }
.ml--15 { margin-left: -15px !important; }
.ml--20 { margin-left: -20px !important; }
.ml--25 { margin-left: -25px !important; }
.ml--30 { margin-left: -30px !important; }
.ml--40 { margin-left: -40px !important; }
.ml--50 { margin-left: -50px !important; }
.ml--60 { margin-left: -60px !important; }
.ml--70 { margin-left: -70px !important; }
.ml--80 { margin-left: -80px !important; }
.ml--90 { margin-left: -90px !important; }
.ml--100 { margin-left: -100px !important; }
.ml--110 { margin-left: -110px !important; }
.ml--120 { margin-left: -120px !important; }
.ml--130 { margin-left: -130px !important; }
.ml--140 { margin-left: -140px !important; }
.ml--150 { margin-left: -150px !important; }
.ml--160 { margin-left: -160px !important; }
.ml--170 { margin-left: -170px !important; }
.ml--180 { margin-left: -180px !important; }
.ml--190 { margin-left: -190px !important; }
.ml--200 { margin-left: -200px !important; }
@media (max-width:1199px) {

    /** Margin for lg class **/
    .m-lg-0 { margin: 0px !important; }
    .m-lg-10 { margin: 10px !important; }
    .m-lg-15 { margin: 15px !important; }
    .m-lg-20 { margin: 20px !important; }
    .m-lg-25 { margin: 25px !important; }
    .m-lg-30 { margin: 30px !important; }
    .m-lg-40 { margin: 40px !important; }
    .m-lg-50 { margin: 50px !important; }
    .m-lg-60 { margin: 60px !important; }
    .m-lg-70 { margin: 70px !important; }
    .m-lg-80 { margin: 80px !important; }
    .m-lg-90 { margin: 90px !important; }
    .m-lg-100 { margin: 100px !important; }
    .m-lg-110 { margin: 110px !important; }
    .m-lg-120 { margin: 120px !important; }
    .m-lg-130 { margin: 130px !important; }
    .m-lg-140 { margin: 140px !important; }
    .m-lg-150 { margin: 150px !important; }
    .m-lg-160 { margin: 160px !important; }
    .m-lg-170 { margin: 170px !important; }
    .m-lg-180 { margin: 180px !important; }
    .m-lg-190 { margin: 190px !important; }
    .m-lg-200 { margin: 200px !important; }
    .m-lg--10 { margin: -10px !important; }
    .m-lg--15 { margin: -15px !important; }
    .m-lg--20 { margin: -20px !important; }
    .m-lg--25 { margin: -25px !important; }
    .m-lg--30 { margin: -30px !important; }
    .m-lg--40 { margin: -40px !important; }
    .m-lg--50 { margin: -50px !important; }
    .m-lg--60 { margin: -60px !important; }
    .m-lg--70 { margin: -70px !important; }
    .m-lg--80 { margin: -80px !important; }
    .m-lg--90 { margin: -90px !important; }
    .m-lg--100 { margin: -100px !important; }
    .m-lg--110 { margin: -110px !important; }
    .m-lg--120 { margin: -120px !important; }
    .m-lg--130 { margin: -130px !important; }
    .m-lg--140 { margin: -140px !important; }
    .m-lg--150 { margin: -150px !important; }
    .m-lg--160 { margin: -160px !important; }
    .m-lg--170 { margin: -170px !important; }
    .m-lg--180 { margin: -180px !important; }
    .m-lg--190 { margin: -190px !important; }
    .m-lg--200 { margin: -200px !important; }
    .mt-lg-0 { margin-top: 0px !important; }
    .mt-lg-10 { margin-top: 10px !important; }
    .mt-lg-15 { margin-top: 15px !important; }
    .mt-lg-20 { margin-top: 20px !important; }
    .mt-lg-25 { margin-top: 25px !important; }
    .mt-lg-30 { margin-top: 30px !important; }
    .mt-lg-40 { margin-top: 40px !important; }
    .mt-lg-50 { margin-top: 50px !important; }
    .mt-lg-60 { margin-top: 60px !important; }
    .mt-lg-70 { margin-top: 70px !important; }
    .mt-lg-80 { margin-top: 80px !important; }
    .mt-lg-90 { margin-top: 90px !important; }
    .mt-lg-100 { margin-top: 100px !important; }
    .mt-lg-110 { margin-top: 110px !important; }
    .mt-lg-120 { margin-top: 120px !important; }
    .mt-lg-130 { margin-top: 130px !important; }
    .mt-lg-140 { margin-top: 140px !important; }
    .mt-lg-150 { margin-top: 150px !important; }
    .mt-lg-160 { margin-top: 160px !important; }
    .mt-lg-170 { margin-top: 170px !important; }
    .mt-lg-180 { margin-top: 180px !important; }
    .mt-lg-190 { margin-top: 190px !important; }
    .mt-lg-200 { margin-top: 200px !important; }
    .mt-lg--10 { margin-top: -10px !important; }
    .mt-lg--15 { margin-top: -15px !important; }
    .mt-lg--20 { margin-top: -20px !important; }
    .mt-lg--25 { margin-top: -25px !important; }
    .mt-lg--30 { margin-top: -30px !important; }
    .mt-lg--40 { margin-top: -40px !important; }
    .mt-lg--50 { margin-top: -50px !important; }
    .mt-lg--60 { margin-top: -60px !important; }
    .mt-lg--70 { margin-top: -70px !important; }
    .mt-lg--80 { margin-top: -80px !important; }
    .mt-lg--90 { margin-top: -90px !important; }
    .mt-lg--100 { margin-top: -100px !important; }
    .mt-lg--110 { margin-top: -110px !important; }
    .mt-lg--120 { margin-top: -120px !important; }
    .mt-lg--130 { margin-top: -130px !important; }
    .mt-lg--140 { margin-top: -140px !important; }
    .mt-lg--150 { margin-top: -150px !important; }
    .mt-lg--160 { margin-top: -160px !important; }
    .mt-lg--170 { margin-top: -170px !important; }
    .mt-lg--180 { margin-top: -180px !important; }
    .mt-lg--190 { margin-top: -190px !important; }
    .mt-lg--200 { margin-top: -200px !important; }
    .mb-lg-0 { margin-bottom: 0px !important; }
    .mb-lg-10 { margin-bottom: 10px !important; }
    .mb-lg-15 { margin-bottom: 15px !important; }
    .mb-lg-20 { margin-bottom: 20px !important; }
    .mb-lg-25 { margin-bottom: 25px !important; }
    .mb-lg-30 { margin-bottom: 30px !important; }
    .mb-lg-40 { margin-bottom: 40px !important; }
    .mb-lg-50 { margin-bottom: 50px !important; }
    .mb-lg-60 { margin-bottom: 60px !important; }
    .mb-lg-70 { margin-bottom: 70px !important; }
    .mb-lg-80 { margin-bottom: 80px !important; }
    .mb-lg-90 { margin-bottom: 90px !important; }
    .mb-lg-100 { margin-bottom: 100px !important; }
    .mb-lg-110 { margin-bottom: 110px !important; }
    .mb-lg-120 { margin-bottom: 120px !important; }
    .mb-lg-130 { margin-bottom: 130px !important; }
    .mb-lg-140 { margin-bottom: 140px !important; }
    .mb-lg-150 { margin-bottom: 150px !important; }
    .mb-lg-160 { margin-bottom: 160px !important; }
    .mb-lg-170 { margin-bottom: 170px !important; }
    .mb-lg-180 { margin-bottom: 180px !important; }
    .mb-lg-190 { margin-bottom: 190px !important; }
    .mb-lg-200 { margin-bottom: 200px !important; }
    .mb-lg--10 { margin-bottom: -10px !important; }
    .mb-lg--15 { margin-bottom: -15px !important; }
    .mb-lg--20 { margin-bottom: -20px !important; }
    .mb-lg--25 { margin-bottom: -25px !important; }
    .mb-lg--30 { margin-bottom: -30px !important; }
    .mb-lg--40 { margin-bottom: -40px !important; }
    .mb-lg--50 { margin-bottom: -50px !important; }
    .mb-lg--60 { margin-bottom: -60px !important; }
    .mb-lg--70 { margin-bottom: -70px !important; }
    .mb-lg--80 { margin-bottom: -80px !important; }
    .mb-lg--90 { margin-bottom: -90px !important; }
    .mb-lg--100 { margin-bottom: -100px !important; }
    .mb-lg--110 { margin-bottom: -110px !important; }
    .mb-lg--120 { margin-bottom: -120px !important; }
    .mb-lg--130 { margin-bottom: -130px !important; }
    .mb-lg--140 { margin-bottom: -140px !important; }
    .mb-lg--150 { margin-bottom: -150px !important; }
    .mb-lg--160 { margin-bottom: -160px !important; }
    .mb-lg--170 { margin-bottom: -170px !important; }
    .mb-lg--180 { margin-bottom: -180px !important; }
    .mb-lg--190 { margin-bottom: -190px !important; }
    .mb-lg--200 { margin-bottom: -200px !important; }
    .mr-lg-0 { margin-right: 0px !important; }
    .mr-lg-10 { margin-right: 10px !important; }
    .mr-lg-15 { margin-right: 15px !important; }
    .mr-lg-20 { margin-right: 20px !important; }
    .mr-lg-25 { margin-right: 25px !important; }
    .mr-lg-30 { margin-right: 30px !important; }
    .mr-lg-40 { margin-right: 40px !important; }
    .mr-lg-50 { margin-right: 50px !important; }
    .mr-lg-60 { margin-right: 60px !important; }
    .mr-lg-70 { margin-right: 70px !important; }
    .mr-lg-80 { margin-right: 80px !important; }
    .mr-lg-90 { margin-right: 90px !important; }
    .mr-lg-100 { margin-right: 100px !important; }
    .mr-lg-110 { margin-right: 110px !important; }
    .mr-lg-120 { margin-right: 120px !important; }
    .mr-lg-130 { margin-right: 130px !important; }
    .mr-lg-140 { margin-right: 140px !important; }
    .mr-lg-150 { margin-right: 150px !important; }
    .mr-lg-160 { margin-right: 160px !important; }
    .mr-lg-170 { margin-right: 170px !important; }
    .mr-lg-180 { margin-right: 180px !important; }
    .mr-lg-190 { margin-right: 190px !important; }
    .mr-lg-200 { margin-right: 200px !important; }
    .mr-lg--10 { margin-right: -10px !important; }
    .mr-lg--15 { margin-right: -15px !important; }
    .mr-lg--20 { margin-right: -20px !important; }
    .mr-lg--25 { margin-right: -25px !important; }
    .mr-lg--30 { margin-right: -30px !important; }
    .mr-lg--40 { margin-right: -40px !important; }
    .mr-lg--50 { margin-right: -50px !important; }
    .mr-lg--60 { margin-right: -60px !important; }
    .mr-lg--70 { margin-right: -70px !important; }
    .mr-lg--80 { margin-right: -80px !important; }
    .mr-lg--90 { margin-right: -90px !important; }
    .mr-lg--100 { margin-right: -100px !important; }
    .mr-lg--110 { margin-right: -110px !important; }
    .mr-lg--120 { margin-right: -120px !important; }
    .mr-lg--130 { margin-right: -130px !important; }
    .mr-lg--140 { margin-right: -140px !important; }
    .mr-lg--150 { margin-right: -150px !important; }
    .mr-lg--160 { margin-right: -160px !important; }
    .mr-lg--170 { margin-right: -170px !important; }
    .mr-lg--180 { margin-right: -180px !important; }
    .mr-lg--190 { margin-right: -190px !important; }
    .mr-lg--200 { margin-right: -200px !important; }
    .ml-lg-0 { margin-left: 0px !important; }
    .ml-lg-10 { margin-left: 10px !important; }
    .ml-lg-15 { margin-left: 15px !important; }
    .ml-lg-20 { margin-left: 20px !important; }
    .ml-lg-25 { margin-left: 25px !important; }
    .ml-lg-30 { margin-left: 30px !important; }
    .ml-lg-40 { margin-left: 40px !important; }
    .ml-lg-50 { margin-left: 50px !important; }
    .ml-lg-60 { margin-left: 60px !important; }
    .ml-lg-70 { margin-left: 70px !important; }
    .ml-lg-80 { margin-left: 80px !important; }
    .ml-lg-90 { margin-left: 90px !important; }
    .ml-lg-100 { margin-left: 100px !important; }
    .ml-lg-110 { margin-left: 110px !important; }
    .ml-lg-120 { margin-left: 120px !important; }
    .ml-lg-130 { margin-left: 130px !important; }
    .ml-lg-140 { margin-left: 140px !important; }
    .ml-lg-150 { margin-left: 150px !important; }
    .ml-lg-160 { margin-left: 160px !important; }
    .ml-lg-170 { margin-left: 170px !important; }
    .ml-lg-180 { margin-left: 180px !important; }
    .ml-lg-190 { margin-left: 190px !important; }
    .ml-lg-200 { margin-left: 200px !important; }
    .ml-lg--10 { margin-left: -10px !important; }
    .ml-lg--15 { margin-left: -15px !important; }
    .ml-lg--20 { margin-left: -20px !important; }
    .ml-lg--25 { margin-left: -25px !important; }
    .ml-lg--30 { margin-left: -30px !important; }
    .ml-lg--40 { margin-left: -40px !important; }
    .ml-lg--50 { margin-left: -50px !important; }
    .ml-lg--60 { margin-left: -60px !important; }
    .ml-lg--70 { margin-left: -70px !important; }
    .ml-lg--80 { margin-left: -80px !important; }
    .ml-lg--90 { margin-left: -90px !important; }
    .ml-lg--100 { margin-left: -100px !important; }
    .ml-lg--110 { margin-left: -110px !important; }
    .ml-lg--120 { margin-left: -120px !important; }
    .ml-lg--130 { margin-left: -130px !important; }
    .ml-lg--140 { margin-left: -140px !important; }
    .ml-lg--150 { margin-left: -150px !important; }
    .ml-lg--160 { margin-left: -160px !important; }
    .ml-lg--170 { margin-left: -170px !important; }
    .ml-lg--180 { margin-left: -180px !important; }
    .ml-lg--190 { margin-left: -190px !important; }
    .ml-lg--200 { margin-left: -200px !important; }
}
@media (max-width:991px) {
    .m-md-0 { margin: 0px !important; }
    .m-md-10 { margin: 10px !important; }
    .m-md-15 { margin: 15px !important; }
    .m-md-20 { margin: 20px !important; }
    .m-md-25 { margin: 25px !important; }
    .m-md-30 { margin: 30px !important; }
    .m-md-40 { margin: 40px !important; }
    .m-md-50 { margin: 50px !important; }
    .m-md-60 { margin: 60px !important; }
    .m-md-70 { margin: 70px !important; }
    .m-md-80 { margin: 80px !important; }
    .m-md-90 { margin: 90px !important; }
    .m-md-100 { margin: 100px !important; }
    .m-md-110 { margin: 110px !important; }
    .m-md-120 { margin: 120px !important; }
    .m-md-130 { margin: 130px !important; }
    .m-md-140 { margin: 140px !important; }
    .m-md-150 { margin: 150px !important; }
    .m-md-160 { margin: 160px !important; }
    .m-md-170 { margin: 170px !important; }
    .m-md-180 { margin: 180px !important; }
    .m-md-190 { margin: 190px !important; }
    .m-md-200 { margin: 200px !important; }
    .m-md--10 { margin: -10px !important; }
    .m-md--15 { margin: -15px !important; }
    .m-md--20 { margin: -20px !important; }
    .m-md--25 { margin: -25px !important; }
    .m-md--30 { margin: -30px !important; }
    .m-md--40 { margin: -40px !important; }
    .m-md--50 { margin: -50px !important; }
    .m-md--60 { margin: -60px !important; }
    .m-md--70 { margin: -70px !important; }
    .m-md--80 { margin: -80px !important; }
    .m-md--90 { margin: -90px !important; }
    .m-md--100 { margin: -100px !important; }
    .m-md--110 { margin: -110px !important; }
    .m-md--120 { margin: -120px !important; }
    .m-md--130 { margin: -130px !important; }
    .m-md--140 { margin: -140px !important; }
    .m-md--150 { margin: -150px !important; }
    .m-md--160 { margin: -160px !important; }
    .m-md--170 { margin: -170px !important; }
    .m-md--180 { margin: -180px !important; }
    .m-md--190 { margin: -190px !important; }
    .m-md--200 { margin: -200px !important; }
    .mt-md-0 { margin-top: 0px !important; }
    .mt-md-10 { margin-top: 10px !important; }
    .mt-md-15 { margin-top: 15px !important; }
    .mt-md-20 { margin-top: 20px !important; }
    .mt-md-25 { margin-top: 25px !important; }
    .mt-md-30 { margin-top: 30px !important; }
    .mt-md-40 { margin-top: 40px !important; }
    .mt-md-50 { margin-top: 50px !important; }
    .mt-md-60 { margin-top: 60px !important; }
    .mt-md-70 { margin-top: 70px !important; }
    .mt-md-80 { margin-top: 80px !important; }
    .mt-md-90 { margin-top: 90px !important; }
    .mt-md-100 { margin-top: 100px !important; }
    .mt-md-110 { margin-top: 110px !important; }
    .mt-md-120 { margin-top: 120px !important; }
    .mt-md-130 { margin-top: 130px !important; }
    .mt-md-140 { margin-top: 140px !important; }
    .mt-md-150 { margin-top: 150px !important; }
    .mt-md-160 { margin-top: 160px !important; }
    .mt-md-170 { margin-top: 170px !important; }
    .mt-md-180 { margin-top: 180px !important; }
    .mt-md-190 { margin-top: 190px !important; }
    .mt-md-200 { margin-top: 200px !important; }
    .mt-md--10 { margin-top: -10px !important; }
    .mt-md--15 { margin-top: -15px !important; }
    .mt-md--20 { margin-top: -20px !important; }
    .mt-md--25 { margin-top: -25px !important; }
    .mt-md--30 { margin-top: -30px !important; }
    .mt-md--40 { margin-top: -40px !important; }
    .mt-md--50 { margin-top: -50px !important; }
    .mt-md--60 { margin-top: -60px !important; }
    .mt-md--70 { margin-top: -70px !important; }
    .mt-md--80 { margin-top: -80px !important; }
    .mt-md--90 { margin-top: -90px !important; }
    .mt-md--100 { margin-top: -100px !important; }
    .mt-md--110 { margin-top: -110px !important; }
    .mt-md--120 { margin-top: -120px !important; }
    .mt-md--130 { margin-top: -130px !important; }
    .mt-md--140 { margin-top: -140px !important; }
    .mt-md--150 { margin-top: -150px !important; }
    .mt-md--160 { margin-top: -160px !important; }
    .mt-md--170 { margin-top: -170px !important; }
    .mt-md--180 { margin-top: -180px !important; }
    .mt-md--190 { margin-top: -190px !important; }
    .mt-md--200 { margin-top: -200px !important; }
    .mb-md-0 { margin-bottom: 0px !important; }
    .mb-md-10 { margin-bottom: 10px !important; }
    .mb-md-15 { margin-bottom: 15px !important; }
    .mb-md-20 { margin-bottom: 20px !important; }
    .mb-md-25 { margin-bottom: 25px !important; }
    .mb-md-30 { margin-bottom: 30px !important; }
    .mb-md-40 { margin-bottom: 40px !important; }
    .mb-md-50 { margin-bottom: 50px !important; }
    .mb-md-60 { margin-bottom: 60px !important; }
    .mb-md-70 { margin-bottom: 70px !important; }
    .mb-md-80 { margin-bottom: 80px !important; }
    .mb-md-90 { margin-bottom: 90px !important; }
    .mb-md-100 { margin-bottom: 100px !important; }
    .mb-md-110 { margin-bottom: 110px !important; }
    .mb-md-120 { margin-bottom: 120px !important; }
    .mb-md-130 { margin-bottom: 130px !important; }
    .mb-md-140 { margin-bottom: 140px !important; }
    .mb-md-150 { margin-bottom: 150px !important; }
    .mb-md-160 { margin-bottom: 160px !important; }
    .mb-md-170 { margin-bottom: 170px !important; }
    .mb-md-180 { margin-bottom: 180px !important; }
    .mb-md-190 { margin-bottom: 190px !important; }
    .mb-md-200 { margin-bottom: 200px !important; }
    .mb-md--10 { margin-bottom: -10px !important; }
    .mb-md--15 { margin-bottom: -15px !important; }
    .mb-md--20 { margin-bottom: -20px !important; }
    .mb-md--25 { margin-bottom: -25px !important; }
    .mb-md--30 { margin-bottom: -30px !important; }
    .mb-md--40 { margin-bottom: -40px !important; }
    .mb-md--50 { margin-bottom: -50px !important; }
    .mb-md--60 { margin-bottom: -60px !important; }
    .mb-md--70 { margin-bottom: -70px !important; }
    .mb-md--80 { margin-bottom: -80px !important; }
    .mb-md--90 { margin-bottom: -90px !important; }
    .mb-md--100 { margin-bottom: -100px !important; }
    .mb-md--110 { margin-bottom: -110px !important; }
    .mb-md--120 { margin-bottom: -120px !important; }
    .mb-md--130 { margin-bottom: -130px !important; }
    .mb-md--140 { margin-bottom: -140px !important; }
    .mb-md--150 { margin-bottom: -150px !important; }
    .mb-md--160 { margin-bottom: -160px !important; }
    .mb-md--170 { margin-bottom: -170px !important; }
    .mb-md--180 { margin-bottom: -180px !important; }
    .mb-md--190 { margin-bottom: -190px !important; }
    .mb-md--200 { margin-bottom: -200px !important; }
    .mr-md-0 { margin-right: 0px !important; }
    .mr-md-10 { margin-right: 10px !important; }
    .mr-md-15 { margin-right: 15px !important; }
    .mr-md-20 { margin-right: 20px !important; }
    .mr-md-25 { margin-right: 25px !important; }
    .mr-md-30 { margin-right: 30px !important; }
    .mr-md-40 { margin-right: 40px !important; }
    .mr-md-50 { margin-right: 50px !important; }
    .mr-md-60 { margin-right: 60px !important; }
    .mr-md-70 { margin-right: 70px !important; }
    .mr-md-80 { margin-right: 80px !important; }
    .mr-md-90 { margin-right: 90px !important; }
    .mr-md-100 { margin-right: 100px !important; }
    .mr-md-110 { margin-right: 110px !important; }
    .mr-md-120 { margin-right: 120px !important; }
    .mr-md-130 { margin-right: 130px !important; }
    .mr-md-140 { margin-right: 140px !important; }
    .mr-md-150 { margin-right: 150px !important; }
    .mr-md-160 { margin-right: 160px !important; }
    .mr-md-170 { margin-right: 170px !important; }
    .mr-md-180 { margin-right: 180px !important; }
    .mr-md-190 { margin-right: 190px !important; }
    .mr-md-200 { margin-right: 200px !important; }
    .mr-md--10 { margin-right: -10px !important; }
    .mr-md--15 { margin-right: -15px !important; }
    .mr-md--20 { margin-right: -20px !important; }
    .mr-md--25 { margin-right: -25px !important; }
    .mr-md--30 { margin-right: -30px !important; }
    .mr-md--40 { margin-right: -40px !important; }
    .mr-md--50 { margin-right: -50px !important; }
    .mr-md--60 { margin-right: -60px !important; }
    .mr-md--70 { margin-right: -70px !important; }
    .mr-md--80 { margin-right: -80px !important; }
    .mr-md--90 { margin-right: -90px !important; }
    .mr-md--100 { margin-right: -100px !important; }
    .mr-md--110 { margin-right: -110px !important; }
    .mr-md--120 { margin-right: -120px !important; }
    .mr-md--130 { margin-right: -130px !important; }
    .mr-md--140 { margin-right: -140px !important; }
    .mr-md--150 { margin-right: -150px !important; }
    .mr-md--160 { margin-right: -160px !important; }
    .mr-md--170 { margin-right: -170px !important; }
    .mr-md--180 { margin-right: -180px !important; }
    .mr-md--190 { margin-right: -190px !important; }
    .mr-md--200 { margin-right: -200px !important; }
    .ml-md-0 { margin-left: 0px !important; }
    .ml-md-10 { margin-left: 10px !important; }
    .ml-md-15 { margin-left: 15px !important; }
    .ml-md-20 { margin-left: 20px !important; }
    .ml-md-25 { margin-left: 25px !important; }
    .ml-md-30 { margin-left: 30px !important; }
    .ml-md-40 { margin-left: 40px !important; }
    .ml-md-50 { margin-left: 50px !important; }
    .ml-md-60 { margin-left: 60px !important; }
    .ml-md-70 { margin-left: 70px !important; }
    .ml-md-80 { margin-left: 80px !important; }
    .ml-md-90 { margin-left: 90px !important; }
    .ml-md-100 { margin-left: 100px !important; }
    .ml-md-110 { margin-left: 110px !important; }
    .ml-md-120 { margin-left: 120px !important; }
    .ml-md-130 { margin-left: 130px !important; }
    .ml-md-140 { margin-left: 140px !important; }
    .ml-md-150 { margin-left: 150px !important; }
    .ml-md-160 { margin-left: 160px !important; }
    .ml-md-170 { margin-left: 170px !important; }
    .ml-md-180 { margin-left: 180px !important; }
    .ml-md-190 { margin-left: 190px !important; }
    .ml-md-200 { margin-left: 200px !important; }
    .ml-md--10 { margin-left: -10px !important; }
    .ml-md--15 { margin-left: -15px !important; }
    .ml-md--20 { margin-left: -20px !important; }
    .ml-md--25 { margin-left: -25px !important; }
    .ml-md--30 { margin-left: -30px !important; }
    .ml-md--40 { margin-left: -40px !important; }
    .ml-md--50 { margin-left: -50px !important; }
    .ml-md--60 { margin-left: -60px !important; }
    .ml-md--70 { margin-left: -70px !important; }
    .ml-md--80 { margin-left: -80px !important; }
    .ml-md--90 { margin-left: -90px !important; }
    .ml-md--100 { margin-left: -100px !important; }
    .ml-md--110 { margin-left: -110px !important; }
    .ml-md--120 { margin-left: -120px !important; }
    .ml-md--130 { margin-left: -130px !important; }
    .ml-md--140 { margin-left: -140px !important; }
    .ml-md--150 { margin-left: -150px !important; }
    .ml-md--160 { margin-left: -160px !important; }
    .ml-md--170 { margin-left: -170px !important; }
    .ml-md--180 { margin-left: -180px !important; }
    .ml-md--190 { margin-left: -190px !important; }
    .ml-md--200 { margin-left: -200px !important; }
    .pt-md-00 { padding-top: 0px !important; }
    .pt-md-10 { padding-top: 10px !important; }
    .pt-md-15 { padding-top: 15px !important; }
    .pt-md-20 { padding-top: 20px !important; }
    .pt-md-25 { padding-top: 25px !important; }
    .pt-md-30 { padding-top: 30px !important; }
    .pt-md-35 { padding-top: 35px !important; }
    .pt-md-40 { padding-top: 40px !important; }
    .pt-md-45 { padding-top: 45px !important; }
    .pt-md-50 { padding-top: 50px !important; }
    .pt-md-60 { padding-top: 60px !important; }
    .pt-md-70 { padding-top: 70px !important; }
    .pt-md-90 { padding-top: 90px !important; }
    .pb-md-0 { padding-bottom: 0px !important; }
    .pb-md-10 { padding-bottom: 10px !important; }
    .pb-md-15 { padding-bottom: 15px !important; }
    .pb-md-20 { padding-bottom: 20px !important; }
    .pb-md-25 { padding-bottom: 25px !important; }
    .pb-md-30 { padding-bottom: 30px !important; }
    .pb-md-35 { padding-bottom: 35px !important; }
    .pb-md-40 { padding-bottom: 40px !important; }
    .pb-md-45 { padding-bottom: 45px !important; }
    .pb-md-50 { padding-bottom: 50px !important; }
    .pb-md-60 { padding-bottom: 60px !important; }
    .pb-md-70 { padding-bottom: 70px !important; }
    .pl-md-10 { padding-left: 10px !important; }
    .pl-md-15 { padding-left: 15px !important; }
    .pl-md-20 { padding-left: 20px !important; }
    .pl-md-25 { padding-left: 25px !important; }
    .pl-md-30 { padding-left: 30px !important; }
    .pl-md-35 { padding-left: 35px !important; }
    .pl-md-40 { padding-left: 40px !important; }
    .pl-md-45 { padding-left: 45px !important; }
    .pl-md-50 { padding-left: 50px !important; }
    .pr-md-10 { padding-right: 10px !important; }
    .pr-md-15 { padding-right: 15px !important; }
    .pr-md-20 { padding-right: 20px !important; }
    .pr-md-25 { padding-right: 25px !important; }
    .pr-md-30 { padding-right: 30px !important; }
    .pr-md-35 { padding-right: 35px !important; }
    .pr-md-40 { padding-right: 40px !important; }
    .pr-md-45 { padding-right: 45px !important; }
    .pr-md-50 { padding-right: 50px !important; }
}
@media (max-width:767px) {
    .m-sm-0 { margin: 0px !important; }
    .m-sm-10 { margin: 10px !important; }
    .m-sm-15 { margin: 15px !important; }
    .m-sm-20 { margin: 20px !important; }
    .m-sm-25 { margin: 25px !important; }
    .m-sm-30 { margin: 30px !important; }
    .m-sm-40 { margin: 40px !important; }
    .m-sm-50 { margin: 50px !important; }
    .m-sm-60 { margin: 60px !important; }
    .m-sm-70 { margin: 70px !important; }
    .m-sm-80 { margin: 80px !important; }
    .m-sm-90 { margin: 90px !important; }
    .m-sm-100 { margin: 100px !important; }
    .m-sm-110 { margin: 110px !important; }
    .m-sm-120 { margin: 120px !important; }
    .m-sm-130 { margin: 130px !important; }
    .m-sm-140 { margin: 140px !important; }
    .m-sm-150 { margin: 150px !important; }
    .m-sm-160 { margin: 160px !important; }
    .m-sm-170 { margin: 170px !important; }
    .m-sm-180 { margin: 180px !important; }
    .m-sm-190 { margin: 190px !important; }
    .m-sm-200 { margin: 200px !important; }
    .m-sm--10 { margin: -10px !important; }
    .m-sm--15 { margin: -15px !important; }
    .m-sm--20 { margin: -20px !important; }
    .m-sm--25 { margin: -25px !important; }
    .m-sm--30 { margin: -30px !important; }
    .m-sm--40 { margin: -40px !important; }
    .m-sm--50 { margin: -50px !important; }
    .m-sm--60 { margin: -60px !important; }
    .m-sm--70 { margin: -70px !important; }
    .m-sm--80 { margin: -80px !important; }
    .m-sm--90 { margin: -90px !important; }
    .m-sm--100 { margin: -100px !important; }
    .m-sm--110 { margin: -110px !important; }
    .m-sm--120 { margin: -120px !important; }
    .m-sm--130 { margin: -130px !important; }
    .m-sm--140 { margin: -140px !important; }
    .m-sm--150 { margin: -150px !important; }
    .m-sm--160 { margin: -160px !important; }
    .m-sm--170 { margin: -170px !important; }
    .m-sm--180 { margin: -180px !important; }
    .m-sm--190 { margin: -190px !important; }
    .m-sm--200 { margin: -200px !important; }
    .mt-sm-0 { margin-top: 0px !important; }
    .mt-sm-10 { margin-top: 10px !important; }
    .mt-sm-15 { margin-top: 15px !important; }
    .mt-sm-20 { margin-top: 20px !important; }
    .mt-sm-25 { margin-top: 25px !important; }
    .mt-sm-30 { margin-top: 30px !important; }
    .mt-sm-40 { margin-top: 40px !important; }
    .mt-sm-50 { margin-top: 50px !important; }
    .mt-sm-60 { margin-top: 60px !important; }
    .mt-sm-70 { margin-top: 70px !important; }
    .mt-sm-80 { margin-top: 80px !important; }
    .mt-sm-90 { margin-top: 90px !important; }
    .mt-sm-100 { margin-top: 100px !important; }
    .mt-sm-110 { margin-top: 110px !important; }
    .mt-sm-120 { margin-top: 120px !important; }
    .mt-sm-130 { margin-top: 130px !important; }
    .mt-sm-140 { margin-top: 140px !important; }
    .mt-sm-150 { margin-top: 150px !important; }
    .mt-sm-160 { margin-top: 160px !important; }
    .mt-sm-170 { margin-top: 170px !important; }
    .mt-sm-180 { margin-top: 180px !important; }
    .mt-sm-190 { margin-top: 190px !important; }
    .mt-sm-200 { margin-top: 200px !important; }
    .mt-sm--10 { margin-top: -10px !important; }
    .mt-sm--15 { margin-top: -15px !important; }
    .mt-sm--20 { margin-top: -20px !important; }
    .mt-sm--25 { margin-top: -25px !important; }
    .mt-sm--30 { margin-top: -30px !important; }
    .mt-sm--40 { margin-top: -40px !important; }
    .mt-sm--50 { margin-top: -50px !important; }
    .mt-sm--60 { margin-top: -60px !important; }
    .mt-sm--70 { margin-top: -70px !important; }
    .mt-sm--80 { margin-top: -80px !important; }
    .mt-sm--90 { margin-top: -90px !important; }
    .mt-sm--100 { margin-top: -100px !important; }
    .mt-sm--110 { margin-top: -110px !important; }
    .mt-sm--120 { margin-top: -120px !important; }
    .mt-sm--130 { margin-top: -130px !important; }
    .mt-sm--140 { margin-top: -140px !important; }
    .mt-sm--150 { margin-top: -150px !important; }
    .mt-sm--160 { margin-top: -160px !important; }
    .mt-sm--170 { margin-top: -170px !important; }
    .mt-sm--180 { margin-top: -180px !important; }
    .mt-sm--190 { margin-top: -190px !important; }
    .mt-sm--200 { margin-top: -200px !important; }
    .mb-sm-0 { margin-bottom: 0px !important; }
    .mb-sm-10 { margin-bottom: 10px !important; }
    .mb-sm-15 { margin-bottom: 15px !important; }
    .mb-sm-20 { margin-bottom: 20px !important; }
    .mb-sm-25 { margin-bottom: 25px !important; }
    .mb-sm-30 { margin-bottom: 30px !important; }
    .mb-sm-40 { margin-bottom: 40px !important; }
    .mb-sm-50 { margin-bottom: 50px !important; }
    .mb-sm-60 { margin-bottom: 60px !important; }
    .mb-sm-70 { margin-bottom: 70px !important; }
    .mb-sm-80 { margin-bottom: 80px !important; }
    .mb-sm-90 { margin-bottom: 90px !important; }
    .mb-sm-100 { margin-bottom: 100px !important; }
    .mb-sm-110 { margin-bottom: 110px !important; }
    .mb-sm-120 { margin-bottom: 120px !important; }
    .mb-sm-130 { margin-bottom: 130px !important; }
    .mb-sm-140 { margin-bottom: 140px !important; }
    .mb-sm-150 { margin-bottom: 150px !important; }
    .mb-sm-160 { margin-bottom: 160px !important; }
    .mb-sm-170 { margin-bottom: 170px !important; }
    .mb-sm-180 { margin-bottom: 180px !important; }
    .mb-sm-190 { margin-bottom: 190px !important; }
    .mb-sm-200 { margin-bottom: 200px !important; }
    .mb-sm--10 { margin-bottom: -10px !important; }
    .mb-sm--15 { margin-bottom: -15px !important; }
    .mb-sm--20 { margin-bottom: -20px !important; }
    .mb-sm--25 { margin-bottom: -25px !important; }
    .mb-sm--30 { margin-bottom: -30px !important; }
    .mb-sm--40 { margin-bottom: -40px !important; }
    .mb-sm--50 { margin-bottom: -50px !important; }
    .mb-sm--60 { margin-bottom: -60px !important; }
    .mb-sm--70 { margin-bottom: -70px !important; }
    .mb-sm--80 { margin-bottom: -80px !important; }
    .mb-sm--90 { margin-bottom: -90px !important; }
    .mb-sm--100 { margin-bottom: -100px !important; }
    .mb-sm--110 { margin-bottom: -110px !important; }
    .mb-sm--120 { margin-bottom: -120px !important; }
    .mb-sm--130 { margin-bottom: -130px !important; }
    .mb-sm--140 { margin-bottom: -140px !important; }
    .mb-sm--150 { margin-bottom: -150px !important; }
    .mb-sm--160 { margin-bottom: -160px !important; }
    .mb-sm--170 { margin-bottom: -170px !important; }
    .mb-sm--180 { margin-bottom: -180px !important; }
    .mb-sm--190 { margin-bottom: -190px !important; }
    .mb-sm--200 { margin-bottom: -200px !important; }
    .mr-sm-0 { margin-right: 0px !important; }
    .mr-sm-10 { margin-right: 10px !important; }
    .mr-sm-15 { margin-right: 15px !important; }
    .mr-sm-20 { margin-right: 20px !important; }
    .mr-sm-25 { margin-right: 25px !important; }
    .mr-sm-30 { margin-right: 30px !important; }
    .mr-sm-40 { margin-right: 40px !important; }
    .mr-sm-50 { margin-right: 50px !important; }
    .mr-sm-60 { margin-right: 60px !important; }
    .mr-sm-70 { margin-right: 70px !important; }
    .mr-sm-80 { margin-right: 80px !important; }
    .mr-sm-90 { margin-right: 90px !important; }
    .mr-sm-100 { margin-right: 100px !important; }
    .mr-sm-110 { margin-right: 110px !important; }
    .mr-sm-120 { margin-right: 120px !important; }
    .mr-sm-130 { margin-right: 130px !important; }
    .mr-sm-140 { margin-right: 140px !important; }
    .mr-sm-150 { margin-right: 150px !important; }
    .mr-sm-160 { margin-right: 160px !important; }
    .mr-sm-170 { margin-right: 170px !important; }
    .mr-sm-180 { margin-right: 180px !important; }
    .mr-sm-190 { margin-right: 190px !important; }
    .mr-sm-200 { margin-right: 200px !important; }
    .mr-sm--10 { margin-right: -10px !important; }
    .mr-sm--15 { margin-right: -15px !important; }
    .mr-sm--20 { margin-right: -20px !important; }
    .mr-sm--25 { margin-right: -25px !important; }
    .mr-sm--30 { margin-right: -30px !important; }
    .mr-sm--40 { margin-right: -40px !important; }
    .mr-sm--50 { margin-right: -50px !important; }
    .mr-sm--60 { margin-right: -60px !important; }
    .mr-sm--70 { margin-right: -70px !important; }
    .mr-sm--80 { margin-right: -80px !important; }
    .mr-sm--90 { margin-right: -90px !important; }
    .mr-sm--100 { margin-right: -100px !important; }
    .mr-sm--110 { margin-right: -110px !important; }
    .mr-sm--120 { margin-right: -120px !important; }
    .mr-sm--130 { margin-right: -130px !important; }
    .mr-sm--140 { margin-right: -140px !important; }
    .mr-sm--150 { margin-right: -150px !important; }
    .mr-sm--160 { margin-right: -160px !important; }
    .mr-sm--170 { margin-right: -170px !important; }
    .mr-sm--180 { margin-right: -180px !important; }
    .mr-sm--190 { margin-right: -190px !important; }
    .mr-sm--200 { margin-right: -200px !important; }
    .ml-sm-0 { margin-left: 0px !important; }
    .ml-sm-10 { margin-left: 10px !important; }
    .ml-sm-15 { margin-left: 15px !important; }
    .ml-sm-20 { margin-left: 20px !important; }
    .ml-sm-25 { margin-left: 25px !important; }
    .ml-sm-30 { margin-left: 30px !important; }
    .ml-sm-40 { margin-left: 40px !important; }
    .ml-sm-50 { margin-left: 50px !important; }
    .ml-sm-60 { margin-left: 60px !important; }
    .ml-sm-70 { margin-left: 70px !important; }
    .ml-sm-80 { margin-left: 80px !important; }
    .ml-sm-90 { margin-left: 90px !important; }
    .ml-sm-100 { margin-left: 100px !important; }
    .ml-sm-110 { margin-left: 110px !important; }
    .ml-sm-120 { margin-left: 120px !important; }
    .ml-sm-130 { margin-left: 130px !important; }
    .ml-sm-140 { margin-left: 140px !important; }
    .ml-sm-150 { margin-left: 150px !important; }
    .ml-sm-160 { margin-left: 160px !important; }
    .ml-sm-170 { margin-left: 170px !important; }
    .ml-sm-180 { margin-left: 180px !important; }
    .ml-sm-190 { margin-left: 190px !important; }
    .ml-sm-200 { margin-left: 200px !important; }
    .ml-sm--10 { margin-left: -10px !important; }
    .ml-sm--15 { margin-left: -15px !important; }
    .ml-sm--20 { margin-left: -20px !important; }
    .ml-sm--25 { margin-left: -25px !important; }
    .ml-sm--30 { margin-left: -30px !important; }
    .ml-sm--40 { margin-left: -40px !important; }
    .ml-sm--50 { margin-left: -50px !important; }
    .ml-sm--60 { margin-left: -60px !important; }
    .ml-sm--70 { margin-left: -70px !important; }
    .ml-sm--80 { margin-left: -80px !important; }
    .ml-sm--90 { margin-left: -90px !important; }
    .ml-sm--100 { margin-left: -100px !important; }
    .ml-sm--110 { margin-left: -110px !important; }
    .ml-sm--120 { margin-left: -120px !important; }
    .ml-sm--130 { margin-left: -130px !important; }
    .ml-sm--140 { margin-left: -140px !important; }
    .ml-sm--150 { margin-left: -150px !important; }
    .ml-sm--160 { margin-left: -160px !important; }
    .ml-sm--170 { margin-left: -170px !important; }
    .ml-sm--180 { margin-left: -180px !important; }
    .ml-sm--190 { margin-left: -190px !important; }
    .ml-sm--200 { margin-left: -200px !important; }
}
@media (max-width:575px) {
    .m-xs-0 { margin: 0px !important; }
    .m-xs-10 { margin: 10px !important; }
    .m-xs-15 { margin: 15px !important; }
    .m-xs-20 { margin: 20px !important; }
    .m-xs-25 { margin: 25px !important; }
    .m-xs-30 { margin: 30px !important; }
    .m-xs-40 { margin: 40px !important; }
    .m-xs-50 { margin: 50px !important; }
    .m-xs-60 { margin: 60px !important; }
    .m-xs-70 { margin: 70px !important; }
    .m-xs-80 { margin: 80px !important; }
    .m-xs-90 { margin: 90px !important; }
    .m-xs-100 { margin: 100px !important; }
    .m-xs-110 { margin: 110px !important; }
    .m-xs-120 { margin: 120px !important; }
    .m-xs-130 { margin: 130px !important; }
    .m-xs-140 { margin: 140px !important; }
    .m-xs-150 { margin: 150px !important; }
    .m-xs-160 { margin: 160px !important; }
    .m-xs-170 { margin: 170px !important; }
    .m-xs-180 { margin: 180px !important; }
    .m-xs-190 { margin: 190px !important; }
    .m-xs-200 { margin: 200px !important; }
    .m-xs--10 { margin: -10px !important; }
    .m-xs--15 { margin: -15px !important; }
    .m-xs--20 { margin: -20px !important; }
    .m-xs--25 { margin: -25px !important; }
    .m-xs--30 { margin: -30px !important; }
    .m-xs--40 { margin: -40px !important; }
    .m-xs--50 { margin: -50px !important; }
    .m-xs--60 { margin: -60px !important; }
    .m-xs--70 { margin: -70px !important; }
    .m-xs--80 { margin: -80px !important; }
    .m-xs--90 { margin: -90px !important; }
    .m-xs--100 { margin: -100px !important; }
    .m-xs--110 { margin: -110px !important; }
    .m-xs--120 { margin: -120px !important; }
    .m-xs--130 { margin: -130px !important; }
    .m-xs--140 { margin: -140px !important; }
    .m-xs--150 { margin: -150px !important; }
    .m-xs--160 { margin: -160px !important; }
    .m-xs--170 { margin: -170px !important; }
    .m-xs--180 { margin: -180px !important; }
    .m-xs--190 { margin: -190px !important; }
    .m-xs--200 { margin: -200px !important; }
    .mt-xs-0 { margin-top: 0px !important; }
    .mt-xs-10 { margin-top: 10px !important; }
    .mt-xs-15 { margin-top: 15px !important; }
    .mt-xs-20 { margin-top: 20px !important; }
    .mt-xs-25 { margin-top: 25px !important; }
    .mt-xs-30 { margin-top: 30px !important; }
    .mt-xs-40 { margin-top: 40px !important; }
    .mt-xs-50 { margin-top: 50px !important; }
    .mt-xs-60 { margin-top: 60px !important; }
    .mt-xs-70 { margin-top: 70px !important; }
    .mt-xs-80 { margin-top: 80px !important; }
    .mt-xs-90 { margin-top: 90px !important; }
    .mt-xs-100 { margin-top: 100px !important; }
    .mt-xs-110 { margin-top: 110px !important; }
    .mt-xs-120 { margin-top: 120px !important; }
    .mt-xs-130 { margin-top: 130px !important; }
    .mt-xs-140 { margin-top: 140px !important; }
    .mt-xs-150 { margin-top: 150px !important; }
    .mt-xs-160 { margin-top: 160px !important; }
    .mt-xs-170 { margin-top: 170px !important; }
    .mt-xs-180 { margin-top: 180px !important; }
    .mt-xs-190 { margin-top: 190px !important; }
    .mt-xs-200 { margin-top: 200px !important; }
    .mt-xs--10 { margin-top: -10px !important; }
    .mt-xs--15 { margin-top: -15px !important; }
    .mt-xs--20 { margin-top: -20px !important; }
    .mt-xs--25 { margin-top: -25px !important; }
    .mt-xs--30 { margin-top: -30px !important; }
    .mt-xs--40 { margin-top: -40px !important; }
    .mt-xs--50 { margin-top: -50px !important; }
    .mt-xs--60 { margin-top: -60px !important; }
    .mt-xs--70 { margin-top: -70px !important; }
    .mt-xs--80 { margin-top: -80px !important; }
    .mt-xs--90 { margin-top: -90px !important; }
    .mt-xs--100 { margin-top: -100px !important; }
    .mt-xs--110 { margin-top: -110px !important; }
    .mt-xs--120 { margin-top: -120px !important; }
    .mt-xs--130 { margin-top: -130px !important; }
    .mt-xs--140 { margin-top: -140px !important; }
    .mt-xs--150 { margin-top: -150px !important; }
    .mt-xs--160 { margin-top: -160px !important; }
    .mt-xs--170 { margin-top: -170px !important; }
    .mt-xs--180 { margin-top: -180px !important; }
    .mt-xs--190 { margin-top: -190px !important; }
    .mt-xs--200 { margin-top: -200px !important; }
    .mb-xs-0 { margin-bottom: 0px !important; }
    .mb-xs-10 { margin-bottom: 10px !important; }
    .mb-xs-15 { margin-bottom: 15px !important; }
    .mb-xs-20 { margin-bottom: 20px !important; }
    .mb-xs-25 { margin-bottom: 25px !important; }
    .mb-xs-30 { margin-bottom: 30px !important; }
    .mb-xs-40 { margin-bottom: 40px !important; }
    .mb-xs-50 { margin-bottom: 50px !important; }
    .mb-xs-60 { margin-bottom: 60px !important; }
    .mb-xs-70 { margin-bottom: 70px !important; }
    .mb-xs-80 { margin-bottom: 80px !important; }
    .mb-xs-90 { margin-bottom: 90px !important; }
    .mb-xs-100 { margin-bottom: 100px !important; }
    .mb-xs-110 { margin-bottom: 110px !important; }
    .mb-xs-120 { margin-bottom: 120px !important; }
    .mb-xs-130 { margin-bottom: 130px !important; }
    .mb-xs-140 { margin-bottom: 140px !important; }
    .mb-xs-150 { margin-bottom: 150px !important; }
    .mb-xs-160 { margin-bottom: 160px !important; }
    .mb-xs-170 { margin-bottom: 170px !important; }
    .mb-xs-180 { margin-bottom: 180px !important; }
    .mb-xs-190 { margin-bottom: 190px !important; }
    .mb-xs-200 { margin-bottom: 200px !important; }
    .mb-xs--10 { margin-bottom: -10px !important; }
    .mb-xs--15 { margin-bottom: -15px !important; }
    .mb-xs--20 { margin-bottom: -20px !important; }
    .mb-xs--25 { margin-bottom: -25px !important; }
    .mb-xs--30 { margin-bottom: -30px !important; }
    .mb-xs--40 { margin-bottom: -40px !important; }
    .mb-xs--50 { margin-bottom: -50px !important; }
    .mb-xs--60 { margin-bottom: -60px !important; }
    .mb-xs--70 { margin-bottom: -70px !important; }
    .mb-xs--80 { margin-bottom: -80px !important; }
    .mb-xs--90 { margin-bottom: -90px !important; }
    .mb-xs--100 { margin-bottom: -100px !important; }
    .mb-xs--110 { margin-bottom: -110px !important; }
    .mb-xs--120 { margin-bottom: -120px !important; }
    .mb-xs--130 { margin-bottom: -130px !important; }
    .mb-xs--140 { margin-bottom: -140px !important; }
    .mb-xs--150 { margin-bottom: -150px !important; }
    .mb-xs--160 { margin-bottom: -160px !important; }
    .mb-xs--170 { margin-bottom: -170px !important; }
    .mb-xs--180 { margin-bottom: -180px !important; }
    .mb-xs--190 { margin-bottom: -190px !important; }
    .mb-xs--200 { margin-bottom: -200px !important; }
    .mr-xs-0 { margin-right: 0px !important; }
    .mr-xs-10 { margin-right: 10px !important; }
    .mr-xs-15 { margin-right: 15px !important; }
    .mr-xs-20 { margin-right: 20px !important; }
    .mr-xs-25 { margin-right: 25px !important; }
    .mr-xs-30 { margin-right: 30px !important; }
    .mr-xs-40 { margin-right: 40px !important; }
    .mr-xs-50 { margin-right: 50px !important; }
    .mr-xs-60 { margin-right: 60px !important; }
    .mr-xs-70 { margin-right: 70px !important; }
    .mr-xs-80 { margin-right: 80px !important; }
    .mr-xs-90 { margin-right: 90px !important; }
    .mr-xs-100 { margin-right: 100px !important; }
    .mr-xs-110 { margin-right: 110px !important; }
    .mr-xs-120 { margin-right: 120px !important; }
    .mr-xs-130 { margin-right: 130px !important; }
    .mr-xs-140 { margin-right: 140px !important; }
    .mr-xs-150 { margin-right: 150px !important; }
    .mr-xs-160 { margin-right: 160px !important; }
    .mr-xs-170 { margin-right: 170px !important; }
    .mr-xs-180 { margin-right: 180px !important; }
    .mr-xs-190 { margin-right: 190px !important; }
    .mr-xs-200 { margin-right: 200px !important; }
    .mr-xs--10 { margin-right: -10px !important; }
    .mr-xs--15 { margin-right: -15px !important; }
    .mr-xs--20 { margin-right: -20px !important; }
    .mr-xs--25 { margin-right: -25px !important; }
    .mr-xs--30 { margin-right: -30px !important; }
    .mr-xs--40 { margin-right: -40px !important; }
    .mr-xs--50 { margin-right: -50px !important; }
    .mr-xs--60 { margin-right: -60px !important; }
    .mr-xs--70 { margin-right: -70px !important; }
    .mr-xs--80 { margin-right: -80px !important; }
    .mr-xs--90 { margin-right: -90px !important; }
    .mr-xs--100 { margin-right: -100px !important; }
    .mr-xs--110 { margin-right: -110px !important; }
    .mr-xs--120 { margin-right: -120px !important; }
    .mr-xs--130 { margin-right: -130px !important; }
    .mr-xs--140 { margin-right: -140px !important; }
    .mr-xs--150 { margin-right: -150px !important; }
    .mr-xs--160 { margin-right: -160px !important; }
    .mr-xs--170 { margin-right: -170px !important; }
    .mr-xs--180 { margin-right: -180px !important; }
    .mr-xs--190 { margin-right: -190px !important; }
    .mr-xs--200 { margin-right: -200px !important; }
    .ml-xs-0 { margin-left: 0px !important; }
    .ml-xs-10 { margin-left: 10px !important; }
    .ml-xs-15 { margin-left: 15px !important; }
    .ml-xs-20 { margin-left: 20px !important; }
    .ml-xs-25 { margin-left: 25px !important; }
    .ml-xs-30 { margin-left: 30px !important; }
    .ml-xs-40 { margin-left: 40px !important; }
    .ml-xs-50 { margin-left: 50px !important; }
    .ml-xs-60 { margin-left: 60px !important; }
    .ml-xs-70 { margin-left: 70px !important; }
    .ml-xs-80 { margin-left: 80px !important; }
    .ml-xs-90 { margin-left: 90px !important; }
    .ml-xs-100 { margin-left: 100px !important; }
    .ml-xs-110 { margin-left: 110px !important; }
    .ml-xs-120 { margin-left: 120px !important; }
    .ml-xs-130 { margin-left: 130px !important; }
    .ml-xs-140 { margin-left: 140px !important; }
    .ml-xs-150 { margin-left: 150px !important; }
    .ml-xs-160 { margin-left: 160px !important; }
    .ml-xs-170 { margin-left: 170px !important; }
    .ml-xs-180 { margin-left: 180px !important; }
    .ml-xs-190 { margin-left: 190px !important; }
    .ml-xs-200 { margin-left: 200px !important; }
    .ml-xs--10 { margin-left: -10px !important; }
    .ml-xs--15 { margin-left: -15px !important; }
    .ml-xs--20 { margin-left: -20px !important; }
    .ml-xs--25 { margin-left: -25px !important; }
    .ml-xs--30 { margin-left: -30px !important; }
    .ml-xs--40 { margin-left: -40px !important; }
    .ml-xs--50 { margin-left: -50px !important; }
    .ml-xs--60 { margin-left: -60px !important; }
    .ml-xs--70 { margin-left: -70px !important; }
    .ml-xs--80 { margin-left: -80px !important; }
    .ml-xs--90 { margin-left: -90px !important; }
    .ml-xs--100 { margin-left: -100px !important; }
    .ml-xs--110 { margin-left: -110px !important; }
    .ml-xs--120 { margin-left: -120px !important; }
    .ml-xs--130 { margin-left: -130px !important; }
    .ml-xs--140 { margin-left: -140px !important; }
    .ml-xs--150 { margin-left: -150px !important; }
    .ml-xs--160 { margin-left: -160px !important; }
    .ml-xs--170 { margin-left: -170px !important; }
    .ml-xs--180 { margin-left: -180px !important; }
    .ml-xs--190 { margin-left: -190px !important; }
    .ml-xs--200 { margin-left: -200px !important; }
    .pt-sm-00 { padding-top: 0px !important; }
    .pt-sm-10 { padding-top: 10px !important; }
    .pt-sm-15 { padding-top: 15px !important; }
    .pt-sm-20 { padding-top: 20px !important; }
    .pt-sm-25 { padding-top: 25px !important; }
    .pt-sm-30 { padding-top: 30px !important; }
    .pt-sm-35 { padding-top: 35px !important; }
    .pt-sm-40 { padding-top: 40px !important; }
    .pt-sm-45 { padding-top: 45px !important; }
    .pt-sm-50 { padding-top: 50px !important; }
    .pb-sm-0 { padding-bottom: 0px !important; }
    .pb-sm-10 { padding-bottom: 10px !important; }
    .pb-sm-15 { padding-bottom: 15px !important; }
    .pb-sm-20 { padding-bottom: 20px !important; }
    .pb-sm-25 { padding-bottom: 25px !important; }
    .pb-sm-30 { padding-bottom: 30px !important; }
    .pb-sm-35 { padding-bottom: 35px !important; }
    .pb-sm-40 { padding-bottom: 40px !important; }
    .pb-sm-45 { padding-bottom: 45px !important; }
    .pb-sm-50 { padding-bottom: 50px !important; }
    .pl-sm-10 { padding-left: 10px !important; }
    .pl-sm-15 { padding-left: 15px !important; }
    .pl-sm-20 { padding-left: 20px !important; }
    .pl-sm-25 { padding-left: 25px !important; }
    .pl-sm-30 { padding-left: 30px !important; }
    .pl-sm-35 { padding-left: 35px !important; }
    .pl-sm-40 { padding-left: 40px !important; }
    .pl-sm-45 { padding-left: 45px !important; }
    .pl-sm-50 { padding-left: 50px !important; }
    .pr-sm-0 { padding-right: 0 !important; }
    .pr-sm-10 { padding-right: 10px !important; }
    .pr-sm-15 { padding-right: 15px !important; }
    .pr-sm-20 { padding-right: 20px !important; }
    .pr-sm-25 { padding-right: 25px !important; }
    .pr-sm-30 { padding-right: 30px !important; }
    .pr-sm-35 { padding-right: 35px !important; }
    .pr-sm-40 { padding-right: 40px !important; }
    .pr-sm-45 { padding-right: 45px !important; }
    .pr-sm-50 { padding-right: 50px !important; }
}
@media (min-width:992px) {
    .blog-right-col { -ms-flex: 0 0 66%; flex: 0 0 66%; max-width: 70.811%; }
    .blog-left-col { -ms-flex: 0 0 34%; flex: 0 0 34%; max-width: 27.914%; }
}
@media (min-width:1200px) {
    .container { max-width: 1200px; }

    /** header-style-2 **/
    .header-style-2.site-header .site-navigation ul.navigation > li > a { color: #ffffff !important; }
    .site-header.header-style-2 .site-navigation ul.navigation > li.active > a:hover, .site-header.header-style-2 .site-navigation ul.navigation > li > a:hover, .site-header.header-style-2 .site-navigation ul.navigation > li.active > a { color: #ffffff; }
    .header-style-2.site-header .site-navigation ul.navigation { float: none; right: 0; left: 0; text-align: center; margin: 0 auto; }
}
@media (min-width:1200px) {
    .right-bg-effect { width: 25%; }
}
@media(min-width:1480px) {
    .right-bg-effect { width: 29%; }
}
@media(min-width:1680px) {
    .right-bg-effect { width: 33%; }
}