@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
/* font-family:'Roboto Condensed', sans-serif; */
/* font-family:'Open Sans', sans-serif; */

body{font-size:14px; box-sizing:border-box; margin:0px; font-family:'Open Sans', sans-serif;}
html{scroll-behavior: smooth;}

*{font-size:14px; box-sizing:border-box; }
ul{margin:0px; padding:0px;}
li{list-style:none;}


.ptb-30 {padding-top:30px; padding-bottom:30px; }
.ptb-40 {padding-top:40px; padding-bottom:40px; }
.ptb-50 {padding-top:50px; padding-bottom:50px; }
.ptb-60 {padding-top:60px; padding-bottom:60px; }
.ptb-70 {padding-top:70px; padding-bottom:70px; }
.ptb-80 {padding-top:80px; padding-bottom:80px; }
.ptb-100{padding-top:100px; padding-bottom:100px; }
/* End CSS */

/* Buttons */
.primaryBtn{background:#fff; border-radius:100px; padding-left: 20px; text-align:left; min-width: 170px; transition:all 0.5s ease 0s; font-family:'roboto_condensedbold'; line-height: 40px; border:2px solid transparent; padding:2px 2px 2px 20px; display: table; text-transform:uppercase; letter-spacing:1px; color:#085684 !important; cursor:pointer;}
.primaryBtn:hover{border:2px solid #000; transition:all 0.5s ease 0s; text-decoration:none; background:#000; color:#fff !important;}
.primaryBtn > i{width: 40px; height: 40px; background-color: rgb(27, 150, 184); text-align: center; color: #fff; border-radius: 100px; float: right; display: flex; justify-content: center; align-items: center; font-size: 20px; padding-left: 5px; margin-left: 20px; transition:all 0.5s ease 0s;}
.primaryBtn:hover i{background-color:#fff; color: #085684; transition:all 0.5s ease 0s;}

.secondaryBtn{background:#1b96b8; border-radius:100px; padding-left: 20px; text-align:left; min-width: 170px; transition:all 0.5s ease 0s; font-family:'roboto_condensedbold'; line-height: 40px; border:2px solid transparent; padding:2px 2px 2px 20px; display: table; text-transform:uppercase; letter-spacing:1px; color:#fff !important; cursor:pointer;}
.secondaryBtn:hover{border:2px solid #000; transition:all 0.5s ease 0s; text-decoration:none; background:#000; color:#fff !important;}
.secondaryBtn > i{width: 40px; height: 40px; background-color:#fff; text-align: center; color: #1b96b8; border-radius: 100px; float: right; display: flex; justify-content: center; align-items: center; font-size: 20px; padding-left: 5px; margin-left: 20px; transition:all 0.5s ease 0s;}
.secondaryBtn:hover i{background-color:#fff; color: #085684; transition:all 0.5s ease 0s;}
/* End Buttons */

/* TOP BAR */
.topBar{background:#222;}
.welcomeTagline{position:relative; /*background:#1b96b8;*/ padding:7px 0px;}
/*.welcomeTagline:before{position:absolute; content:""; width:100%; height:35px; background:#1b96b8; top:0; left:-100%;}
.welcomeTagline:after{position:absolute; border-top:42px solid #1b96b8; border-right:25px solid transparent; content:""; right:-25px; top:-7px;}*/
.welcomeTagline p{color:#fff; margin:0px; text-transform:capitalize; letter-spacing:0.5px; font-weight:500;}
.shortAddress{padding:6px 0px 7px;}
.shortAddress ul{margin:0px; padding:0px;}
.shortAddress ul li{display:inline-block; margin-left:30px;}
.shortAddress ul li span i.fa {color:#b5b5b5; margin-right:6px;}
.shortAddress ul li span a {color:#b5b5b5; display:block;}
.shortAddress ul li span a:hover{text-decoration:none; color:#fff;}


/* MAIN HEADER */
#header {box-shadow:0px 0px 8px rgba(0, 0, 0, 0.2); position:fixed; top: 35px; background:#fff; width:100%; z-index:9999; transition:all 0.6s ease 0s;}
nav.navbar .navbar-brand{margin:0px 30px 0px 0px; padding: 0px;}
nav.navbar .navbar-brand > img{height: 75px; transition:all 0.6s ease 0s;}

.navbar-collapse .navbar-nav > li > a{display: block; color: #555; text-align: center; padding:40px 10px; transition: all 0.6s  ease 0s; text-transform: uppercase; font-family: 'roboto_condensedbold'; letter-spacing: 0.75px;}
.navbar-collapse .navbar-nav > li > a:hover{text-decoration: none;}

button.navbar-toggler{border: 1px solid #1b96b8; height: 39px; width: 44px;}
button.navbar-toggler span{font-size: 23px; color: #1b96b8;}
button.navbar-toggler:hover, button.navbar-toggler:focus{background: #1b96b8; outline: none;}
button.navbar-toggler:hover span{color: #fff;}

.dropdown-menu {background: #0e6598; padding: 0px; margin:0px; border-radius: 0px; border:0px;}
.dropdown-menu > a{padding: 10px 20px; color: #fff; text-transform: uppercase; font-weight: 600; font-size: 14px; font-family: 'roboto_condensedbold'; letter-spacing: 1px; text-align: left; border-top: 1px solid #106ea5;}
.dropdown-menu > a:hover{text-decoration: none;  color: #fff;   background: #085684;}
 

li#getfreequote{margin-left: 20px;}
li#getfreequote > a{background: #1b96b8; border:2px solid #1b96b8; letter-spacing: 0.4px; line-height: 38px;  padding: 0px 20px; color: #fff; border-radius: 28px; margin: 29px 0px 0px;}
li#getfreequote > a:hover, li#getfreequote > a:focus{ background: transparent; color:#1b96b8; }


/* Sticky Header */
.sticky{top: 0px !important; transition:all 0.6s ease 0s;}
.sticky nav.navbar .navbar-brand > img{height: 60px; transition:all 0.6s ease 0s;}
.sticky .navbar-collapse ul > li > a{ padding:30px 10px; transition:all 0.6s ease 0s;}
.sticky li#getfreequote > a{margin: 19px 0px 0px; transition:all 0.6s ease 0s;}


/* DropDown Menu */




/* PARTICAL BANNER */
.count-particles{ background:#000022; position:absolute; top:48px; left:0; width:80px; color:#13E8E9; font-size:.8em; text-align:left; text-indent:4px; line-height:14px; padding-bottom:2px; font-family:Helvetica, Arial, sans-serif; font-weight:bold;}
.count-particles{ border-radius:0 0 3px 3px;}
.js-count-particles{ font-size:1.1em;}
#stats,.count-particles{ -webkit-user-select:none; margin-top:5px; margin-left:5px;}
#stats{ border-radius:3px 3px 0 0; overflow:hidden;}
#particles-js {
 width: 100%;
 height: 100%;
 background-color: #000;
 background-image: url(../images/banner.jpg);
 background-size: cover;
 background-position: 50% 50%;
 background-repeat: no-repeat;
}

.fancybox-container{z-index: 9999999;}
canvas.particles-js-canvas-el{height:95vh !important;}

.bannerSlide{position:relative;}
.SliderText{position:absolute; top:37%; left:0; right:0; margin:0 auto; bottom:0;}
.textPart {float:none; width:75%; margin:0 auto; text-align:center;}
.textPart h4 {font-size:45px; height: 55px; text-shadow:0px 3px 3px rgba(0, 0, 0, 0.2); color:#fff; font-family:'roboto_condensedbold'; text-transform:uppercase; font-weight:900; letter-spacing:4px; margin:0px;}
.textPart h4 #text {font-size:45px; height: 55px; text-shadow:0px 3px 3px rgba(0, 0, 0, 0.2); color:#fff; font-family:'roboto_condensedbold'; text-transform:uppercase; font-weight:900; letter-spacing:4px; margin:0px;}
.textPart p { color: #fff; font-size: 18px; letter-spacing: 1px; margin: 45px 0px 55px; font-weight: 300; line-height: 34px;}

.SliderText .primaryBtn:hover {  border-color: #fff !important;  background: #fff; color: #1b96b8 !important}
.SliderText .primaryBtn:hover i{background: #1b96b8; color: #fff !important;}



/*.sticky + #banner {padding-top:153px;}*/

/* About Us */
#aboutUs {background-image:url(../images/aboutflowerbg.jpg); background-repeat:no-repeat; background-attachment:scroll; background-position:left top;}
.aboutUs h2 {text-shadow:0px 5px 6px rgba(0, 0, 0, 0.2); font-size:18px; margin-bottom:20px; line-height:28px;}
.aboutUs h2 span {color:#1b96b8; font-weight:bold; font-size:38px; text-transform:uppercase; font-family:roboto_condensedbold; letter-spacing:1px; margin-top:10px; margin-bottom:36px;}
.aboutUs h2 > span{display:block;}
.aboutUs h2 .break span{color:#085684;}
.aboutUs p {line-height:30px; color:#575757; font-size:16px;}
.aboutUs a.secondaryBtn{margin-top:15px; float:left;}
.aboutUs ul {padding-left:18px; margin-top:20px;}
.aboutUs ul li {line-height:20px; color:#333; list-style:inherit; margin-bottom:15px;}

.aboutcomp h3 { text-align: center; margin-bottom: 45px !important;}
.aboutcomp h5 { text-align: center; font-weight: bold; font-size: 16px; margin-bottom: 10px; font-weight: bold;}
.aboutcomp .col-md-4 i.fa { width: 60px; height: 60px; display: block; margin: 0 auto 20px; background: #1b96b8; color: #fff; line-height: 60px; font-size: 18px; border-radius: 100px; text-align: center;}
.aboutcomp .col-md-4:hover i.fa{background:#085684;}

.ttl { width: 100%; height: auto; overflow: hidden; margin-bottom: 10px; text-align: center;}

.ttl a { font-size: 16px; font-weight: bold; color: #000;}
.ttl a:hover{text-decoration: none;}


/* End About Us */

/* What We Do */
section#whatWeDo {background:#f7f7f7; position:relative; padding-bottom: 150px;}
section#whatWeDo:after{background-image:linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url(../images/taglinebg.jpg);  background-position:0px 0px, 50% 50%; background-size:auto, cover; background-repeat:repeat, no-repeat; background-attachment:scroll, fixed; height:150px; content:""; position:absolute; left:0; right:0; bottom: 94px; top:auto; width:100%; }

.headline { text-align:center; font-family:roboto_condensedbold; margin-bottom:45px;}
.headline h2{font-size:32px; margin-bottom:15px; line-height:23px; text-transform:uppercase; letter-spacing:1px; color:#1b96b8; /*text-shadow:0px 5px 6px rgba(0, 0, 0, 0.2);*/ }
.headline h2 span{color:#085684; font-size:32px; }
.headline p{font-family:'PT Sans';}

.whatWeDoTabs{width:800px; margin:0 auto; position:relative; z-index:99;}
.tabSection {float:left; width:30%;}
.tab-content {float:left; width:70%; background:#fff; min-height:322px; padding:20px; position:relative;}
.tab-content:before {background:url(../images/whatwedo.png) no-repeat 0 0 / 100% 100%; height:321px; width:90px; content:""; position:absolute; top:0; left:-90px;}
.tab-content h3 {font-family:roboto_condensedbold; letter-spacing:0.5px; margin:10px 0px; text-transform:uppercase; font-size:16px;}
.tabSection ul li { display:block; width:100%; margin-top:20px;}
.tabSection ul li a {color:#085684; background:#fff; font-size:13px; padding:10px; border:1px solid #ccc !important; display:block; border-radius:0px !important; font-family:roboto_condensedbold; text-transform:uppercase; letter-spacing:0.75px;} 
.tabSection ul li a.nav-link.active {background:#085684; color:#fff; border:1px solid #085684 !important;}
.tabSection ul li a:hover{background:#085684; color:#fff; border:1px solid #085684 !important;}

.howItWorks {width:100%;padding:30px 20px;}
.howItWorks h4 {color:#fff; text-transform:uppercase; font-size:18px; letter-spacing:1px; font-family:roboto_condensedbold; margin-bottom:20px;}
.howItWorks{width:100%; padding:30px 20px;}
.howItWorks > ul{padding-top:1px}
.howItWorks ul li{width:100%; line-height:18px; margin-top:20px; height:auto; overflow:hidden;}
.howItWorks ul li span{display:block; float:left; width:40px; height:40px; border:2px solid #fff; border-radius:100px; text-align:center; padding:9px; font-weight:bold; color:#fff; margin-right:15px;}
.howItWorks ul li:hover span{background:#fff; border-color:#fff; color:#1b96b8;}
.howItWorks ul li label{float:left; font-family:roboto_condensedbold; letter-spacing:2px; color:#fff; text-transform:uppercase; font-size:16px;}
.howItWorks ul li label small {text-transform:uppercase; font-family:'robotolight'; font-weight:bold; color:#fff; letter-spacing:1px; display:block; font-size:12px;}
/* End What We Do */

/* Services */
#services{background:#fff;}
#services .container{position:relative;}
#services .headline{text-align:left; border-left:5px solid #085684; padding-left:20px; margin-bottom:0px;}
#services .headline h2{margin-bottom:10px;}
#services .headline p {line-height:18px; text-transform:inherit; font-size:14px; letter-spacing:0px;}

.servicesList {width:100%; height:auto;}
.servicesList .serv{margin-top:40px; background:#f1f1f1; padding-bottom:20px; }
.servicesList .serv h4 {font-family:roboto_condensedbold; padding:10px 20px 0px; color:#085684; margin:10px 0px; font-size:16px; text-transform:uppercase; font-weight:normal; letter-spacing:1px;}
.servicesList .serv img{width:100%; height:auto;}
.servicesList .serv p{font-size:14px; text-align:justify; padding:0px 20px;}
.servicesList .serv a{text-transform:uppercase; letter-spacing:1px; font-family:roboto_condensedbold; color:#085684; padding:0px 20px;}
.servicesList .serv a:hover{text-decoration:none;}

.viewMoreButton {width:20%; text-align:center; margin-top:63px; margin:60px auto 0;}
.viewMoreButton a {display:block;}
/* End Services */

/* Tagline */
#taglines{background-image:linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url(../images/taglinebg.jpg);
 background-position:0px 0px, 50% 50%; background-size:auto, cover; background-repeat:repeat, no-repeat; background-attachment:scroll, fixed;}
#taglines h4{color:#fff; line-height:50px; font-family:roboto_condensedbold; text-transform:uppercase; font-size:35px; letter-spacing:1px; }
#taglines a {}
/* End Tagline */



/* Blogs */
#blog .headline{text-align:left; border-left:5px solid #1b96b8; padding-left:20px; }
.blogDetails{width:100%; height:auto; overflow:hidden;}
.blogDetails ul li {float:left; width:33.333%; text-align:center; border-right:1px solid #1b96b8; background:#fff; padding:8px 0px;}
.blogDetails ul li:first-child{padding:0px; background:transparent; border-right:0px solid #1b96b8;}
.blogDetails ul li a{display:block; border-radius:0px; padding:6px 15px; }
.blogDetails ul li label{margin:0px; color:#1b96b8;}
.blogDetails ul li i.fa{color:#1b96b8;}
.blogPost img { width:100%; height:auto;}
.blogPost h4{margin:10px 0px; color:#1b96b8; font-size:16px; text-transform:uppercase; font-family:roboto_condensedbold; letter-spacing:1px;}
.blogPost p{text-align:justify;}
/* End Blogs */


/* Footer */
#footer{background:#02334f;}

.footPanel h5{font-family:roboto_condensedbold; font-size:16px; margin-bottom:15px; color:#fff; text-transform:uppercase; letter-spacing:1.2px;}
.footPanel ul li{list-style:none; display:block; width:100%;}
.footPanel ul li a {    font-size: 14px;    text-transform: capitalize;    color: #d0d0d0;    font-family: 'Roboto Condensed', sans-serif;    letter-spacing: 0.5px;}
.footPanel ul li a:hover{color: #fff;}

.footPanel form{width:100%;}
.footPanel form ul li{float:left; width:60%;}
.footPanel form ul li:last-child{width:40%;} 
.footPanel form ul li input{width:100%; border:0px; font-size:12px; padding:10px 10px; border-radius:40px 0px 0px 40px}
.footPanel form ul li input:focus, .footPanel form ul li button:focus{outline:none;}
.footPanel form ul li button {font-size:14px; margin-top:0px; line-height: 20px; margin-top: -2px; letter-spacing: 1px; border-radius:0px 40px 40px 0px; width: 100%; border:0px !important; padding:10px; background:#1b96b8; color:#fff !important;}
.footPanel form ul li button:hover{background:#085684;}

.footPanel .address{width:100%; overflow:hidden; margin-top: 30px; }
.footPanel .address li{width:100%; line-height:23px; display: table; color:#fff; border-radius:30px 0px 0px 30px; overflow:hidden; margin-bottom:15px; background:transparent;}
.footPanel .address li i.fa {    float: left;    margin-right: 15px;   padding: 10px 10px;    width: 40px;  vertical-align: top;  color: #fff;    height: 40px;    font-size: 25px;    border-radius: 30px 0px 0px 30px;    background: transparent;    display: table-cell;}
.footPanel .address li span {width: 100%;  display: table-cell;    vertical-align: middle;    text-align: left;    font-family: 'Roboto Condensed', sans-serif;    font-size: 17px;    letter-spacing: 0.4px;}

ul.socialMedia{margin-right:45px;}
ul.socialMedia li a {padding:20px 15px; color:#fff; width:100%; display:block; border-bottom:1px solid #ccc; text-align:center;}
ul.socialMedia li a:hover{text-decoration:none; background:#fff; color:#02334f; }
ul.socialMedia li a i{display:block; font-size:20px;}

.copyright{background:#032436; padding:15px 0px; text-align:center;}
.copyright p{margin:0px; font-size:16px; letter-spacing:0.5px; color:#fff; font-family: 'Roboto Condensed', sans-serif; }
/* End Footer */




/* Scroll Jump */
a.vert-move {width:30px; height:53px; border:2px solid #ccc; margin:0 auto; display:block; border-radius:28px; position:absolute; top:auto; bottom:60px; left:0; right:0;}
a.vert-move:before {position:absolute; content:""; width:8px; height:12px; background:#fff; border-radius:5px; left:0; right:0; margin:10px auto;}
a.vert-move:before {-webkit-animation:mover 1s infinite alternate; animation:mover 1s infinite alternate;}
a.vert-move:before {-webkit-animation:mover 1s infinite alternate; animation:mover 1s infinite alternate;}
@-webkit-keyframes mover {
 0% {transform:translateY(0); }
 100% {transform:translateY(-20px); }
}
@keyframes mover {
 0% {transform:translateY(0); }
 100% {transform:translateY(17px); }
}

	

/* Inner Page Layout */
section.pageBody {background:#fff;}

.pageTitle{background:#02334f; padding-top:150px; padding-bottom:50px;}
.pageTitle h4 {color:#fff; font-size:30px; font-weight:700; letter-spacing:1px; text-align:left; text-transform:capitalize; font-family:'Roboto Condensed', sans-serif;}
.pageTitle p{text-align:left; color:#fff; font-size:15px; letter-spacing:1px; margin-bottom:0px; font-family:'Roboto Condensed', sans-serif;}

.contactInfo {width:100%; height:auto; overflow:hidden; padding-bottom:40px; border-bottom:1px solid #ccc; margin-bottom:60px;}
.contactInfo .info {display:table;}
.contactInfo .info:hover .infoIcon .fa{background:#085684; color:#fff; }
.contactInfo .info .infoIcon, .contactInfo .info .infoData {display:table-cell; vertical-align:middle;}
.infoIcon .fa {width:55px; height:55px; background:transparent; border:1px solid #085684; color:#085684; text-align:center; margin-right:15px; border-radius:100px; padding:16px 0px; font-size:20px;}

.infoData h6, .infoData h6 a{font-weight:bold; color:#1b96b8; font-size:18px; font-family:'Roboto Condensed', sans-serif;}
.infoData p {color:#787878; font-size:15px;}

.cntfrm h5{font-weight:bold; font-size:22px; color:#1b96b8; font-family:'Roboto Condensed', sans-serif;}
.cntfrm iframe {    margin-top: 23px;    height: 391px;}
.divider {    width: 50px;    height: 4px;    background: #1b96b8;    margin-bottom: 30px;}

form.contForm {width:100%; height:auto; overflow:hidden;}
form.contForm .form-group label{margin-bottom:2px; color:#9b9b9b; font-family:'Roboto Condensed', sans-serif; font-size:15px; letter-spacing:0.5px;}
form.contForm .form-group label small{color:#f00;}
form.contForm .form-group .form-control{border-radius:2px; font-family:'Roboto Condensed', sans-serif; resize:none; letter-spacing:0.3px; padding:20px 15px; font-size:14px; }
form.contForm .form-group .form-control:focus{outline:none; box-shadow:none; border-color:#1b96b8;}
form.contForm .form-group textarea{height:150px;}


/* Aside Bar */

.asideBlock{margin-bottom:20px; width:100%; height:auto; overflow:hidden; border-bottom:1px solid #ccc; padding-bottom:20px;}
.asideBlock:last-child{margin-bottom:0px; padding-bottom:0px; border-bottom:0px;}
.asideBlock h4{font-family:'Roboto Condensed', sans-serif; font-size:24px; color:#085684; letter-spacing:0.2px; font-weight:600; margin-bottom:20px; }

.menuItems ul li{width:100%; height:auto; overflow:hidden;}
.menuItems ul li a{display:block; background:#F3F3F3; color:#000; border-bottom:1px solid #ebebeb; padding:10px 10px 10px 20px; font-family:'Roboto Condensed', sans-serif; font-size:16px; letter-spacing:0.4px;}
.menuItems ul li a:hover{text-decoration:none; background:#ebebeb;}
.menuItems ul li.active a{border-left:5px solid #A8DB51; background:#085684; color:#fff;}

.compDetails .media{width:100%; height:auto; overflow:hidden; margin-bottom:15px;}
.compDetails .media:last-child{margin-bottom:0px;}
.compDetails .media .mediaIcon{width:40px; height:auto; margin-right:15px;}
.compDetails .media .mediaIcon img{width:100%; height:auto;}
.compDetails .media .mediaInfo h5{font-size:14px; color:#787878; font-weight:400; margin-bottom:3px;}
.compDetails .media .mediaInfo h5 span{background:#1b96b8; color:#fff; padding:3px; margin-left:7px; font-size:12px; font-weight:500; letter-spacing:1px; display:inline-block;}
.compDetails .media .mediaInfo h6{color:#085684; font-size:14px; font-weight:bold;}

.withUs{background:url(../images/why.jpg) no-repeat 0px 0px / cover; padding:30px 20px; min-height:220px; position:relative;}
.withUs:before{width:100%; height:100%; background:rgba(27, 150, 184, 0.9); position:absolute; top:0; left:0px; content:""; z-index:1;}
.withUs h4{color:#fff; position:relative; z-index:99; position:relative;}
.withUs h4:after{border-bottom:3px solid #fff; width:40%; margin:0 auto; position:absolute; top:auto; bottom:-10px; content:""; left:0; right:0;}
.withUs p{color:#fff; position:relative; z-index:99;}
.withUs button{position:relative; z-index:99; background:#fff; border:2px solid #fff; border-radius:3px; color:#085684; font-family:'Roboto Condensed', sans-serif; font-size:16px; font-weight:bold;}
.withUs button:hover{background:transparent; color:#fff; border:2px solid #fff;}

/* End Aside Bar */

/* About Us */
.aboutCompany{background:#f3f3f3; border-bottom:2px solid #085684;}
.aboutInfo{padding:40px;}
.aboutInfo h2{font-family:'Roboto Condensed', sans-serif; font-weight:bold;}
.aboutInfo p{margin:15px 0px 20px; font-family:'Roboto Condensed', sans-serif; font-size:16px; }

.aboutOverview h3{font-family:'Roboto Condensed', sans-serif; font-size:25px; font-weight:bold; color:#085684; margin-bottom:15px; }
.aboutOverview p, .aboutBlocks p {    line-height: 28px;    color: #313131;    font-size: 17px;    font-family: 'Roboto Condensed', sans-serif;}

.aboutus{margin-bottom:30px;}
.aboutTagline{position:relative;}
.aboutTagline h3 { position: absolute; top: 15%; padding: 52px; font-family: 'Roboto Condensed', sans-serif; background: rgba(8, 86, 132, 0.8); width: 46%; left: 7%; color: #fff; font-size: 24px; line-height: 37px; min-height: 255px;}

.aboutBlocks{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}
.aboutBlocks:last-child{margin-bottom:0px;}
.aboutBlocks h2, .aboutBlocks h3, .aboutBlocks h4{font-family:'Roboto Condensed', sans-serif; font-size:25px; color:#085684; font-weight:bold; }
.aboutBlocks ul {margin:20px 0px 20px 0px; background:#f9f9f9; padding:20px 30px; border-radius:5px; border-bottom:3px solid #085684;}
.aboutBlocks ul li {    list-style: none;    line-height: 22px;    color: #313131;    position: relative;    padding-left: 35px;    margin-bottom: 10px;}
.aboutBlocks ul li:before{position:absolute; left:0px; top:0px; content:"\f178"; font-family:'FontAwesome'; font-size:18px; color:#1b96b8;}
.aboutBlocks ul li:hover:before{color: #000;}
/* End About Us */


/* Portfolio */

.projectBlock{width:100%; height:300px; overflow:hidden; position:relative; margin-top:30px;}
.projectBlock > span{display:block; width:100%; min-height:300px; transition:all 0.3s ease 0s;}
.projectBlock > span > img{width:100%; height:300px;}
.projectBlock:hover span{margin-top:-90px; transition:all 0.3s ease 0s;}


.pInfo{width:100%; height:90px; overflow:hidden; background:rgba(0, 0, 0, 1); position:relative; padding:20px 25px; }
.pInfo h4{color:#fff; font-weight:bold; text-transform:uppercase; font-size:18px; letter-spacing:1px;}
.pInfo p{color:#ccc; font-style:14px; letter-spacing:0.4px; margin-bottom:0px;}

.viewIcons{position:absolute; right:25px; top:25px;}
.viewIcons a{display:block; width:40px; height:40px; background:#fff; border-radius:100px; text-align:center; color:#000; padding:6px 0px; font-size:18px;}

.projectBrief{padding:20px; border-left:1px solid #a5a5a5; transition:all 1s ease 0s; overflow-y: scroll; overflow-x: hidden; position:fixed; z-index:999; right:-100%; top:0px; background:#fff; width:370px; height:100%; }
.projectBrief.active{right: 0px; transition:all 1s ease 0s; }
.projectSlider{width:100%; height:auto; margin-bottom:30px; overflow:hidden; position:relative; }
.projectSlider img{display:block; width:100%; height:auto;}
.projectSlider a.visitWeb{position:absolute; display:block; transition:all 1s ease 0s; width:110px; height:110px; background:#fff; bottom:-70px; right:15px; border-radius:119px; color:#000; font-size:24px; padding:5px 0px 0px; text-align:center;}
.projectSlider a.visitWeb:hover i.fa{transform:rotate(360deg); transition:all 1s ease 0s;}

.projectInfo{width:100%; height:auto; overflow:hidden;}
.projectInfo table.table tr th{color:#1b96b8; }
.projectInfo table.table tr th, .projectInfo table.table tr td{font-family:'Roboto Condensed', sans-serif; font-size:16px; }

.closeSidebar { position: absolute; left: 7px; top: 20px; background: #fff; border-radius: 100px;}
.closeSidebar i.fa { display: block; cursor: pointer;  height: 30px; color: #000; width: 30px; padding: 9px 0px; text-align: center; font-size: 16px;}
.closeSidebar i.fa:hover{color:#085684}

.smallSummary{width:100%; height:auto; overflow:hidden; margin-top:10px;}
.smallSummary h5{font-family:'Roboto Condensed', sans-serif; color:#1b96b8; letter-spacing:0.5px; margin-bottom:14px; font-weight:bold;}
.smallSummary p{font-family:'Roboto Condensed', sans-serif; font-size:16px; color: #a5a5a5;}

.projectBrief::-webkit-scrollbar { width: 0px;}
.projectBrief::-webkit-scrollbar-track{background: #f1f1f1;}
.projectBrief::-webkit-scrollbar-thumb{background: #888;}
.projectBrief::-webkit-scrollbar-thumb:hover{background: #555;}
/* End Portfolio*/

.service-image > img {
 width: 100%;
 margin-bottom: 20px;
}

hr{margin:40px 0px; }
.mainPage .samestyle h3{ position: relative;  font-family: 'Roboto Condensed', sans-serif; font-size: 25px; font-weight: bold; color: #085684; margin-bottom: 15px;}
.mainPage .samestyle h3:before { position: absolute; border-bottom: 2px solid #ccc; content: ""; bottom: -10px; width: 18%;}
.mainPage{ }
.single-features { text-align: center; background: #fff; margin-bottom: 40px; padding: 37px 15px 40px; -moz-transition: .4s; -webkit-transition: .4s; transition: .4s; -webkit-box-shadow: 0 -2px 20px 0 rgba(0,0,0,.06); box-shadow: 0 -2px 20px 0 rgba(0,0,0,.06);}
.single-features h3 { margin-bottom: 0; font-size: 20px; margin-top: 25px; text-transform: capitalize; font-weight: 700;}
.single-features:hover { background: #fff; -webkit-box-shadow: 0 40px 44px 0 rgba(0,0,0,.06), 0 40px 44px 0 rgba(0,0,0,.06); box-shadow: 0 40px 44px 0 rgba(0,0,0,.06), 0 40px 44px 0 rgba(0,0,0,.06);}
.single-features i { font-size: 55px;}

#no_credit_checks_wrapper { width: 100%; position: relative; height: 540px;}
#no_credit_checks_left_col { position: relative; float: left; width: 50%; height: 100%; background-color: #3db8da;}
#no_credit_checks_left_col_container { position: relative; width: 100%; max-width: 500px; float: right; padding:70px 0px 85px; margin-right: 80px;}
.home_h3_title_light { font-size: 35px; color: #fff; line-height: 51px; font-weight: 900; margin-bottom: 15px;}
.home_h3_title_light span{font-size: 35px; color: #000; font-weight: 900; }
.home_sub_title { font-size: 21px; line-height: 30px; color: #000; margin-bottom: 15px;}
.home_para_dark { font-size: 14px; line-height: 22px; color: #1c1c1c; margin-bottom: 15px; letter-spacing: 0.5px;}
#no_credit_checks_right_col { position: relative; float: left; width: 50%; height: 100%; background-image: url(https://sunshinemobile.co.uk/images/sunshine_family_image.jpg); background-size: cover; background-repeat: no-repeat;}

#newservices{background: #fff;}
#newservices .sec-title .title { position: relative; color: rgb(27, 150, 184); font-size: 16px; letter-spacing: 1px; font-weight: 600; margin-bottom: 10px; text-transform: uppercase;}
#newservices .sec-title h2 { position: relative; color: #222222; font-weight: 700; line-height: 33px; padding-right: 100px; line-height: 1.3em; font-size: 21px; display: inline-block;}
#newservices .bold-text { position: relative; color: #222222; font-size: 16px; line-height: 1.6em; margin-bottom: 20px;}
#newservices .text { position: relative; color: #666666; font-size: 14px; line-height: 1.9em; margin-bottom: 35px;}

.themes-explore-slider ul{ display: flex;}
.themes-explore-slider ul li{width: 100%; padding: 0px 12px;}
.themes-explore-slider ul li .explore-theme-icone{border: 1px solid #ccc; color: #575757; height: 150px; display: flex; align-items: center; justify-content: center; border-radius: 3px;}

.theme-thumbnail a:hover{text-decoration: none;}
.explore-theme-icone { padding: 0px 12px;}

.explore-area figure{height: 50px; width: 84px; margin: 0 auto;  position: relative; transition: all 0.2s; margin-bottom: 15px; display: flex; align-items: end; justify-content: center;}
.explore-area figure i.fab, .explore-area figure i.fas{ font-size: 45px; color: #575757; transition:all 0.5s ease-in-out; margin-top: 0px;}
.explore-area h3{text-align: center;}
.explore-area h3{font-size: 14px; line-height: 18px; text-transform: uppercase; color: #62637C; font-weight: bold; letter-spacing: 0.3px;}

.theme1 .explore-theme-icone{ border: 1px solid #9e7b1c; transition: all 0.5s ease-in-out;}
.theme1 .explore-area figure i{color:#9e7b1c; transform:scale(1);}
.theme1 .explore-area h3{color:#9e7b1c;}
.theme1:hover .explore-theme-icone{border: 1px solid #9e7b1c; background: #9e7b1c; transition: all 0.5s ease-in-out;}
.theme1:hover .explore-area figure i{color:#fff; transform:scale(1.1);}
.theme1:hover .explore-area h3{color:#fff;}

.theme2 .explore-theme-icone{ border: 1px solid #6bc424; transition: all 0.5s ease-in-out;}
.theme2 .explore-area figure i{color:#6bc424; transform:scale(1);}
.theme2 .explore-area h3{color:#6bc424;}
.theme2:hover .explore-theme-icone{border: 1px solid #6bc424; background: #6bc424; transition: all 0.5s ease-in-out;}
.theme2:hover .explore-area figure i{color:#fff; transform:scale(1.1);}
.theme2:hover .explore-area h3{color:#fff;}

.theme3 .explore-theme-icone{ border: 1px solid #F90; transition: all 0.5s ease-in-out;}
.theme3 .explore-area figure i{color:#F90; transform:scale(1);}
.theme3 .explore-area h3{color:#F90;}
.theme3:hover .explore-theme-icone{border: 1px solid #F90; background: #F90; transition: all 0.5s ease-in-out;}
.theme3:hover .explore-area figure i{color:#fff; transform:scale(1.1);}
.theme3:hover .explore-area h3{color:#fff;}

.theme4 .explore-theme-icone{ border: 1px solid #449fba; transition: all 0.5s ease-in-out;}
.theme4 .explore-area figure i{color:#449fba; transform:scale(1);}
.theme4 .explore-area h3{color:#449fba;}
.theme4:hover .explore-theme-icone{border: 1px solid #449fba; background: #449fba; transition: all 0.5s ease-in-out;}
.theme4:hover .explore-area figure i{color:#fff; transform:scale(1.1);}
.theme4:hover .explore-area h3{color:#fff;}

.theme5 .explore-theme-icone{ border: 1px solid #0d7e2d; transition: all 0.5s ease-in-out;}
.theme5 .explore-area figure i{color:#0d7e2d; transform:scale(1);}
.theme5 .explore-area h3{color:#0d7e2d;}
.theme5:hover .explore-theme-icone{border: 1px solid #0d7e2d; background: #0d7e2d; transition: all 0.5s ease-in-out;}
.theme5:hover .explore-area figure i{color:#fff; transform:scale(1.1);}
.theme5:hover .explore-area h3{color:#fff;}

.theme6 .explore-theme-icone{ border: 1px solid #cb1f1e; transition: all 0.5s ease-in-out;}
.theme6 .explore-area figure i{color:#cb1f1e; transform:scale(1);}
.theme6 .explore-area h3{color:#cb1f1e;}
.theme6:hover .explore-theme-icone{border: 1px solid #cb1f1e; background: #cb1f1e; transition: all 0.5s ease-in-out;}
.theme6:hover .explore-area figure i{color:#fff; transform:scale(1.1);}
.theme6:hover .explore-area h3{color:#fff;}

.theme-category{clear: left; overflow: hidden;}
.explore-theme{position: relative;}
.theme-category ul li{float: left; width: 18%; margin: 0px 11px; overflow: hidden; border-radius: 3px;}
.theme-category ul li img{ height: 150px; width: 100%; transform:scale(1); -webkit-transition:all 1s ease-in-out;  -moz-transition:all 1s ease-in-out; -o-transition:all 1s ease-in-out; transition:all 1s ease-in-out;}
.explore-theme h4{font-size: 16px; font-weight: bold; margin-top: 10px; color: #575757;}

.portfoliopart{ position: relative; padding: 0px 0px; background-color: #e9c37a;}
.portfoliopart .pattern-layer { position: absolute; content: ''; left: 0px; bottom: 0px; width: 600px; height: 460px; background-repeat: no-repeat; background-position: left bottom;}
.portfoliopart .outer-section { position: relative;}
.portfoliopart .outer-section .left-column { position: relative; width: 50%; float: left; padding: 0px 15px; padding-right: 150px;}
.portfoliopart .outer-section .left-column .inner-column { position: relative; max-width: 520px; width: 100%; display: block; float: right; padding: 95px 0px; padding-right: 110px;}
.portfoliopart .outer-section .left-column .sec-title .title{ color:#222222;}
.portfoliopart .outer-section .left-column .sec-title h2:before{ background-color:#222222;}
.portfoliopart .outer-section .left-column .text{ position:relative; color:#222222; font-size:14px; line-height:1.8em;}
.portfoliopart .outer-section .right-column{ position:relative; width:50%; float:right; padding:0px 0px; background-size:cover;}
.portfoliopart .outer-section .right-column .inner-column{ position:relative; display:block; padding:95px 20px 95px 0px; margin-left:-150px; background-size:cover;}
.portfoliopart .outer-section .right-column .inner-column .owl-carousel{ width:100%; display:block; max-width:990px;}
.portfoliopart .outer-section .right-column .inner-column .owl-dots{ display:none;}
.portfoliopart .outer-section .right-column .inner-column .owl-nav{ position:absolute; bottom:0px; left:-113px;}
.portfoliopart .outer-section .right-column .inner-column .owl-nav .owl-prev, .portfoliopart .outer-section .right-column .inner-column .owl-nav .owl-next{ position:relative; width:55px; height:55px; color:#ffffff; line-height:55px; text-align:center; font-size:22px; margin-left:2px; background-color:#222222; display:inline-block;}
.portfoliopart .image-layer{ position:absolute; right:0px; top:0px; width:100%; height:100%; display:block; background-size:cover;}
.portfoliopart .image-layer{background-attachment:fixed; background-position:center;  }
.portfoliopart .image-layer:before{ position:absolute; content:''; left:0px; top:0px; right:0px; bottom:0px; width:100%; height:100%; display:block; background-color:rgba(0,0,0,0.75);}
.portfoliopart .sec-title { position: relative; margin-bottom: 30px;}
.portfoliopart .sec-title .inner-title { position: relative;}
.portfoliopart .outer-section .left-column .sec-title .title { color: #222222;}
.portfoliopart .sec-title .title { position: relative; color: #e9c37a; font-size: 16px; font-weight: 600; margin-bottom: 10px; text-transform: uppercase;}
.portfoliopart .sec-title h2 { position: relative; color: #222222; font-weight: 700; line-height: 1.3em; font-size: 34px; display: inline-block; text-transform: capitalize;}
.portfoliopart .outer-section .left-column .sec-title h2:before { background-color: #222222;}
.portfoliopart .sec-title h2:before { position: absolute; content: ''; left: -65px; top: 22px; height: 2px; width: 50px; background-color: #e9c37a;}

.quote-icon.flaticon-left-quote i { font-size: 50px;}
.quote-icon.flaticon-left-quote:before { content: none;}


 
.container-fluid-two{  position:relative;  overflow:hidden;  margin-bottom:0px;  padding:40px 0px 0px;  background-color:#e9c37a;}
.container-fluid-two .outer-section{  position:relative;}
.container-fluid-two .outer-section .left-column{  position:relative;  width:50%;  float:left;  padding-top:40px;}
.container-fluid-two .outer-section .left-column .inner-column{  position: relative;  max-width:560px;  margin-right:270px;  margin-left:-270px; display: block; float: right;  padding:0px 15px;  padding-right:60px;}
.container-fluid-two .outer-section .pattern-layer{  position:absolute;  left:0px;  bottom:0px;  width:430px;  height:304px;}
.container-fluid-two .outer-section .left-column .quote-icon{  position:absolute;  left:0px;  top:0px;  color:#222222;  font-size:50px;  line-height:1em;  padding-bottom:10px;  border-bottom:2px solid #222222;}
.container-fluid-two .outer-section .left-column .title-box{  position:relative;  padding-left:90px;}
.container-fluid-two .outer-section .left-column .title-box .title{  position:relative;  color:#222222;  font-size:16px;  letter-spacing:1px;  text-transform:uppercase;}
.container-fluid-two .outer-section .left-column .title-box h2{  position:relative;  color:#222222;  font-size:36px;  font-weight:600;  margin-bottom:12px;}
.container-fluid-two .outer-section .left-column .title-box .text{  position:relative;  color:#222222;  font-size:16px;  line-height:1.7em;  }
.container-fluid-two .outer-section .right-column{  position:relative;  width:50%;  float:left;  padding-bottom:40px;}
.container-fluid-two .outer-section .right-column:before, .container-fluid-two .outer-section .right-column .inner-column:before{  position:absolute;  content:'';  right:0px;  top:-40px;  width:100%;  height:300%;  background-color:#f7f7f7;}
.container-fluid-two .outer-section .right-column .inner-column{  position:relative;  display:block;  background:#ffffff;  padding-left:90px;  margin-left:-270px;  padding-right:30px;}
.container-fluid-two .outer-section .right-column .inner-column .owl-dots{  display:none;}
.container-fluid-two .outer-section .right-column .inner-column .owl-nav{  position:relative;  text-align:center;  margin-top:70px;}
.container-fluid-two .outer-section .right-column .inner-column .owl-nav .owl-prev, .container-fluid-two .outer-section .right-column .inner-column .owl-nav .owl-next{  position:relative;  width:55px;  height:55px;  color:#222222;  font-size:28px;  line-height:40px;  text-align:center;  margin:0px 4px;  border:2px solid #eeeeee;  display:inline-block;  transition:all 300ms ease;  -webkit-transition:all 300ms ease;  -ms-transition:all 300ms ease;  -o-transition:all 300ms ease;}
.container-fluid-two .outer-section .right-column .inner-column .owl-nav .owl-prev:hover, .container-fluid-two .outer-section .right-column .inner-column .owl-nav .owl-next:hover{  color:#ffffff;  border-color:#1b96b8;  background-color:#1b96b8;}

/* Testimonial Block Two */

.testimonial-block-two{  position:relative;}
.testimonial-block-two .inner-box{  position:relative;  padding-top:10px;  min-height:250px;  padding-left:220px;}
.testimonial-block-two .inner-box .image{  position:absolute;  left:0px;  top:0px;  width:180px;}
.testimonial-block-two .inner-box .upper-box{  position:relative;  padding-bottom:12px;  margin-bottom:25px;  border-bottom:1px solid #dddddd;}
.testimonial-block-two .inner-box .upper-box h3{  position:relative;  color:#222222;  font-size:16px; font-weight: 700;}
.testimonial-block-two .inner-box .upper-box .location{  position:relative;  color:#222222;  font-style:italic; }
.testimonial-block-two .inner-box .upper-box .rating{  position:relative;  padding-top:10px;}
.testimonial-block-two .inner-box .upper-box .rating .fa{  position:relative;  color:#ffce4a;  font-size:13px;}
.testimonial-block-two .inner-box .text{  position:relative;  line-height:1.7em;  color:#222222;  font-size:16px;  }
 

/* Services Block Two */

.services-block-two{  position:relative;}
.services-block-two .inner-box{  position:relative;  overflow:hidden; transition:all 300ms ease;  -webkit-transition:all 300ms ease;  -ms-transition:all 300ms ease;  -o-transition:all 300ms ease;  -moz-transition:all 300ms ease;}
.services-block-two .inner-box:hover .image img{  -webkit-transform:scale(1.2,1.3);  -ms-transform:scale(1.2,1.3);  -moz-transform:scale(1.2,1.3);  transform:scale(1.2,1.3);}
.services-block-two .inner-box .image{position: relative; height: 500px;}
.services-block-two .inner-box .image img{  position:relative;  width:100%;  display:block;   height: 500px; transition:all 600ms ease;  -webkit-transition:all 600ms ease;  -ms-transition:all 600ms ease;  -o-transition:all 600ms ease;  -moz-transition:all 600ms ease;}
.services-block-two .inner-box .overlay-box{  position:absolute;  left:0px;  top:0px;  right:0px;  bottom:0px;}
.services-block-two .inner-box .overlay-box:before{  position:absolute;  content:'';  left:0px;  top:0px;  right:0px;  bottom:-1px;  -webkit-transition:all 1000ms ease;  -moz-transition:all 1000ms ease;  -ms-transition:all 1000ms ease;  -o-transition:all 1000ms ease;  transition:all 1000ms ease;  background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);  background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);  background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #000000));  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);}
.services-block-two .inner-box .overlay-box:after{  position:absolute;  content:'';  left:0px;  top:-100%;  width:100%;  height:100%;  opacity:0;  -webkit-transition:all 700ms ease; -moz-transition:all 700ms ease;  -ms-transition:all 700ms ease;  -o-transition:all 700ms ease;  transition:all 700ms ease;  background:rgba(0,0,0,0.70);}
.services-block-two .inner-box:hover .overlay-box:before{  top:100%;  opacity:0;}
.services-block-two .inner-box:hover .overlay-box:after{  opacity:1;  top:0%;}
.services-block-two .inner-box .overlay-box h3{  position:absolute;  right:35px;  bottom:35px;  text-align:right;  line-height:1.3em;  padding-bottom:10px;  display:inline-block;  -webkit-transition:all 500ms ease; -moz-transition:all 500ms ease;  -ms-transition:all 500ms ease;  -o-transition:all 500ms ease;  transition:all 500ms ease;  z-index:1;}
.services-block-two .inner-box:hover .overlay-box h3{  opacity:0;  -webkit-transform:translateX(110%);   -ms-transform:translateX(110%);   -moz-transform:translateX(110%); transform:translateX(110%); }
.services-block-two .inner-box .overlay-box h3:before{  position:absolute;  content:'';  left:0px;  bottom:0px;  height:2px;  width:50px;  background-color:#1b96b8;}
.services-block-two .inner-box .overlay-box h3 a{position: relative; color: #ffffff; font-size: 16px; font-weight: 600; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; text-transform: uppercase; letter-spacing: 2px;}
.services-block-two .inner-box .overlay-box h3 a:hover{  color:#e9c37a;}
.services-block-two .inner-box .overlay-box .links-box{  position:absolute;  left:0;  top:50%;  margin-top:-22px;  width:100%;  text-align:center;  opacity:0;  -webkit-transform:translateY(-70px);  -ms-transform:translateY(-70px);  -moz-transform:translateY(-70px);  transform:translateY(-70px);  -webkit-transition:all 500ms ease;  -moz-transition:all 500ms ease;  -ms-transition:all 500ms ease;  -o-transition:all 500ms ease;  transition:all 500ms ease;  z-index:1;}
.services-block-two .inner-box:hover .overlay-box .links-box{  opacity:1; -webkit-transform:translateY(0px);  -moz-transform:translateY(0px);  -ms-transform:translateY(0px);  transform:translateY(0px);}
.services-block-two .inner-box .overlay-box .links-box .link{  position:relative;  display:inline-block;  width:44px;  height:44px;  line-height:44px;  font-size:16px;  background:#ffffff;  color:#1b96b8;  margin:0px 3px;  border-radius:3px;  -webkit-transition:all 300ms ease;  -moz-transition:all 300ms ease;  -ms-transition:all 300ms ease;  -o-transition:all 300ms ease;  transition:all 300ms ease;  }
.services-block-two .inner-box .overlay-box .links-box .link:hover{  background:#1b96b8;  color:#ffffff;}

/*  End Services */

/*  Blogs */

.auto-container{position: static; max-width: 1200px; padding: 0px 15px; margin: 0 auto;}
.compensate-for-scrollbar{margin-right: 0px !important;}
.news-section{  position:relative;  padding:95px 0px 60px; background: #fff;}
.news-section .sec-title{  margin-bottom:45px;}
.news-section .row{  margin:0px -28px;}
.news-section .news-column{  padding:0px 28px;}
.news-section .sec-title h2{font-family: roboto_condensedbold; color: #1b96b8;}

/* News Block */

.news-block{  position:relative;  margin-bottom:40px;}
.news-block .inner-box{  position:relative;}
.news-block .inner-box .image{  position:relative;  overflow:hidden;  background-color:#000000;}
.news-block .inner-box .image a{  position:relative;  display:block;}
.news-block .inner-box .image a:before{  content: "\f0c1";  font-family: 'FontAwesome';  font-weight:400;  position:absolute;  left:50%;  top:50%;  margin:-30px 0px 0px -30px;  width:60px;  height:60px;  line-height:60px;  text-align:center;  background:#ffffff;  color:#e9c37a;  font-size:20px;  border-radius:50%;  z-index:1;  opacity:0;  -webkit-transform:translateY(50px);  -ms-transform:translateY(50px);  -moz-transform:translateY(50px);  transform:translateY(50px);  -webkit-transition: all 600ms ease;  -moz-transition: all 600ms ease;  -ms-transition: all 600ms ease;  -o-transition: all 600ms ease;  transition: all 600ms ease;}
.news-block .inner-box .image img{  display: block;  width: 100%;  height: auto;  -webkit-transition: all 600ms ease;  -moz-transition: all 600ms ease;  -ms-transition: all 600ms ease;  -o-transition: all 600ms ease;  transition: all 600ms ease;}
.news-block .inner-box:hover .image img{  opacity:0.30;  -webkit-transform:rotate(3deg) scale(1.1,1.1);  -ms-transform:rotate(3deg) scale(1.1,1.1);  transform:rotate(3deg) scale(1.1,1.1);}
.news-block .inner-box:hover .image a:before{  opacity:1;  -webkit-transform:translateY(0px);  -ms-transform:translateY(0px);  -moz-transform:translateY(0px);  transform:translateY(0px);}
.news-block .inner-box .lower-content{  position:relative;}
.news-block .inner-box .lower-content .post-date{  position:relative;  color:#ffffff;  top:-20px;  font-size:14px;  margin-left:30px;  margin-top:-10px;  padding:10px 17px;  display:inline-block;  background-color:#222222;  }
.news-block .inner-box .lower-content h3{  position:relative;  font-size:24px;  font-weight:600;  line-height:1.3em;}
.news-block .inner-box .lower-content h3 a{  position:relative;  color:#222222;  -webkit-transition:all 0.3s ease;  -moz-transition:all 0.3s ease;  -ms-transition:all 0.3s ease;  -o-transition:all 0.3s ease;  transition:all 0.3s ease;}
.news-block .inner-box .lower-content h3 a:hover{  color:#e9c37a;}
.news-block .inner-box .lower-content .post-meta{  position:relative;  margin-top:10px;  padding-bottom:18px;}
.news-block .inner-box .lower-content .post-meta li{  position:relative;  color:#666666;  font-size:14px;  margin-right:15px;  display:inline-block;  }
.news-block .inner-box .lower-content .post-meta li:last-child{  margin-right:0px;}
.news-block .inner-box .lower-content .post-meta:before{  position:absolute;  content:'';  left:0px;  bottom:0px;  height:2px;  width:50px;  background-color:#1b96b8;}
.news-block .inner-box .lower-content .text{  position:relative;  color:#666666;  font-size:14px;  line-height:1.9em;  margin-top:18px;  }
.news-block .inner-box .lower-content .read-more{  position:relative;  color:#222222;  font-size:14px;  line-height:1em;  margin-top:20px;  display:inline-block;   -webkit-transition:all 0.3s ease;  -moz-transition:all 0.3s ease;  -ms-transition:all 0.3s ease;  -o-transition:all 0.3s ease;  transition:all 0.3s ease;}
.news-block .inner-box .lower-content .read-more .arrow{  position:relative;  margin-left:10px;  color:#e9c37a;  top:2px;}
.news-block .inner-box .lower-content .read-more:hover{  color:#e9c37a;}

/* News Block Two */

.news-block-two{  position:relative;  margin-bottom:60px;}
.news-block-two .inner-box{  position:relative;}
.news-block-two .inner-box .image-column{  position:relative;}
.news-block-two .inner-box .image-column .image{  position:relative;  overflow:hidden;  background-color:#000000;}
.news-block-two .inner-box .image-column .image img{  position:relative;  width:100%;  display:block;  transition:all 600ms ease;  -webkit-transition:all 600ms ease;  -ms-transition:all 600ms ease;  -o-transition:all 600ms ease;  -moz-transition:all 600ms ease;}
.news-block-two .inner-box:hover .image-column .image img{  opacity:0.4;  -webkit-transform:rotate(5deg) scale(1.2,1.2);  -ms-transform:rotate(5deg) scale(1.2,1.2);  -moz-transform:rotate(5deg) scale(1.2,1.2);  transform:rotate(5deg) scale(1.2,1.2);}
.news-block-two .inner-box .content-column{position:relative;}
.news-block-two .inner-box .content-column .inner-column{  position:relative;}
.news-block-two .inner-box .content-column .post-date{  position:relative;  color:#ffffff;  font-size:14px;  padding:10px 17px;  display:inline-block;  background-color:#222222;  }
.news-block-two .inner-box .content-column h3{  position:relative;  font-size:24px;  font-weight:600;  line-height:1.3em;  margin-top:18px;}
.news-block-two .inner-box .content-column h3 a{  position:relative;  color:#222222;  -webkit-transition:all 0.3s ease;  -moz-transition:all 0.3s ease;  -ms-transition:all 0.3s ease;  -o-transition:all 0.3s ease;  transition:all 0.3s ease;}
.news-block-two .inner-box .content-column h3 a:hover{  color:#e9c37a;}
.news-block-two .inner-box .content-column .post-meta{  position:relative;  margin-top:7px;  padding-bottom:18px;}
.news-block-two .inner-box .content-column .post-meta:before{  position:absolute;  content:'';  left:0px;  bottom:0px;  height:2px;  width:50px;  background-color:#1b96b8;}
.news-block-two .inner-box .content-column .post-meta li{  position:relative;  color:#666666;  font-size:14px;  margin-right:20px;  display:inline-block;  }
.news-block-two .inner-box .content-column .post-meta li:last-child{  margin-right:0px;}


/* End Blogs */


/* Temp Block */

.about-section{  position:relative; background:#f7f7f7;   padding:90px 0px 70px;}
.about-section .title-box{  position:relative;  margin-bottom:100px;}
.about-section .title-box .bold-text{  position:relative;  color:#222222;  font-size:16px;  line-height:1.6em;  margin-top:40px;  margin-bottom:20px;}
.about-section .title-box .text{  position:relative;  color:#666666;  font-size:14px;  line-height:1.9em;  margin-bottom:35px;  }
.about-section .pattern-layer{  position:absolute;  right:0px;  bottom:0px;  width:100%;  height:500px;}

/* Services Block */


.inner-box{  position:relative;}
.inner-box .image{  position:relative;  display:block;  background:#000000;  overflow:hidden;}
.inner-box .image a{  position:relative;  display:block;}
.inner-box .image img{  display: block;  width: 100%;  height: auto;  -webkit-transition: all 600ms ease;  -moz-transition: all 600ms ease;  -ms-transition: all 600ms ease;  -o-transition: all 600ms ease;  transition: all 600ms ease;}
.inner-box:hover .image img{  opacity: .30;}
.inner-box:hover .image a:before{  -webkit-transition: all 700ms ease 700ms;  -moz-transition: all 700ms ease 700ms;  -ms-transition: all 700ms ease 700ms;  -o-transition: all 700ms ease 700ms;  transition: all 700ms ease 700ms;  opacity:1;  -webkit-transform:translateY(0px);  -ms-transform:translateY(0px);  -moz-transform:translateY(0px);  transform:translateY(0px);}

@-webkit-keyframes shine {
  100% {
 left: 125%;
  }
}
@keyframes shine {
  100% {
 left: 125%;
  }
}

.inner-box .lower-box{  position:relative;  padding-top:35px;  text-align:center;  padding-bottom:22px;}
.inner-box .lower-box:before{  position:absolute;  content:'';  left:50%;  bottom:0px;  height:2px;  width:50px;  margin-left:-25px;  background-color:#1b96b8;}
.inner-box .lower-box h3{  position:relative;  font-size:24px;  font-weight:700;  line-height:1.3em;}
.inner-box .lower-box h3 a{  position:relative;  color:#222222;  transition:all 300ms ease;  -moz-transition:all 300ms ease;  -webkit-transition:all 300ms ease;  -ms-transition:all 300ms ease;  -o-transition:all 300ms ease; font-size: 22px;}
.inner-box .lower-box h3 a:hover{ color:#1b96b8;}
.inner-box .lower-box .text{  position:relative;  color:#666666;  font-size:14px;  margin-top:4px;  }


/* Temp Block */

.pageContent { background: #fff;}
.mainCover { margin-bottom: 0px; position: relative; }
.footerCover { position: static; bottom: 0; left: 0; right: 0; width: 100%; height: auto;}


.menubar{margin: 25px 0px; display: none;}   
.menubar > i{font-size: 29px; color: #1b96b8; border: 1px solid #1b96b8; padding: 5px 0px 4px; height: 40px; width: 44px; text-align: center; border-radius: 3px;}
.menubar:hover i{background:#1b96b8; color: #fff; }

.mobilequote{margin: 24px 0px; display: none;}
.mobilequote a{padding: 10px 24px; width: 150px; display:block;background: #1b96b8; border: 2px solid #1b96b8; font-family: 'roboto_condensedbold'; text-align: center; transition: all 1s ease 0s; text-transform: uppercase;  color: #fff; border-radius: 159px; letter-spacing: 1px; text-decoration: none;}
.mobilequote a:hover{background: transparent; color:#1b96b8; text-decoration: none; transition: all 1s ease 0s;}

.overlay { cursor: zoom-out;  position: fixed; display: none;   background: rgba(0, 0, 0, 0.7);    width: 100%;    height: 100%;    top: 0;    left: 0;    z-index: 9999;}
.quoteview {    position: fixed; display: none;   max-width: 797px;    max-height: 497px;    border-radius: 5px;    top: 0;    left: 0;    right: 0;    bottom: 0;    margin: auto;    background: #fff;    z-index: 99999;    overflow: hidden;}

.overlay.active, .quoteview.active{display: block;}

.quote-left {    padding:50px 37px 50px 60px;}
.quote-left h4 {    color: #1b96b8;    font-family: 'roboto_condensedbold';    font-size: 25px;    font-weight: 600;    letter-spacing: 0.3px;    text-align: center;    margin-bottom: 10px;}
.quote-left p {    text-align: center;    margin-bottom: 40px;    font-family: 'Roboto Condensed', sans-serif;    color: #313131;    font-size: 16px;    letter-spacing: 0.5px;}

.quoteform .row > div {    padding-left: 7px;    padding-right: 7px;}
.quoteform .form-group input {    background: #f7f7f7;    line-height: 30px;    border: 0px;    font-size: 15px;    font-family: 'Roboto Condensed', sans-serif;    letter-spacing: 0.5px;    border-radius: 0px;    width: 100%;    display: block;    height: auto; padding-left: 15px;}


.followus {    height: 100%;    background: #1b96b8;    display: flex;    flex-wrap: wrap;    vertical-align: middle;    align-content: center;    text-align: center;}
.followus > .inner-cover {    width: 100%;}
.followus > .inner-cover h4 {    color: #fff;    font-size: 20px;    font-family: 'roboto_condensedbold';    letter-spacing: 1px;    font-weight: 600;}
.followus > .inner-cover p{ font-family: 'Roboto Condensed', sans-serif;   color: #f7f7f7; letter-spacing: 1px;}

.followus > .inner-cover ul li{display: inline-block; margin: 0px 3px;}
.followus > .inner-cover ul li a{display: block; width: 38px; line-height: 35px; transition: all 0.6s ease 0s; background: #fff; border:2px solid #fff; color: #000; text-align: center; border-radius: 100%;}
.followus > .inner-cover ul li a:hover, .followus > .inner-cover ul li a:focus{background: transparent; color: #fff; transition: all 0.6s ease 0s;}
.closed {    margin-top: 30px;    color: #f1f1f1;    letter-spacing: 1px;    cursor: pointer;}
.closed:hover{color: #fff; text-decoration: underline;}

.quoteclose {    position: absolute;    top: 15px;    left: 20px;    color: #ccc; cursor: pointer;}
.quoteclose:hover{color: #000;}

.blockInner {    position: relative;    width: 100%;    height: 370px;    overflow: hidden;    border: 1px solid #55b6c7;    background: #f7f7f7;    text-align: center;    padding: 30px;}
.blockInner img {    width: 100px;    height: 100px;    border-radius: 100%;    margin: 0 auto 20px;}
.blockInner p {    font-size: 17px;    font-family: 'Roboto Condensed', sans-serif;    letter-spacing: 0px;    line-height: 29px;    max-height: 190px;    overflow: hidden;}
.blockInner h4 {    font-size: 16px;    font-family: 'roboto_condensedbold';}
.radiuscurve {    width: 100px;    height: 100px;    background: #55b6c7;    border-radius: 100%;    top: -10%;    position: absolute;    left: -10%;}
.blockInner:hover {    background: #55b6c7;}

.error-page{background: url(../images/banner.jpg) no-repeat 0 0 / cover;}
.errorpage{padding: 180px 0px 140px;}
.error-inner h1 {    font-size: 70px;    font-family: 'roboto_condensedbold';    color: #fff;    letter-spacing: 2px;}
.error-inner h4{font-family: 'Roboto Condensed', sans-serif;   color: #fff;  font-size: 25px;}
.blockInner:hover h4, .blockInner:hover p {    color: #fff;}
