/* =Import Required styles
========================================================================================*/
@import url(normalize.css);
@import url(icons.css);


/* =Box Sizing 
========================================================================================*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }

/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; }
body { font: 20px/1.2 'Montserrat', Arial, Helvetica, sans-serif; color:#717070; font-weight: 200; }
figure { margin: 0; }
img { vertical-align:top; border:0; max-width: 100%; }
a, input[type="button"], input[type="submit"], button, table th, table td { -webkit-transition:background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1); transition:background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1); }
.allanim, #mainmenu li a:after  { -webkit-transition:all 550ms cubic-bezier(0.77,0,0.175,1); transition:all 550ms cubic-bezier(0.77,0,0.175,1); }
a { color:#e26825; text-decoration:none;}
a:hover {  }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active{ background-color:transparent;}
}
strong { font-weight:bold; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 20px 0; }
h1,h2, h3, h4, h5, h6 { line-height:1.3; margin:0 0 10px; font-weight:700;  }
h1,h2 { font-size: 38px;  }
h3 { font-size: 26px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

ul li { line-height:24px; }

.cf:after,.wrap:after { content:""; display:table; clear: both; }
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }
:focus { outline:none; }
.text_cont p { padding:0 0 10px 0; }
.nopad p, p.nopad { padding:0; }

.cols { margin-left:-20px; margin-right:-20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.cols .col { padding-left:20px; padding-right:20px; }
.cols1 .col { width:100% }
.cols2 .col { width:50% }
.cols3 .col { width:33.333333333333%; }
.cols4 .col { width:25%; }

/* =Blockquote & highlight
========================================================================================*/
blockquote { border-left:solid 6px #e1e1e1; margin-left:0; padding-left:15px; }
blockquote small { font-size:85%; display:block; color:#999; padding:5px 0 0 0; font-style:italic; }
.highlight, mark { background:#fffd64; }

/* =Text Size, color & Custom list style
========================================================================================*/
.text-bigger { font-size:22px;  }
.text-big { font-size:20px; }
.text-small { font-size:12px; }
.text-muted { color:#777; }
.text-primary { color:#E06010; }
.text-secondary { color:#7979a9; }

.bg-muted { background:#777; }
.bg-primary { background:#E06010; }
.bg-secondary { background:#7979a9; }

.text-lc { text-transform:lowercase; }
.text-uc { text-transform:uppercase; }

.has-show { display:block !important; }
.has-hide { display:none !important; }

.has-error { padding:8px 12px 0; display:block; color:#E06010; }
input.has-error { border:solid 1px #E06010 !important;  }

.tall-space { margin:45px 0; }
.medium-space { margin:20px 0; }

.custom-arrow-list { margin:0; padding:0; list-style:none; }
.custom-arrow-list li { position:relative; padding-left:20px; }
.custom-arrow-list li:before { content:''; border:solid 2px #bbb; border-left:0; border-top:0; position:absolute; left:1px; top:9px; -webkit-transform:rotate(-45deg); transform:rotate(-45deg); width:7px; height:7px; }

/* =Divider Width
========================================================================================*/
hr { border:0; border-bottom:solid 1px #e1e1e1; margin:20px 0; position:relative; width:100%; }
hr:before { background:#888; bottom: 0; content: ""; display: block; height: 1px; left: 0; right:0; margin:0 auto; top:0; position: absolute; width: 40px; }
.dashed-border { border-bottom-style:dashed }
.dotted-border { border-bottom-style:dotted; }
.double-border { border-bottom-style:double; border-bottom-width:3px; }
.double-border:before { height:3px; }

/* =Drop Caps
========================================================================================*/
p.drop-caps:first-child:first-letter { float: left; font-size: 75px; line-height: 60px; padding: 4px; margin-right: 5px; margin-top: 5px; font-family: Georgia; }
p.drop-caps.secundary:first-child:first-letter { background-color: #E06010; color: #fff; padding: 6px; margin-right: 11px; border-radius: 4px; }

/* =Image Caps
========================================================================================*/
.image-block { padding:25px 0;  }
.image-block:after { display:table; clear:both; content:''; }
.image-block figure { width:33.33333%; float:left; position:relative; border:solid 1px #e5e5e5; padding:5px; background:#fff; margin:0 20px 10px 0; }
.image-block figure img { width:100%; height:auto; }
.image-block.right-align figure { float:right; margin:0 0 10px 20px;  }
.image-block figcaption { display:block; font-weight:700; position:absolute; left:5px; right:5px; bottom:5px; margin:0 auto; background:rgba(0,0,0,0.40); padding:13px 10px; color:#fff; text-align:center; line-height:1.25; }
.image-block h3 { margin-bottom:20px; }

/* =Section Caps
========================================================================================*/
.section-block { padding:25px 0; background:#fff; }

/* =Layout Width
========================================================================================*/
#wrapper {  }
.wrap { max-width: 1460px; width: 100%; margin: 0 auto; padding-left: 30px; padding-right: 30px; }

#main { padding: 0; }
#primary { float:left; width:700px; }
#sidebar { float:right; width:200px; }
.one-column { width:auto !important; float:none !important; }


/* =Common-Page (common classes for all pages)
========================================================================================*/
#header { position: fixed; top: 0; left: 0; right: 0; z-index: 111; }
.header-top { background: #F5F5F5; }
.header-top-row { display: flex; align-items: center; justify-content: space-between; }
.header-contact ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; }
.header-contact ul li { margin-right: 70px; font-size: 12px; font-weight: 400; color: #999999; }
.header-contact ul li a, .header-contact ul li span { display: block; color: #999999; position: relative; padding-left: 30px; }
.header-contact ul li a:hover, .header-social li a:hover { color: #000; }
.header-contact ul li i { position: absolute; left: 0; top: 5px; font-size: 15px; }
.header-social { display: flex; margin: 0; padding: 0; list-style: none; }
.header-social li { border-right: 1px solid #E2E6E7; font-size: 13px; }
.header-social li:first-child { border-left: 1px solid #E2E6E7; }
.header-social li a { height: 46px; width: 46px; display: flex; align-items: center; justify-content: center; color: #A9A9A9; text-decoration: none; }

.header-bottom { position: relative; background-image: url(../images/header-bg.png); background-size: 100% auto; background-position: center bottom; padding: 38px 0 90px;  background-repeat: no-repeat;}
.header-bottom-row { display: flex; align-items: flex-start; justify-content: space-between; }
#logo { width: 265px; position: relative; }
#logo img { max-width: 100%; height: auto; width: auto; }
#mainmenu { font-size: 16px; margin: 0 auto 0 10%; }
#mainmenu ul { margin:0; padding:0; list-style:none; }
#mainmenu li { line-height: 1; }
#mainmenu > ul > li { margin:0 0 0 25px; font-weight: 400; text-transform: uppercase; }
#mainmenu li a { text-decoration: none; padding: 0 0 4px; display: block; color:#fff; position: relative; }
#mainmenu li a:after { content: ''; position: absolute; width: 0; height: 2px; background: #E06010; top: 100%; left: 0; right: 0; margin: 0 auto; }
#mainmenu li a:hover:after, #mainmenu li.active a:after { width: 100%; }

#footer { background: #182745; padding: 56px 0 72px; font-size: 14px; color: #fff; }
.footer-row .cols .col { width: 30%; }
.footer-row .cols .col:first-child { width: 40%; }

.footer-box .footer-logo { display: block; width: 205px; margin-bottom: 25px; }
.footer-box .footer-logo img { display: block; width: 100%; }
.company-info { max-width: 332px; }
.footer-box h5 { font-size: 17px; padding-bottom: 15px; margin-bottom: 32px; position: relative; text-transform: uppercase; }
.footer-box h5:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 35px; background: #E06010; }

.contact-list { margin: 0 0 18px; padding: 0; list-style: none; }
.contact-list li { line-height: 1.2; }
.contact-list li a { color: #fff; }
.contact-list li a:hover { color: #E06010; }

.working-hours { margin: 0; padding: 0; list-style: none; }
.working-hours li { line-height: 1.2; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #fff; padding-bottom: 4px; margin-bottom: 15px; font-size: 14px; }
.working-hours li:last-child { margin-bottom: 0; }




/* =Home-Page (only homepage used classes)
========================================================================================*/
.sprites { background-image: url(../images/bgi/sprites.svg);  } 
.sp-after:after { background-image: url(../images/bgi/sprites.svg); display: inline-block; width: 25px; height: 25px; margin-left: 10px; content: ''; vertical-align: middle; }
.sp-before:before { background-image: url(../images/bgi/sprites.svg); display: inline-block; width: 25px; height: 25px; margin-right: 10px; content: ''; vertical-align: middle;  }

/* =Form Style
========================================================================================*/
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select, input[type="submit"], input[type="button"] { font-size:100%; margin:0; vertical-align:baseline; *vertical-align:middle;   }
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, input[type="submit"], input[type="button"] { -webkit-appearance:none; -webkit-border-radius:0;  border-radius:0; }
button, input { line-height:normal; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select { background:#fff; padding: 3px 20px 5px; height: 52px; line-height:1.55; border:solid 1px #332f2f; color:#454648; width:100%; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-weight: 300; -moz-transition:border-color 200ms ease-in; -webkit-transition:border-color 200ms ease-in; transition:border-color 200ms ease-in; border-radius: 50px; font-size: 23px; }
input[type="text"].input-lg, input[type="password"].input-lg, input[type="email"].input-lg, input[type="tel"].input-lg, input[type="search"].input-lg, input[type="url"].input-lg { height:58px; }
input[type="text"].input-sm, input[type="password"].input-sm, input[type="email"].input-sm, input[type="tel"].input-sm, input[type="search"].input-sm, input[type="url"].input-sm { height:38px; }
textarea { width:100%; height:204px; overflow:auto; resize:vertical; padding:10px 20px;  font-family:'Open Sans', Arial, Helvetica, sans-serif; border-radius: 20px; }
select { padding: 5px 42px 5px 17px; font-size: 23px; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; appearance:none; position:relative; z-index:1; background:none; line-height:1.25; }
select::-ms-expand { display:none; }
.custom-select { display:block; margin:0; position:relative; background:#fff; }
.custom-select:before { position:absolute; right:1px; top:1px; width:48px; background:#fff; content:''; height:48px; }
.custom-select:after { content:''; border-top:solid 6px #848690; border-right:solid 6px transparent; border-left:solid 6px transparent; position:absolute; right:18px; top:50%; margin-top:-3px; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus, select:focus { border:solid 1px #acacac;  }
input::-moz-focus-inner, button::-moz-focus-inner {border:0; padding:0;}
input[type="button"], input[type="submit"], button { background-color: #E06010; color:#fff;  border:0;  cursor: pointer; width: auto; overflow:visible; padding: 13px 41px; vertical-align:middle; text-decoration:none; text-transform: uppercase; font-size: 20px; line-height:1.25; font-family: 'Montserrat', sans-serif; font-weight: 500; border-radius: 50px; }
input[type="button"]:hover, input[type="submit"]:hover, button:hover { background: #182745; color:#fff; }
input[type="checkbox"], input[type="radio"] { margin:4px 8px 0 ; vertical-align:top;  }

::-webkit-input-placeholder { opacity:1; }
::-moz-placeholder { opacity:1; }
:-ms-input-placeholder { opacity:1; }
:-moz-placeholder { opacity:1; }

.checkbox, .radio { position: relative; float: left; margin-right: 20px; }
.form-block .form-group .checkbox label, .form-block .form-group .radio label { padding: 0; padding-left: 26px; display: block; line-height: 1.1; }
.checkbox input, .radio input { top: 0; left: 0; z-index: 1; cursor: pointer; opacity: 0; position: absolute; }
.checkbox input:checked + .input-helper:before, .radio input:checked + .input-helper:before { border-color: #182745; }
.checkbox input:disabled + .input-helper:before, .radio input:disabled + .input-helper:before { opacity: 0.35; }
.checkbox .input-helper:before, .radio .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:after { position: absolute; content: ""; transition: all 200ms; }
.checkbox .input-helper:before, .radio .input-helper:before { left: 0; border: 1px solid #7a7a7a; }
.checkbox input { width: 18px; height: 18px; margin: 0; }
.checkbox input:checked + .input-helper:before { background-color: #182745; }
.checkbox input:checked + .input-helper:before { background-color: #182745; }
.checkbox input:checked + .input-helper:after { transform: scale(1); opacity: 1; }
.checkbox .input-helper:before { top: 4px; width: 18px; height: 18px; border-radius: 2px; color: #fff; }
.checkbox .input-helper:after { content: '\2713'; font-size: 13px; left: 2px; top: 6px; font-weight: 600; color: #fff; transform: scale(0); opacity: 0; }
.radio input { width: 18px; height: 18px; margin: 0; }
.radio input:checked + .input-helper:after { transform: scale(1); }
.radio .input-helper:before { top: 0; width: 18px; height: 18px; border-radius: 50%; }
.radio .input-helper:after { width: 8px; height: 8px; background: #182745; border-radius: 50%; top: 5px; left: 5px; transform: scale(0); }


/* =BreadCrumbs
========================================================================================*/
.breadcrumbs { padding:10px 0; background:#efeded; border-bottom:solid 1px #dedede; font-size:14px; color:#999; }
.breadcrumbs ul { display: inline; margin: 0 0 0 5px; padding: 0; }
.breadcrumbs li { display:inline-block; margin:0 0 0 20px; position:relative; }
.breadcrumbs li:before { content:''; border-left:solid 4px #999; border-bottom:solid 4px transparent; border-top:solid 4px transparent; width:0; height:0; display:inline-block; position:absolute; left:-14px; top:50%; margin-top:-4px; }
.breadcrumbs li a { color:#505061; text-decoration:none; }
.breadcrumbs li a:hover { color:#e34f26; }

/* =Form list
========================================================================================*/
.form-block { margin:10px 0; }
.form-group { padding:10px 0 }
.form-group:after { clear:both; content:''; display:table; }
.formlist .form-group ul { margin:0; padding:0; list-style:none; }
.forgot-link { float:right; }
.form-block .form-group label { display:inline-block; padding:0 0 5px;  }
.form-inline .form-group label { float:left; width:30%; padding:10px 10px 10px 0; line-height:1.5 }
.form-inline .form-group .field-box { width:70%; float:left; }

/* =Common button CSS
========================================================================================*/
.button { background-color:#E06010; text-transform: uppercase; font-size: 13px; color:#fff; display:inline-block; line-height:1.2; padding: 16px 21px; vertical-align:bottom; font-family: 'Roboto', sans-serif; font-weight: 700; border-radius: 50px; }
.button:hover { background-color:#182745; text-decoration:none; color:#fff; }
.button.btn-lg, input[type="submit"].btn-lg, input[type="button"].btn-lg, button.btn-lg { padding:12px 33px; font-size:18px; }
.button.btn-sm, input[type="submit"].btn-sm, input[type="button"].btn-sm, button.btn-sm { padding:10px 25px; font-size:14px; }
.button.btn-xs, input[type="submit"].btn-xs, input[type="button"].btn-xs, button.btn-xs { padding:8px 20px; font-size:12px; }
.button.btn-lightgray, input[type="submit"].btn-lightgray, input[type="button"].btn-lightgray, button.btn-lightgray { background:#aeaeae; color:#fff; }
.button.btn-lightgray:hover, input[type="submit"].btn-lightgray:hover, input[type="button"].btn-lightgray:hover, button.btn-lightgray:hover { background:#757f90; }
.button.btn-secondary, input[type="submit"].btn-secondary, input[type="button"].btn-secondary, button.btn-secondary { background:#182745; color:#fff; }
.button.btn-secondary:hover, input[type="submit"].btn-secondary:hover, input[type="button"].btn-secondary:hover, button.btn-secondary:hover { background:#E06010; }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline, button.btn-outline { background:#fff; border:solid 2px #E06010; color:#E06010;  }
.button.btn-outline:hover, input[type="submit"].btn-outline:hover, input[type="button"].btn-outline:hover, button.btn-outline:hover { background:#E06010; color:#fff; }

.button.btn-lg.btn-outline, input[type="submit"].btn-lg.btn-outline, input[type="button"].btn-lg.btn-outline {  padding:14px 35px;   }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline {  padding: 14px 19px;   }
.button.btn-sm.btn-outline, input[type="submit"].btn-sm.btn-outline, input[type="button"].btn-sm.btn-outline {  padding:8px 25px;   }
.button.btn-xs.btn-outline, input[type="submit"].btn-xs.btn-outline, input[type="button"].btn-xs.btn-outline {  padding:6px 20px;   }

.button.btn-block { display:block; }
.buttonset .button { margin: 10px 7px; text-align: center; width: 160px; padding-left:10px !important; padding-right:10px !important; }


/* =Table CSS
========================================================================================*/
table { max-width:100%; background-color:transparent; border-collapse:collapse; border-spacing:0; border:1px solid #ddd; }
table { width:100%; margin-bottom:30px; }
table th, table td { padding:14px 15px; line-height:1.32; text-align:left; vertical-align:top; border-top:1px solid #ddd;  border-right:1px solid #ddd;}
table th { background:#ececec; font-weight:700; padding:17px 15px; font-size:16px; }
table tr:hover td { background:#fbfbfb; }
table tr.selected td { background:#fbfbfb; }
table thead th { vertical-align:middle; }
table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td { border-top:0; }

/* =tabnav CSS
========================================================================================*/
.tabnav { width:100%; margin:0; padding:0; list-style:none; border:solid 1px #e9edee;  }
.tabnav li { float:left; position:relative; margin:0; width:25%; text-align:center; font-weight:600; text-transform:uppercase; }
.tabnav li:first-child { margin:0; }
.tabnav li h2 { margin:0; font-size:15px; }
.tabnav li a { display:block; padding:16px 5px; text-decoration:none; color:#505061; line-height:1.25; background:#e9edee; margin-bottom:-1px; border-left:solid 1px #dde1e2; }
.tabnav li:first-child a { border-left:0; }
.tabnav li.active a, .tabnav li a:hover { background-color:#fff; color:#E06010; }
.tabnav li.active a:after { display:block; }
.tab-container { padding:20px; border:solid 1px #e9edee; border-top:0; }
.tabcontent .quicklist li, .tabcontent .quicklist { margin:0; }
.tabcontent { display:none;  }
.tabcontent p { color:#666; margin:20px 0 0; }
.tabcontent p:first-child { margin-top:0; }
.tabcontent p a, .accordion-data p a { color:#7f97ae; text-decoration:underline; }
.tabcontent p a:hover, .accordion-data p a:hover { color:#00305d }
.tabcontent h4 { margin:0 0 15px; }

/* =Accordian CSS
========================================================================================*/
.accordion-databox .accordion-row { }
.accordion-databox .accordion-row:first-child { border-top:0; }
.accordion-databox .accordion-row h5 { cursor:pointer; margin:0; background:#f3f3f3; color:#555; position:relative; padding:16px 54px 16px 16px; font-weight:600; font-size:15px; margin-bottom:7px; text-transform:uppercase; }
.accordion-databox .accordion-row h5:before { position:absolute; right:0; top:0; content:''; width:54px; height:100%; z-index:1; background:rgba(0,0,0,0.08); } 
.accordion-databox .accordion-row h5:after { content:''; position:absolute; right:18px; top:50%; margin-top:-4px; border-top:solid 8px #818181; border-left:solid 8px transparent; border-right:solid 8px transparent; z-index:2  }
.accordion-databox .accordion-row h5.open { color:#272c2f;}
.accordion-databox .accordion-row h5.open:after { border-top:0; border-bottom:solid 8px #272c2f; }
.accordion-data { display:none; padding:15px 0; }
.accordion-data p { padding:0 6px; margin:20px 0 0; }
.accordion-data p:first-child { margin-top:0; }

/* =Alertbox CSS
========================================================================================*/
.alert { padding:16px 16px 16px 55px; margin:20px 0; color:#454545; position:relative; }
.alert:before { position:absolute; content:''; left:15px; top:15px; width:24px; height:24px; background:url(../images/bgi/sprites.svg) no-repeat 0 0; }
.alert-notification {  background-color:#fff0f4; border:solid 1px #db524c; color:#db524c; }
.alert-notification:before { background-position:0 0; }
.alert-info { background-color:#e8f6ff;  border:solid 1px #0082d5; color:#0082d5;  }
.alert-info:before { background-position:-26px 0; }
.alert-warning { background-color:#fef4ec; border:solid 1px #ff9948; color:#ff9948; }
.alert-warning:before { background-position:-52px 0; }
.alert-success { background-color:#edfff6; border:solid 1px #04be5b; color:#04be5b; }
.alert-success:before { background-position:-79px 0; }
.alert-normal { background-color:#efefef; border:solid 1px #999; padding-left:16px; color:#555; }
.alert-normal:before { display:none; }

/* =Default page CSS
========================================================================================*/
.heading-listblock { padding:20px 0; }
.heading-listblock p, .heading-listblock blockquote { margin:0 0 35px; }
.heading-listblock p:last-child { margin-bottom:0; } 
.heading-listblock .paragraph-block p { margin:0 0 20px; }
.list-block ul, .list-block ol { padding-left:22px; margin-left:-5px; }
.list-block ul li, .list-block ol li { margin:5px 0; } 
.list-block ul.custom-arrow-list { margin:0; padding:0; }


/* =Homepage CSS 
========================================================================================*/

/* banner */
.banner-section { padding: 300px 0 80px; background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; z-index: 1; }
.banner-section:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #192745; opacity: 0.8; z-index: -1; }
.home .banner-section { padding: 242px 0 60px; }
.banner-row { text-align: center; }
.banner-row h1, .banner-row h2 { font-weight: 700; font-size: 68px; color: #fff; text-transform: uppercase; margin: 0; }
.home .banner-row h1,.home  .banner-row h2 { font-size: 48px; }
.banner-row h1 span:not(.highlight-text), .banner-row h2 span:not(.highlight-text) { font-weight: 300; display: block; }
.banner-row h1 .highlight-text, .banner-row h2 .highlight-text { color: #E06010; }

.banner-row .banner-text { color: #fff; font-size: 31px; margin-top: 20px; }
.banner-row .banner-text .button.btn-outline { color: #fff; background-color: transparent; }
.banner-row .banner-text .button.btn-outline:hover { color: #fff; background-color: #E06010; }



.features-section { padding: 85px 0 50px; position: relative; background: #f2f2f0; z-index: 1; }
.features-row { max-width: 1730px; padding: 0 20px; margin: 0 auto; position: relative; }
.features-row .cols { margin: 0 -10px; }
.features-row .cols .col { padding: 0 10px; }
.features-section:before { content:''; background: url('../images/shadow-bg.svg')no-repeat center bottom; width: 100%; height: 100%; top: auto; bottom: -80px; background-size: 100%; position: absolute; left: 0; right: 0; filter: drop-shadow(0px 3px 0px #182745); z-index: -1; }
.features-section:after { content:''; position: absolute; left: 0; top: 0; height: 140px; background: #fff; width: 100%; z-index: -1; }
.feature-img { position: relative; }
.feature-img figure { position: relative; padding-top: 42.5650%; }
.feature-img figure img { width: 100%; position: absolute; left: 0; top: 0; height: 100%; object-fit: cover; }
.feature-img .feature-icon { position: absolute; left: 0; right: 0; bottom: 0; height: 100px; width: 100px; border-radius: 50%; background-color: #182745; color: #fff; display: flex; align-items: center; justify-content: center; margin: auto; transform: translateY(50%); box-shadow: 1px 2px 2px rgba(124, 123, 123, 0.75); font-size: 58px; z-index: 1; padding: 10px; }
.feature-icon img { width: 100%; }
.feature-img .feature-icon:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border-radius: 50%; background-color: #182745; margin: auto; z-index: -1;   }
.feature-img .feature-icon:after { content: ""; position: absolute; left: -15px; right: -15px; top: -15px; bottom: -15px; border-radius: 50%; background-color: #f2f2ef; margin: auto; z-index: -2; }

.feature-info { padding: 70px 20px 40px; text-align: center; font-size: 16px; }
.feature-info h6 { font-size: 18px; font-weight: bold; text-transform: uppercase; position: relative; padding-bottom: 15px;	margin-bottom: 20px; }
.feature-info h6::after { content: ''; width: 33px; height: 2px; background: #E06010; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; }
.feature-info p { line-height: 1.1; max-width: 262px; margin: 0 auto; color: #000; }
.section-title { text-align: center; margin-bottom: 42px; }
.section-title h2 { font-size: 38px;color:#2d3032; text-transform: uppercase; font-weight: 700; position: relative; padding-bottom: 20px; margin-bottom: 20px; }
.section-title h2:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 81px; height: 3px; background: #E06010;}
.section-title p { max-width: 820px; margin: 0 auto; font-size: 20px; margin-bottom: 20px; }



/* 1682px */
.timeline-section { padding: 100px 0; position: relative; overflow: hidden; z-index: 1; }
.timeline-section:before { content: ""; position: absolute; left: 0; right: 0; top: 0; z-index: -1; background-color: #F8F7F6; height: 730px; }

.timeline-section .section-title { max-width: 460px; margin: 0 auto 170px; }
.timeline-section .section-title h2 { text-transform: none; }


.timeline-row { max-width: 1722px; padding: 0 20px; margin: 0 auto; }

.timline-details { padding-bottom: 50px; position: relative; height: 1205px; overflow: hidden; }
.timline-details.show { height: auto; }
.timline-details.show:before { display: none; }
.timline-details:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 475px; background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%); z-index: 11; pointer-events: none; }

.year-block { min-height: 225px; position: relative; display: flex; }
.year-block:before { content: ""; position: absolute; left: 50%; top: 50%; transform: translateX(-50%); width: 7px; bottom: 0; background-color: #182745; height: calc(100% - 60px); }
.year-block .year-info { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 55px; width: 55px; border-radius: 50%; background: #E06010; }
.year-block .year-info:before { content: ""; position: absolute; height: 27px; width: 27px; border-radius: 50%; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background: #fff; }
.year-details { width: calc(50% - 51px); position: relative; }

.year-data { min-height: 425px; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 20px; position: relative; overflow: hidden; z-index: 1; color: #fff; padding: 75px 60px; max-width: 80%; margin-left: auto; }
.year-data:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #182745; opacity: 0.8; z-index: -1; }

.year-txt { max-width: 70%; margin-left: auto; text-align: right; font-size: 19px; font-weight: 300; }
.year-txt h4 { font-size: 27px; font-weight: 900; margin-bottom: 60px; }

.year-img { position: absolute; left: 0; bottom: -50px; z-index: 1; padding: 14px; border-radius: 20px; max-width: 347px; background: #fff; }
.year-img figure { border-radius: 15px; overflow: hidden; }


.year-block ~ .year-block { margin-top: -60px; }
.year-block:nth-child(2n) .year-details { margin-left: auto; }
.year-block:nth-child(2n) .year-data { margin-left: 0; }
.year-block:nth-child(2n) .year-txt { text-align: left; margin-left: 0; }
.year-block:nth-child(2n) .year-img { left: auto; right: 0; }

.year-block:last-child:before { display: none; }



.timeline-more { display: flex; justify-content: center; position: relative; z-index: 99; }
.timeline-more .timeline-trigger { display: block; font-size: 42px; text-decoration: none; color: #E06010; -moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite; animation: bounce 2s infinite; }
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}

.section-row { padding: 60px 0; }
.seller-section { padding-bottom: 134px; position: relative; width: 100%; overflow: hidden; padding-top: 130px; }
.seller-section:before { content:''; width: 100%; position: absolute; left: 0; right: 0; bottom: 0; height: 45%; background: #0b2546; z-index: -1; }
.category-box { border: 1px solid #222c5f; padding: 72px 45px 45px; text-align: left; background: #fff; }
.category-box figure { text-align: center; }
.category-box figure img { width: auto; height: 238px; object-fit: cover; }
.category-box h3 { color: #0b2546; text-transform: uppercase; margin-bottom: 44px; }
.category-box p { font-weight: 300; color:#231f20; padding: 16px 24px; background: #f3f2f0; text-align: left; margin: 10px 0 0 0; }
.category-box .button { text-transform: none; margin-top: 44px; }
.seller-section .cols { margin: 0 -47px; }
.seller-section .cols .col { padding-left: 47px; padding-right: 47px; }
.partner-slider.owl-carousel .owl-stage { margin: 0 auto; }

/* Service Section */
.service-boxes { display: grid; grid-gap:15px; padding: 0 15px; grid-template-columns: repeat(4, 1fr); }
.service-boxes .service-box { display: inline-block; vertical-align: middle; border-radius: 15px; overflow: hidden; position: relative;  }
.service-boxes .service-box:before { content:''; opacity: 0.30; position: absolute; left: 0; bottom: 0; top: 0; width: 100%; height: 100%; transition: all 350ms ease-in-out; }
.service-boxes .service-box:hover h2 { margin-top: -5px; }
.service-section { background: #eceeeb; }
.service-boxes .service-box h2 { font-size: 31px; transition: all 350ms ease-in-out; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); text-align: center; margin: 0; z-index: 1; font-weight: 900; color:#fff; text-shadow: 0 3px 3px rgba(0,0,0,0.7); text-transform: uppercase; }
.service-boxes .service-box img { height: 100%; width: 100%; object-fit: cover; }

/* About Section */
.about-section .section-title { margin-bottom: 60px; }
.about-section .section-title p { font-size: 17px; }
.about-flow { list-style: none; padding: 0; margin: 0 0 0 70px; position: relative;  }
.about-flow:before { content:''; position: absolute; left: 43px; top: 50px; height: calc(100% - 100px); width: 1px; background: url('../images/border.svg')repeat-y center top;  }
.about-row { display: flex; align-items: center; max-width: 1155px; }
.about-img { min-width: 490px; max-width: 490px; width: 100%; height: 490px; border-radius: 50%; overflow: hidden;  }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-flow li { display: flex; align-items: center; margin-bottom: 45px; }
.about-flow li:last-child { margin-bottom: 0; }
.about-flow li i { background: #fff; margin-right: 30px; font-size: 45px; position: relative; min-width: 86px; min-height: 86px; display: flex; justify-content: center; align-items: center; padding: 15px; border: 1px solid #0d2647; border-radius: 50%; color:#0d2647; }
.about-flow li>span>span { display: block; margin-bottom: 40px; font-size: 18px; font-weight: 500; color:#231f20; }
.about-flow li>span { font-size: 16px; color: #676a6c; }
.about-section { padding: 100px 0 212px; }

/* Project  */
.project-bg-section { position: relative; z-index: 1; width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; padding: 200px 0; }
.project-bg-section:before { content:''; background: #0b2546; width: 100%; height: 100%; z-index: -1; position: absolute; left: 0; top: 0; height: 100%; opacity: 0.7; }
.project-title { max-width: 720px; width: 100%; text-align: center; margin: 0 auto; }
.project-title h2 { font-size: 70px; color:#fff; font-weight: 700; margin-bottom: 40px; }
.project-title h2 span { display: block; font-weight: 300; }
.project-title h2 i { color: #e26825; font-style: normal; }
.project-title p { color:#fff; font-size: 31px; margin: 0; }

/* Filter Row */
.filter-row { background: #f3f2f0; }
.filter-category-menu { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; }  
.filter-category-menu > p { flex-wrap: wrap; width: 100%; margin: 0; color:#231f20; margin-bottom: 18px; }
.filter-category-menu ul { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.filter-category-menu ul li { margin-right: 8px; }
.filter-category-menu ul li:last-child { margin-right: 20px; }
.filter-category-menu ul li label { cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 10px 20px; border: 1px solid #676a6c; border-radius: 3px; color:#231f20; transition: all 350ms ease-in-out; }
.filter-category-menu > a.clear-filter { font-style: italic; color:#231f20; font-weight: 400; } 
.filter-category-menu > a.clear-filter:hover { color:#182745; }
.filter-category-menu ul li label:hover, .filter-category-menu ul li label.active { color:#fff; background: #182745; }
.filter-itme-box { background: #fff; padding: 30px 0 30px 30px; }
.filter-product-info a.button { text-transform: capitalize; padding: 12px 53px; font-size: 20px; font-weight: 500;  line-height: normal; margin-left: 45px; }
.list-point { position: relative; list-style: none; padding: 0; margin: 50px 0 90px; }
.list-point li { position: relative; padding-left: 45px; margin-bottom: 16px; }
.list-point li:last-child { margin-bottom: 0; }
.list-point li:before { content:''; position: absolute; left: 0; top: 0; background: url('../images/point-icon.svg')no-repeat left center; width: 28px; height: 28px; }
.filter-product-info h2 { color:#231f20; margin: 0 0 10px; font-size: 40px; }
.filter-product-info p { color:#676a6c; }
.filter-product-info { max-width: 640px; width: 100%;  }
.filter-product-infobox { display: flex; justify-content: flex-end; width: 55%; padding-right: 80px; }
.filter-itme-box { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.filter-product-img { width: 45%; height: 600px; border-radius: 300px 0 0 300px; overflow: hidden; filter: drop-shadow(2px 2px 6px rgba(0,0,0,0.8)); -webkit-filter: drop-shadow(2px 2px 6px rgba(0,0,0,0.8)); }
.filter-product-img img { width: 100%; height: 100%; object-fit: cover; }
.filter-itme-box:nth-child(even) { flex-direction: row-reverse; background: #f3f2f0; padding: 30px 30px 30px 0; }
.filter-itme-box:nth-child(even) .filter-product-img { border-radius:0 300px 300px 0 ; }
.filter-itme-box:nth-child(even) .filter-product-infobox { padding-left: 80px; padding-right: 0; justify-content: flex-start; }
.feature-inner .features-row .cols { margin: 0 -20px; }
.features-row .cols .col { padding-right: 20px; padding-left: 20px; }
.features-row #view-more-button { margin: 10px auto 0; display: table; text-transform: capitalize; }
.features-row #view-more-button:after { content: "\e900"; font-family: 'icomoon' !important;
    speak: never; font-style: normal; font-weight: normal;  font-variant: normal; text-transform: none; line-height: 1;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; vertical-align: middle; margin-left: 10px; font-size: 14px; transform-origin: center center; }
.features-row #view-more-button.finished:after { transform:rotate(180deg); }
.features-section.feature-inner:before { display: none; }
.feature-inner .feature-img .feature-icon { width: 191px; height: 191px; font-size: 100px; }
.feature-inner .feature-img .feature-icon:after { left: -32px; right: -32px; top: -32px; bottom: -32px; background: #fff; }
.feature-inner .feature-img .feature-icon:before { box-shadow: 4px 3px 8px rgb(0 0 0 / 40%); }
.feature-inner .feature-info { padding-top: 156px; }
.feature-inner  .feature-info h6 { font-size: 38px; color: #3f4243; }
.feature-inner .feature-info p { font-size: 22px; max-width: 540px; }
.feature-inner .features-box { margin-bottom: 140px; }
.feature-product-description { display: grid; grid-template-columns: 1fr 1fr; padding-bottom: 35px; background: #f3f2f0; }
.feature-product-box { background: #f3f2f0; border-radius: 0 35px 0 0; padding: 40px; display: flex; }
.feature-product-img { background-size: cover; background-position: center center; background-size: cover; }
.feature-product-img { max-width: 541px; width: 100%; margin: 0 0 0 auto; border-radius:0px  35px 35px 0; overflow: hidden; }
.feature-product-heading { position: relative; padding:30px 60px 60px; border-radius: 0 0 0 35px; overflow: hidden; background: #fff; }
.feature-product-heading:before { content:''; width: 100%; height: 30px; background: #e26825; position: absolute; bottom: 0; left: 0; }
.feature-product-heading h2 { color:#3f4243; font-size: 38px; margin: 0; width: 100%;  }
.feature-product-content { background: #f3f2f0; }
.feature-product-description-block { max-width: 730px; width: 100%; padding: 40px 60px; }
.feature-product-description-block p { text-align: justify; margin-bottom: 35px; }
.feature-product-description-block p:last-child { margin-bottom: 0; }

.solution-section .section-title { padding-top: 220px; margin-bottom: 140px;  }
.solution-section .section-title p {  max-width: 1232px; }
.feature-img.large-icon .feature-icon { width: 253px; height: 253px; font-size: 154px; transform: translateY(65%); }
.feature-img.large-icon .feature-icon:after { left: -50px; right: -50px; top: -50px; bottom: -50px; }
.feature-img.large-icon .feature-icon:after { background: #f3f2f0;  }
.feature-img.large-icon .feature-icon:before { box-shadow: 2px 8px 12px rgba(0,0,0,0.5); }

.content-row { display: flex;  }
.content-box { display: flex; width: 50%; }
.content-img { background-repeat: no-repeat; background-position: center center; background-size: cover; }
.content-detail { padding: 72px 84px 90px; position: relative; flex-direction: column;  }
h2.row-title { color:#2d3032; margin: 0 0 60px 0;  }
.content-detail:before { content:''; position: absolute; left:-45px; top: 50%; transform: translateY(-50%); width: 0;
	height: 0;
	border-width: 41px 45px 41px 0;
	border-color: transparent #FFFFFF transparent transparent;
	border-style: solid; }
.content-detail p { margin-bottom: 36px; }
.content-detail p:last-child { margin-bottom: 0; }
.bg-color {background: #f3f2f0;  }
.block-spacing { padding:135px 0; }
p.large-text { font-size: 24px; }

.solution-bottom-banner { background-size: cover; background-position: center center; background-repeat: no-repeat; padding: 300px 0; text-align: center; }
.solution-bottom-banner h2 { padding: 20px; font-size: 68px; color:#fff; text-shadow: 2px 6px 4px rgba(0,0,0,0.5); margin: 0; text-transform: uppercase; }
.solution-bottom-banner h2 span { color: #e26825; }
.brink-page .section-title  { padding-top: 165px; }
.inner-about-section { padding: 206px 0 230px; }

.start-conversation { display: flex;}
.conversation-time { background: #f3f2f1; border-radius: 12px; padding: 50px 50px;  max-width: 580px; width: 100%; }
.conversation-time p { margin: 0; }
.conversation-content { padding-right: 100px; }
.time-schedule { padding: 0; margin: 0; list-style: none; margin-top: 62px; font-size: 24px; }
.time-schedule li { background: #fff; display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 15px; border-radius: 50px; padding: 12px 24px; }
.time-schedule li span { margin-right: 5px; min-width: 150px; }
.time-schedule li:last-child { margin-bottom: 0; }
.small-title  h3 { margin-bottom: 20px; font-size: 30px; color:#2d3032; }
.small-title { margin-bottom: 60px; }
.conversation-time h3 { margin-bottom: 38px; color:#2d3032; font-size: 30px; }
.inquiry-form .cols .col { padding: 0 40px; }
.inquiry-form .cols .col:first-child { width: 46%; }
.inquiry-form .cols .col:last-child { width: 54%; }
.inquiry-form .cols { margin: 0 -40px; }
.form-block { margin: 0; }
.inquiry-form .section-title { margin-bottom: 90px; }
.inquiry-form { width: 100%; overflow: hidden; }
.inquiry-form .form-block { margin-bottom: 10px; }
.contact-section { padding: 414px 0 210px; }
.contact-row { display: flex; }
.contact-row  .section-title { text-align: left; margin-bottom: 70px; }
.contact-row .section-title h2:after { margin: 0; }
.quote-img { max-width: 638px; width: 100%; border-radius: 15px; overflow: hidden; }
.contact-form { width: 100%; padding-right: 121px; }
/* .section-title h2  { text-transform: capitalize; } */
.section-title h2 span { font-weight: 300; font-style: italic; }
.contact-form .button { max-width: 270px; width: 100%; text-align: center; text-transform: capitalize; margin-top: 25px; }
.contact-form textarea { height: 180px; }
.contact-form  .form-group { padding: 8px 0; }
.contact-section .wrap  { max-width: 1520px; }
.contact-section .textbox { max-width: 644px; width: 100%; }
.customize-section h2.row-title { text-transform: uppercase; }
.quote-img img { width: 100%; height: 100%; object-fit: cover; }
.contact-form .section-title h2 { text-transform: none; }

.view-more-cols .col { display: none; }
.view-more-cols .col:nth-child(1),
.view-more-cols .col:nth-child(2),
.view-more-cols .col:nth-child(3) {
	display: block;
}



/* =blog page CSS Start ======*/

.blog { padding: 200px 0; }
.blog .wrap { max-width: 1472px; }
.blog .section-title { text-align: left; padding-bottom: 0; margin-bottom: 0; display: table; }
.blog .section-title h2 { font-size: 68px; color: #e06010; padding: 0 55px 0 0; margin: 0;  }
.blog .section-title h2:after { top: 0; bottom: 0; margin: auto 0; left: 100%; right: 0; height: 2px; width: 170px; }
.blog-row-sec { display: flex; grid-gap: 15px; margin: 62px 0 0; }
.blog-sec { min-height: 675px; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 18px; overflow: hidden; display: flex; align-items: flex-end; text-align: center;}
.top-blog-sec { width: 66.78%; box-shadow: 1px 3px 10px #000;  }
.right-blog-sec .right-sec { box-shadow: 1px 3px 5px #000; }
.top-blog-sec .blog-info { max-width: 660px; margin: 0 auto; color: #fff; }
.blog-sec.right-blog-sec { width: 33.21%; flex-direction: column; display: flex; grid-gap: 10px; }
.right-sec { height: 100%; display: flex; align-items: flex-end; border-radius: 18px; width: 100%; background-size: cover; background-position: center left; }
.right-sec .blog-info { color: #fff;  max-width: 360px; margin: 0 auto;}
.blog-info { position: relative; z-index: 1; transition: all 350ms ease-in-out; padding: 30px 20px; text-align: center; position: relative; z-index: 2;}
.blog-hover { position: relative; overflow: hidden; }
.blog-hover::before { content: ''; background: #0b2546; opacity: 0; position: absolute; left: 0; bottom: 0; top: 0; width: 100%; height: 100%; transition: all 350ms ease-in-out; z-index: 2; }
.blog-hover:hover::before { opacity: 0.8; } 
.blog-hover:hover .blog-info { transform: translateY(-5px);}
.blog-info h2 { font-size: 30px; margin: 0 0 20px; }
.blog-info ul { padding: 0; margin: 0; list-style-type: none; display: flex; align-items: center; justify-content: center; }
.blog-info ul li { position: relative; display: flex; align-items: center; font-weight: 400; }
.blog-info ul li::after { content: ""; background-color: #fff; width: 1px; height: 20px; margin: 0 18px; display: block;  }
.blog-info ul li:last-child:after { display: none;  }

.blog-main-sec { margin: 0 0 210px; overflow: hidden; }
.blog-slider .right-sec { min-height: 335px; }
.owl-nav { position: absolute; top: 50%; transform: translateY(-50%); display: flex; left: 0; right: 0; width: auto;  }
.owl-nav button.owl-prev { position: absolute; left: 0; width: 22px; }
.owl-nav button.owl-next { position: absolute; right: 0; left: auto; width: 22px; }
.owl-nav button { transition: all 350ms; }
.owl-nav button.owl-next:hover { transform: translateX(5px); }
.owl-nav button.owl-prev:hover { transform: translateX(-5px); }
.blog-slider-sec .owl-stage { display: flex; height: 100%; }
.blog-slider-sec .owl-item { display: flex; }
.blog-slider.item { width: 100%; }
.blog-slider-sec { padding: 0 40px; }
 
.blog-post-details .wrap { max-width: 1080px; }
.blog-post-details { padding: 175px 0 135px; }
.blog-post-details .section-title { text-align: left; margin: 0; }
.blog-post-details .section-title h2 { margin: 0; color: #e06010; text-transform: capitalize; font-size: 30px; font-weight: 700; padding-bottom: 15px; }
.blog-post-details .section-title h2:after { right: auto; width: 100%; background: #c2c1c1; height: 1px; }
.blog-post-details ul { padding: 0; margin: 25px 0 60px; list-style-type: none; display: flex; align-items: center;  }
.blog-post-details ul li { position: relative; display: flex; align-items: center; color: #182745; font-weight: 400; font-size: 15px; }
.blog-post-details ul li::after { content: ""; background-color: #182745; width: 1px; height: 20px; margin: 0 18px; display: block; }
.blog-post-details ul li:last-child:after { display: none; }
.blog-post-txt p { margin: 0 0 30px; color: #727272; font-weight: 400; line-height: 1.2; }
.blog-post-img figure { max-width: 1020px; }
.blog-post-img figure img { width: 100%; display: block; }
.blog-post-img { padding: 40px 0 85px; }
.blog-post-txt p:last-of-type { margin-bottom: 0; }
.blog-post-sec .section-title { text-align: left;  margin-bottom: 35px; border-top: 1px solid #c2c1c1; padding-top: 85px;}
.blog-post-txt > figure { padding: 40px 0 85px; }


.blog-post-sec { padding-bottom: 180px; }
.blog-post-row .blog-hover:hover::before { opacity: 0.3; } 
.blog-post-row .blog-info { text-align: left; padding: 0;  margin: 35px 0 0; width: 100%; display: inline-block; vertical-align: top; color: #474747;}
.blog-post-row .blog-info ul { justify-content: flex-start; font-size: 16px; }
.blog-post-sec .section-title h2 { font-size: 30px;  text-align: left; color: #4a4949; padding-bottom: 15px; margin: 0; text-transform: capitalize; }
.blog-post-sec .section-title h2::after { margin: 0; right: auto; width: 40px; }
.blog-post-row figure { display: inline-block; position: relative; padding-top: 91.66%; width: 100%; z-index: 1; }
.blog-post-row figure img { width: 100%; display: block; position: absolute; left: 0; right: 0; width: 100%; height: 100%; top: 0; object-fit: cover; object-position: center left; }
.blog-col-sec .cols { margin: 0 -16px; }
.blog-col-sec .cols .col { padding: 0 16px; }
.blog-post-row .blog-info h2 { font-size: 22px; margin: 0 0 20px; transition: all 350ms; text-transform: capitalize;  }
.blog-post-row .blog-info:hover h2 { color: #e06010;  }
.blog-post-row .blog-info ul li::after { background-color: #474747; }
.blog-post-row .right-sec { box-shadow: 1px 3px 10px #000; }

.blog-slider-sec .owl-dots { display: none; }

/* =blog page CSS End ======*/

/* =22/07/2022 ======*/
