/*

1 Reset Css #res
2 Font Face #face 
3 Inputs #input
4 Global Styles #glob
5 Wrappers #wrap
6 Custom CSS #custom
7 Media Query #media

*/

/*================================= 1 Reset Css ( #res ) =================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{text-decoration:none;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;color:#006db7;transition:all 0.5s ease 0s;}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ababab;margin:50px auto; padding:0; clear:both; }

img {-ms-interpolation-mode: bicubic; border: 0; height: auto; vertical-align: middle; transition:all 0.5s ease 0s;}
.ie8 img {height: auto; width: auto\9;}
.ie8 img.size-large {max-width: 60%; width: auto;}
:hover{transition:all 0.5s ease 0s;}

ul{list-style:none; margin:0; padding:0;}
li{list-style:none;}

#wp-toolbar ul:after{content:none}

.last_li , .last{margin-right:0 !important; padding-right:0 !important}
.first_li, .first{margin-left:0 !important; padding-left:0 !important}

.clearfix:after , ul:after , ol:after ,  .full_row:after
{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}

/*================================= 2 Font Face ( #face ) =================================*/
/** TypoGraphy */
/*
font-family: 'Palanquin Dark', sans-serif;
*/


/*================================= 3  Inputs ( #input ) =================================*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance:none; margin:0;}
::-webkit-input-placeholder {color:#343434; font-style:normal;}
:-moz-placeholder {color:#343434; font-style:normal;}
::-moz-placeholder {color:#343434; font-style:normal;}
:-ms-input-placeholder {color: #343434; font-style:normal;}

button::-moz-focus-inner {border: 0}
:focus {outline:none;}
::-moz-focus-inner {border:0;}

input[type=number] {-moz-appearance:textfield}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0}

input[type=submit] , input[type=button]{cursor:pointer; border:0}
input:focus{outline:none;}
body textarea {    resize: none;    height: 125px;    font-size: 18px;    font-style: normal;    padding: 5px 10px;    border: 1px solid #bbbbbb;    border-bottom-color: #125584;}

input[type="text"], input[type="tel"], input[type="password"], input[type="date"], input[type="email"], input[type="number"], textarea {    background: #f3f3f3;    border: none;    border-radius: 0;    color: #333;    font-size: 18px;    font-weight: 400;    line-height: 26px;        height: 35px;    padding: 5px 10px;    box-shadow: none;    -webkit-appearance: none;    border-bottom: 1px solid #125584; width: 75%;}

textarea { border: 1px solid #bbb; border-bottom-color: #125584; width: 100%; }

form label { color: #919191;  font-size: 16px;  display: block; font-weight: 400; line-height: 16px;  width: 25%;}

.form_column_group_label {
    width: 100%;
    margin-bottom: 20px;
}

form p {
    font-size: 12px;
    color: #717070;
    font-weight: 400;
}

form .btn {
    width: 30%;
}

form label sup {    color: #ff0000;    position: relative;    top: -2px;    left: 1px;}

.form_row{padding-bottom:25px}
.form_row.msg_row{padding-bottom:10px}
.form_row.submitrow{padding-bottom:0}

input:required{box-shadow:none}

/*input:required:focus{background-color: rgba(223, 73, 73, 0.2); border: 1px solid #df4949; box-shadow:none} */

*{-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

/*================================= 4 Global Styles (#glob) =================================*/

/** Gobal */
.x:before 
{position:absolute; content:''}

/** Vertical Middle */
.x:before /*Parent Before*/
{content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em}

.x /** Child class */
{display: inline-block; vertical-align: middle}


/** HR Rules */
hr{}

.page404 {
    width: 100%;
    text-align: center;
    padding: 100px 0px;
}


/** Image Alignment */
.alignnone , a img.alignnone {margin: 0 0 30px}
.aligncenter, div.aligncenter {display: block; margin: 0 auto 30px auto}
.alignright, a img.alignright {    float: right;    margin: 0 0 60px 70px;}
.alignleft , a img.alignleft {float: left; margin: 0 70px 60px 0}
a img.aligncenter {display: block;  margin-left: auto; margin-right: auto}


/** Content Row */
p , .content_row ul li, .content_row ol li{color: #717070; font-size: 17px; font-weight: 300; line-height: 26px; margin-bottom:30px; font-family: 'Fira Sans', sans-serif; font-weight: 400; }
p:last-child{margin-bottom:0}
.content_row p:last-child { margin-bottom: 30px; }
p.intro {    color: #000;    font-size: 22px;    font-weight: 900;    line-height: 30px;  margin: 30px 0;}

p a{color:#717171; font-weight:300;}
p a:hover{ color: #717171; text-decoration: underline;}
p strong{font-weight:900; color: #000;}
p em{font-style:italic}

p a:hover{text-decoration:underline}

.content_row ul, .content_row ol {    padding-bottom: 25px;}
/** .content_row ul:last-child, .content_row ol:last-child{ padding-bottom: 0; } */

.content_row ul li, .content_row ol li{margin-bottom:5px; position:relative; }
.content_row ul li:last-child , .content_row ol li:last-child {    margin-bottom: 0px; }

.content_row ul li{padding-left:30px}
.content_row ul li:before {    color: #717070;    content: "•";    font-weight: bold;    left: 0;    position: absolute;    font-size: 18px;}

.content_row ul ul , .content_row ol ul , .content_row ol ol{padding:5px 0}

.content_row ol{counter-reset: section}
.content_row ol li{padding-left:30px}

.content_row ol > li:before {    color: #717070;    content: counter(section, decimal) ".";    counter-increment: section;    padding-right: 5px;    font-size: 18px;    position: absolute;    left: 0;    font-weight: 300;}


a:focus, a:hover{outline:none; text-decoration:none;}

.visible_tab{display:none}


/** ================================= 5 Wrappers #wrap ================================= */	

body{background:#fff; font-family: 'Fira Sans', sans-serif; line-height: 1; color:#343434}

.container{max-width:1265px; width:100%}
.full_row{width:100%; float:none; margin:0 auto}
.small_container{max-width:910px; margin:0 auto; float:none; padding: 0 15px;}
.site_full{max-width:1950px; margin:0 auto; position:relative; padding: 0 15px;}


/** ================================= 6 Custom CSS #custome ================================= */	

.flex-row { display: flex; flex-wrap: wrap; justify-content: space-between; margin-left: -15px; margin-right: -15px;}
.flex-row .col-md-6 { max-width: calc(50% - 40px )}
.flex-row:before, .flex-row:after { display: none;}

/** Alignment & Spacing */
.text_right{ text-align: right; }
.text_center{ text-align: center; }
.text_left{ text-align: left; }
.remove_padding_top {padding-top:0 !important;}
.remove_padding_bottom {padding-bottom:0 !important;}
.remove_margin_top {margin-top:0 !important;}
.remove_margin_bottom {margin-bottom:0 !important;}
.remove_padding {padding:0 !important;}
.remove_margin {padding:0 !important;}

img{ max-width: 100%; }
.space{ padding: 30px 0; }
.large_space {padding: 60px 0;}
.main_page{ padding-top: 128px; }

/** Headings */
h1, .h1{ font-size: 15px; line-height: 24px; color: #000; font-weight: 300; text-transform: uppercase; }

h2, .h2{ font-size: 30px;    font-weight: 300;    color: #000;    padding: 30px 0; line-height: 35px; position: relative }

h3, .h3{ color: #000;    font-size: 30px;    font-weight: 300;    line-height: 35px;    padding: 30px 0; position: relative}
h4, .h4{ font-size: 20px;    line-height: 26px;    color: #1dd1a1;    font-weight: 900;    text-transform: uppercase;    padding: 30px 0; position: relative}
h5, .h5{ font-size: 20px;    line-height: 26px;    color: #1dd1a1;    font-weight: 900;    padding: padding: 30px 0; }
h6, .h6{ font-size: 16px;    line-height: 26px;    color: #1dd1a1;    font-weight: 900;    padding: padding: 30px 0; text-transform: uppercase; }

/** Home Headings */
.home h2 { color: #f3cd0e; font-size: 15px; line-height: 20px; text-transform: uppercase; }
.home h2:after { display: none}

/** Background Colors */
.background-white { background-color: #fff}
.background-grey { background-color: #f3f3f3; }

/** White Font */
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white .s1, .white .s2, .white .s3, .white p, .white li, .white strong, .white em {color: white !important;}
.white {color:white !important;}

/** Spans */
.s1{ font-size: 40px; line-height:  45px; color: #3c3c3c; font-weight: 300; display: inline-block;    padding: 30px 0;}
.s2{ font-size: 35px;    line-height: 35px;    color: #3c3c3c;    font-weight: 700;    padding: 30px 0;    display: block; text-transform: uppercase;}
.s3{ font-size: 30px;    line-height: 35px;    color: #3c3c3c;    font-weight: 300;    padding: 30px 0;    display: block;    letter-spacing: -0.01em;}

h2 + .s2 { padding-top: 0px; }


.icon_s3{ padding-top: 60px; position: relative; font-size: 40px; line-height: 45px; font-weight: 300; color: #3c3c3c; display: block; margin-bottom: 15px; }
.icon_s3 i{ position: absolute; top: 0; left: 0;  color:#003e51;  }


/** Buttons */ 
.btn {
    background-color: #63b9cf;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    padding: 14px 36px 14px;
    font-weight: 600;
    border: 2px solid transparent;
    transition: all 0.5s ease 0s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; border-radius: 0px;
}

.btn:hover{ background-color: #000; color: #63b9cf; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);}

.btn + .btn{ margin-left: 20px; }

.btn.ghost_btn{ background-color: transparent; border-color: #63b9cf; color: #63b9cf; box-shadow: none; }
.btn.ghost_btn:hover{ background-color: #63b9cf; color: #fff; border-color: #63b9cf; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);  }

.btn i{ margin-right: 10px; }
.btn:first-child{ margin-left: 0; }



/** Header */

.sticky .top_nav{ margin-top: -40px; }
.sticky .bottom_nav .sb_logo a {    max-width: 300px;}
.sticky .bottom_nav ul > li > a{     padding: 14px 27px 11px; }
.sticky .bottom_nav .header_btn a{     padding: 8px 25px 8px; }
.sticky .bottom_nav ul li.sub-menu:hover > ul{ top: 100%; }
.sticky .bottom_nav .sub-menu > a:after{ bottom: 0; }
.sticky .bottom_nav .mega_menu > a:after{ bottom: 0; }

.main_header{     position: fixed;    top: 0;    width: 100%;    left: 0; z-index: 999; }
.top_nav , .nav_down .top_nav{     background-color: #e6e6e6;   padding: 10px 0 8px; margin-top: 0; transition: all 0.5s ease 0s; }
.top_nav ul{ display: inline-block; }
.top_nav ul li{ display: inline-block; }
.top_nav p { font-size: 14px; font-weight: 400;  line-height: 22px; color: rgba(113,112,112,1); font-family: 'Fira Sans', sans-serif;}
.top_nav strong{ font-weight: 700; }
.top_nav a { font-size: 14px; line-height: 22px; font-weight: 400; color: #000; }
.top_nav a:hover{ color:#000; }
.top_nav ul { font-size: 14px; font-weight: 400;  line-height: 22px; color: rgba(113,112,112,1); font-family: 'Fira Sans', sans-serif; }
.top_nav ul li{ margin: 0 7px; }
.top_nav ul li:first-child{ margin-left: 0; padding-right: 20px; margin-right: 0;}
.top_nav ul li:last-child{ margin-right: 0;}
.top_nav ul a{ font-weight: 400; color: #fff }
.top_nav ul a { color: #63b9cf; font-weight: 600; margin-left: 5px;}
.top_nav ul a i { color: #000; font-size: 18px; vertical-align: -2px;}

.bottom_nav{ background-color: #fff; }
.bottom_nav .row{ align-items: center; }

.bottom_nav .sb_logo a , .nav_down .bottom_nav .sb_logo a{ display: inline-block; margin: 0px; max-width: 440px; }
.bottom_nav ul{ display: inline-block; }
.bottom_nav ul li{ display: inline-block; text-align: center; }
.bottom_nav ul > li > a , .nav_down .bottom_nav ul > li > a{ color: #000; font-size: 18px; line-height: 22px; font-weight: 600; display: inline-block;     padding: 24px 30px 22px; position: relative;  transition: all 0.5s ease 0s;}
.bottom_nav ul > li.active > a { color: #aaaaaa}

.bottom_nav ul > li > a:hover:before{ border-color:#f3cd0e; }
.bottom_nav ul li a strong{ font-size: 13px; line-height: 22px; display: block; font-weight: 900; text-transform: uppercase; }

.bottom_nav .header_btn { margin-left: 10px; height: 92px; width: 154px;}
.bottom_nav .header_btn a , .nav_down .bottom_nav .header_btn a { background-color: #63b9cf; color: #fff; height: 100%;  }
.bottom_nav .header_btn a:before{ content: none; }
.bottom_nav .header_btn a:hover{ background-color: #000; color: #fff !important; text-decoration: none !important; }

/** Sub Menu Navigation */
.bottom_nav ul li.sub-menu{ position: relative; }
.bottom_nav .sub-menu > a:after  , .nav_down .bottom_nav .sub-menu > a:after{    content: "...";    position: absolute;    color: #fff;    right: 0;    left: 0;    margin: 0 auto;    bottom: 10px;    font-size: 18px;    line-height: 22px;    font-weight: 300;    pointer-events: none; transition: all 0.5s ease 0s; text-align: center;}
.bottom_nav .mega_menu > a:after , .nav_down .bottom_nav .mega_menu > a:after{    content: "...";    position: absolute;    color: #fff;    right: 0;    left: 0;    margin: 0 auto;    bottom: 10px;    font-size: 18px;    line-height: 22px;    font-weight: 300;    pointer-events: none; transition: all 0.5s ease 0s; text-align: center;}

.bottom_nav ul li.sub-menu ul{ position: absolute; top: 100%; left: 0; width: 275px;     background-color: #e5e5e5; opacity: 0; visibility: hidden; pointer-events: none; transition: all 0.5s ease 0s;  }
.bottom_nav ul li.sub-menu:hover > ul , .nav_down .bottom_nav ul li.sub-menu:hover > ul{  opacity: 1; visibility: visible; pointer-events: auto; top: calc(100% - 8px); }
.bottom_nav ul li.sub-menu ul li{ text-align: left; display: block; }
.bottom_nav ul li.sub-menu ul li a{ display: block; font-size: 18px; line-height: 18px; font-weight: 300; color: #000;     padding: 10px 65px 8px 30px;}
.bottom_nav ul li.sub-menu .child-sub-menu{ position: relative; }
.bottom_nav ul li.sub-menu .child-sub-menu:before {    content: "\f0a9";    font-family: "Font Awesome 5 Brands" , "Font Awesome 5 free";    font-size: 18px;    line-height: 18px;    position: absolute;    top: 50%;    right: 15px;    font-weight: 900;    transform: translateY(-50%); z-index: 9;}
.bottom_nav ul li.sub-menu .child-sub-menu ul{ left: auto;    right: 100%;    top: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: all 0.5s ease 0s; }
.bottom_nav ul li.sub-menu .child-sub-menu:hover > ul{ opacity: 1; visibility: visible; pointer-events: auto; }
/** for the sub sub menu to pop-out to the right */ .bottom_nav ul li.sub-menu .child-sub-menu.right ul{ left: 100%; right: auto; }
.bottom_nav ul li.sub-menu ul li a:hover{ background-color: #ffaca4; }
.bottom_nav ul li.sub-menu ul li a:before{ content: none; }

/** Mega Menu */
.bottom_nav .mega_menu_content{ position: absolute; left: 0; top: 100%; background-color: #e5e5e5; box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); margin: 0 15px;     align-items: normal;    padding: 35px 0 15px;    width: calc(100% - 30px);  opacity: 0; visibility: hidden; pointer-events: none; transition: all 0.5s ease 0s; }
.bottom_nav .mega_menu:hover .mega_menu_content{  opacity: 1; visibility: visible; pointer-events: auto; }
.bottom_nav .has-mega-menu {position: static;}
.bottom_nav .mega_menu ul{ display: block; margin-bottom: 30px; }
.bottom_nav .mega_menu ul li{ display: block; text-align: left; margin-bottom: 10px; }
.bottom_nav .mega_menu ul li:last-child{ margin-bottom: 0; }
.bottom_nav .mega_menu h5{     font-size: 18px;    font-weight: 900;    line-height: 18px;    text-transform: uppercase;    color: #000;    text-align: left; padding-left: 12px;  margin-bottom: 20px;}
.bottom_nav .mega_menu ul li a {    font-size: 18px;    line-height: 22px;    color: #000;    font-weight: 300;    padding: 4px 10px 2px 12px !important;    display: block;}
.bottom_nav .mega_menu ul li a:hover{ background-color: #ffaca4; }
.bottom_nav .mega_menu ul li a:before{ content: none; }


.sticky .bottom_nav .menu-column > ul > li > a{ min-height: 70px; }
.bottom_nav ul li{ vertical-align: middle; }
.bottom_nav .menu-column > ul > li > a, .nav_down .bottom_nav .menu-column > ul > li > a{     display: flex;    flex-flow: column;    align-items: center;    justify-content: center; min-height: 88px; }
.header_btn a{ min-height: 0 !important; } 

.sticky .bottom_nav .menu-column> ul > li > a{ min-height: 92px; }
.bottom_nav .menu-column > ul > li > a, .nav_down .bottom_nav .menu-column > ul > li > a{     display: flex;    flex-flow: column;    align-items: center;    justify-content: center; min-height: 88px; }

.bottom_nav .menu-column > ul > li > a:hover, .nav_down .bottom_nav .menu-column > ul > li > a:hover { color: #63b9cf; text-decoration: underline;}

 

/** Mobile Menu */

.mo_menu{ display: none;     position: fixed;    top: 0;    left: 0;    width: 100%; padding:5px 15px; background-color: #20282e; z-index: 999;}
.mo_menu ul li:first-child{ width: 70%; float: left; }
.mo_menu ul li:last-child{ width: 30%; float: left; text-align: right;}

.mo_menu .menu a{    font-size: 10px;    padding-top: 32px;    display: inline-block;    position: relative;    font-weight: 700;    text-transform: uppercase;  color: #fff; }
.mo_menu .menu a:before{    content: " ";    width: 100%;    border-top: 3px solid #fff;    border-bottom: 3px solid #fff;    position: absolute;       top: 8px;    height: 11px;    left: 0;     transition: all 0.5s ease 0s;}
.mo_menu .menu a:after{    content: " ";    width: 100%;    border-top: 3px solid #fff;    position: absolute;    top: 24px;    height: 10px;    left: 0;    transition: all 0.5s ease 0s;}

.mm-opened .mo_menu .menu a{ color: transparent; }
.mm-opened .mo_menu .menu a:before{    width: 40px;    border-bottom: none;    transform: rotate(45deg);    top: 20px;    left: -10px !important;}
.mm-opened .mo_menu .menu a:after{    width: 40px;    border-bottom: none;    transform: rotate(-45deg);    top: 20px;    left: -5px;}

.mo_menu .mo_logo img{ max-width: 230px; }
.mm-menu {    background: #20282e; }
.mm-navbar > * {    padding: 20px 0 15px;}
.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview {    margin-top: 00px;}
.mm-listview > li > a:hover, .mm-listview > li > span:hover, .mm-listview > li.active_nav a, .mm-listview > li.active_nav > span, .mm-prev:hover {    background: #fff;    color: #000;}
.mm-navbar .mm-title{ font-size: 16px; }

/** Footer 1 */


.footer_band{background-color: #20282e; padding: 38px 0; }
.footer_band .footer_band--logowrap img { margin-top: -5px; margin-bottom: 20px; }
.footer_band .footer_band--logowrap ul li { display: inline-block; position: relative; }

.footer_band .footer_band--logowrap ul li:first-child {
    color: #155e92;
    font-size: 17px;
    font-weight: 600;
}

.footer_band .footer_band--logowrap ul li i {
    color: #fff;
    font-size: 20px;
    vertical-align: -2px;
    margin-left: 10px;
}

.footer_band .footer_band--menuwrap {
    width: 70%;
    margin: 0px 15% 18px;
    padding-bottom: 18px;
    border-bottom: 1px #8e8e8e solid;
}

.footer_band .footer_band--creditwrap {
    width: 100%;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 24px;
}

.footer_band .footer_band--creditwrap a {
    color: #fff; 
    border-bottom: 2px #8e8e8e solid;
}
.footer_band .footer_band--creditwrap a:hover {
    color: #63b8ce;
    border-bottom: 2px #395e6a solid;
}


.footer_band .footer_band--menuwrap ul li { display: inline-block; position: relative; }
.footer_band .footer_band--menuwrap ul li a { color: #fff; font-size: 15px; line-height: 30px; border-bottom: 2px #8e8e8e solid;}
.footer_band .footer_band--menuwrap ul li a:hover { color: #63b8ce; font-size: 15px; line-height: 30px; border-bottom: 2px #395e6a solid;}

.footer_band .footer_band--menuwrap ul li:before { content: '|'; margin-left: 12px; margin-right: 12px; color: #fff}
.footer_band .footer_band--menuwrap ul li:first-child:before { display: none; }
.footer_band .footer_band--menuwrap p { margin-top: 30px; font-weight: 300; font-family: 'Fira Sans', sans-serif; color: #aaaaaa; margin-bottom: 30px;  }



.footer_band--title {
    width: 100%;
    color: #155e92;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer_band--address {
    width: 100%;
    color: #8e8e8e;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.footer_band--phone {
    width: 100%;
    color: #8e8e8e;
    font-size: 15px;
    font-weight: 400;
}

.footer_band--phone a {
    color: #fff;
}

.footer_band--phone a:hover {
    color: #63b8ce;
}


.border-bar { position: relative; padding-top: 30px; }
.border-bar:before { top: 0px; left: 0px; right: 0px; position: absolute; height: 2px; content: ''; display: block; background-color: #465c9c; }
.border-bar:after { top: 0px; left: 0px; right: 0px; position: absolute; height: 2px; left: 0; right: 0; margin-left: auto; margin-right: auto; content: ''; display: block; background-color: #63b9cf; width: 100px;  }


.copy_right_band{background-color: #2e3b60; padding: 15px 0; }
.copy_right_band .row{ align-items: center; }
.copy_right_band ul li{ font-size: 12px; line-height: 18px; color: rgba(255,255,255,1); font-weight: 300; display: inline-block; position: relative; padding-right: 13px; margin-right: 13px;}
.copy_right_band ul li:last-child:before{ content: none; }
.copy_right_band ul li:before{ content: ""; border-right: 1px solid #fff; height: 100%; position: absolute; top: 0; right: 0; }
.copy_right_band ul li a{ font-size: 13px; line-height: 18px; color: #f3cd0e; font-weight: 900; text-decoration: underline; }
.copy_right_band ul li a:hover{ text-decoration: none; }

.marketing{position: relative; display: inline-block; float: right;}
.marketing p {    display: inline-block;    margin-right: 15px;    margin-bottom: 0;    font-size: 12px;    line-height: 16px;    font-weight: 600;    color: rgba(255, 255, 255, 0.7); font-family: 'Fira Sans', sans-serif;}
.marketing p a{ color: #fff; text-decoration: underline; font-weight: 900; }
.marketing a.fpm-logo{position: relative; width: 132px;height: 33px; display: inline-block;}
.marketing .fpm-normal{ position: absolute; left: 0;top: 0; transition: all 0.5s ease 0s;}
.marketing .fpm-normal:hover{opacity: 0;}

/** Footer 2 */
.footer2 .blog_roll{ background-color: #294d6d; }
.top_footer{     background-color: #294d6d;    padding: 35px 0 15px; }
.footer2 .link_farm{ background-color: #1dd1a1; padding: 30px 0 50px; }
.footer2 .link_farm h5{ color: rgba(255, 255, 255, 0.6);    text-transform: uppercase; padding-bottom: 5px; }
.footer2 .link_farm li{ display: block; margin: 0 0 10px; color: rgba(255,255,255,0.6); }
.footer2 .top_footer_links{     max-width: 400px; }

/** Page Title */
.page_title{ background-color: #f1f1f1; padding: 25px 0 20px; background-image: url(/images/background-pattern-light.jpg); background-position: center;  }

/** Hero Band */
.hero_band {
    position: relative;
    padding-top: 50px;
    padding-bottom: 230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/hero-bg.png");
}

.hero_image {
    background-image: url("../images/home-hero.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 420px;
    position: absolute;
    top: 260px;
    left: 0px;
    -webkit-box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.75);    
}

/** .hero_band .site_full { background-color: #000;} */
.hero_band p{ color: #a2a2a2; font-weight: 400; margin-bottom: 30px; }
.hero_band h1 { color: #707070; font-size: 14px; font-weight: 700; line-height: 27px; text-transform: uppercase;}
.hero_band .s1 { font-weight: 600; font-size: 40px; line-height: 45px; letter-spacing: -0.010em; color: #125584; text-transform: uppercase;}
.hero_band .btn { padding-left: 40px; padding-right: 40px;}
.hero_band .video-background { position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; overflow:hidden; z-index: 0; opacity: 0.4 }
.hero_band .video-background video { position: absolute; bottom: 0px;  width: 100%; height: auto; min-width: 1200px; right: 0px;}
.hero_band .container { position: relative; z-index: 2; }


/**Service Band */
.service_band {
    background-image: url("/images/pattern.png");
    background-repeat: repeat;
    background-position: center;
    padding-top: 240px;
    padding-bottom: 30px;
}

.service_band h2 {
    width: 100%;
    color: #979797;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px;
}

.service_band .s1 {
    font-size: 40px;
    color: #000;
    line-height: 45px;
    font-weight: 700;
    padding: 0px 40px;
}

.service_band p {
    font-size: 16px;
    color: #5d5d5d;
    line-height: 24px;
    font-weight: 500;
    margin-top: 30px;
}

.service_band .btn_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}


.cutout_letters {
  color: #63b9cf;
  -webkit-text-fill-color: rgba(255,255,255,0); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #125584;
  font-size: 100px;
  font-weight: 800;
  width: 100%;
  position: relative;    
}

.service_band .cutout_letters:after {
    content: "";
    width: 10%;
    height: 2px;
    background-color: #125584;
    position: absolute;
    top: 100px;
    left: 45%;
}

.review_band {
    height: 570px;
}

.review_band .review_band--text .s1 {
    font-size: 40px;
    color: #000;
    line-height: 45px;
    font-weight: 700;
}


.review_band .review_band--image {
    width: 100%;
    height: 570px;
    margin-left: -15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/home-review.jpg");
}

.review_band .review_band--text {
    width: 85%;
    height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.review_band .review_band--text .review_stars {
    width: 100%;
    height: 80px;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    background-image: url("../images/stars.jpg");
    position: relative;
}

.review_band .review_band--text .review_stars:after {
    content: "";
    width: 18%;
    height: 2px;
    background-color: #125584;
    position: absolute;
    top: 90px;
    left: 6px;
}

.review_band .review_band--text ul {
    font-size: 16px;
    line-height: 30px;
    color: #5d5d5d;
    font-weight: 500;
}

.review_band .review_band--text ul li {
    width: 100%;
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    margin-bottom: 10px;
}

.review_band .review_band--text ul li .fas {
    color: #22608c;
    position: absolute;
    left: 0px;
    top: 2px;
}


.home_bottom_band .cutout_letters:after {
    content: "";
    width: 10%;
    height: 2px;
    background-color: #125584;
    position: absolute;
    top: 100px;
    left: 0px
}

.home_bottom_band {
    padding: 60px 0px;
    background-color: #f9f9f9;
    background-image: url("../images/home_bottom.png");
    background-position: bottom left;
    background-size: cover;
}

.home_bottom_band h2 {
    width: 100%;
    color: #979797;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px;
    padding-bottom: 15px;
}

.home_bottom_band .s1 {
    font-size: 40px;
    color: #000;
    line-height: 45px;
    font-weight: 700;
    padding-top: 0px;
}

.home_bottom_band h3 {
    width: 100%;
    color: #125584;
    font-size: 30px;
    font-weight: 800;
    line-height: 50px;
    padding-bottom: 15px;
    position: relative;
}

.home_bottom_band h3 i {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 20px;
}

.home_bottom_band p {
    font-size: 16px;
    line-height: 24px;
    padding-right: 10%;
}

.home_bottom_band ul {
    font-size: 16px;
    line-height: 30px;
    color: #5d5d5d;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap; 
}

.home_bottom_band ul li {
    width: 45%;
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    margin-bottom: 10px;
}

.home_bottom_band ul li .fas {
    color: #22608c;
    position: absolute;
    left: 0px;
    top: 2px;
}

.header_band {
    width: 100%;
    height: 68px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/phead.png");
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_band h1 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}

.top_services_band {
    height: 180px;
    background-image: url(/images/pattern.png);
    background-repeat: repeat;
    background-position: center;    
    display: flex;
    align-items: center;
}

.top_services_band p {
    color: #125584;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.service_page_band {
    padding: 60px 0px;
    background-color: #f9f9f9;
    background-image: url(../images/page_bottom.jpg);
    background-position: bottom left;
    background-size: cover;    
}

.service_page_band .cutout_letters {
    margin-bottom: 50px;
}

.service_page_band .cutout_letters:after {
    content: "";
    width: 10%;
    height: 2px;
    background-color: #125584;
    position: absolute;
    top: 100px;
    left: 0px
}

.service_page_band h3 {
    width: 100%;
    color: #125584;
    font-size: 30px;
    font-weight: 800;
    line-height: 50px;
    padding-bottom: 15px;
    position: relative;
}

.service_page_band h3 i {
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 28px;
}

.service_page_band .cta_btn_wrap {
    width: 100%;
    background-color: #fff;
    border: 2px #dadada solid;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.service_page_band .cta_btn_wrap h2 {
    color: #000;
    font-size: 30px;
    font-weight: 800;
    line-height: 50px;
    text-transform: none;
    margin-right: 80px;
}

.service_page_band .cta_btn_wrap .btn {
    margin: 0px;
    padding: 15px 50px;
}

.contact_page_band {
    padding: 60px 0px 120px;
}

.contact_page_band .cutout_letters {
    margin-bottom: 15px;
}

.contact_page_band .cutout_letters:after {
    content: "";
    width: 10%;
    height: 2px;
    background-color: #125584;
    position: absolute;
    top: 100px;
    left: 0px
}

.contact_page_band .s1 {
    font-size: 40px;
    color: #000;
    line-height: 45px;
    font-weight: 700;
}

.contact_form {
    border: 2px #125584 solid;
    background-color: #fff;
    padding: 50px 30px 10px; 
}

.contact_page_band .contact_page_band-formside {
    width: 50%;
    z-index: 100;
}

.contact_row {
    position: relative;
}

.contact_page_band-textside {
    position: absolute;
    top: 60px;
    left: 80px;
    width: 90%;
    height: 690px;
    padding: 50px;
    background-image: url(/images/pattern.png);
    background-repeat: repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 50;
}

.contact_toprow  {
    width: 50%;
    min-width: 320px;
    display: flex;
    justify-content: space-between;
}

.contact_toprow--image {
    width: 100px;
    height: 100px;
    background-image: url("../images/from_Instag.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 15px;
}

.contact_toprow--numbers {
    width: 230px;
    height: 100px;
    display: flex;
    flex-direction: column;
}

.contact_toprow h3 {
    font-size: 15px;
    color: #125584;
    font-weight: 800;
    padding: 0px;
}

.contact_toprow--phone {
    font-size: 30px;
    color: #125584;
    font-weight: 700;
    position: relative;
    margin-top: 15px;
}

.contact_toprow--phone:before {
    content: "Office";
    font-size: 15px;    
    color: #125584;
    font-weight: 400;
    position: absolute;
    left: 0px;
    top: -15px;
}

.contact_toprow--phonesmall {
    font-size: 15px;
    color: #125584;
    font-weight: 400;
    margin-top: 5px;
}

.contact_midrow  {
    width: 50%;
    min-width: 320px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.contact_midrow--col {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.contact_midrow h3 {
    font-size: 15px;
    color: #125584;
    font-weight: 800;
    padding: 0px;
}

.contact_midrow p {
    font-size: 14px;
    color: #717070;
    font-weight: 500;
    line-height: 20px;
}

.contact_bottomrow  {
    width: 50%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}

.contact_bottomrow h3 {
    font-size: 15px;
    color: #125584;
    font-weight: 800;
    padding: 0px;
    margin-top: 20px;
}

.contact_bottomrow i {
    font-size: 30px;
}
    
.full-row {
    margin: 0px;
}


.gallery_band {
    padding: 60px 0px;
    background-color: #fff;
    background-image: url(../images/page_bottom.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 60vh;
}

.gallery_band .cutout_letters {
    margin-bottom: 50px;
}

.gallery_band .cutout_letters:after {
    content: "";
    width: 10%;
    height: 2px;
    background-color: #125584;
    position: absolute;
    top: 100px;
    left: 0px
}

.gallery_band h2 {
    font-size: 24px;
    color: #000;
    line-height: 45px;
    font-weight: 700;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

.gallery figure {
    border: 5px #fff solid;
    width: 20%;
}

.gallery figure:hover {
    border: 5px #63b9cf solid;
}

/** Proof Point Band */
.proof_point_band { background-image: url(/images/blue-rotating-texture.jpg);}
.proof_point_band .col-md-12 { display: flex;  justify-content: space-between;}
.proof_point { display: inline-block; text-align: left; max-width: 250px; vertical-align: top; padding-top: 30px; padding-bottom: 30px; margin-left: 10px; margin-right: 10px; }
.proof_point i { color: #f3cd0e; font-size: 25px; line-height: 26px;  }
.proof_point i + .s2 { padding-top: 10px; }
.proof_point .s2 { padding-bottom: 0px; text-transform: initial; font-weight:400;}
.proof_point p { font-size: 17px; line-height: 24px; font-family: 'Fira Sans', sans-serif;}

/** Proof Point v2 */
.proof-point.center { text-align: center; max-width: 260px; margin-left: auto; margin-right: auto;  padding-bottom: 30px; }
.proof-point hr { width: 50px; height: 5px; border-width: 5px; border-color: #f3cd0e; padding: 0px; margin-top: 0px; margin-bottom: 20px;  }


/* Proof Point Columns */
.blue-texture {background-image: url(/images/background-texture.jpg)}
.proof_point_container { display:block; }
.proof_point_container li{ width:33.33%; float: left;  position: relative; padding-left: 0 !important; margin-bottom: 0px !important; display: inline-block;}
.proof_point_container { padding-bottom: 0px!important; }
.proof_point_container li:nth-child(3n+1){  clear: left; }
.proof_point_container .proof_point_content{ max-width: 320px; padding-left: 25px;    margin-left: 65px !important; padding-right: 15px;}
.proof_point_container strong{ font-size: 25px;    line-height: 28px;    color: #f3cd0e;    font-weight: 400;  margin-bottom: 25px; display: block; font-family: 'Fira Sans', sans-serif; }
.proof_point_container .proof_point_content span {    color: #c8c8c8 !important;    font-size: 35px !important;    font-weight: 900 !important;    position: absolute;    left: 0;    top: 4px;}
.proof_point_container .proof_point_content span i{ font-weight: 500 !important; }
.proof_point_container li:before{ content:none !important; }
.proof_point_container p { color: #c8c8c8; font-family: 'Fira Sans', sans-serif; font-weight: 400;}

.pb30 { padding-bottom: 30px!important; }

.cta_band { background-image: url(/images/blue-rotating-texture.jpg)}
.cta_band .row { display: flex; flex-wrap: wrap; align-items: center; align-content: center}
.cta_band .col-md-7, .cta_band .col-md-5 { display: flex; align-items: center; align-content: center; flex-wrap: warp;}
.cta_band .s3 { color: #f3cd0e; }
.cta_band .btn { margin-top: 30px; }
/* .cta_band .btn.ghost_btn { color: #f3cd0e} */

/** Image Inset Band */
.image_inset_band img { border: 10px solid #fff; box-shadow: 0 0 25px rgba(0,0,0,0.08);  }
/* .image_inset_band p + .btn { margin-top: 30px; } */

.border-image { border: 10px solid #fff; box-shadow: 0 0 25px rgba(0,0,0,0.08); width: 100%; height: auto;}


/** Contact Band  */
.contact_info .icon_s3 i{ color: #c8c8c8; }
.contact_info strong{ font-size: 20px; line-height: 22px; color: #c8c8c8; font-weight: 900; display: inline-block; width: 100%; margin: 25px 0 5px;}

.form-group{ margin-bottom: 30px; position: relative; display: flex; align-items: center; }
.form-group-column {
    flex-direction: column;
}

.form-group--captcha {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;  
}


.nice-select {     border-radius: 0;    border: 1px solid #003e51;    float: none;    font-size: 18px;        height: 34px;    line-height: 18px;    padding: 9px 30px 6px 10px; width: 100%;}
.nice-select:after{ content: none; }
.nice-select:before{ content: "\f078"; font-family: "Font Awesome 5 Brands" , "Font Awesome 5 free"; color: #ffaca4; font-weight: 700; font-size: 20px; line-height: 20px;    position: absolute;    right: 10px;    top: 8px; transition: all 0.5s ease 0s;}
.nice-select.open:before{ top: 6px;    transform: rotate(180deg); }
.nice-select .list{     margin-top: 0px;    width: calc(100% + 1px);    border-radius: 0;    border: 1px solid #003e51;    margin-left: -1px; }

.radio_btn{ position: relative; display: table;}
.radio_btn span{ font-size: 18px; line-height: 26px; color: #a2a2a2; font-weight: 400; padding-left: 30px; position: relative; }
.radio_btn input[type="radio"] {    opacity: 0;    height: 17px;    width: 100%;    position: absolute;    top: 0;    left: 0;    cursor: pointer; z-index: 9;}
.radio_btn span:after {    content: " ";    width: 20px;    height: 20px;   position: absolute;    top: -2px;    left: 0px;    pointer-events: none;    font-family: "Font Awesome 5 Brands" , "Font Awesome 5 free";    border: 2px solid #ffaca4;    border-radius: 100%;}
.radio_btn input[type="radio"]:checked + span:after {    content: " ";    width: 20px;    height: 20px;    position: absolute;    top: -2px;    left: 0px;    pointer-events: none;    font-family: "Font Awesome 5 Brands" , "Font Awesome 5 free";    font-weight: 900;    font-size: 12px;    padding: 3px 3px;    color: #fff;    background-color: #ffaca4;}
.submit{ margin-bottom: 0; }

.form-group .btn{ display: block; width: 40%; text-align: center; }


.contact_info p { font-size: 17px; line-height: 26px; }
.contact_info .icon_s3:not(:first-child) { margin-top: 60px; }
.contact_info p:last-child { margin-bottom: 30px; }

.contact_info a[href^="tel:"] {
    font-size: 30px;
    line-height: 30px;
    color: #f3cd0e;
}

.contact_form1 form p , .contact_form2 form p{     font-size: 15px;    line-height: 22px;    color: #a2a2a2;    font-weight: 400; display: inline-block; width: 100%; margin-bottom: 30px; }

.contact_form1 .row .col-md-4{ padding: 0 40px; }
.contact_form1 .col-md-4:last-child .contact_info strong{ margin-top: 0; }



input.error { border-bottom: 1px solid #ff0000; text-align: left;}
p.error { border: 1px solid #ff0000;     padding: 10px 10px 5px;    text-align: center; }
label.error{ display: none !important; }

p.success{ padding: 10px 10px 5px;    text-align: center;    border: 1px solid #f3cd0e;}

.contact_form1 form { border: 2px solid #000000; padding: 40px 50px 0px; margin-top: 30px; }
.contact_form1 .form-group.name , .contact_form1 .form-group.email , .contact_form1 .form-group.phone { margin-top: 0px; }
.contact_form1 .form-group.name input, .contact_form1 .form-group.email input, .contact_form1 .form-group.phone input { width: calc(100% - 60px); display: inline-block;}
.contact_form1 .form-group.name label, .contact_form1 .form-group.email label, .contact_form1 .form-group.phone label { display: inline-block; width: 55px; }


input + label.input-value{     top: -20px !important;    font-size: 15px; }


/** ================================= 7 Media Query #media ================================= */	
/********************************* Mobile Potrait #MP ********************************/
@media screen and (max-width: 360px) and (orientation: portrait) {

.service_page_band h3 i {
    left: 44% !important;
} 
    
}


/********************************* Mobile Potrait ********************************/
@media screen and (max-width: 480px) {

    
.service_page_band h3 i {
    left: 46% !important;
} 

.gallery figure {
    border: 5px #fff solid;
    width: 48% !important;
}    
    
.cutout_letters {
    font-size: 70px;
}

.service_band .cutout_letters:after {
    display: none;
}    
    
.contact_page_band .cutout_letters:after {
    display: none;
}    
    
.service_band .btn_wrap {
    margin-top: 30px;
}    
    
.review_band .review_band--text .review_stars {
    display: none;
}    
    
.review_band .review_band--text {
    margin: 0px 0px;
}    
    
.home_bottom_band .cutout_letters:after {
    display: none;
}    
    
.home_bottom_band ul li {
    width: 100%;
}    
    
.home_bottom_band .btn {
    margin-top: 30px;
}    
    
.service_page_band .cutout_letters:after {
    display: none;
}    
    
.service_page_band .cta_btn_wrap {
    height: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}    

.service_page_band .cta_btn_wrap h2 {
    width: 100%;
    text-align: center;
    margin: 0px;
    line-height: 34px;
}    
    
.service_page_band .cta_btn_wrap .btn {
    margin-bottom: 20px;
    padding: 15px 50px;
}    
    
.top_services_band {
    min-height: 180px;
    height: auto;
    padding: 30px 0px;
}    
    
    
}

@media only screen and (max-width : 560px) {    
    
    .review_band .review_band--text ul {
        margin-left: 10%;
    }
    
}


@media all and (max-width: 814px) {
    .contact_row {
        flex-direction: column;
    }

    .contact_page_band .contact_page_band-formside {
        width: 100%;
    }    

    
.form-group--captcha {
    margin-bottom: 30px;
    justify-content: center;
}    
    
.contact_form {
    border: none;
    padding: 50px 30px 10px;
}    
    
    
.contact_row {
    flex-direction: column;
    width: 100vw;
    margin-left: -30px;
    margin-top: 30px;
}    
    
.contact_page_band .contact_page_band-formside {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}    
    
.contact_page_band-textside {
    position: static; 
    top: 60px;
    left: 80px;
    width: 100%;
    margin-left: -15px;
    height: auto;
    padding: 0px;
    padding-top: 50px;
}    
    
.contact_page_band {
    padding: 60px 30px 0px;
}    
    
.contact_toprow {
    width: 100%;
    justify-content: center;
    min-width: 100%;
}    
    
.contact_midrow {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
    min-width: 100%;
}    
    
.contact_bottomrow {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: center;
    min-width: 100%;
}    
    
.contact_midrow--col {
    width: 100%;
    text-align: center;
}    
    
    
.contact_page_band .cutout_letters {
    text-align: center;
}    

.contact_page_band .cutout_letters:after {
    width: 10%;
    left: 45%;
}    
    
.contact_page_band .s1 {
    text-align: center;
}    
    
.form-group .btn {
    width: 100%;
}    
    
.contact_toprow--image {
    display: none;
}    
    
.contact_toprow--numbers {
    width: 100%;
    align-items: center;
    
}
    
    
    
}

/*
@media screen and (max-width: 380px) {

.form-group--captcha {
    margin-left: -34px;
    margin-right: 0px;
}    

.contact_form {
    border: none;
}    
    
}

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

.form-group--captcha {
    margin-left: -50px;
    margin-right: 0px;
}    

}
*/

/** ================================= Common For All mobile definitions #mx ================================= */
@media all and (max-width: 767px) {

.hero_image {
    height: 360px;
    top: 40px;
    position: relative;
}    
    
.service_band {
    padding: 60px 30px;
    padding-top: 280px;
}    
    
.hero_band .s1 {
    font-size: 35px;
    line-height: 38px;
}    
    
.contact_page_band {
    padding: 60px 30px;
}    
 
    
.service_page_band {
    padding: 60px 30px;
}    
 
.header_band {
    margin-top: -5px;
}    
    
.home_bottom_band {
    padding: 60px 30px;
}    
    
    
.footer_band .footer_band--menuwrap {
    margin: 15px 15% 18px;
}    
    
    
.gallery figure {
    border: 5px #fff solid;
    width: 33%;
}    
    
.service_band {
    padding-top: 70px;
}  
    
.review_band .review_band--image {
    height: 390px;
    margin-left: -15px;
    margin-right: 0px;
    width: 105%;
}    
    
.review_band {
    height: auto;
}    
    
.review_band .review_band--text {
    width: 100%;
    height: 460px;
    padding: 30px 30px;
}    
    
.home_bottom_band {
    padding: 60px 30px;
    text-align: center;
}
 
.home_bottom_band p {
    padding: 0px;
}    
    
.home_bottom_band .btn {
    margin: 30px 0px;
}    
    
.home_bottom_band ul li {
    width: 47%;
    text-align: left;
}    
    
.home_bottom_band ul {
    margin: auto;
}    
    
.home_bottom_band h3 i {
    top: 20px;
}
   
.home_bottom_band h3 {
    padding-top: 40px;
}    

.service_page_band {
    padding: 40px 30px;
    text-align: center;
}      
    
.service_page_band h3 {
    margin-top: 50px;
    text-align: center;
}    
    
.service_page_band h3 i {
    top: -12px;
    left: 48%;
}    
    
.service_page_band .cta_btn_wrap {
    height: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 30px;
}    
    
.service_page_band .cta_btn_wrap h2 {
    width: 100%;
    text-align: center;
    margin: 0px;
    line-height: 34px;
}    
    
    
.service_page_band .cta_btn_wrap h2 {
    font-size: 25px;
}    
    
.footer_band .footer_band--logowrap img {
    margin-top: 14px;
    margin-bottom: 20px;
}    
    
.header_band {
    margin-top: -5px;
}     
    
    
.service_band .btn_wrap .btn {
    width: 100%;
    margin: 20px 15px;
}    
    
.review_band .review_band--text .review_stars {
    background-position: center;
}    
    
.review_band .review_band--text .review_stars:after {
    width: 14%;
    left: 43%;
}    
    
.review_band .review_band--text .s1 {
    text-align: center;
}    
    
.review_band .review_band--text ul {
    margin: auto;
}    
    
.cutout_letters {
    text-align: center;
}    

.service_page_band .cutout_letters:after {
    width: 10%;
    left: 45%;
}    
    
.gallery_band .cutout_letters:after {
    width: 10%;
    left: 45%;
}    
    
.home_bottom_band .cutout_letters:after {
    width: 10%;
    left: 45%;
}    
    
.home_bottom_band h2 {
    margin-top: 15px;
    text-align: center;
}    
    
.home_bottom_band .s1 {
    text-align: center;
}    
    
.home_bottom_band h3 {
    text-align: center;
}    
    
.home_bottom_band h3 i {
    display: none;
}    
    
    
    
.btn{ display: block; margin-bottom: 15px;}

.btn + .btn{ margin-left: 0px; }

p.intro{ font-size: 17px; line-height: 24px; margin: 15px 0;}

.content_row p:last-child { margin-bottom: 15px; }
.space {    padding: 15px 0;}
.large_space { padding: 30px 0; }

h2, .h2 {    font-size: 24px; line-height: 28px;  padding: 15px 0;}
h3, .h3 { font-size: 18px;  line-height: 24px; padding: 15px 0; }
h4, .h4 {     font-size: 16px;    line-height: 24px;   padding: 15px 0; }
h5, .h5{     font-size: 16px;    line-height: 24px;    padding: 15px 0; }
h6, .h6{     font-size: 15px;    line-height: 20px;    padding: 15px 0; }

h2:after, h3:after { margin-top: 15px;}


.s1{ font-size: 32px; line-height: 36px; padding: 15px 0;}
.s2{    font-size: 28px;    line-height: 28px;   padding: 15px 0;  }
.s3{    font-size: 24px;    line-height: 28px;   padding: 15px 0;}

.s2 br, .s3 br {display:none;}

.footer_band .s2 {    line-height: 35px;    margin-bottom: 80px;}

.full_image { padding-top: 0px; padding-bottom: 0px; }

.icon_s1{    font-size: 24px;    line-height: 30px;    padding: 40px 0 15px; }
.icon_s1:before{ font-size: 30px; line-height: 30px; }
.icon_s3{ padding-top: 40px; font-size: 24px; line-height: 30px; }

.page_title h1 { text-align: center; }

/** Mobile Menu */
.main_page{ padding-top: 55px; }
.mo_menu{ display: block; }
.main_header{ display: none; }

.hero_band { padding-top: 30px; padding-bottom: 30px; background-image: url(/images/video-placeholder.jpg);}
.hero_band .s1 {  font-size: 32px; line-height: 36px; }

.proof_point { padding-top: 15px; padding-bottom: 15px; width: 100%;  }

.proof_point_band .col-md-12 { flex-wrap: wrap; justify-content: space-around;}
.proof_point_band .proof_point { }


.proof_point_container .proof_point_content { padding-left: 0px; margin-left: 50px!important}
.proof_point_container { flex-wrap: wrap; }
.proof_point_container li { width: 100%; max-width: 400px; margin: 0 auto 30px; display: block; float: none;}
.proof_point_container li:last-child { margin-bottom: 0px; }



.cta_band .s3 { text-align: center; }
.cta_band .col-md-5 { justify-content: space-around; max-width: 400px; margin: 0 auto;}

.footer_band p { margin-top: 15px; margin-bottom: 15px; }

.contact_form1 form p, .contact_form2 form p{ margin-bottom: 5px; }
.contact_form1 .form-group.name, .contact_form1 .form-group.email, .contact_form1 .form-group.phone {    margin-top: 30px;}
.contact_form1 form { padding: 15px 30px; }


.copy_right_band{ text-align:center; }
.marketing {    position: relative;    display: block;   margin-top: 15px; float: none;}


.cd-top{ bottom: 30px; right: 30px; }

p, .content_row ul li, .content_row ol li{ font-size: 15px; line-height: 22px; margin-bottom: 5px; }
.content_row ul, .content_row ol {padding-bottom: 15px;}

.contact_form1 .row {    margin: 0 -15px;}
.contact_form1 .row .col-md-4 {    padding: 0 15px;}


html * {max-height:1000000px}	

.x
{display:none}


/** Image Alignment */
.alignnone , a img.alignnone , .aligncenter, div.aligncenter ,  .alignright , a img.alignright , .alignleft , a img.alignleft{margin: 0px auto 30px; float:none; display: block;}


.flex-row { display: block;}
.flex-row > .col-md-6 { max-width: 100%; }

.contact_form1 form { margin-bottom: 30px; }
.contact_info .icon_s3:not(:first-child) { margin-top: 30px; }
.contact_info p:last-child { margin-bottom: 15px; }
}


@media only screen and (max-width : 560px) {    
    
    .review_band .review_band--text ul {
        margin: auto;
    }
    
    .home_bottom_band ul li {
        width: 100%;
    }    
    

}

@media only screen and (max-width : 420px) {    
    
    .review_band .review_band--text ul {
        margin: 0%;
    }
    

}


/********************************* ipad portrait #ip ********************************/
@media only screen and (min-width : 768px) and (max-width: 1024px) {

/** mobile menu */
.main_page{ padding-top: 55px; }
.mo_menu{ display: block; }
.main_header{ display: none; }

.contact_form1 .row {    margin: 0 -15px;}
.contact_form1 .row .col-md-4 {    padding: 0 15px;}

/** h1 {    font-size: 36px;    line-height: 44px; }
.s1 {    font-size: 36px;    line-height: 44px; } */


.contact_form1 form p, .contact_form2 form p{ margin-bottom: 5px; }
.contact_form1 .form-group.name, .contact_form1 .form-group.email, .contact_form1 .form-group.phone {    margin-top: 40px;}

.flex-row > .col-md-6 { max-width: calc(50% - 20px); }

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float: left}
.col-md-12 {width: 100%}
.col-md-11 {width: 91.66666667%}
.col-md-10 {width: 83.33333333%}
.col-md-9 {width: 75%}
.col-md-8 {width: 66.66666667%}
.col-md-7 {width: 58.33333333%}
.col-md-6 {width: 50%}
.col-md-5 {width: 41.66666667%}
.col-md-4 {width: 33.33333333%}
.col-md-3 {width: 25%}
.col-md-2 {width: 16.66666667%}
.col-md-1 {width: 8.33333333%}

.hidden-tab 
{display:none}

.visible_tab{display:block !important}

}


/********************************* ipad landscape #il ********************************/
@media only screen and (min-width : 768px) and (max-width: 1024px) {

  .hero_image {
    top: 296px;
}  
    
.service_band {
    padding: 60px 30px;
    padding-top: 280px;
}    
    
.gallery_band {
    padding: 60px 30px;
}    

    
.hero_band .s1 {
    font-size: 35px;
    line-height: 38px;
}    
    
.contact_page_band {
    padding: 60px 30px;
}    
 
    
.service_page_band {
    padding: 60px 30px;
}    
 
.header_band {
    margin-top: -5px;
}    
    
.home_bottom_band {
    padding: 60px 30px;
}    
    
    
}

/********************************* ipad landscape #il ********************************/
@media only screen and (min-width : 1001px) and (max-width: 1024px) {
    
}



@media only screen and (min-width : 1025px) and (max-width: 1200px) {
	.sticky .bottom_nav ul > li > a {    padding: 14px 8px 11px;}
	.bottom_nav ul > li > a, .nav_down .bottom_nav ul > li > a{     padding: 24px 8px 22px; font-size: 16px; }	
	
	.main_page{ padding-top: 150px; }
	.contact_form1 .row {    margin: 0 -15px;}
	.contact_form1 .row .col-md-4 {    padding: 0 15px;}
	.contact_form2 .row {    margin: 0 -15px;}
	.contact_form2 .row .col-md-6 {    padding: 0 15px;}

}

@media only screen and (min-width : 1201px) and (max-width: 1365px) {
	.sticky .bottom_nav ul > li > a {    padding: 14px 15px 11px;}
	.bottom_nav ul > li > a, .nav_down .bottom_nav ul > li > a{     padding: 24px 15px 22px; font-size: 18px; }	

	.contact_form1 .row {    margin: 0 -15px;}
	.contact_form1 .row .col-md-4 {    padding: 0 15px;}
}


@media only screen and (min-width : 1366px) and (max-width: 1500px) {
	.sticky .bottom_nav ul > li > a {    padding: 14px 20px 11px;}
	.bottom_nav ul > li > a, .nav_down .bottom_nav ul > li > a{     padding: 24px 20px 22px; }	
}