@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900');


@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(owl.css);
@import url(owl.theme.default.css);
@import url(animate.css);
@import url('icomoon.css');
@import url('custom-animate.css');
@import url(../fonts/flaticon/flaticon.css);


@import url(../plugins/energy-icon/style.css);


html,
body { 
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    color: #83888d;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
button:focus{
    outline: none;
}
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #203260;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
h3 {
    font-size: 20px; 
    line-height: 26px;
}
h4 {
    font-size: 20px;
    line-height: 26px;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}
.fix{
    position: relative;
    display: block;
    overflow: hidden;
}





img {
	max-width: 100%;
    height: auto;
}
i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol,
li{
    margin: 0;
    padding: 0;    
}
.clr1{
    color: #f36727;
}
.bgclr1{
    background: #f36727;    
}


.secpd1{
    padding: 100px 0;
}
.secpd2{
    padding: 100px 0 60px;
}
.secpd3{
    padding: 100px 0 70px;
}


.btn-one {
    position: relative;
    display: inline-block;
    background: #f3f7fa;
    border-radius: 5px;
    transition: all 500ms ease;
}
.btn-one b {
    position: relative;
    display: inline-block;
    float: left;
    color: #203260;
    font-size: 14px;
    line-height: 55px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 0 20px 0;
    transition: all 500ms ease;
}
.btn-one span:before {
    position: relative;
    display: inline-block;
    float: left;
    width: 55px;
    height: 55px;
    border-left: 1px solid #dbe5ec;
    color: #3398fd;
    font-size: 20px;
    line-height: 55px;
    font-weight: 400;
    text-align: center;
}
.btn-one:hover{
    background: #dbe5ec;
}
.btn-one:hover span:before{
    border-color: #d1dce4;    
}
.btn-one:hover b{
    color: #3398fd;
}

.btn-two{
    color: #203260;
    font-size: 14px;
    line-height: 20px;;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
}
.btn-two span:before {
    position: relative;
    display: inline-block;
    top: 4px;
    padding-left: 8px;
    font-size: 20px;
    line-height: 14px;
}
.btn-two:hover{
    color: #3aa40c;
}


.btn-three {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: #203260;
    font-size: 14px;
    line-height: 62px;
    font-weight: 700;
    height: 60px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 0 30px 0;
    border-radius: 5px;
    transition: all 500ms ease;
}
.btn-three span:before {
    position: relative;
    display: inline-block;
    top: 4px;
    padding-left: 9px;
    font-size: 20px;
    font-weight: 400;
}
.btn-three:hover{
    color: #fff;
}



.sec-title {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 50px;
}
.sec-title.with-text{
    max-width: 770px;
    margin: -4px auto 0;
    padding-bottom: 42px;
}
.sec-title p, .sml-h{
    color: #a0a7ae;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 11px;
}
.sec-title.clrwhite p{
    color: #ffffff;
}
.sec-title .title {
    position: relative;
    display: block;
    color: #203260;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 19px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    z-index: 1;
}
.sec-title.clrwhite .title{
    color: #ffffff;    
}
.sec-title .border-box{
    position: relative;
    display: block;
    width: 80px;
    height: 7px;
}
.sec-title .border-box.center{
    margin: 0 auto;
}
.sec-title .border-box:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #021f3d;
}
.sec-title .border-box:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 3px;
    content: "";
    background: #021f3d;
}
.sec-title .border-box.center:after{
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec-title span {
    display: block;
    color: #83888d;
    font-size: 18px;
    line-height: 28px;
    margin: 24px 0 0;
}
.sec-title.clrwhite span{
    color: #b3cde4;
}

.sec-title .border-box.bgblue{}
.sec-title .border-box.bgblue:before{
    background: #3398fd;    
}
.sec-title .border-box.bgblue:after{
    background: #3398fd;      
}


.sec-title-style2{
    position: relative;
    display: block;
    padding-bottom: 52px;    
}
.sec-title-style2 .title {
    position: relative;
    top: -9px;
    color: #3a3a3a;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 4px;
}
.sec-title-style2 p{
    color: #83888d;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}



@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


.home-page-five-body {
    background-color: #FBFBFB;
}

hr.style-one {
    margin: 0;
    border-top: 2px solid #e5e4e4;
}

.dark-bg {
    background-color: #021f3d;
}

.dark-bg-two {
    background-color: #061F2E;
}

.dark-bg-three {
    background-color: #0a0a0a;
}

.gray-bg {
    background-color: #f5f5f5;
}

.gray-bg-two {
    background-color: #F2F7F5;
}

.gradient-bg {
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: linear-gradient(48deg, #185F8B 0%, #34964D 42%, #91C942 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#185F8B', endColorstr='#91C942', GradientType=1);
    /* ie6-9 */
}

hr.style-one {
    margin: 0;
    border-top: 1px solid #f2f2f2;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.bg-pos-left-center {
    background-position: left center;
}

.bg-pos-right-center {
    background-position: right center;
}

.sec-pad {
    padding: 100px 0;
}

.sec-pad-with-content-margin-30 {
    padding: 100px 0;
    padding-bottom: 70px;
}

.sec-pad-with-content-margin-70 {
    padding: 100px 0;
    padding-bottom: 30px;
}

.sec-pad-bottom {
    padding-bottom: 100px;
}

.thm-btn {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #FFBA00;
    color: #2E2E2E;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 14px 48px;
    transition: all .4s ease;
}

.thm-btn:hover {
    background: #fff;
    color: #2E2E2E;
}

.thm-btn.style-two {
    background: #fff;
    color: #2E2E2E;
}

.thm-btn.style-two:hover {
    background: #FFBA00;
    color: #2E2E2E;
}

.thm-btn.black-hover:hover {
    color: #fff;
    background: #2E2E2E;
}

.thm-btn.home-three {
    background-color: #F9A03B;
    color: #fff;
}

.thm-btn.home-three i {
    margin-left: 7px;
    font-size: 20px;
    display: inline-block;
    vertical-align: -4px;
}

.thm-btn.home-three:hover {
    background: #28B381;
}

.thm-btn.home-four {
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: linear-gradient(48deg, #185F8B 0%, #34964D 42%, #91C942 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#185F8B', endColorstr='#91C942', GradientType=1);
    /* ie6-9 */
    color: #fff;
    overflow: hidden;
    padding-left: 35px;
    padding-right: 35px;
}

.thm-btn.home-four i {
    margin-left: 7px;
    font-size: 20px;
    display: inline-block;
    vertical-align: -4px;
}

.thm-btn.home-four:before {
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: linear-gradient(48deg, #91C942 0%, #34964D 42%, #185F8B 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91C942', endColorstr='#185F8B', GradientType=1);
    /* ie6-9 */
}

.thm-btn.home-five {
    border-radius: 0;
    background-color: transparent;
    padding: 15.5px 39px;
    color: #fff;
    position: relative;
    transition: all .4s ease;
}

.thm-btn.home-five i {
    font-size: 20px;
    display: inline-block;
    vertical-align: -3px;
    margin-left: 10px;
}

.thm-btn.home-five .shape-two,
.thm-btn.home-five .shape-one {
    position: absolute;
    top: 0;
    width: 58.82%;
    height: 100%;
    border: 2px solid #F2C307;
    border-left: 0;
    border-right: 0;
    transition: all .4s ease;
}

.thm-btn.home-five .shape-two::5,
.thm-btn.home-five .shape-one::before {
    content: '';
    width: 23.53%;
    height: 2px;
    background-color: #F2C307;
    position: absolute;
    transition: all .4s ease;
}

.thm-btn.home-five .shape-two:after,
.thm-btn.home-five .shape-one:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background: #F2C307;
    transition: all .4s ease;
}

.thm-btn.home-five .shape-one {
    left: 0;
    border-right: 0;
    border-top: 0;
}

.thm-btn.home-five .shape-one::before {
    top: 0;
    left: 0;
}

.thm-btn.home-five .shape-one::after {
    top: 0;
    left: 0;
}

.thm-btn.home-five .shape-two {
    right: 0;
    border-left: 0;
    border-bottom: 0;
}
.thm-btn.home-five .shape-two::before {
    bottom: 0;
    right: 0;
}
.thm-btn.home-five .shape-two:after {
    bottom: 0;
    right: 0;
}
.thm-btn.home-five:hover .shape-one,
.thm-btn.home-five:hover .shape-two {
    border-color: #2E2E2E;
}
.thm-btn.home-five:hover .shape-one::before,
.thm-btn.home-five:hover .shape-two::before {
    width: 100%;
    background-color: #2E2E2E;
}
.thm-btn.home-five:hover .shape-one::after,
.thm-btn.home-five:hover .shape-two::after {
    height: 50%;
    background-color: #2E2E2E;
}
.thm-btn.home-five.style-two {
    background-color: #021f3d;
}
.thm-btn.home-five.style-two:hover {
    background-color: #203560;
    color: #fff;
}
.thm-btn.home-five.style-three {
    color: #FFBA00;
    padding-left: 60.5px;
    padding-right: 60.5px;
}
.thm-btn.home-five.style-three:hover {
    color: #2E2E2E;
}
.thm-btn.home-five.style-four {
    color: #2E2E2E;
}
.thm-btn.home-five.style-four .shape-one,
.thm-btn.home-five.style-four .shape-two {
    border-color: #2E2E2E;
}
.thm-btn.home-five.style-four .shape-one::before,
.thm-btn.home-five.style-four .shape-two::before {
    background-color: #2E2E2E;
}
.thm-btn.home-five.style-four .shape-one::after,
.thm-btn.home-five.style-four .shape-two::after {
    background-color: #2E2E2E;
}


.sec-title-two {
    margin-bottom: 40px;
}
.sec-title-two .tag-line  {
    color: #021f3d;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    font-size: 14px;
}
.sec-title-two h5 {
    margin: 0;
    color: #2E2E2E;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-top: 5px;
    font-weight: bold;
}
.sec-title-two h4 {
    margin: 0;
    color: #2E2E2E;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-top: 5px;
}
.sec-title-two h2.light {
    color: #fff;
}
.sec-title-two h5 span {
    font-weight: bold;
}
.sec-title-two h4 span {
    font-weight: bold;
}
.sec-title-two h2+p {
    margin-top: 14px;
}
.sec-title-two p {
    color: #83888D;
    font-size: 18px;
    line-height: 28px;
}
.sec-title-three {
    margin-bottom: 45px;
}
.sec-title-three span.tag-line {
    color: #F9A03B;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    font-size: 14px;
}
.sec-title-three h2 {
    margin: 0;
    color: #3A3A3A;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-top: 5px;
}
.sec-title-three h2.light {
    color: #fff;
}
.sec-title-three h2 span {
    font-weight: bold;
}
.sec-title-three h2+p {
    margin-top: 14px;
}
.sec-title-three p {
    color: #83888D;
    font-size: 18px;
    line-height: 28px;
}
.sec-title-three .line {
    display: inline-block;
    vertical-align: middle;
    width: 76px;
    height: 15px;
    border: 3px solid #28b381;
    border-top: 0;
    margin-top: 17px;
}
.sec-title-four {
    margin-bottom: 40px;
}

.sec-title-four h2 {
    margin: 0;
    color: #3A3A3A;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
}

.sec-title-four h2.light {
    color: #fff;
}

.sec-title-four h2 span {
    font-weight: bold;
}

.sec-title-four h2+p {
    margin-top: 14px;
}

.sec-title-four p {
    color: #83888D;
    font-size: 18px;
    line-height: 28px;
}

.sec-title-five {
    margin-bottom: 50px;
}

.sec-title-five h6,
.sec-title-five p {
    margin: 0;
}

.sec-title-five h6 {
    color: #2E2E2E;
    font-size: 40px;
    font-weight: 400;
}

.sec-title-five h6 span.text-line {
    background-color: transparent;
   /* background-image: url(../images/home-pages/home-5-sec-title-shape.png);*/
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
    padding-left: 0px;
}

.sec-title-five h6 span.bold-text {
    font-weight: 700;
}

.sec-title-five h6.light {
    color: #fff;
}

.sec-title-five h6+p {
    margin-top: 15px;
}

.sec-title-five p {
    color: #83888D;
    font-size: 18px;
    list-style: 28px;
}

.sec-title-six {
    margin-bottom: 65px;
}

.sec-title-six h2 {
    position: relative;
    color: #2E2E2E;
    font-size: 30px;
    font-weight: bold;
}

.sec-title-six h2::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sec-title-six h2 span {
    background: #FBFBFB;
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
}

.scroll-to-top-home-three {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F9A03B;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    text-align: center;
    transition: all .4s ease;
    display: none;
}

.scroll-to-top-home-three i {
    font-size: 31px;
    line-height: 60px;
    color: #fff;
}



.flex-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-box-two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-box-three {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.flex-box-four {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.flex-box-five {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.owl-nav-style-one{}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #909090;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 46px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    border: 1px solid #f3f3f3;    
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    border-color: #172272;
    color: #172272;
}

.owl-nav-style-two{}
.owl-nav-style-two .owl-controls { }
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    background: #3740b0;
}

.boxed_wrapper {
    background: #fff none repeat scroll 0 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
    overflow: hidden;  
}

/*________________Preloader_______________ */
.preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999999999999999; 
    background-color:#ffffff; 
    background-position:center center; 
    background-repeat:no-repeat; 
    /*background-image:url(../images/home-pages/preloader-1.gif);*/
}


/* Update header Style */
@keyframes menu_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}
.mainmenu-area.stricky-fixed {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffff;
    margin: 0;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
}


/* scroll to top styles */
.scroll-to-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 60px;
    background: #2a3e72;
    border-radius: 0%;
    color: #ffffff;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    cursor: pointer;
    display: none;
    text-align: center;
    transition: all 500ms ease 0s;
    z-index: 99999999;
    box-shadow: 0px 5px 10px -10px rgba(27,27,27,1);
}
.scroll-to-top:hover {
    opacity: .5;
}


.scroll-to-top-style2 {
    position: fixed;
    bottom: 25px;
    right: 15px;
    background: transparent;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #009865;
    color: #009865;
    font-size: 25px;
    line-height: 50px;
    font-weight: normal;
    cursor: pointer;
    display: none;
    text-align: center;
    transition: all 500ms ease 0s;
    z-index: 9999999999999;
    box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top-style2:hover {
    opacity: .5;
}



/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error{
    border-color: red;    
}
#contact-form input[type="email"].error{
  border-color: red;    
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error{
  border-color: red;    
}



.sociallinks-style-two{
    overflow: hidden;
}
.sociallinks-style-two li {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.sociallinks-style-two li:last-child{
    margin-right: 0px;    
}
.sociallinks-style-two li a i {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: #203260;
    border: 1px solid #31426c;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i{
    color: #3398fd;
    transform: rotate(360deg);
}

/*==============================================
    Header Style1 Area Css        
===============================================*/
.header-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 5px 0 35px;
}
.header-style1{
    position: relative;
    display: block;
}
.headers1-logo {
    position: relative;
    display: block;
    margin: 0px 15px;
    top: 5px;
}
.headers1-logo a {
    display: inline-block;
}

.headers1-header-right{
    position: relative;
    display: block;
    padding-top: 25px;
}
.header-contact-info {
    position: relative;
    display: block;
    float: left;
    margin-right: 50px;
}
.header-contact-info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 40px;
    min-height: 60px;
}
.header-contact-info li:last-child{
    margin-right: 0;
}
.header-contact-info li .single-item{
    position: relative;
    display: block;
}
.header-contact-info li .single-item .icon{
    width: 70px;
}
.header-contact-info li .single-item .icon {
    position: relative;
    text-align: right;
    height: 60px;
    z-index: 1;
}
.header-contact-info li .single-item .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    background: #f3f7fa;
    content: "";
    border-radius: 9px;
    z-index: -1;
    margin: 7px 0;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(0px) rotateX(0deg) rotate(45deg);
}
.header-contact-info li:hover .single-item .icon:before{
    background: #ebf0f4;
    transform: perspective(0px) rotateX(0deg) rotate(-45deg);    
}

.header-contact-info li .single-item .icon,
.header-contact-info li .single-item .text{
    display: table-cell;
    vertical-align: middle;
}
.header-contact-info li .single-item .text{
    padding-left: 20px;
}
.header-contact-info li .single-item .text h3{
    font-size: 18px;
    text-transform: capitalize;
}
.header-contact-info li .single-item .text p{
    margin: 6px 0 0;
    line-height: 18px;
}

.headers1-button {
    position: relative;
    display: block;
    float: right;
    width: 200px;
}
.headers1-button a {
    position: relative;
    display: inline-block;
    float: right;
    margin: 2px 0 3px;
}

.mainmenu-area {
    position: relative;
    display: block;
    background: transparent;
    margin: 0px 0 -33px;
    z-index: 999;
}
.mainmenu-area .inner-content {
    position: relative;
    display: block;
    background: #3aa40c;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
}
.main-menu {
    position: relative;
    display: inline-block;
    float: left;
}
.main-menu .navbar-collapse {
    padding: 0px
}
.main-menu .navigation {
    position: relative;
}
.main-menu .navigation li {
    position: relative;
    display: inline-block;
    float: left;
}
.main-menu .navigation li:before{
    position: absolute;
    top: 27px;
    right: -2px;
    width: 4px;
    height: 4px;
    content: "";
    background: #2d8607;
    border-radius: 50%;
}
.main-menu .navigation li:last-child:before{
    display: none;
}
.main-menu .navigation li:after{
    position: absolute;
    bottom: 28px;
    right: -2px;
    width: 4px;
    height: 4px;
    content: "";
    background: #2d8607;
    border-radius: 50%;
}
.main-menu .navigation li:last-child:after{
    display: none;
}

.main-menu .navigation li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 900;
    text-transform: uppercase;
    opacity: 1;
    padding: 26px 18px 25px;
    transition: all 300ms ease;
    font-family: 'Roboto', sans-serif;
}
.main-menu .navigation li:hover > a, 
.main-menu .navigation li.current > a {
    color: #203260; 
}
.main-menu .navigation li a:before{
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: -3px;
    height: 3px;
    content: "";
    background: #203260;
    transform: scaleX(0);
    transition: .9s ease;
}
.main-menu .navigation li:hover a:before, 
.main-menu .navigation li.current a:before {
    transform: scaleY(1);
    transition: .5s ease;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 80% !important;
    width: 250px;
    background: transparent;
    padding: 13px 0px 0;
    visibility: hidden;
    opacity: 0;
    display: block;
    border-radius: 0px;
    transition: all 500ms ease;
    z-index: 100;
}
.main-menu .navigation > li > ul:before {
    position: absolute;
    top: 13px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffa41b;
    content: "";
    z-index: -1;
}
.main-menu .navigation > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 1;
}
.main-menu .navigation > li > ul > li:before{
    display: none;
}
.main-menu .navigation > li > ul > li:after{
    display: none;
}
.main-menu .navigation li ul li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    border-bottom: 1px solid #25386a;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    padding: 16px 30px 15px;
    padding-right: 0;
    font-family: 'Roboto', sans-serif;
}
.main-menu .navigation li ul li:last-child a{
    border-bottom: none;
}
.main-menu .navigation li ul li a:after {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    font-family: 'icomoon';
    content: "\e909";
    color: #000;
    font-size: 20px;
    opacity: 0;
    transform: scale(0);
    transition: all 500ms ease;
    margin: 15px 0;
}
.main-menu .navigation li ul li a:before{
    display: none;
}
.main-menu .navigation li ul li:hover a:after{
    opacity: 1;
    transform: scale(1.0);
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #3398fd;
    padding-left: 60px;
}



.main-menu .navigation > li > ul > li > ul {
    position: absolute;
	left: 100%;
	top: 20px;
    width: 250px;
    padding-left: 10px;
    visibility: hidden;
    opacity: 0;
    background: transparent;
    z-index: 100;
    transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li > ul:before{
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffa41b;
    content: "";
    z-index: -1;
    border-radius: 0px;    
}
.main-menu .navigation > li > ul > li:hover > ul{
	visibility: visible;
	opacity: 1;
	top: 0px;
}
.main-menu .navigation > li > ul > li > ul > li{
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:before{
    display: none;
}
.main-menu .navigation > li > ul > li > ul > li:after{
    display: none;
}
.main-menu .navigation > li > ul > li > ul > li a{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    border-bottom: 1px solid #25386a !important;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    padding: 16px 30px 15px;
    padding-right: 0;
    font-family: 'Roboto', sans-serif;
}
.main-menu .navigation > li > ul > li > ul > li:last-child a{
    border-bottom: 0px !important;   
}
.main-menu .navigation > li > ul > li > ul > li a:before{
    display: none;
}
.main-menu .navigation > li > ul > li > ul > li a:after {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    font-family: 'icomoon';
    content: "\e909";
    color: #000;
    font-size: 20px;
    transform: scale(0) !important;
    transition: all 500ms ease;
    margin: 15px 0;
}
.main-menu .navigation > li > ul > li > ul > li:hover a:after{
    transform: scale(1.0) !important;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #3398fd;
    padding-left: 60px;
}



/*
.main-menu .navigation li ul li.dropdown{
    position: relative;
    display: block;
    width: 100%;
}
.main-menu .navigation li ul li.dropdown:after{
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 18px;
    line-height: 30px; 
    display: block;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: 11px 0;
    color: #8d8d8d;
}
**/


.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(../images/icon/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
}



.mainmenu-right {
    position: relative;
    display: inline-block;
    float: right;
}
.outer-search-box {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.outer-search-box .seach-toggle {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 3px;
    margin: 7px 0 8px;
    transition: all 500ms ease;
}
.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active{
    color: #f5f5f5;
    background: #2d8607;
}

.cart-box {
    position: relative;
    display: inline-block;
    float: right;
    height: 50px;
    padding: 15px 0;
    margin: 7px 0 8px;
}
.cart-box a{
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.cart-box a span:before{
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    float: left;
    padding-right: 6px;
    transition: all 500ms ease;
}
.cart-box a:hover span:before{
    color: #2d8607;    
}
.cart-box a span.number {
    position: relative;
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}


/*** 
=============================================
    About Area style      
=============================================
***/
.about-area{
    position: relative;
    display: block;
    padding-top: 100px;
}
.about-image-box {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    min-height: 550px;
    margin: 145px auto 0;
}
.about-image-box img{
    width: 100%;
}
.about-image-box .image-box-one{
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 260px;
}
.about-image-box .image-box-two {
    position: absolute;
    top: -145px;
    left: 0px;
    right: 0;
    width: 260px;
    height: 260px;
    margin: 0 auto;
}
.about-image-box .image-box-three {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 260px;
}
.about-image-box .image-box-four {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 145px;
    width: 260px;
    height: 260px;
    margin: 0 auto;
}
.about-image-box .icon-box{
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    width: 105px;
    height: 105px;
    background: transparent;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
}
.about-image-box .icon-box:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #203260;
    content: "";
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(0px) rotateX(0deg) rotate(45deg);
}
.about-image-box:hover .icon-box:before{
    transform: perspective(0px) rotateX(0deg) rotate(-45deg);    
}
.about-image-box .icon-box span:before {
    display: block;
    padding: 20px 0;
    color: #3398fd;
    font-size: 65px;
    line-height: 65px;
}

.about-text{
    position: relative;
    display: block;
    padding-top: 20px;
}
.about-text .sec-title {
    padding-bottom: 44px;
}
.about-text .inner-content{
    position: relative;
    display: block;    
}
.about-text .inner-content h3{
    color: #3398fd;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.about-text .inner-content .text{
    display: block;
    padding: 26px 0 17px;
}
.solar-services{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-solar-box{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 70px;
}
.single-solar-box:last-child{
    margin-right: 0;
}
.single-solar-box .icon{
    width: 60px;
}
.single-solar-box .icon span:before{
    color: #3aa40c;
    font-size: 60px;
    line-height: 60px;
}
.single-solar-box .icon,
.single-solar-box .title{
    display: table-cell;
    vertical-align: middle;
}
.single-solar-box .title{
    padding-left: 20px;
}
.single-solar-box .title h4{
    color: #203260;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    transition: all 500ms ease;
}
.single-solar-box:hover .title h4{
    color: #3aa40c;
}
.about-text .button{
    position: relative;
    display: block;
    margin-top: 38px;
}



.about-style-one .about-content p {
    margin: 0;
    color: #83888D;
    font-size: 16px;
    line-height: 26px;
}

.about-style-one .about-content p.highlite {
    color: #2E2E2E;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 16px;
}

.about-style-one .about-content ul.list-items {
    margin-top: 20px;
}
.about-style-one .about-content ul.list-items-1 {
    margin-top: 0px !important;
}
.about-style-one .about-content ul.list-items li {
    position: relative;
    color: #83888D;
    font-size: 16px;
    padding-left: 40px;
}

.about-style-one .about-content ul.list-items li+li {
    margin-top: 10px;
}

.about-style-one .about-content ul.list-items li i {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    color: #01B9E6;
    font-size: 22px;
}

.about-style-two .content-text h3,
.about-style-two .content-text p {
    margin: 0;
}

.about-style-two .content-text h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: #2E2E2E;
}

.about-style-two .content-text h3 span {
    font-weight: 700;
    border-bottom: 5px solid #F9C807;
    display: inline-block;
    line-height: 1em;
}

.about-style-two .content-text p {
    font-size: 16px;
    line-height: 28px;
    color: #83888D;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-style-two .content-text .btn-block {
    margin-top: 50px;
}

.about-style-two .content-text .btn-block a+a {
    margin-left: 16px;
}

.about-style-two .content-text .single-icon {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
}

.about-style-two .content-text .single-icon+.single-icon {
    margin-left: 20px;
}

.about-style-two .content-text .single-icon i {
    color: #C0C0C0;
    font-size: 34px;
    line-height: 60px;
}

.about-style-two .about-carousel-one .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.about-style-two .about-carousel-one .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid #fff;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all .3s ease;
}

.about-style-two .about-carousel-one .owl-dots .owl-dot span {
    display: none;
}

.about-style-two .about-carousel-one .owl-dots .owl-dot:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background: #F9C807;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease;
}

.about-style-two .about-carousel-one .owl-dots .owl-dot.active {
    border: 0px solid #CAD0CD;
}

.about-style-two .about-carousel-one .owl-dots .owl-dot.active:before {
    opacity: 1;
}




/*** 
=============================================
    Slogan area style
=============================================
***/
.slogan-area {
    position: relative;
    display: block;
    background: #203260;
    padding: 66px 0;
    z-index: 99;
}
.slogan-area.martop-minus{
    margin-top: -45px;
}

.slogan-area .title {
    position: relative;
    display: block;
    margin: 0 0 0;
}
.slogan-area .title h2{
    color: #ffffff;
    font-size: 36px;
    line-height: 44px;
}
.slogan-area .button {
    margin: 14px 0;
}
.slogan-area .button a{

}
.slogan-area .button a:hover{
    background: #192951;
}


/*** 
=============================================
    Fact Projects Area style
=============================================
***/
.fact-projects-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 10px 0 0px;
    z-index: 2;
}
.fact-projects-area .pattern{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 1174px;
    height: 580px;
}

.project-content{
    position: relative;
    display: block;
}
.project-content .sec-title{
    padding-bottom: 34px;    
}
.project-content .inner-content{
    position: relative;
    display: block;
}
.project-content .inner-content p{
    margin: 0;
}
.project-content .inner-content .button{
    position: relative;
    display: block;
    padding-top: 24px;
}



.latest-project{
    position: relative;
    display: block;
    margin-top: 30px;
}
.single-project-style1{
    position: relative;
    display: block;
    z-index: 6;
}
.single-project-style1:before{
    position: absolute;
    left: 30px;
    bottom: 0;
    right: 30px;
   /* height: 10px;*/
    content: "";
   /* box-shadow: 0px 3px 6px 1px #ececec;*/
    transition: all 300ms ease 100ms;
    opacity: 0;
}
.single-project-style1:hover:before{
    opacity: 1;    
}
.single-project-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 5;
}
.single-project-style1 .img-holder:before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 0px;
    background: #ffffff;
    transition: all 300ms ease 100ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-30px);
    z-index: 1;
}
.single-project-style1:hover .img-holder:before{
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	opacity: 1; 
    transition: all 700ms ease 500ms;     
}

.single-project-style1 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-project-style1:hover .img-holder img {
   /* transform:scale(1.2) rotate(2deg);	*/
}
.single-project-style1 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(32, 53, 96, 0.90);
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
}
.single-project-style1:hover .overlay-content{
    transform: scaleY(1);
}
.single-project-style1 .overlay-content .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style1 .overlay-content .inner-content .link-box{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transform: scale(0);
    transition: all 700ms ease 500ms;
}
.single-project-style1:hover .overlay-content .inner-content .link-box{
    transform: scale(1.0);    
}
.single-project-style1 .overlay-content .inner-content .link-box a span:before{
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    transition: all 500ms ease;
}
.single-project-style1 .overlay-content .inner-content .link-box a:hover span:before{
    color: #3aa40c;    
}

.single-project-style1 .img-holder .categories{
    position: absolute;
    top: 30px;
    right: 30px;
    background: #3aa40c;
    display: inline-block;
    padding: 8px 20px 8px;
    text-align: center;
    border-radius: 5px;
    transform: translate3d(0px, -65px, 0px);
    transition: all 100ms ease 50ms;
}
.single-project-style1:hover .img-holder .categories{
    transition: all 700ms ease 800ms;
    transform: translate3d(0px, 0px, 0px);    
}
.single-project-style1 .img-holder .categories h5{
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
}
.single-project-style1 .img-holder .title-box{
    position: absolute;
    left: 30px;
    bottom: 0px;
    right: 30px;
    background: #ffffff;
    text-align: center;
    display: block;
    padding-top: 25px;
    padding-bottom: 22px;
    -webkit-box-shadow: 0px 3px 6px 1px #ececec; 
    box-shadow: 0px 3px 6px 1px #ececec;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-30px);
    opacity: 0;
    transition: all 300ms ease 100ms;
    z-index: 3;
}
.single-project-style1:hover .img-holder .title-box{
    transform: translate3d(0px, 0px, 0px); 
    opacity: 1;
    transition: all 700ms ease 600ms;    
}
.single-project-style1 .img-holder .title-box h3{
    margin: 0 0 8px;
}
.single-project-style1 .img-holder .title-box span{
    font-weight: 500;
}


.latest-project .owl-carousel .owl-stage-outer{
	padding: 0px 0px 10px;
}
.latest-project .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 20px !important;
    line-height: 14px;
}
.latest-project .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
    background: #ffffff;
    border: 2px solid #d4e1e7;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 50%;
	transition: all 500ms ease;
}
.latest-project .owl-dots .owl-dot span{
	display:none;	
}
.latest-project .owl-dots .owl-dot:before{
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    content: "";
    background: #203260; 
    border-radius: 50%;
    opacity: 0;
    transition: all 500ms ease;
}
.latest-project .owl-dots .owl-dot.active{
    border: 2px solid #ffffff;
}
.latest-project .owl-dots .owl-dot.active:before{
    opacity: 1;    
}


.home-five .single-testimonial-style-two .top-box i.energy-icon-quote {
    color: #232323;
}

.home-five .single-testimonial-style-two .name-box .text-block span {
    color: #F9C807;
}

/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: #03203e;
    padding-top: 160px;
    padding-bottom: 62px;
}
.footer-area.pdtop100{
    padding-top: 100px;    
}
.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: 26px;
}
.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
}

.single-footer-widget .contact-info-box{
    position: relative;
    display: block;
}
.single-footer-widget .contact-info-box .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 34px;
}
.single-footer-widget .contact-info-box .footer-logo a{
    display: inline-block;
}
.single-footer-widget .contact-info-box .text{
    position: relative;
    display: block;    
}
.single-footer-widget .contact-info-box .text p{
    color: #ffffff;
    margin: 0;
}
.single-footer-widget .contact-info-box .text ul {
    position: relative;
    display: block;
    padding: 5px 0 19px;
}
.single-footer-widget .contact-info-box .text-edit ul {
    position: relative;
    display: block;
    padding: 5px 0 5px !important;
}
.single-footer-widget .contact-info-box .text ul li {
    color: #ffffff;
    line-height: 37px;
}
.single-footer-widget .contact-info-box .text ul li span{
    color: #3398fd;
}
.single-footer-widget .contact-info-box .text a{
    color: #ffffff;    
}
.single-footer-widget .contact-info-box .text a:hover{
    color: #3aa40c;
}


.single-footer-widget .usefull-links{
    position: relative;
    display: block;
}
.single-footer-widget .usefull-links ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .usefull-links ul li {
    line-height: 28px;
    margin-bottom: 12px;
}
.single-footer-widget .usefull-links ul li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .usefull-links ul li a{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
    transition: all 500ms ease;
}
.single-footer-widget .usefull-links ul li a:hover{
    color: #3398fd;
    padding-left: 30px;
}
.single-footer-widget .usefull-links ul li a:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "\f101";
    font-family: FontAwesome;
    color: #506290;
    font-size: 18px;
    transition: all 0.3s ease-in-out 0.1s;
}
.single-footer-widget .usefull-links ul li a:hover:before{
    left: 5px;
    color: #3398fd; 
}


.single-footer-widget .case-studies {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 7px;
    margin-left: -10px;
    margin-right: -10px;
}
.single-footer-widget .case-studies li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 10px 20px;
}
.single-footer-widget .case-studies li .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .case-studies li .img-holder img{
    transition: all 0.5s ease-in-out 0.6s;
    width: 100%;
    transform: scale(1.0, 1.0); 
}
.single-footer-widget .case-studies li:hover .img-holder img{
    transform: scale(1.2, 1.2);
} 
.single-footer-widget .case-studies li:hover .img-holder .overlay-style-one{
    opacity: 1;    
}
.single-footer-widget .case-studies li .img-holder .overlay-style-one .content a span:before{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #3398fe;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(5);
    transition: all 0.5s ease-in-out 0.3s;
}
.single-footer-widget .case-studies li:hover .img-holder .overlay-style-one .content a span:before{
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;   
}



/*** 
=============================================
    Footer Bottom Area Style      
=============================================
***/
.footer-bottom-area {
    position: relative;
    display: block;
    background: #03203e;
}
.footer-bottom-area .inner-content {
    position: relative;
    display: block;
    border-top: 1px solid #31426c;
    padding: 23px 0 23px;
}
.footer-bottom-area .copyright-text {
    margin: 6px 0;
}
.footer-bottom-area .copyright-text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.footer-bottom-area .copyright-text p a {
    color: #3398fd;
    font-weight: 500;
    transition: all 500ms ease;
}
.footer-bottom-area .copyright-text p a:hover{
    color: #ffffff;
}

.footer-social-links {
    position: relative;
    display: block;
    margin: 7px 0;
}
.pos-tp{
    position: relative;
    top: 10px;
}
.site-footer.footer-two {
    background: #021f3d;
    padding: 100px 0;
    position: relative;
}

.site-footer.footer-two .footer-widget .title-line {
    margin-bottom: 40px;
}

.site-footer.footer-two .footer-widget .title-line h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}

.site-footer.footer-two .footer-widget ul.links-list li a {
    color: #fff;
    display: block;
    font-size: 16px;
    position: relative;
    padding-left: 26px;
    line-height: 1em;
    transition: all .4s ease;
}

.site-footer.footer-two .footer-widget ul.links-list li a:hover {
    color: #31557a;
}

.site-footer.footer-two .footer-widget ul.links-list li a i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-footer.footer-two .footer-widget ul.links-list li+li a {
    margin-top: 20px;
}

.site-footer.footer-two .footer-widget.links-widget .row .col-sm-6:last-child ul.links-list {
    margin-left: 23px;
}

.site-footer.footer-two .footer-widget.links-widget ul.links-list.has-sep {
    position: relative;
}

.site-footer.footer-two .footer-widget.links-widget ul.links-list.has-sep:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #213A54;
    position: absolute;
    top: 0;
    right: -20px;
}

.site-footer.footer-two .footer-widget .single-post-content+.single-post-content {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #213A54;
}

.site-footer.footer-two .footer-widget .single-post-content .image-box,
.site-footer.footer-two .footer-widget .single-post-content .text-block {
    display: table-cell;
    vertical-align: middle;
}

.site-footer.footer-two .footer-widget .single-post-content .image-box {
    width: 80px;
}

.site-footer.footer-two .footer-widget .single-post-content .image-box>img {
    width: 100%;
    transition: all .4s ease;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block {
    padding-left: 20px;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block .date-line {
    color: #FFBA00;
    font-size: 16px;
    display: block;
    line-height: 1em;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block .date-line i {
    margin-right: 4px;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-top: 5px;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block h3 a {
    color: #fff;
    transition: all .4s ease;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block h3 a:hover {
    color: #31557a;
}

.site-footer.footer-two .footer-widget .single-post-content:hover .image-box>img {
    opacity: .5;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper p {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper input {
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #213A54;
    background: #0b2847;
    border-radius: 5px;
    color: #556677;
    padding-left: 20px;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #556677;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    color: #556677;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper input:-ms-input-placeholder {
    /* IE 10+ */
    color: #556677;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper input:-moz-placeholder {
    /* Firefox 18- */
    color: #556677;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper .thm-btn {
    margin-top: 20px;
}

.site-footer.footer-two .back-to-top {
    position: absolute;
    bottom: 50px;
    right: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all .4s ease;
}

.site-footer.footer-two .back-to-top i {
    font-size: 25px;
    display: inline-block;
    vertical-align: -2px;
}

.site-footer.footer-two .back-to-top:hover {
    color: #01B9E6;
}

.footer-bottom-home-two {
    background: #fff;
    padding: 22px 0;
}

.footer-bottom-home-two p {
    margin: 0;
    color: #83888D;
    font-size: 16px;
}

.footer-bottom-home-two p a {
    color: #01B9E6;
}

.footer-bottom-home-two .footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom-home-two .footer-menu li {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom-home-two .footer-menu li+li {
    margin-left: 30px;
}

.footer-bottom-home-two .footer-menu li a {
    color: #83888D;
    font-size: 16px;
    transition: all .4s ease;
}

.footer-bottom-home-two .footer-menu li a:hover {
    color: #01B9E6;
}

.site-footer.footer-three,
.footer-bottom-home-three {
    background: #192521;
}

.site-footer.footer-three {
    padding: 100px 0;
}

.site-footer.footer-three .footer-widget .title-line {
    margin-bottom: 25px;
}

.site-footer.footer-three .footer-widget .title-line h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
}

.site-footer.footer-three .footer-widget .footer-logo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-top: 30px;
}

.site-footer.footer-three .footer-widget.about-widget p {
    color: #BFC7C5;
    margin: 0;
}

.site-footer.footer-three .footer-widget.about-widget .copy-text {
    color: #FFFFFF;
    font-size: 16px;
}

.site-footer.footer-three .footer-widget.about-widget .copy-text span {
    color: #F9A03B;
}

.site-footer.footer-three .footer-widget ul.links-list li {
    display: block;
}

.site-footer.footer-three .footer-widget ul.links-list li+li {
    margin-top: 10px;
}

.site-footer.footer-three .footer-widget ul.links-list li a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper p {
    color: #BFC7C5;
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper input {
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #2A3934;
    background: #1C2925;
    border-radius: 5px;
    color: #556677;
    padding-left: 20px;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #556677;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    color: #556677;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper input:-ms-input-placeholder {
    /* IE 10+ */
    color: #556677;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper input:-moz-placeholder {
    /* Firefox 18- */
    color: #556677;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper .thm-btn {
    margin-top: 20px;
    width: 170px;
    padding-left: 0;
    padding-right: 0;
}

.site-footer.footer-three .footer-widget .contact-lists li {
    position: relative;
    padding-left: 30px;
    color: #FFFFFF;
    font-size: 16px;
}

.site-footer.footer-three .footer-widget .contact-lists li i {
    font-size: 19px;
    color: #28B381;
    position: absolute;
    top: 4px;
    left: 0;
}

.site-footer.footer-three .footer-widget .contact-lists li+li {
    margin-top: 15px;
}

.site-footer.footer-three .footer-widget .view-on-map {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    transition: all .3s ease;
}

.site-footer.footer-three .footer-widget .view-on-map i {
    font-size: 20px;
    display: inline-block;
    vertical-align: -3px;
    margin-left: 6px;
}

.site-footer.footer-three .footer-widget .view-on-map:hover {
    padding-left: 5px;
    color: #F9A03B;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-nav {
    margin: 0;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots {
    position: absolute;
    top: -56px;
    right: 0;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid #32423D;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all .3s ease;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots .owl-dot span {
    display: none;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots .owl-dot:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background: #f9a03b;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots .owl-dot.active {
    border: 0px solid #CAD0CD;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots .owl-dot.active:before {
    opacity: 1;
}
.footer-contact-carousel-one.owl-carousel.owl-theme.owl-loaded.owl-drag{
    max-width: 269px;    
}




.footer-bottom-home-three {
    padding: 24.5px 0;
    border-top: 1px solid #2a3934;
}

.footer-bottom-home-three .social a {
    width: 50px;
    height: 50px;
    border: 1px dashed #3E4E49;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    line-height: 48px;
    border-radius: 50%;
    transition: all .4s ease;
}

.footer-bottom-home-three .social a+a {
    margin-left: 11px;
}

.footer-bottom-home-three .social a:hover {
    color: #28B381;
    border-color: #28B381;
}

.footer-bottom-home-three .footer-menu {
    padding: 11.5px 0;
}

.footer-bottom-home-three .footer-menu li {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom-home-three .footer-menu li+li {
    margin-left: 30px;
}

.footer-bottom-home-three .footer-menu li a {
    color: #BFC7C5;
    font-size: 16px;
    transition: all .4s ease;
}

.footer-bottom-home-three .footer-menu li a:hover {
    color: #28B381;
}

.site-footer.footer-four,
.footer-bottom-home-two.home-four {
    background: #061F2E;
}

.site-footer.footer-four .footer-widget .single-post-content+.single-post-content {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer.footer-four .footer-widget .single-post-content .text-block .date-line {
    color: #91C942;
}

.site-footer.footer-four .footer-widget.about-widget p {
    color: #8B9397;
    font-size: 16px;
    line-height: 26px;
    margin: 23px 0 30px;
}

.site-footer.footer-four .footer-widget ul.links-list li a {
    color: #8B9397;
}

.site-footer.footer-four .footer-widget ul.links-list li a:hover {
    color: #fff;
}

.site-footer.footer-four .footer-widget.links-widget ul.links-list.has-sep:before {
    background: rgba(255, 255, 255, 0.1);
}

.site-footer.footer-four .footer-widget .contact-lists li {
    position: relative;
    padding-left: 30px;
    color: #8B9397;
    font-size: 16px;
}

.site-footer.footer-four .footer-widget .contact-lists li i {
    font-size: 19px;
    color: #91C942;
    position: absolute;
    top: 4px;
    left: 0;
}

.site-footer.footer-four .footer-widget .contact-lists li+li {
    margin-top: 13px;
}

.site-footer.footer-four .back-to-top:hover {
    color: #91C942;
}

.footer-bottom-home-two.home-four {
    padding: 0px 0;
}

.footer-bottom-home-two.home-four .container-outer {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-home-two.home-four p {
    color: #FFFFFF;
}

.footer-bottom-home-two.home-four p a {
    color: #91C942;
}

.footer-bottom-home-two.home-four .footer-menu li a {
    color: #8B9397;
}

.footer-bottom-home-two.home-four .footer-menu li a:hover {
    color: #fff;
}

.site-footer.footer-five {
    background-color: #0A0A0A;
    padding: 100px 0;
}

.site-footer.footer-five .footer-widget .title-line {
    margin-bottom: 33px;
}

.site-footer.footer-five .footer-widget .title-line h2 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
}

.site-footer.footer-five .footer-widget .title-line h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #F9C807;
    margin-top: 25px;
}

.site-footer.footer-five .footer-widget ul.links-list li a {
    color: #7A7A7A;
    font-size: 16px;
    display: inline-block;
    transition: all .4s ease;
    position: relative;
}

.site-footer.footer-five .footer-widget ul.links-list li a::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.site-footer.footer-five .footer-widget ul.links-list li a:hover {
    color: #FFFFFF;
}

.site-footer.footer-five .footer-widget ul.links-list li a:hover::before {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.site-footer.footer-five .footer-widget ul.links-list li+li {
    margin-top: 15px;
}

.site-footer.footer-five .footer-widget .single-contact-info+.single-contact-info {
    margin-top: 25px;
}

.site-footer.footer-five .footer-widget .single-contact-info span,
.site-footer.footer-five .footer-widget .single-contact-info p {
    display: block;
    margin: 0;
    font-size: 16px;
}

.site-footer.footer-five .footer-widget .single-contact-info span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1em;
}

.site-footer.footer-five .footer-widget .single-contact-info p {
    color: #fff;
    margin-top: 10px;
}

.site-footer.footer-five .footer-widget.map-widget .top-block {
    margin-bottom: 40px;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select {
    float: right;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select>.dropdown-toggle {
    border: none;
    outline: none !important;
    background-color: transparent;
    border-radius: 0;
    padding: 12px 0px;
    padding-left: 20px;
    box-shadow: none;
    background-color: transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #2F2F2F;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select>.dropdown-toggle:after {
    border: none;
    width: auto;
    height: auto;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    background: #131313;
    border-radius: 0;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu .dropdown-item {
    border-radius: 0 !important;
    padding: 4px 12px;
    transition: all .4s ease;
    color: #fff;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu .dropdown-item.active,
.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu .dropdown-item:hover,
.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu .dropdown-item:active {
    background: #F9C807;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu .dropdown-item img {
    display: inline-block;
    vertical-align: -2px;
}

.footer-bottom-home-five {
    padding: 24.5px 0;
    background-color: #131313;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-home-five .social a {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    line-height: 48px;
    border-radius: 50%;
    transition: all .4s ease;
}

.footer-bottom-home-five .social a+a {
    margin-left: 11px;
}

.footer-bottom-home-five .social a:hover {
    color: #F9C807;
    border-color: #F9C807;
}

.footer-bottom-home-five .footer-menu {
    padding: 11.5px 0;
}

.footer-bottom-home-five .footer-menu li {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom-home-five .footer-menu li+li {
    margin-left: 30px;
}

.footer-bottom-home-five .footer-menu li a {
    color: #BFC7C5;
    font-size: 16px;
    transition: all .4s ease;
}

.footer-bottom-home-five .footer-menu li a:hover {
    color: #fff;
}




/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    position: relative;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 33px 0 0px;
    z-index: 1;
    background: linear-gradient( rgb(12 9 9 / 0%), rgb(0 0 0 / 50%) ),url(../images/webimages/about/best-solar-panel-service-coimbatore.jpg);
}
.breadcrumb-area::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(243, 247, 250, 0.40) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}
.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    padding: 55px 0;
}
.breadcrumb-area .title {
    display: block;
}
.breadcrumb-area .title h1{
    color: #203260;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 0px;
}

.breadcrumb-area .breadcrumb-menu {
    position: relative;
    display: inline-block;
    line-height: 10px;
}
.breadcrumb-area .breadcrumb-menu ul {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin: 11px 0 9px;
}
.breadcrumb-area .breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    color: #203260;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
    margin-right: 15px;
    padding-right: 15px;
}
.breadcrumb-area .breadcrumb-menu ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    width: 9px;
    height: 3px;
    background: url(../images/icon/arrow.png);
    content: "";
    margin: 14px 0;
}
.breadcrumb-area .breadcrumb-menu ul li:last-child:before{
    display: none;
} 
.breadcrumb-area .breadcrumb-menu ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.breadcrumb-area .breadcrumb-menu ul li a{
    color: #203260;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.breadcrumb-area .breadcrumb-menu ul li.active{
    font-weight: 700;
}
.breadcrumb-area .breadcrumb-menu ul li a:hover{
    color: #3aa40c;     
}


/*** 
=============================================
    Single Service Area style
=============================================
***/
.single-service-area{
    position: relative;
    display: block;
    padding: 100px 0 70px;
}
.single-service-top {
    position: relative;
    display: block;
    margin-top: -7px;
}
.single-service-top h1{
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 34px;
}
.single-service-top .text{
    position: relative;
    display: block;
    padding-bottom: 46px;
}
.single-service-top .text p{
 
}



.single-service-sidebar {
    position: relative;
    display: block;
    margin-left: 35px;
    max-width: 335px;
    width: 100%;
}
.single-service-sidebar .single-sidebar{
    position: relative;
    display: block;
}
.single-service-sidebar .service-pages{
    display: block;
    margin-bottom: 20px;
}
.single-service-sidebar .service-pages li{
    position: relative;
    display: block;
    border: 1px solid #edf2f7;
    padding: 0 30px;
    margin-bottom: 10px;
    z-index: 5;
}
.single-service-sidebar .service-pages li:last-child{
    margin-bottom: 0;
}
.single-service-sidebar .service-pages li:before {
    position: absolute;
    top: -1px;
    left: -11px;
    bottom: -1px;
    width: 10px;
    background: #ffa41b;
    content: "";
    z-index: 3;
    opacity: 0;
    transition: all 700ms ease 300ms;
    transform: translateX(0%) translateY(0%) scaleY(0.1);
}
.single-service-sidebar .service-pages li.active:before,
.single-service-sidebar .service-pages li:hover:before{
    opacity: 1;
    transform: translateX(0%) translateY(0%) scaleY(1.0);
    transition: all 700ms ease 100ms;
}
.single-service-sidebar .service-pages li:after {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #121e30;
    content: "";
    z-index: -1;
    opacity: 0;
    transition: all 700ms ease 300ms;
    transform: translateX(0%) translateY(0%) scaleY(0.1);
}
.single-service-sidebar .service-pages li.active:after,
.single-service-sidebar .service-pages li:hover:after{
    opacity: 1;
    transform: translateX(0%) translateY(0%) scaleY(1.0); 
    transition: all 700ms ease 100ms;
}

.single-service-sidebar .service-pages li a {
    position: relative;
    display: block;
    color: #203260;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 500ms ease;
    transition-delay: .2s;
    padding: 17px 0 16px;
}
.single-service-sidebar .service-pages li a .icon{
    width: 30px;
}
.single-service-sidebar .service-pages li a .icon span:before {
    position: relative;
    top: 3px;
    color: #cbd2d9;
    font-size: 20px;
    line-height: 20px;
    transition: all 700ms ease 300ms;
}
.single-service-sidebar .service-pages li a .icon,
.single-service-sidebar .service-pages li a .title{
    display: table-cell;
    vertical-align: middle;
}
.single-service-sidebar .service-pages li a .title{
    padding-left: 15px;
}
.single-service-sidebar .service-pages li a .title h4{
    font-size: 18px;
    line-height: 20px;
    transition: all 700ms ease 300ms;
}
.single-service-sidebar .service-pages li.active a .title h4,
.single-service-sidebar .service-pages li:hover a .title h4{
    color: #fff;
    transition: all 700ms ease 600ms;    
}
.single-service-sidebar .service-pages li.active a .icon span:before,
.single-service-sidebar .service-pages li:hover a .icon span:before{
    color: #fff;
    transition: all 700ms ease 500ms;       
}



.sidebar-contact-box{
    position: relative;
    display: block;
    padding-bottom: 40px;
}
.sidebar-contact-box .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.sidebar-contact-box .img-holder:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    height: 70%;
    background: rgb(32,50,96);
    background: linear-gradient(0deg, rgb(3 32 62) 0%, rgb(3 32 62) 0%, rgba(32,50,96,0) 100%, rgba(32,50,96,0.6530987394957983) 100%, rgba(80,166,253,1) 100%, rgba(93,173,253,1) 100%, rgba(100,177,253,1) 100%);
}
.sidebar-contact-box .inner-content{
    position: relative;
    display: block;
    padding: 20px 30px 0;
    background: #03203e;
    z-index: 1;
}
.sidebar-contact-box .inner-content:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 30px;
    content: "";
    background: #ffffff;
    z-index: -1;
}
.sidebar-contact-box .inner-content .icon-holder{
    position: relative;
    display: block;
    padding-bottom: 15px;
}
.sidebar-contact-box .inner-content .icon-holder span:before{
    color: #3398fd;
    font-size: 65px;
    line-height: 65px;
}
.sidebar-contact-box .inner-content h6{
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 22px;
}
.sidebar-contact-box .inner-content .bottom-box{
    position: relative;
    display: block;
    border-top: 1px solid #31426c;
    padding-top: 25px;
}
.sidebar-contact-box .inner-content .bottom-box h2{
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 3px;
}
.sidebar-contact-box .inner-content .bottom-box span{
    color: #ffffff;
    font-size: 16px;
}
.sidebar-contact-box .inner-content .button {
    position: relative;
    display: block;
    padding-top: 32px;
}
.sidebar-contact-box .inner-content .button a{ 
    -webkit-box-shadow: 0px 3px 7px 2px #ededed; 
    box-shadow: 0px 3px 7px 2px #ededed;
}





.single-service-sidebar .service-pack-download {
    position: relative;
    display: block;
}
.single-service-sidebar .service-pack-download li {
    position: relative;
    display: block;
    background: #f3f7fa;
    padding: 25px 30px 25px;
    padding-right: 0;
    transition: all 500ms ease;
}
.single-service-sidebar .service-pack-download li .icon-holder {
    width: 65px;
}
.single-service-sidebar .service-pack-download li .icon-holder span:before{
    color: #3aa40c;
    font-size: 45px;
    line-height: 45px;
}
.single-service-sidebar .service-pack-download li .icon-holder,
.single-service-sidebar .service-pack-download li .title-holder{
    display: table-cell;
    vertical-align: middle;
}
.single-service-sidebar .service-pack-download li .title-holder{
    border-left: 1px solid #dbe5ec;
    padding-left: 20px;
}

.single-service-sidebar .service-pack-download li .title-holder h5 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 4px;
}
.single-service-sidebar .service-pack-download li .title-holder a{
    color: #83888d;
    font-weight: 500;
}
.single-service-sidebar .service-pack-download li .title-holder a:hover{
    color: #3aa40c;    
}

.blog-style2-area{
    position: relative;
    display: block;
}

.sec-title.sidebar-title{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -2px;
    padding-bottom: 40px;    
}
.sec-title.sidebar-title .title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 16px;
}
.sidebar-wrapper .single-sidebar {
    position: relative;
    display: block;
}

.sidebar-search-box .search-form {
    position: relative;
    display: block;
    max-width: 370px;
    margin-bottom: 60px;
}
.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #83888d;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    width: 100%;
    padding-left: 70px;
    padding-right: 10px;
    border-radius: 0px;
    transition: all 500ms ease 0s;
}
.sidebar-wrapper .search-form button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: transparent;
    color: #83888d;
    font-size: 14px;
    height: 60px;
    width: 60px;
    border: 0px solid #fec144;
    line-height: 60px;
    text-align: center;
    border-radius: 0px;
    transition: all 500ms ease 0s;
    margin: 0;
}
.sidebar-wrapper .search-form button:before {
    position: absolute;
    top: 20px;
    right: 0px;
    bottom: 20px;
    width: 1px;
    background: #d1dce3;
    content: "";
}
.sidebar-wrapper .search-form button i {
    font-size: 14px
}
.sidebar-wrapper .search-form input[type="text"]:focus {
    border: 1px solid #3aa40c;
    background: #fff;
    color: #000000;
}
.sidebar-wrapper .search-form input[type="text"]:focus + button, 
.sidebar-wrapper .search-form button:hover {
    border-color: #3aa40c;
    color: #3aa40c;
}


.single-sidebar .categories {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
}
.single-sidebar .categories li {
    position: relative;
    display: inline-block;
    float: left;
    width: 180px;
    margin: 0 5px 10px;
    text-align: center;
    z-index: 1;
}
.single-sidebar .categories li a {
    position: relative;
    display: block;
    background: #ffffff;
    color: #203260;
    font-size: 16px;
    line-height: 55px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    transition: all 700ms ease 100ms;
    z-index: 1;
}
.single-sidebar .categories li:hover a{
    color: #ffffff;
    transition: all 700ms ease 500ms;
}
.single-sidebar .categories li a:before{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0;
    width: 0px;
    background: #3aa40c;
    content: "";
    z-index: -1;
    opacity: 0;
    transition: all 700ms ease 100ms;
    transform: translateX(0%) translateY(0%) scaleY(0.1);    
}
.single-sidebar .categories li:hover a:before{
    opacity: 1;
    transform: translateX(0%) translateY(0%) scaleY(1.0); 
    width: 100%;
    transition: all 700ms ease 100ms;
} 












.single-sidebar.popular-post-box{
    padding-top: 50px;    
}
.single-sidebar .popular-post {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-sidebar .popular-post li {
    position: relative;
    display: block;
    border-bottom: 1px solid #dbe5ec;
    min-height: 80px;
    padding-left: 80px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.single-sidebar .popular-post li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.single-sidebar .popular-post li .img-holder {
    position: absolute;
    top: 0px;
    left: 0;
    width: 80px;
    height: 80px;
    display: block;
    overflow: hidden;
}
.single-sidebar .popular-post li .img-holder img {
    transition: all 0.4s ease-in-out 0.5s;    
    width: 100%;
    transform: scale(1.1, 1.1);      
}
.single-sidebar .popular-post li:hover .img-holder img {
    transition-delay: 0s;
    transform: scale(1.2, 1.2);    
}
.single-sidebar .popular-post li .img-holder .overlay-style-one{
    background: rgba(32, 53, 96, 0.90);
}
.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a{
    display: inline-block;
    width: 20px;
    height: 20px;
    filter: alpha(opacity=0);
    transform: scale(3);
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    z-index: 5;    
}
.single-sidebar .popular-post li:hover .img-holder .overlay-style-one .box .content a{
   filter: alpha(opacity=100);
   transform: scale(1);
   transition-delay: 0.1s; 
   opacity: 1;
}
.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a span:before{
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    transition: all 500ms ease;
}
.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover span:before{
    color: #3aa40c;
}
.single-sidebar .popular-post li:hover .img-holder .overlay-style-one{
    opacity: 1;
}

.single-sidebar .popular-post li .title-holder {
    padding-left: 20px;
}
.single-sidebar .popular-post li .title-holder span {
    display: block;
    line-height: 20px;
}
.single-sidebar .popular-post li .title-holder .post-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 8px 0 0;
    transition: all 500ms ease;
}
.single-sidebar .popular-post li .title-holder .post-title a{
    color: #203260;
    transition: all 500ms ease;
}
.single-sidebar .popular-post li .title-holder .post-title a:hover{
    color: #3aa40c;
}

.single-sidebar.instagram-box{
    position: relative;
    display: block;
    padding-top: 60px;
    padding-bottom: 53px;
}
.single-sidebar .instagram {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.single-sidebar .instagram li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 10px 20px;
    transition: all 0.5s ease 0s;
}
.single-sidebar .instagram li .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    z-index: 5;
}
.single-sidebar .instagram li .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-sidebar .instagram li:hover .img-holder img {
    transform: scale(1, 1);
}
.single-sidebar .instagram li:hover .img-holder .overlay-style-one {
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0s;
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a i{
    color: #fff;
    font-size: 18px;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(3);
    transition: all 0.3s ease-in-out 0.3s;
    z-index: 5;
}
.single-sidebar .instagram li:hover .img-holder .overlay-style-one .box .content a i{
   filter: alpha(opacity=100);
   opacity: 1;
   transform: scale(1);
   transition-delay: 0.1s;    
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a:hover i{
    color: #3aa40c;    
}
.follow-us-button {
    position: relative;
    display: block;
    color: #3398fd;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 0 0;
    transition: all 500ms ease;
}
.follow-us-button span:before {
    position: relative;
    display: inline-block;
    padding-right: 8px;
    font-size: 14px;
}
.follow-us-button:hover{
    color: #3aa40c;
}


.single-sidebar .popular-tag {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}
.single-sidebar .popular-tag li {
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
}
.single-sidebar .popular-tag li a {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 8px 20px 6px;
    color: #7e8597;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease 0s;
    -webkit-box-shadow: 0px 2px 5px 2px #e2e6e8; 
    box-shadow: 0px 2px 5px 2px #e2e6e8;
    z-index: 1;
}
.single-sidebar .popular-tag li a:hover{
    color: #ffffff;
}
.single-sidebar .popular-tag li a:before{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0;
    width: 0px;
    background: #3aa40c;
    content: "";
    z-index: -1;
    opacity: 0;
    transition: all 700ms ease 100ms;
    transform: translateX(0%) translateY(0%) scaleY(0.1);    
}
.single-sidebar .popular-tag li:hover a:before{
    opacity: 1;
    transform: translateX(0%) translateY(0%) scaleY(1.0); 
    width: 100%;
    transition: all 700ms ease 100ms;
} 


.single-sidebar.subscribe-form-box{
    position: relative;
    display: block;  
    margin-top: 50px;
}
.sidebar-subscribe-form{
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 370px;
    width: 100%;
    background: #203260;
    padding: 50px 30px 50px;
    z-index: 1;
}
.sidebar-subscribe-form .icon{
    position: relative;
    display: block;
    padding-bottom: 22px;
}
.sidebar-subscribe-form .icon span:before{
    color: #3398fd;
    font-size: 80px;
    line-height: 80px;
}
.sidebar-subscribe-form h3{
    color: #f3f7fa;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 24px;
}
.sidebar-subscribe-form form {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}
.sidebar-subscribe-form form .input-field{
    position: relative;
    display: block;
}
.sidebar-subscribe-form form .input-field input[type=email] {
    position: relative;
    display: block;
    background: #2a3e72;
    border: 1px solid #31426c;
    color: #f3f7fa;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 60px;
    border-radius: 30px;
    transition: all 500ms ease 0s;
}
.sidebar-subscribe-form form .input-field input::-webkit-input-placeholder {
    color: #ffffff;
}
.sidebar-subscribe-form form .input-field input:-moz-placeholder {
    color: #ffffff;
}
.sidebar-subscribe-form form .input-field input::-moz-placeholder {
    color: #ffffff;
}
.sidebar-subscribe-form form .input-field input:-ms-input-placeholder {
    color: #ffffff;
}
.sidebar-subscribe-form form button {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #3aa40c;
    color: #ffffff;
    font-size: 14px;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: 0px solid #f2f2f2;
    transition: all 500ms ease 0s;
    font-family: 'Roboto', sans-serif;
}

.sidebar-subscribe-form form .input-field input[type=email]:focus {
    border: 1px solid #f3f7fa;
}
.sidebar-subscribe-form form .input-field input[type=email]:focus + button, 
.sidebar-subscribe-form form button:hover {
    background: #ffffff;
    color: #3aa40c;
    transform: rotate(360deg);
}



/*** 
=============================================
    Blog Single Area style
=============================================
***/
#blog-area.blog-single-area {
    padding-top: 0;
    padding-bottom: 100px;
    background: #f3f7fa;
}
.breadcrumb-area.style2::before {
    background: rgba(32, 53, 96, 0.80) none repeat scroll 0 0;
}

.single-post-info {
    position: relative;
    display: block;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 174px 0 375px;
}
.single-post-info p{
    color: #3398fd;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 14px;
}
.single-post-info .title{
    position: relative;
    display: block;
    border-bottom: 1px solid #dbe5ec;
    padding-bottom: 19px;
    margin-bottom: 20px;
}
.single-post-info .title .blog-title{
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
.single-post-info .meta-box {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 30px;
    margin-top: 0px;
    line-height: 15px;
}
.single-post-info .meta-box .author-icon {
    position: relative;
    display: inline-block;
    padding-right: 8px;
}
.single-post-info .meta-box .author-icon span:before{
    color: #d3d9e0;
    font-size: 30px;
    line-height: 30px;
}
.single-post-info .meta-box .meta-info {
    position: relative;
    display: inline-block;
    margin: 1px 0;
}
.single-post-info .meta-box .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 20px;
    padding-right: 15px;
    margin-right: 15px;
}
.single-post-info .meta-box .meta-info li:before{
    position: absolute;
    top: 3px;
    right: 0px;
    width: 1px;
    height: 12px;
    background: #d3d9e0;
    content: "";
}
.single-post-info .meta-box .meta-info li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.single-post-info .meta-box .meta-info li:last-child:before{
    display: none;
}
.single-post-info .meta-box .meta-info li a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
}
.single-post-info .meta-box .meta-info li a b{
    color: #3398fd;
    font-weight: 700;
}
.single-post-info .meta-box .meta-info li a:hover{
    color: #3aa40c;
}


.blog-single-area .blog-post {
    position: relative;
    display: block;
}
.blog-single-area .single-blog-post {
    position: relative;
    display: block;
    margin-top: -200px;
    padding: 94px 100px 100px;
    border-radius: 0px;
    background: #ffffff;
    z-index: 99;
}
.single-blog-post .top-text-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.author-quote-box {
    position: relative;
    display: block;
    border-top: 4px solid #edf2f7;
    margin-top: 36px;
    padding-top: 40px;
    margin-bottom: 54px;
}
.author-quote-box .icon{
    display: block;
    padding-bottom: 23px;
}
.author-quote-box .text {
    position: relative;
    display: block;
}
.author-quote-box .text p{
    color: #868298;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 15px;
}
.author-quote-box .text .name{
    position: relative;
    display: block;
}
.author-quote-box .text .name h3{
    font-size: 20px;
}

.single-blog-post .main-image-holder {
    position: relative;
    display: block;
}

.quality-with-integrity-box {
    position: relative;
    display: block;
    padding-top: 10px;
}
.quality-with-integrity-box h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 26px;
}
.quality-with-integrity-box .inner-content{
    position: relative;
    display: block;    
}
.quality-with-integrity-box .inner-content h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 17px;
}
.quality-with-integrity-box .inner-content p{
    margin: 0;
}
.quality-with-integrity-box .inner-content ul{
    position: relative;
    display: block;
    padding-top: 23px
}
.quality-with-integrity-box .inner-content ul li{
    position: relative;
    display: block;
    padding-left: 40px;
    line-height: 42px;
}
.quality-with-integrity-box .inner-content ul li:before{
    font-family: 'icomoon';
    position: absolute;
    top: 4px;
    left: 0;
    content: "\e935";
    color: #021f3d;
    font-size: 22px;
    line-height: 22px;
}
.quality-with-integrity-box .inner-content ol{
    position: relative;
    display: block;
    padding-left: 11px;
    margin-top: 10px;
}
.quality-with-integrity-box .inner-content ol li{
    position: relative;
    display: block;
    line-height: 38px;
    padding-left: 40px;
}
.quality-with-integrity-box .inner-content ol li:before{
    position: absolute;
    top: 8px;
    font-family: 'FontAwesome';
    left: 0px;
    /* width: 7px; */
    /* height: 7px; */
    /* background: #ff450b; */
    /* border-radius: 50%; */
    /* content: ""; */
    font-size: 22px;
    line-height: 22px;
    content: "\f00c";
}


.add-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 30px;
}
.add-comment-box #add-comment-form {}
.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea{
    position: relative;
    display: block;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #83888d;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    padding: 0 30px;
    width: 100%;  
    border-radius: 5px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}
.add-comment-box #add-comment-form textarea {
    height: 170px;
    padding: 13px 30px;
    margin-bottom: 30px;
}
.add-comment-box #add-comment-form input[type="text"]:focus{
    border-color: #3aa40c;    
}
.add-comment-box #add-comment-form input[type="email"]:focus{
    border-color: #3aa40c;    
}
.add-comment-box #add-comment-form textarea:focus{
    border-color: #3aa40c;       
}
.add-comment-box #add-comment-form button {
    color: #ffffff;
    background: #3aa40c;
}
.add-comment-box #add-comment-form button:hover{
    background: #2d8109;
}


.home-five .single-blog-style-one-image-box .box {
    background-color: rgba(0, 0, 0, 0.8);
}

.home-five .single-blog-style-one-content .meta-info a i,
.home-five .single-blog-style-one-content .line {
    background-color: #F9C807;
}

.home-five .blog-carousel-one .owl-nav [class*='owl-']:hover {
    background-color: transparent;
    color: #83888D;
    border-color: #F9C807;
}

.home-five .single-blog-style-one-content .meta-info a:hover {
    color: #2e2e2e;
}

.home-five .single-blog-style-one-content h3 a:hover {
    color: #F9C807;
}



/*** 
=============================================
    Main Project Area style
=============================================
***/
.main-project-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}


/*** 
=============================================
    Main Project Area V2 style
=============================================
***/
.main-project-area.v2{}
.single-project-style1 .img-holder .categories.bg2 {
    background: #3398fd;
}
.single-project-style1.marbtm40{
    margin-bottom: 40px;
}



/*** 
=============================================
    Main Project Area V3 style
=============================================
***/
.main-project-area.v3{}

.single-project-style3{
    position: relative;
    display: block;
}
.single-project-style3.marbtm30{
    margin-bottom: 30px;
}
.single-project-style3 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style3 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-project-style3:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	
}
.single-project-style3 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(32, 53, 96, 0.90);
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
}
.single-project-style3:hover .overlay-content{
    transform: scaleY(1);
}
.single-project-style3 .overlay-content .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style3 .overlay-content .inner-content .title-box{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transform: scale(0);
    transition: all 700ms ease 500ms;
}
.single-project-style3:hover .overlay-content .inner-content .title-box{
    transform: scale(1.0);    
}
.single-project-style3 .overlay-content .inner-content .title-box h3{
    margin: 0 0 8px;
}
.single-project-style3 .overlay-content .inner-content .title-box h3 a{
    color: #ffffff;
    transition: all 500ms ease;
}
.single-project-style3 .overlay-content .inner-content .title-box h3 a:hover{
    color: #3aa40c;
}
.single-project-style3 .overlay-content .inner-content .title-box span{
    color: #3398fd;
    font-weight: 500;
}
.main-project-area.v3 .post-pagination{
    margin-top: 20px;
}



/*** 
=============================================
    Main Project Area V4 style
=============================================
***/
.main-project-area.v4 {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 15px 100px;
}
.single-project-style4{}
.single-project-style4{
    position: relative;
    display: block;
}
.single-project-style4.marbtm30{
    margin-bottom: 30px;
}

.single-project-style4 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style4 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-project-style4:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	
}
.single-project-style4 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(32, 53, 96, 0.90);
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
}
.single-project-style4:hover .overlay-content{
    transform: scaleY(1);
}
.single-project-style4 .overlay-content .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style4 .overlay-content .inner-content .links-icons{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transform: scale(0);
    transition: all 700ms ease 500ms;
}
.single-project-style4:hover .overlay-content .inner-content .links-icons{
    transform: scale(1.0);    
}
.single-project-style4 .overlay-content .inner-content .links-icons li{
    display: inline-block;
    margin: 0 5.5px;
}
.single-project-style4 .overlay-content .inner-content .links-icons li a span:before{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: #3398fd;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 100;
    transition: all 500ms ease;
}
.single-project-style4 .overlay-content .inner-content .links-icons li a:hover span:before{
    background: #3aa40c;    
}
.main-project-area.v4 .post-pagination{
    margin-top: 20px;
}



/*** 
=============================================
    Main Project Area V5 style
=============================================
***/
.main-project-area.v5 {
    position: relative;
    display: block;
}
.main-project-area.v5 .post-pagination{
    margin-top: 20px;
}



/*** 
=============================================
    Project single Area style
=============================================
***/
.project-single-area {
    position: relative;
    display: block;
    padding: 100px 0 56px;
}

.single-project-image-box{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}
.single-project-image-box img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-project-image-box:hover img {
    transform:scale(1.2) rotate(2deg);	
}

.single-project-content-box{
    position: relative;
    display: block; 
    margin-top: 30px;
}
.single-project-content-box h2{
    font-size: 30px;
    line-height: 38px;
    margin: -7px 0 35px;
}
.single-project-content-box .text{
    position: relative;
    display: block;        
}

.shop-sidebar-wrapper .price-ranger {
    margin-top: 28px;
    margin-bottom: 40px;
}
.shop-sidebar-wrapper .price-ranger .ui-widget-content {
    background: #edf2f7;
    border: none;
    height: 2px;
}
.shop-sidebar-wrapper .price-ranger .ui-slider-handle {
    background: #3aa40c;
    border: 2px solid #3aa40c;
    border-radius: 50%;
    height: 10px;
    margin-left: -4px;
    outline: medium none;
    width: 10px !important;
    cursor: pointer;
    z-index: 2;
}
.shop-sidebar-wrapper .price-ranger .ui-slider-horizontal .ui-slider-handle {
    top: -4px;
}
.shop-sidebar-wrapper .price-ranger .ui-slider .ui-slider-range {
    background: #3aa40c;
}
.shop-sidebar-wrapper .price-ranger #slider-range {
    margin-left: 4px;
    margin-right: 6px;
    margin-top: 0;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin-top: 34px;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input {
    display: inline-block;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding: 8px 0 6px;
    text-align: center;
    width: 90px;
    border: none;
    color: #203260;
    margin-top: 0;
    border-radius: 0;
    background: #f3f7fa;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type="submit"]:hover{}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    display: inline-block;
    color: #83888d;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    width: 40px;
    line-height: 40px;
    border: none;
    padding: 0;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type='text'].max {}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: #83888d;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}

.single-service-style-three {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    padding: 50px 40px;
    box-shadow: 0 0 16px rgb(0 0 0 / 27%);
}

.single-service-style-three:before,
.single-service-style-three:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    top: 0;
    left: 0;
    transition: all .4s ease;
    border-radius: 5px;
}

.single-service-style-three:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border-top: 4px solid #91C942;
    border-bottom: 4px solid #91C942;
}

.single-service-style-three:after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-left: 4px solid #91C942;
    border-right: 4px solid #91C942;
}

.single-service-style-three .top-box {
    position: relative;
    z-index: 9;
    margin-bottom: 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.single-service-style-three .top-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #F2F2F2;
    text-align: center;
    border-radius: 5px;
}

.single-service-style-three .top-box .icon-box i {
    color: #91C942;
    font-size: 45px;
    line-height: 78px;
    position: relative;
    transition: all .4s ease;
}

.single-service-style-three .top-box .icon-box:before {
    content: '';
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: linear-gradient(48deg, #185F8B 0%, #34964D 42%, #91C942 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#185F8B', endColorstr='#91C942', GradientType=1);
    /* ie6-9 */
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: all .4s ease;
}

.single-service-style-three .top-box .num-box {
    color: #F5F4F4;
    font-size: 72px;
    font-weight: bold;
}

.single-service-style-three .text-box {
    position: relative;
    z-index: 9;
}

.single-service-style-three .text-box h3,
.single-service-style-three .text-box p {
    margin: 0;
}

.single-service-style-three .text-box h1 {
    font-size: 18px;
    font-weight: bold;
}

.single-service-style-three .text-box h3 a {
    color: #3A3A3A;
    transition: all .4s ease;
}

.single-service-style-three .text-box h3 a:hover {
    color: #34964D;
}

.single-service-style-three .text-box span,
.single-service-style-three .text-box p {
    color: #83888D;
    font-size: 16px;
    line-height: 26px;
    display: block;
}

.single-service-style-three .text-box .main-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: all .4s ease;
}

.single-service-style-three .text-box .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .4s ease;
}

.single-service-style-three .more-box {
    position: relative;
    z-index: 9;
    margin-top: 19px;
}

.single-service-style-three .more-box a.more-link {
    text-transform: uppercase;
    color: #2E2E2E;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    transition: all .4s ease;
}

.single-service-style-three .more-box a.more-link i {
    font-size: 20px;
    display: inline-block;
    vertical-align: -3px;
    margin-left: 10px;
}

.single-service-style-three .more-box a.more-link:hover {
    color: #34964D;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.single-service-style-three:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.single-service-style-three:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.single-service-style-three:hover .top-box .icon-box:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.single-service-style-three:hover .top-box .icon-box i {
    color: #fff;
}

.single-service-style-three:hover .text-box .main-content {
    opacity: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.single-service-style-three:hover .text-box .hover-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.services-style-three {
    background-color: #FFFFFF;
    background-image: url(../images/webimages/solar-energy-with-charging-stations-and-units.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.services-style-three .single-service-style-three {
    padding-top: 47px;
    padding-bottom: 47px;
    border-radius: 0;
}

.services-style-three .single-service-style-three:after,
.services-style-three .single-service-style-three:before {
    border-color: #03203e;
    border-radius: 0;
}

.services-style-three .single-service-style-three .top-box .icon-box {
    border: 0;
    border-radius: 0;
}

.services-style-three .single-service-style-three .top-box .icon-box:before {
    background: none;
    border-radius: 0;
}

.services-style-three .single-service-style-three .top-box .icon-box::before,
.services-style-three .single-service-style-three .top-box .icon-box::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 100%;
    border: 2px solid #03203e;
    transition: all .4s ease;
    -webkit-transform: scale(1, 1) translateY(-50%);
    transform: scale(1, 1) translateY(-50%);
}

.services-style-three .single-service-style-three .top-box .icon-box::before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    left: 0;
    border-right: 0;
}

.services-style-three .single-service-style-three .top-box .icon-box::after {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    right: 0;
    border-left: 0;
}

.services-style-three .single-service-style-three .top-box .icon-box i {
    color: #2E2E2E;
    position: relative;
    z-index: 9;
}
.sec-pad-with-content-pad-30{
    padding: 30px 0;
    padding-bottom: 0 !important;
}
.services-style-three {
    background-color: #FFFFFF;
    background-image: url(../images/webimages/squire-solar.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.services-style-three .single-service-style-three:hover .top-box .icon-box:after,
.services-style-three .single-service-style-three:hover .top-box .icon-box:before {
    width: 100%;
    background-color: #03203e;
}

.services-style-three .single-service-style-three:hover .top-box .icon-box i {
    color: #fff;
}

.services-style-three .single-service-style-three .more-box a.more-link:hover {
    color: #F9C807;
}


/*** 
=============================================
    Branches Section style
=============================================
***/
.branches-section{
    position: relative;
    display: block;
    padding: 100px 0 93px;
}
.single-branches-box {
    position: relative;
    display: block;
    border: 1px solid #edf2f7;
    padding: 54px 30px 51px;
    transition: all 900ms ease;
    transition-delay: .5s;
}
.single-branches-box .title-box{
    position: relative;
    display: block; 
    padding-bottom: 18px;
}
.single-branches-box .title-box h3{}
.single-branches-box ul {
    position: relative;
    display: block;
    padding-bottom: 11px;
}
.single-branches-box ul li{
    display: block;
    margin-bottom: 11px;
}
.single-branches-box ul li:last-child{
    margin-bottom: 0;
}
.single-branches-box .text{}
.single-branches-box .text p{
    margin: 0;    
}

.branches-carousel.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}
.branches-carousel.owl-carousel .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: #83888d;
    font-size: 26px;
    font-weight: 300;
    width: 60px;
    height: 60px;
    border: 2px solid #dbe5ec;
    line-height: 54px;
    margin: 0;
    padding: 0;
        transition: all 700ms ease 100ms;
    border-radius: 50%;
}
.branches-carousel.owl-carousel .owl-nav [class*="owl-"] p {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #3aa40c;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    transform: scale(0);
    transition: all 700ms ease 200ms;
}
.branches-carousel.owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -80px;
    top: -40px;    
}
.branches-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    top: -40px;   
}
.branches-carousel.owl-carousel .owl-nav [class*="owl-"]:hover{
    border-color: #3aa40c;
}
.branches-carousel.owl-carousel .owl-nav [class*="owl-"]:hover p{
    transform: scale(1.0); 
}

.our-all-branches{
    position: relative;
    display: block;
    padding-top: 45px;
    text-align: center;
}
.our-all-branches h6{
    color: #83888d;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.our-all-branches h6 span{
    color: #3398fd;
}



/*** 
=============================================
    Mission Vision Area style
=============================================
***/
.mission-vision-area{
    position: relative;
    display: block;
}
.mission-vision-area .inner-content{
    padding: 0;
}
.mission-vision-area .mar0{
    margin: 0;
}
.mission-vision-area .pd0{
    padding: 0;    
}

.video-holder-box {
    position: relative;
    display: block;
    width: 100%;
}
.video-holder-box .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.video-holder-box .img-holder img {
    width: 100%;
}
.video-holder-box .img-holder .icon-holder{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    background: rgba(255, 255, 255, 0.02);
    transition: all 900ms ease;
    z-index: 3;
    opacity: 1;    
}
.video-holder-box .img-holder .icon-holder .icon{
    display: table;
    width: 100%;
    height: 100%;
}
.video-holder-box .img-holder .icon-holder .icon .inner{
    display: table-cell;
    vertical-align: middle;
}
.video-holder-box .img-holder .icon-holder .icon .inner a {
    position: relative;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, .99);
    color: #3aa40c;
    height: 125px;
    width: 125px;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
    padding: 10px;
}
.video-holder-box .img-holder .icon-holder .icon .inner a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    font-size: 30px;
    line-height: 100px;
    border-radius: 50%;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: all 1s ease;
}
@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1),
        0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}


.mission-vision-content{
    position: relative;
    display: block;
}
.mission-vision-content .single-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.mission-vision-content .single-box img {
    width: 100%;
}
.mission-vision-content .single-box .title{
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    background: #ffffff;
    text-align: center;
    border-radius: 5px;
    display: block;
    padding: 13px 0 12px;
    transition: all 500ms ease 50ms;
}
.mission-vision-content .single-box:hover .title{
    transform: translateX(0%) translateY(100%) scale(1.0);    
}
.mission-vision-content .single-box .title h3{
    font-size: 24px;
    line-height: 32px;
}

.mission-vision-content .overlay-content {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #203260;
    display: block;
    padding: 80px 60px 0;
    padding-top: 17%;
    transform: translateX(0%) translateY(-100%) scale(1.0);
    transition: all 500ms ease 100ms;
}
.mission-vision-content .single-box:hover .overlay-content{
    transform: translateX(0%) translateY(0%) scale(1.0);    
}
.mission-vision-content .overlay-content .top{
    position: relative;
    display: block;
    overflow: hidden;
}
.mission-vision-content .overlay-content .top .icon{
    position: relative;
    display: block;
    float: left;
}
.mission-vision-content .overlay-content .top .icon span:before{
    color: #3398fd;
    font-size: 120px;
    line-height: 122px;
}
.mission-vision-content .overlay-content .top .big-title {
    position: relative;
    top: -3px;
    display: block;
    float: right;
    color: #293c6e;
    font-size: 200px;
    font-weight: 700;
    line-height: 150px;
    text-transform: uppercase;
}
.mission-vision-content .overlay-content .text {
    position: relative;
    display: block;
    padding-top: 18px;
}
.mission-vision-content .overlay-content .text h3{
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 19px;
}
.mission-vision-content .overlay-content .text p{
    color: #b3cde4;
    margin: 0;
}





/*********************************** 
    qoute styles
************************************/
.qoute-form-one {
    position: relative;
}
/*.qoute-form-one:before {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f5f5f5;
}*/
.qoute-form-one .container {
    position: relative;
}
.qoute-form-one .image-box {
    position: relative;
}
.qoute-form-one .image-box .phone-box {
    background: #fff;
    width: 100%;
    max-width: 230px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 20px 0;
    padding-left: 30px;
}
.qoute-form-one .image-box .phone-box i[class*=-icon-] {
    color: #FFBA00;
    font-size: 30px;
    display: inline-block;
    line-height: 1em;
    vertical-align: middle;
}
.qoute-form-one .image-box .phone-box .phone-number {
    line-height: 1em;
    font-size: 20px;
    color: #2E2E2E;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.qoute-form-one .form-block {
    background: #fff;
    padding: 70px 35px;
    padding-top: 15px;
     padding-bottom: 15px;
    /*box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.09);*/
}
.qoute-form-one .form-block h3,
.qoute-form-one .form-block p {
    margin: 0;
}
.qoute-form-one .form-block h3 {
    font-size: 30px;
    line-height: 34px;
    color: #2E2E2E;
    font-weight: bold;
}
.qoute-form-one .form-block p {
    font-size: 18px;
    color: #83888D;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 30px;
}
.qoute-form-one .form-block input {
    display: block;
    border: none;
    outline: none;
    background-color: transparent;
    border: 1px solid #03203e;
    border-radius: 5px;
    width: 100%;
    color: #83888D;
    height: 60px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.qoute-form-one .form-block input::-webkit-input-placeholder {
    color: #83888D;
}
.qoute-form-one .form-block input::-moz-placeholder {
    color: #83888D;
}
.qoute-form-one .form-block input:-ms-input-placeholder {
    color: #83888D;
}
.qoute-form-one .form-block input:-moz-placeholder {
    color: #83888D;
}
.qoute-form-one .form-block .bootstrap-select>.dropdown-toggle {
    outline: none !important;
    background-color: transparent;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 5px;
    border: 1px solid #03203e;
    height: 60px;
    background-color: transparent;
    padding: 0;
    padding-left: 20px;
    color: #83888D;
    line-height: 60px;
    margin-bottom: 2px;
}
.qoute-form-one .form-block .bootstrap-select>.dropdown-toggle::after {
    content: '\f107';
    color: #83888D;
    font-size: 18px;
    border: none !important;
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 20px;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.qoute-form-one .form-block .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
}
.qoute-form-one .form-block .dropdown-item.active,
.qoute-form-one .form-block .dropdown-item:active {
    background: #FFBA00;
    color: #2E2E2E;
}
.qoute-form-one .form-block button[type=submit] {
   
    text-align: center;
    text-transform: uppercase;
    background-color: #03203e;
    color: #fff;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    border-radius: 5px;
    padding: 17px 15px;
    transition: all .4s ease;
}
.qoute-form-one .form-block button[type=submit]:hover {
    background: #2E2E2E;
    color: #fff;
}
.qoute-form-one .form-block button[type=submit] i {
    font-size: 21px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1em;
    margin-left: 7px;
}
.qoute-form-one.home-three::before {
    background: #F2F7F5;
}
.qoute-form-one.home-three .image-box .phone-box i[class*=-icon-] {
    color: #28B381;
}
.qoute-form-one.home-three .form-block button[type=submit] {
    background: #F9A03B;
}
.qoute-form-one.home-three .form-block button[type=submit]:hover {
    background: #28B381;
}



/******************************** 
* cta styles
************************************/
.cta-style-one .thm-btn+.thm-btn {
    margin-left: 16px;
}

.cta-style-one.home-five {
    background: #F5F5F5;
}

.cta-style-one.home-five .sec-title-two span.tag-line {
    color: #F9C807;
}

.cta-style-two {
    padding: 42.5px 0;
    background-color: #F9C807;
}

.cta-style-two h2 {
    margin: 0;
    color: #2E2E2E;
    font-size: 30px;
    font-weight: bold;
    line-height: 57px;
}



/******************************** 
* features styles
************************************/
.single-feautre-style-one {
    margin-bottom: 30px;
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    transition: all .4s ease;
}

.single-feautre-style-one .icon-block,
.single-feautre-style-one .text-block {
    display: table-cell;
    vertical-align: middle;
}

.single-feautre-style-one .icon-block .inner-box {
    border-radius: 5px;
    border: 1px solid #021f3d;
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
    border: 2px solid #021f3d;/*//extra*/
}

.single-feautre-style-one .icon-block .inner-box:before,
.single-feautre-style-one .icon-block .inner-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    top: 0;
    left: 0;
    transition: all .4s ease;
    border-radius: 5px;
}

.single-feautre-style-one .icon-block .inner-box:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
   /* border-top: 2px solid #01B9E6;
    border-bottom: 2px solid #01B9E6;*/
}

.single-feautre-style-one .icon-block .inner-box:after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    /*border-left: 2px solid #01B9E6;
    border-right: 2px solid #01B9E6;*/
}

.single-feautre-style-one .icon-block i {
    font-size: 50px;
    color: #021f3d;
    line-height: 98px;
}

.single-feautre-style-one .text-block {
    padding-left: 40px;
}

.single-feautre-style-one .text-block h3,
.single-feautre-style-one .text-block p {
    margin: 0;
}

.single-feautre-style-one .text-block h3 {
    position: relative;
    font-size: 20px;
    margin-bottom: 16px;
    transition: all .4s ease;
}

.single-feautre-style-one .text-block h3:before {
    content: '';
    width: 0%;
    /*height: 2px;
    background: #01B9E6;*/
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease;
}

.single-feautre-style-one .text-block h3 a {
    color: #2E2E2E;
    transition: all .4s ease;
}

.single-feautre-style-one .text-block h3 a:hover {
    color: #01B9E6;
}

.single-feautre-style-one .text-block p {
    color: #83888D;
    line-height: 26px;
}

.single-feautre-style-one:hover {
    box-shadow: 0px 21px 21px rgba(0, 0, 0, 0.07);
}

.single-feautre-style-one:hover .icon-block .inner-box:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.single-feautre-style-one:hover .icon-block .inner-box:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.single-feautre-style-one:hover .text-block h3 {
    /*padding-left: calc(20% + 20px);*/
}

.single-feautre-style-one:hover .text-block h3:before {
    width: 20%;
}

.single-feautre-style-one:hover .text-block h3 a {
    color: #021f3d;
}

.featured-style-two .feature-title-box .sec-title-three {
    margin: 0;
}

.featured-style-two .feature-title-box p {
    color: #83888D;
    font-size: 16px;
    line-height: 26px;
    margin: 39px 0 0;
}

.featured-style-two .feature-title-box ul.list-items {
    margin-top: 20px;
}

.featured-style-two .feature-title-box ul.list-items li {
    position: relative;
    color: #83888D;
    font-size: 16px;
    padding-left: 40px;
}

.featured-style-two .feature-title-box ul.list-items li+li {
    margin-top: 10px;
}

.featured-style-two .feature-title-box ul.list-items li i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    color: #1b996c;
    font-size: 22px;
}

.featured-style-two .single-featured-box-one .upper-block {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.featured-style-two .single-featured-box-one .image-box {
    position: relative;
    overflow: hidden;
    -webkit-perspective: 400px;
    perspective: 400px;
}

.featured-style-two .single-featured-box-one .image-box>img {
    width: 100%;
    transition: all .4s ease;
}

.featured-style-two .single-featured-box-one .image-box .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgba(25, 37, 33, 0.7);
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: all .4s ease;
}

.featured-style-two .single-featured-box-one .image-box .box a {
    color: #FFBA00;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
    display: inline-block;
    vertical-align: middle;
}

.featured-style-two .single-featured-box-one .image-box .box a i {
    font-size: 21px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 6px;
}

.featured-style-two .single-featured-box-one .text-block {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 35px 30px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.06);
}

.featured-style-two .single-featured-box-one .text-block h3,
.featured-style-two .single-featured-box-one .text-block p {
    margin: 0;
}

.featured-style-two .single-featured-box-one .text-block h3 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
}

.featured-style-two .single-featured-box-one .text-block h3:before {
    content: '';
    background: #F9A03B;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 2px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.featured-style-two .single-featured-box-one .text-block h3 a {
    position: relative;
    color: #3A3A3A;
    transition: all .4s ease;
}

.featured-style-two .single-featured-box-one .text-block p {
    color: #83888D;
    font-size: 16px;
    line-height: 26px;
}

.featured-style-two .single-featured-box-one:hover .image-box .box {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.featured-style-two .single-featured-box-one:hover .image-box>img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.featured-style-two .single-featured-box-one:hover .text-block h3:before {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.single-feautre-style-three {
    margin-bottom: 30px;
}

.single-feautre-style-three .image-block {
    margin-bottom: 20px;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 5;
}

.single-feautre-style-three .image-block img {
    width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 700ms ease;
}

.single-feautre-style-three .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(2, 31, 61, 0.9);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
}

.single-feautre-style-three .overlay-content .inner-content {
    display: table;
    width: 100%;
    height: 100%;
}

.single-feautre-style-three .overlay-content .inner-content .text-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 700ms ease 500ms;
}

.single-feautre-style-three .overlay-content .inner-content .text-box .link-btn {
    font-size: 70px;
    color: #91C942;
}

.single-feautre-style-three:hover .image-block img {
    -webkit-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

.single-feautre-style-three:hover .overlay-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.single-feautre-style-three:hover .overlay-content .inner-content .text-box {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-feautre-style-three .text-block {
    position: relative;
    padding: 33px 30px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
}

.single-feautre-style-three .text-block h3,
.single-feautre-style-three .text-block p {
    margin: 0;
}

.single-feautre-style-three .text-block h3 {
    font-size: 20px;
    font-weight: bold;
}

.single-feautre-style-three .text-block h3 a {
    color: #3A3A3A;
    transition: all .4s ease;
}

.single-feautre-style-three .text-block h3 a:hover {
    color: #34964D;
}

.single-feautre-style-three .text-block p {
    color: #83888D;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 17px;
}

.single-feautre-style-three .text-block a.more-link {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3A3A3A;
    display: inline-block;
    transition: all .4s ease;
}

.single-feautre-style-three .text-block a.more-link i {
    display: inline-block;
    vertical-align: -3px;
    font-size: 20px;
    margin-left: 10px;
}

.single-feautre-style-three .text-block a.more-link:hover {
    color: #34964D;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.single-feautre-style-three .text-block .box-icon {
    font-size: 70px;
    position: absolute;
    color: #DCE4E1;
    bottom: 20px;
    right: 20px;
    transition: all .4s ease;
}

.single-feautre-style-three:hover .text-block .box-icon {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-featured-style-four {
    margin-bottom: 30px;
}

.single-featured-style-four .icon-block i {
    color: #F9C807;
    font-size: 50px;
}

.single-featured-style-four h3,
.single-featured-style-four p {
    margin: 0;
}

.single-featured-style-four h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 26px;
}

.single-featured-style-four h3 a {
    color: #2E2E2E;
    transition: all .4s ease;
}

.single-featured-style-four h3 a:hover {
    color: #F9C807;
}

.single-featured-style-four p {
    color: #83888D;
    font-size: 16px;
    line-height: 28px;
    margin-top: 6px;
}

.featured-style-five {
    padding-bottom: 100px;
}

.featured-style-five .container {
    position: relative;
}

.featured-style-five .container .container-outer {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    padding: 0 15px;
}

.single-featured-style-five {
    box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.14);
    background: #fff;
    transition: all .4s ease;
}

.single-featured-style-five h3,
.single-featured-style-five p {
    margin: 0;
}

.single-featured-style-five h3 {
    color: #262626;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

.single-featured-style-five p {
    color: #716D6D;
    font-size: 16px;
    line-height: 26px;
}

.single-featured-style-five .box-icon {
    color: #2E2E2E;
    font-size: 40px;
}

.single-featured-style-five .top-box {
    margin-bottom: 16px;
}

.single-featured-style-five .top-box .icon-block,
.single-featured-style-five .top-box .text-block {
    display: table-cell;
    vertical-align: middle;
}

.single-featured-style-five .top-box .text-block {
    padding-left: 30px;
}

.single-featured-style-five .inner-box {
    overflow: hidden;
    padding: 45px 40px;
    position: relative;
}

.single-featured-style-five .bubbled {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65px;
    height: 70px;
    text-align: center;
    z-index: 10;
    -webkit-transform: translate(100%, 50%);
    transform: translate(100%, 50%);
    transition: all .4s ease;
}

.single-featured-style-five .bubbled:before {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    background: #DDB206;
    -webkit-transform: translate(21%, 7%);
    transform: translate(21%, 7%);
    border-radius: 50%;
    z-index: 10;
    transition: all .4s ease;
}

.single-featured-style-five .bubbled .count-text {
    position: relative;
    z-index: 11;
    line-height: 77px;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    transition: all .4s ease;
}

.single-featured-style-five:hover {
    background-color: #F9C807;
}

.single-featured-style-five:hover .bubbled {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}





.fun-fact-style-one .row [class*=col-]+[class*=col-] {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.fun-fact-style-one.home-three {
    padding-top: 115px;
}

.fun-fact-style-one.home-three .row [class*=col-] {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.fun-fact-style-one.home-three .single-fun-fact-style-one h3 {
    color: #F9A03B;
}

.single-fun-fact-style-one {
    position: relative;
    padding: 30px 0;
    padding-left: 60px;
}

.single-fun-fact-style-one h3,
.single-fun-fact-style-one p {
    margin: 0;
}

.single-fun-fact-style-one h5 {
    color: #FFBA00;
    font-size: 60px;
    line-height: 1em;
}

.single-fun-fact-style-one h5 span.counter-text {
    font-size: 24px;
}

.single-fun-fact-style-one p {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.single-fun-fact-style-one .box-icon {
    font-size: 105px;
    color: rgba(255, 255, 255, 0.12);
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-fun-fact-style-two h3,
.single-fun-fact-style-two p {
    margin: 0;
}

.single-fun-fact-style-two h3 {
    color: #F9C807;
    font-size: 72px;
    line-height: 1em;
}

.single-fun-fact-style-two h3 span.counter-text {
    font-size: 30px;
}

.single-fun-fact-style-two p {
    font-weight: bold;
    font-size: 18px;
    color: #83888D;
    margin-bottom: 15px;
}







/******************************** 
* search popup styles
************************************/
.search_area {
    position: relative;
    max-width: 950px;
    margin: auto;
}

.search_area .search_box_inner {
    background: transparent;
    padding: 100px 60px;
    display: block;
    overflow: hidden;
}

.search_area .search_box_inner h3 {
    padding-bottom: 20px;
    font-family: "Hind", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}

.search_area .search_box_inner .input-box {
    display: block;
    position: relative;
}

.search_area .search_box_inner .input-box input {
    background: transparent;
    border-radius: 0px;
    outline: none;
    height: 50px;
    padding: 0px;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-family: "Hind", sans-serif;
    font-size: 24px;
    font-weight: normal;
}

.search_area .search_box_inner .input-box input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.search_area .search_box_inner .input-box input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.search_area .search_box_inner .input-box input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.search_area .search_box_inner .input-box input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.search_area .search_box_inner .input-box .input-box-btn {
    position: absolute;
    right: 5px;
    top: 14px;
    z-index: 4;
}

.search_area .search_box_inner .input-box .input-box-btn .btn-default {
    padding: 0px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    color: #fff;
    font-size: 18px;
}

.search_area .mfp-close {
    right: 0px;
    color: #fff;
}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.98;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-bg {
    background: #2e2e2e;
}

/******************************** 
* tabbed styles
************************************/
.tabbed-funfact-wrapper {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 54px;
}

.tabbed-funfact-wrapper .tab-content {
    padding-top: 65px;
}

.tabbed-funfact-wrapper .tab-title {
    margin: 0;
    padding: 0;
    border: none;
    border-top: 5px solid #1B996C;
    background: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tabbed-funfact-wrapper .tab-title .nav-item {
    float: left;
    width: 33.3333333333333%;
    text-align: center;
}

.tabbed-funfact-wrapper .tab-title .nav-item .nav-link {
    border: none;
    position: relative;
    padding: 41px 0;
    border-radius: 0;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
}

.tabbed-funfact-wrapper .tab-title .nav-item .nav-link h3 {
    color: #3A3A3A;
    font-size: 20px;
    transition: all .4s ease;
}

.tabbed-funfact-wrapper .tab-title .nav-item .nav-link p {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s ease;
}

.tabbed-funfact-wrapper .tab-title .nav-item .nav-link:after {
    content: '\e93f';
    font-family: 'energy-icon';
    color: #F9A03B;
    font-size: 24px;
    position: absolute;
    top: 94%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all .4s ease;
}

.tabbed-funfact-wrapper .tab-title .nav-item .nav-link:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #F9A03B;
    position: absolute;
    bottom: 100%;
    left: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: all .4s ease;
}

.tabbed-funfact-wrapper .tab-title .nav-item .nav-link.active {
    background-color: #F9A03B;
}

.tabbed-funfact-wrapper .tab-title .nav-item .nav-link.active:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.tabbed-funfact-wrapper .tab-title .nav-item .nav-link.active:after {
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    opacity: 1;
}

.tabbed-funfact-wrapper .tab-title .nav-item .nav-link.active h3 {
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tabbed-funfact-wrapper .tab-title .nav-item .nav-link.active p {
    opacity: 1;
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
}

.single-tab-wrapper .single-tab-content .top-box {
    margin-bottom: 50px;
}

.single-tab-wrapper .single-tab-content .top-box .icon-block,
.single-tab-wrapper .single-tab-content .top-box .text-block {
    display: table-cell;
    vertical-align: middle;
}

.single-tab-wrapper .single-tab-content .top-box .icon-block i {
    font-size: 75px;
    color: #fff;
}

.single-tab-wrapper .single-tab-content .top-box .text-block {
    padding-left: 35px;
}

.single-tab-wrapper .single-tab-content .top-box .text-block span.tag-line {
    display: block;
    color: #F9A03B;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
}

.single-tab-wrapper .single-tab-content .top-box .text-block h3 {
    color: #FFFFFF;
    font-size: 40px;
    margin-top: 14px;
}

.single-tab-wrapper .single-tab-content .content-box p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.single-tab-wrapper .single-tab-content .content-box p.highlite {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}

.single-tab-wrapper .single-tab-content .name-box {
    margin-top: 30px;
}

.single-tab-wrapper .single-tab-content .name-box .text-block,
.single-tab-wrapper .single-tab-content .name-box .image-box {
    display: table-cell;
    vertical-align: middle;
}

.single-tab-wrapper .single-tab-content .name-box .text-block {
    padding-right: 40px;
}

.single-tab-wrapper .single-tab-content .name-box .text-block h4 {
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
}

.single-tab-wrapper .single-tab-content .name-box .text-block span {
    color: #F9A03B;
}

/******************************** 
* easy step styles
************************************/
.easy-steps {
    position: relative;
}

.easy-steps .overlayed-background {
    position: relative;
}

.easy-steps .overlayed-background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #192521;
    opacity: 0.92;
}

.easy-steps .container {
    position: relative;
}

.easy-steps .title-block {
    position: relative;
    width: 100%;
    max-width: 585px;
    margin-left: auto;
}

.easy-steps .title-block .sec-title-three {
    margin: 0;
}

.easy-steps .title-block p {
    color: #A0A7A5;
    font-size: 16px;
    list-style: 26px;
    margin: 0;
    width: 60%;
    margin: 40px 0;
}

.easy-steps .content-box {
    padding-left: 110px;
    position: relative;
    padding-top: 105px;
    padding-bottom: 105px;
    margin-right: auto;
    width: 100%;
    max-width: 635px;
}

.easy-steps .content-box .single-content-box+.single-content-box {
    margin-top: 54px;
}

.easy-steps .content-box .single-content-box h3,
.easy-steps .content-box .single-content-box p {
    margin: 0;
}

.easy-steps .content-box .single-content-box h3 {
    font-size: 20px;
    list-style: 28px;
    color: #3A3A3A;
    margin-bottom: 26px;
}

.easy-steps .content-box .single-content-box p {
    color: #83888D;
    font-size: 16px;
    line-height: 26px;
}

.easy-steps .easy-steps-count-box {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.easy-steps .easy-steps-count-box .single-count-box {
    border-radius: 5px;
    background: #FFFFFF;
    text-align: center;
    width: 110px;
    height: 110px;
    position: relative;
}

.easy-steps .easy-steps-count-box .single-count-box+.single-count-box {
    margin-top: 70px;
}

.easy-steps .easy-steps-count-box .single-count-box:before,
.easy-steps .easy-steps-count-box .single-count-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    top: 0;
    left: 0;
    transition: all .4s ease;
    border-radius: 5px;
}

.easy-steps .easy-steps-count-box .single-count-box:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border-top: 4px solid #F9A03B;
    border-bottom: 4px solid #F9A03B;
}

.easy-steps .easy-steps-count-box .single-count-box:after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-left: 4px solid #F9A03B;
    border-right: 4px solid #F9A03B;
}

.easy-steps .easy-steps-count-box .single-count-box i {
    color: #28B381;
    font-size: 48px;
    line-height: 110px;
}

.easy-steps .easy-steps-count-box .single-count-box .count-text {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    background: #F9A03B;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.easy-steps .easy-steps-count-box .single-count-box:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.easy-steps .easy-steps-count-box .single-count-box:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.easy-steps .video-box .icon-block,
.easy-steps .video-box .text-block {
    display: table-cell;
    vertical-align: middle;
}

.easy-steps .video-box .icon-block .inner-block {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    background: #F9A03B;
}

.easy-steps .video-box .icon-block .inner-block i {
    color: #fff;
    line-height: 80px;
}

.easy-steps .video-box .text-block {
    padding-left: 20px;
}

.easy-steps .video-box .text-block h3 {
    margin: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.easy-steps .video-box .text-block span {
    display: block;
    font-size: 16px;
    line-height: 1em;
    color: #F9A03B;
}

.easy-steps.home-four .title-block {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.easy-steps.home-four .title-block .video-popup {
    width: 110px;
    height: 110px;
    border: 2px solid #FFFFFF;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

.easy-steps.home-four .title-block .video-popup i {
    font-size: 40px;
    line-height: 106px;
    color: #fff;
}

.easy-steps.home-four .title-block h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    margin-top: 26px;
}

.easy-steps.home-four .easy-steps-count-box .single-count-box .count-text {
    background: #34964d;
}

.easy-steps.home-four .easy-steps-count-box .single-count-box:before {
    border-top-color: #34964d;
    border-bottom-color: #34964d;
}

.easy-steps.home-four .easy-steps-count-box .single-count-box::after {
    border-left-color: #34964d;
    border-right-color: #34964d;
}

.easy-steps.home-four .easy-steps-count-box .single-count-box i {
    color: #a1d15d;
}

.easy-steps.home-four .overlayed-background:before {
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: linear-gradient(48deg, #185F8B 0%, #34964D 42%, #91C942 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#185F8B', endColorstr='#91C942', GradientType=1);
    /* ie6-9 */
}

/******************************** 
* brand styles
************************************/
.brand-wrapper {
    padding: 80px 0;
}

.brand-wrapper .item {
    line-height: 30px;
}

.brand-wrapper .item img {
    width: auto;
    display: inline-block !important;
    transition: all .4s ease;
}

.brand-wrapper .item:hover img {
    opacity: 0.5;
}

@media (min-width: 1200px) {
    .brand-wrapper .container {
        max-width: 1080px;
    }
}

.brand-style-two-carousel .owl-item {
    border: 1px solid #F2F2F2;
}

.brand-style-two-carousel .owl-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .4s ease;
}

.brand-style-two-carousel .owl-item img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.brand-style-two-carousel .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 50px !important;
    line-height: 14px;
}

.brand-style-two-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid #CAD0CD;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all .3s ease;
}

.brand-style-two-carousel .owl-dots .owl-dot span {
    display: none;
}

.brand-style-two-carousel .owl-dots .owl-dot:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background: #f9a03b;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease;
}

.brand-style-two-carousel .owl-dots .owl-dot.active {
    border: 0px solid #CAD0CD;
}

.brand-style-two-carousel .owl-dots .owl-dot.active:before {
    opacity: 1;
}

/******************************** 
* team styles
************************************/
.single-team-style-one {
    margin-bottom: 30px;
}

.single-team-style-one .image-block>img {
    width: 100%;
}

.single-team-style-one .text-block {
    margin-top: 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.single-team-style-one .text-block .inner-block {
    text-align: center;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
}

.single-team-style-one .text-block .main-content {
    transition: all .4s ease;
}

.single-team-style-one .text-block .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: linear-gradient(48deg, #185F8B 0%, #34964D 42%, #91C942 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#185F8B', endColorstr='#91C942', GradientType=1);
    /* ie6-9 */
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 5px;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .4s ease;
}

.single-team-style-one .text-block .hover-content .social a {
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    text-align: center;
    line-height: 47px;
    color: #83888D;
    font-size: 14px;
    background: #fff;
    transition: all .4s ease;
}

.single-team-style-one .text-block .hover-content .social a:hover {
    color: #91C942;
}

.single-team-style-one .text-block .hover-content .social a+a {
    margin-left: 6px;
}

.single-team-style-one h3 {
    margin: 0;
    color: #3A3A3A;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-team-style-one span {
    color: #34964D;
    font-size: 16px;
    display: block;
    line-height: 1em;
}

.single-team-style-one:hover .text-block .main-content {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.single-team-style-one:hover .text-block .hover-content {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

/******************************** 
* video styles
************************************/
.video-box-one {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
}

.video-box-one>img {
    width: 100%;
    border-radius: 5px;
}

.video-box-one .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.video-box-one .box a.video-popup {
    display: inline-block;
    vertical-align: middle;
    width: 85px;
    height: 85px;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 79px;
}

.video-box-one .box a.video-popup i {
    font-size: 25px;
    color: #fff;
}

.home-five .video-box-one>img {
    border-radius: 0;
}



/*** 
=============================================
    Featured Style2 Area style
=============================================
***/
.featured-style2-area {
    position: relative;
    display: block;
    margin-top: -100px;
    z-index: 100;
    background: transparent;
}
.single-featured-style1{
    position: relative;
    display: block;    
}
.single-featured-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 7px;
}
.single-featured-style1 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;    
}
.single-featured-style1:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	
}
.single-featured-style1 .img-holder .static-content{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 53px;
    text-align: center;
}
.single-featured-style1 .img-holder .static-content h3{
    color: #ffffff;
    line-height: 28px;
}

.single-featured-style1 .img-holder .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #c3211c;
    display: block;
    padding: 0 40px;
    transition: all 700ms ease 100ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-45deg) translateZ(-50px);
}
.single-featured-style1:hover .img-holder .overlay-content{
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	opacity: 1;    
}
.single-featured-style1 .img-holder .overlay-content .content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-featured-style1 .img-holder .overlay-content .content .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-featured-style1 .img-holder .overlay-content .content .inner h3{
    color: #ffffff;
    line-height: 28px;
    margin: 0 0 17px;
}
.single-featured-style1 .img-holder .overlay-content .content .inner p{
    color: #ffffff;
    margin: 0;
}
.single-featured-style1 .button{
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
}
.single-featured-style1 .button a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 700ms ease 400ms;
}
.single-featured-style1:hover .button a{
    background: #ffffff;
    box-shadow: 0px 3px 5px 1px #f4f4f4;
}
.single-featured-style1 .button a span:before {
    position: relative;
    display: block;
    color: #5f5f5f;
    font-size: 20px;
    line-height: 14px;
    transform: rotate(-90deg);
    padding: 23px 0 23px;
    text-align: center;
    transition: all 700ms ease 500ms;
}
.single-featured-style1:hover .button a span:before{
    color: #c3211c;
    transform: rotate(0deg);    
}



/*** 
=============================================
    About Style2 Area style
=============================================
***/
.about-style2-area {
    position: relative;
    display: block;
    padding: 121px 0 92px;
}
.about-style2-image-box {
    position: relative;
    display: block;
    margin-top: 9px;
}
.about-style2-image-box img{
    width: 100%;
}
.about-style2-text{
    position: relative;
    display: block;    
}
.about-style2-text .top{
    position: relative;
    display: block;       
}
.about-style2-text .top .icon{
    width: 80px;
}
.about-style2-text .top .icon span:before{
    color: #c3221d;
    font-size: 75px;
    line-height: 75px;
}
.about-style2-text .top .icon,
.about-style2-text .top .title{
    display: table-cell;
    vertical-align: middle;
}
.about-style2-text .top .title{
    padding-left: 20px;    
}
.about-style2-text .top .title h1{
    color: #3a3a3a;
    font-size: 40px;
    line-height: 50px;
}
.about-style2-text .inner-content {
    position: relative;
    display: block;
    padding: 34px 0 16px;
}
.about-style2-text .inner-content h3{
    color: #c3211c;
    margin: 0 0 28px;
}
.about-style2-text .inner-content .text{
    position: relative;
    display: block;     
}
.about-style2-text .bottom{
    position: relative;
    display: block;     
}
.about-style2-text .bottom .name{
    width: 200px;    
}
.about-style2-text .bottom .name h3{
    color: #3a3a3a;
    margin: 0 0 3px;
}
.about-style2-text .bottom .name span{
    color: #c3211c;
}
.about-style2-text .bottom .name,
.about-style2-text .bottom .signature{
    display: table-cell;
    vertical-align: middle;      
}
.about-style2-text .bottom .signature{
  
}



/*** 
=============================================
    Fact Counter Style2 Area style
=============================================
***/
.fact-counter-style3-area {
    position: relative;
    display: block;
    padding-bottom: 83px;
}
.faq-title-box{
    position: relative;
    display: block; 
    z-index: 1;
}
.faq-title-box:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: "";
    z-index: -1;
    margin-top: -1px;
}
.faq-title-box span{
    color: #3a3a3a;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    background: #ffffff;
    padding: 0 45px;
}
.fact-counter.style3 {
    margin-top: 65px;
}
.single-fact-counter-style3{
    position: relative;
    display: inline-block;
    float: left;
    max-width: 390px;
    width: 100%;
}
.single-fact-counter-style3 .title{
    position: relative;
    display: block;
    padding: 0 0 7px;
}
.single-fact-counter-style3 .title h3{
    color: #83888d;
    font-size: 18px;
}
.single-fact-counter-style3 .count-box{
    position: relative;
    display: block;    
}
.single-fact-counter-style3 .count-box h1{
    color: #c3211c;
    font-size: 30px;
    font-weight: 700;
}
.single-fact-counter-style3 .count-box h1 span{
    font-size: 72px;
}
.single-fact-counter-style3 .count-box h1 i:before {
    position: relative;
    display: inline-block;
    top: -4px;
    color: #c3211c;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}



/*** 
=============================================
    Service We Offer Area style
=============================================
***/
.service-we-offer-area{
    position: relative;
    display: block; 
    background: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 80px;
}
.single-service-offer-box{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 60px 30px 52px;
    -webkit-box-shadow: 0px 3px 7px 2px #ececec; 
    box-shadow: 0px 3px 7px 2px #ececec;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.single-service-offer-box:hover{
    -webkit-box-shadow: 0px -2px 7px 2px #f5f5f5; 
    box-shadow: 0px -2px 7px 2px #f5f5f5;
}
.single-service-offer-box .icon {
    position: relative;
    display: block;
    padding: 0 0 30px;
}
.single-service-offer-box .icon span:before{
    color: #009865;
    font-size: 65px;
    line-height: 65px;
}
.single-service-offer-box .title{
    position: relative;
    display: block;
    padding: 0 0 18px;    
}
.single-service-offer-box .title span{
    color: #c3211c;
}
.single-service-offer-box .title h3{
    color: #2e2e2e;
    margin: 2px 0 0;
}
.single-service-offer-box .text{
    position: relative;
    display: block;
    padding-bottom: 24px;
}
.single-service-offer-box .text p{
    margin: 0;
}
.single-service-offer-box .button{
    position: relative;
    display: block;    
}
.single-service-offer-box .button a{
    color: #2e2e2e;
    transition: all 300ms ease 100ms;
}
.single-service-offer-box:hover .button a{
    color: #c3211c;    
}

.service-offer-carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}


.service-offer-carousel.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -120px;
    margin: 0;
    display: block;
}
.service-offer-carousel.owl-carousel .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    background: #f5f5f5;
    color: #83888d;
    font-size: 26px;
    font-weight: 300;
    width: 60px;
    height: 60px;
    border: 2px solid #e5e4e4;
    line-height: 54px;
    margin: 0;
    padding: 0;
    transition: all 700ms ease 100ms;
    border-radius: 50%;
}
.service-offer-carousel.owl-carousel .owl-nav [class*="owl-"] p {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #009865;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    transform: scale(0);
    transition: all 700ms ease 200ms;
}
.service-offer-carousel.owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
}
.service-offer-carousel.owl-carousel .owl-nav [class*="owl-"]:hover{
    border-color: #009865;
}
.service-offer-carousel.owl-carousel .owl-nav [class*="owl-"]:hover p{
    transform: scale(1.0); 
}



/*** 
=============================================
    Service We Offer Area style
=============================================
***/
.excellent-projects-area{
    position: relative;
    display: block;
    background: #0a0a0a;
    width: 100%;
    padding: 100px 15px 98px;
}
.excellent-projects-area .sec-title-style2{}
.excellent-projects-area .sec-title-style2 .title{
    color: #ffffff;
}


.single-excellent-project .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}
.single-excellent-project .img-holder:before,
.single-excellent-project .img-holder:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: all 700ms ease 500ms;
    border-radius: 0px;
    z-index: 1;
}
.single-excellent-project .img-holder:before {
    transform: scale(0, 1);
    transform-origin: bottom center;
    border-top: 2px solid #009865;
    border-bottom: 2px solid #009865;
}
.single-excellent-project:hover .img-holder:before {
    transform: scale(1, 1);
}
.single-excellent-project .img-holder:after {
    transform: scale(1, 0);
    transform-origin: left center;
    border-left: 2px solid #009865;
    border-right: 2px solid #009865;
}
.single-excellent-project:hover .img-holder:after{
    transform: scale(1, 1);    
}

.single-excellent-project .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-excellent-project:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	
}
.single-excellent-project .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(9, 9, 9, 0.95);
    transform: scaleX(0);
    border: 2px solid #009865;
    transition: all 700ms ease 100ms;
    z-index: 3;
}
.single-excellent-project:hover .overlay-content{
    transform: scaleY(1);
}
.single-excellent-project .overlay-content .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-excellent-project .overlay-content .inner-content .links-icons{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transform: scale(0);
    transition: all 700ms ease 500ms;
}
.single-excellent-project:hover .overlay-content .inner-content .links-icons{
    transform: scale(1.0);    
}
.single-excellent-project .overlay-content .inner-content .links-icons li{
    display: inline-block;
    margin: 0 5.5px;
}
.single-excellent-project .overlay-content .inner-content .links-icons li a span:before{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: #c3211c;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 100;
    transition: all 500ms ease;
}
.single-excellent-project .overlay-content .inner-content .links-icons li a:hover span:before{
    background: #009865;    
}
.excellent-projects-area .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 50px !important;
    line-height: 14px;
}
.excellent-projects-area .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
    background: #0a0a0a;
    border: 2px solid #4c4c4c;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 50%;
	transition: all 500ms ease;
}
.excellent-projects-area .owl-dots .owl-dot span{
	display:none;	
}
.excellent-projects-area .owl-dots .owl-dot:before{
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    content: "";
    background: #c3211c; 
    border-radius: 50%;
    opacity: 0;
    transition: all 500ms ease;
}
.excellent-projects-area .owl-dots .owl-dot.active{
    border: 2px solid #0a0a0a;
}
.excellent-projects-area .owl-dots .owl-dot.active:before{
    opacity: 1;    
}



/*** 
=============================================
    Testimonial Style2 Area style
=============================================
***/
.testimonial-style2-area{
    position: relative;
    display: block;
    padding: 100px 0 100px;
}

.single-testimonial-style2{
    position: relative;
    display: block; 
    border: 1px solid #ececec;
    padding: 50px 30px 41px;
    z-index: 1;
}
.single-testimonial-style2:before{
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 2px solid #021f3d;
    content: "";
    z-index: -1;
    opacity: 0;
    transition: all 700ms ease 900ms;
}
.single-testimonial-style2 .client-info-box{
    position: relative;
    display: block;      
}
.single-testimonial-style2 .client-info-box .image{
    position: relative;
    width: 85px;
    z-index: 1;
}
.single-testimonial-style2 .client-info-box .image:before{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #009865;
    font-family: 'icomoon';
    content: "\e920";
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    display: block;
    z-index: -1;
}
.single-testimonial-style2 .client-info-box .image img{
    border-radius: 50%;
}

.single-testimonial-style2 .client-info-box .image,
.single-testimonial-style2 .client-info-box .title{
    display: table-cell;
    vertical-align: middle;
}
.single-testimonial-style2 .client-info-box .title{
    padding-left: 40px;    
}
.single-testimonial-style2 .client-info-box .title h6{
    color: #3a3a3a;
    margin: 0 0 3px;
    font-size: 20px;
}
.single-testimonial-style2 .client-info-box .title span{
    color: #c3211c;
}
.single-testimonial-style2 .text{
    position: relative;
    display: block;
    padding-top: 24px;
}
.single-testimonial-style2 .text p{
    margin: 0;
}

.testimonial-style2-area .inner-content{
	overflow: hidden;
}
.testimonial-style2-area .owl-carousel{
	display: block;
	max-width: 370px;
	width:100%;
	margin: 0 auto;
}
.testimonial-style2-area .owl-carousel .owl-stage-outer{
	overflow: visible;
	padding: 0px 0px 25px;
}
.testimonial-style2-area .owl-carousel .owl-stage-outer .owl-item.active .single-testimonial-style2:before{
    opacity: 1;
}

.testimonial-style2-carousel.owl-carousel .owl-nav {
    position: relative;
    right: 0;
    right: 0;
    margin: 0;
    display: block;
}
.testimonial-style2-carousel.owl-carousel .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: #83888d;
    font-size: 26px;
    font-weight: 300;
    width: 60px;
    height: 60px;
    border: 2px solid #e5e4e4;
    line-height: 54px;
    margin: 0;
    padding: 0;
    transition: all 700ms ease 100ms;
    border-radius: 50%;
}
.testimonial-style2-carousel.owl-carousel .owl-nav [class*="owl-"] p {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #009865;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    transform: scale(0);
    transition: all 700ms ease 200ms;
}
.testimonial-style2-carousel.owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
}
.testimonial-style2-carousel.owl-carousel .owl-nav [class*="owl-"]:hover{
    border-color: #009865;
}
.testimonial-style2-carousel.owl-carousel .owl-nav [class*="owl-"]:hover p{
    transform: scale(1.0); 
}



/*** 
=============================================
    Pricing Plan Area style2 style
=============================================
***/
.pricing-plan-area.style2{
    background: #f5f5f5;    
}
.single-price-box.style2 {
    border-top: 2px solid #c3211c;
}
.single-price-box.style2 .table-header .top h3 {
    color: #3a3a3a;
}
.single-price-box.style2 .table-header .top span b {
    color: #009865;
}
.single-price-box.style2 .table-header .package h1 {
    color: #009865;
}
.single-price-box.style2 .button a{
    color: #3a3a3a;
    background: #f5f5f5;
}
.single-price-box.style2:hover .button a{
    color: #ffffff;
    background: #c3211c;
}
.single-price-box.style2 .discount-box {
    background: #c3211c;
}



/*** 
=============================================
    Discuss With Expert Area style
=============================================
***/
.discuss-with-expert-area {
    position: relative;
    display: block;
    box-shadow: 0px 4px 10px 1px rgba(237,237,237,1);
    -webkit-box-shadow: 0px 4px 10px 1px rgba(237,237,237,1);
    -moz-box-shadow: 0px 4px 10px 1px rgba(237,237,237,1);
    margin: 0px 0 20px;
}

.contact-details{
    position: relative;
    display: block;
    margin-right: 30px;
}
.contact-details img{
    max-width: none;
    float: right;
}

.contact-details .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-details .overlay-content .box{
    display: table;
    width: 100%;
    height: 100%;
}
.contact-details .overlay-content .box .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.contact-details .overlay-content .box .inner .info-box{
    display: inline-block;
    background: #ffffff;
    text-align: left;
    padding: 57px 40px 59px;
    border-radius: 5px;
}
.contact-details .overlay-content .box .inner .info-box h3{
    color: #3a3a3a;
    font-size: 24px;
    font-weight: 600;
}
.contact-details .overlay-content .box .inner .info-box ul{
    position: relative;
    display: block;
    padding-top: 30px;
}
.contact-details .overlay-content .box .inner .info-box ul li{
    position: relative;
    display: block;
    padding-left: 35px;
    margin-bottom: 16px;
}
.contact-details .overlay-content .box .inner .info-box ul li:last-child{
    margin-bottom: 0;
}
.contact-details .overlay-content .box .inner .info-box ul li .icon {
    position: absolute;
    top: 4px;
    left: 0;
}
.contact-details .overlay-content .box .inner .info-box ul li .icon span:before{
    color: #009865;
    font-size: 20px;
    line-height: 20px;
}
.contact-details .overlay-content .box .inner .info-box ul li .text{}
.contact-details .overlay-content .box .inner .info-box ul li .text p{
    margin: 0;
}



.discuss-form-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.discuss-form-box .outer-box{
    display: table;
    width: 100%;
    height: 100%;
}
.discuss-form-box .outer-box .inner-content{
    display: table-cell;
    vertical-align: middle;
}
.discuss-form-box .sec-title-style2{}
.discuss-form-box .sec-title-style2 .title {
    font-size: 30px;
    line-height: 40px;
    top: -8px;
    margin: 0 0 6px;
}

.discuss-form{
    position: relative;
    display: block;    
}
.discuss-form .single-box{
    position: relative;
    display: block;
}
.discuss-form input[type="text"], 
.discuss-form input[type="email"], 
.discuss-form textarea {
    position: relative;
    display: block;
    padding: 0 20px;
    border: 1px solid #ececec;
    background: #ffffff;
    color: #83888d;
    font-size: 16px;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    font-weight: 400;
    border-radius: 0px;
    transition: all 500ms ease; 
}
.discuss-form input[type="text"]:focus{
    border-color: #c3211c;    
}
.discuss-form input[type="email"]:focus{
    border-color: #c3211c;     
}
.discuss-form .single-box button{
    color: #ffffff;
    background: #c3211c;
    display: block;
    width: 100%;
    border-radius: 30px;
}
.discuss-form .single-box button:hover{
    background: #af1915;
}
.discuss-form input::-webkit-input-placeholder {
    color: #83888d;
}
.discuss-form input:-moz-placeholder {
    color: #83888d;
}
.discuss-form input::-moz-placeholder {
    color: #83888d;
}
.discuss-form input:-ms-input-placeholder {
    color: #83888d;
}

.discuss-form .single-box .bootstrap-select {
    position: relative;
    display: block;
}
.discuss-form .single-box .bootstrap-select>.dropdown-toggle {
    outline: none !important;
    border-radius: 0px;
    border: 1px solid #ececec;
    height: 60px;
    background-color: transparent;
    padding: 0;
    padding-left: 20px;
    color: #83888d;
    line-height: 60px;
    margin-bottom: 0;
    margin: 0;
    box-shadow: none !important;
}
.discuss-form .single-box .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: auto;
    height: auto;
    font-family: 'FontAwesome';
    content: '\f107';
    color: #83888d;
    font-size: 18px;
    transform: translateY(-50%);
    margin: 0;
    border: none;
}
.discuss-form .single-box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    background: #f9f9f9;
    font-size: 16px;
    color: #000000;
}
.discuss-form .single-box .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    font-weight: 400;
    color: #222222;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
}
.discuss-form .single-box .dropdown-item.active,
.discuss-form .single-box .dropdown-item:active {
    background: #c3211c;
    color: #fff;
}
.discuss-form .single-box .dropdown-item:hover {
    background: #c3211c;
    color: #fff;
}



/*** 
=============================================
    Latest Blog Area Style6 style
=============================================
***/
.latest-blog-area.style6{
    padding-top: 80px;
    padding-bottom: 50px;    
}
.single-blog-post.style6{
    margin-bottom: 42px;
}
.single-blog-post.style6 .post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: auto;
    background: #c3211c;
}
.single-blog-post.style6 .overlay-style-two:before {
    background: rgba(9, 9, 9, 0.85);
}
.single-blog-post.style6 .overlay-style-two:after {
    background: rgba(9, 9, 9, 0.85);
}
.single-blog-post.style6 .text-holder .blog-title a{
    color: #3a3a3a;
}
.single-blog-post.style6 .text-holder .blog-title a:hover{
    color: #c3211c;
}
.single-blog-post.style6 .meta-box .meta-info li a b {
    color: #009865;
}
.single-blog-post.style6 .meta-box .meta-info li a:hover{
    color: #009865;
}
.single-blog-post.style6 .text-holder .text a.btn-two {
    color: #3a3a3a;
}



/*** 
=============================================
    Footer Area Style2 style
=============================================
***/
.footer-area.style2 {
    background: #0a0a0a;
    padding-top: 100px;
    padding-bottom: 91px;
}
.single-footer-widget .masstech-info-box{
    position: relative;
    display: block;
}
.single-footer-widget .masstech-info-box .footer-logo{
    display: block;
    margin-bottom: 34px;
}
.single-footer-widget .masstech-info-box .footer-logo a{
    display: inline-block;
}
.single-footer-widget .masstech-info-box .text{
    position: relative;
    display: block;
    padding-bottom: 10px;
}
.single-footer-widget .masstech-info-box .text p{
    color: #888888;
}
.masstech-info-box .footer-social-links {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
}
.masstech-info-box .footer-social-links .social-info{
    position: relative;
    display: block; 
    overflow: hidden;
}
.masstech-info-box .footer-social-links .social-info li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.masstech-info-box .footer-social-links .social-info li:last-child{
    margin-right: 0;
}
.masstech-info-box .footer-social-links .social-info li a i{
    color: #ffffff;
    font-size: 14px;
    transition: all 500ms ease;
}
.masstech-info-box .footer-social-links .social-info li a:hover i{
    color: #009865;
}

.single-footer-widget .title-style2 {
    position: relative;
    display: block;
    padding-bottom: 26px;
    margin-top: -5px;
    margin-bottom: 33px;
}
.single-footer-widget .title-style2:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #c3211c;
    content: "";
}
.single-footer-widget .title-style2 h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
}


.single-footer-widget .usefull-links-style2{
    position: relative;
    display: block;
}
.single-footer-widget .usefull-links-style2 ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .usefull-links-style2 ul li {
    line-height: 28px;
    margin-bottom: 12px;
}
.single-footer-widget .usefull-links-style2 ul li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .usefull-links-style2 ul li a{
    position: relative;
    display: block;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
}
.single-footer-widget .usefull-links-style2 ul li a:hover{
    color: #ffffff;
}

.single-footer-widget .recent-posts {
    position: relative;
    display: block;
    padding-top: 6px;
}
.single-footer-widget .recent-posts li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 23px;
    margin-bottom: 29px;
}
.single-footer-widget .recent-posts li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.single-footer-widget .recent-posts li p{
    color: #888888;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.single-footer-widget .recent-posts li p i{
    color: #009865;
    display: inline-block;
    padding-right: 10px;
}
.single-footer-widget .recent-posts li h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin: 12px 0 0;
}
.single-footer-widget .recent-posts li h3 a{
    color: #ffffff; 
    transition: all 500ms ease;
}
.single-footer-widget .recent-posts li h3 a:hover{
    color: #009865;
}


.single-footer-widget .case-studies-style2 {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 7px;
}
.single-footer-widget .case-studies-style2 li {
    position: relative;
    display: inline-block;
    float: left;
}
.single-footer-widget .case-studies-style2 li .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .case-studies-style2 li .img-holder img{
    transition: all 0.5s ease-in-out 0.6s;
    width: 100%;
    transform: scale(1.0, 1.0); 
}
.single-footer-widget .case-studies-style2 li:hover .img-holder img{
    transform: scale(1.2, 1.2);
} 
.single-footer-widget .case-studies-style2 li .img-holder .overlay-style-one{
    background: rgba(9, 9, 9, 0.90);    
}
.single-footer-widget .case-studies-style2 li:hover .img-holder .overlay-style-one{
    opacity: 1;    
}
.single-footer-widget .case-studies-style2 li .img-holder .overlay-style-one .content a span:before{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(5);
    transition: all 0.5s ease-in-out 0.3s;
}
.single-footer-widget .case-studies-style2 li:hover .img-holder .overlay-style-one .content a span:before{
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;   
}



/*** 
=============================================
    Footer Bottom Area style2 Style      
=============================================
***/
.footer-bottom-area-style2 {
    position: relative;
    display: block;
    background: #141414;
    padding: 29px 0 29px;
}

.footer-bottom-area-style2 .copyright-text {
    margin: 0;
}
.footer-bottom-area-style2 .copyright-text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
}
.footer-bottom-area-style2 .copyright-text p a {
    color: #c3211c;
    font-weight: 500;
    transition: all 500ms ease;
}
.footer-bottom-area-style2 .copyright-text p a:hover{
    color: #ffffff;
}

.footer-menu-right {
    position: relative;
    display: block;
}
.footer-menu-right li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
    line-height: 22px;
}
.footer-menu-right li:last-child{
    margin-right: 0;
}
.footer-menu-right li a{
    position: relative;
    display: block;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
    transition-delay: .2s;
}
.footer-menu-right li a:hover{
    color: #ffffff;
}
/*dhivakar css*/
.pd-10{
padding-bottom:10px !important;
}
.pd-50{
    padding: 50px 0 52px !important;
}
.pd-65
{
padding :65px 0 90px !important;
}
.pd-45{
padding :45px ​0 25px !important;
}
.p-align{
 text-align: justify;
color: black;

}
.p-color-align{
    color: black;
}
.pd-70{
    padding: 70px 15px 100px !important;
}
.working-pd{
   padding: 70px 0 92px !important;
}
.di-fit{
    display: none !important;
}
.pd-pro{
    padding: 10px 0 100px !important;
}
.pd-fron{
   padding:30px 0 30px !important;
}
.pd-proc{
padding :10px 0 30px !important;
}
.single-project-style1 .co:before{
    height: 0px;
}
.ma-11
{
    padding:15px 30px 25px !important;
}
.p-col-ch{
    color: black !important;
}

.solor-pd{
        padding: 10px 15px 10px !important;
}
.h1-ab-us{
    color: white !important;
}
.single-service-sidebar .service-pages col:after{
    color: white !important;

}
.single-sidebar li:hover  .servicetitle{
    color: #fff !important;
}
.single-sidebar li:hover  .servicetitleicon:before{
    color: #fff !important;
}
.ic-wh:before{
    color: white !important;
}
.pd-25{
padding:100px 0 25px !important;
}
.pro-succ{
    padding:100px 0 0px !important;
}
.head-set{
position: relative;
    display: block;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 14px;
    font-weight: 900;
    text-transform: uppercase;
    opacity: 1;
    padding: 6px 22px 25px;
    transition: all 300ms ease;
    font-family: 'Roboto', sans-serif;
    float: right;
}
.i-ph{
margin-right: 10px;
}
.contact-li{
    padding-top: 6px;
}

.contact-box{
        padding: 10px;
    border: 1px solid #d7d5d594;
}
.contact-box i{
        font-size: 50px;
    color: #3aa40c;
}
.mt-30{
    margin-top:30px; 
}
.color-203260 {
    color: #203260  !important;
}.contact-box .text{
        padding: 12px 30px 12px !important;
}
.contact-box h4{
    margin-top: 30px;
}
.seo-cha{
        line-height: 28px !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400 !important;
}
.seo-head-2-cha{
        color: #203260 !important;
    font-size: 20px !important;
    line-height: 34px !important;
    font-weight: 500 !important;

}
.tit{
    font-size: 25px !important;
    margin-bottom: 0px;
}
.txt{
    padding:12px 30px 12px !important
}
.hei-74{
    height: 75px !important;
}
.hei-80{
    height: 79px !important;
}
.pad-0{
        padding-bottom: 0px !important;
padding-top: 10px !important;
}
.con-fo{
padding: 40px !important;
    border: 1px solid #d7d5d594;
}
.con-for form input[type="text"], .con-for form input[type="email"]{
border: 1px solid #0000008f  !important;
height: 40px !important;
}

.txt-for form textarea {
    border: 1px solid #0000008f !important;

}
.mg-9{
    margin: 0 auto !important;
}
.nxt-frm{
    padding: 30px !important;
    border: 1px solid #e5e5e5db !important;
}
.rd-md{
        margin: 0 auto !important;
    text-align: center !important;
}
.ma-r{
    margin-right: 12px !important;
}
.ma-rd{
    margin-right: 6px !important;
}
.pla-set ::placeholder {
  color:  black !important;
}
.sl-ar{
   padding: 15px 0 !important;
}
 .lin-hei{
    line-height: 89px !important;
}
.make-app:hover{
color: #fff !important;
}
.blg-ar{
    padding-top: 50px !important;
}
 .mr-tp{  
  margin-top: -94px !important;
 }
 .ma-unse{
    max-width: unset !important;
 }
 .txt-cen :hover {
    height: 150px !important; 
    background-color: #203260 !important; 
    opacity: unset !important;
 }
.pd-80
{ 
    padding-top: 0px !important;
    padding-bottom: 80px !important;
}
.hd-di{
    display: none !important;
}
.single-team-member .brd{
    border: 3px solid #3aa40c !important;
    height: 87px; 
    background-color: #203260;
     opacity: unset !important;
}
.single-team-member .brd h5{
color: #fff;font-weight: 500;font-size: 15px; 
}
.fon{
    font-weight: 700 !important;

}
.c-par{
    color: black !important;
    text-align: justify !important;
}
.padd-0{
    padding: 0px 0px 70px !important;
}
.lst-typ{
    list-style-type: circle !important;
    color: #203260 !important;
    font-weight: 500;
}
.he-se{
    height: 75px !important;
}
.ff-bg{
    background-color: white !important;
}
.ss-bg-clr{
    background-color: #ede6e6a6 !important;
}
.he-fr{
    height: 216px !important;
}
.pd-tp-26{
    padding-top: 26px !important;
}
.pd-btm-10{
    padding-bottom: 10px !important;
}
.pd-btm{
    padding-bottom: 13px !important;
}
.zoom-in-zoom-out {
 
  background: green;
  animation: zoom-in-zoom-out 2s ;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.5, 1.5);
  }
  
}

.bd-ar::before{

    background: unset !important;
}


.tp-bod{
    background: #3aa40c !important;
    padding: 29px 0 !important;
}

.single-blog-post .pst-dt{
    width: 90px !important;
}
.single-blog-post.style6 .pst-dt{
        background: #3aa40c !important;

}
.single-blog-post.style6 .text-holder .blg-clr-cha a:hover{
    color: #3aa40c !important;

}
.list-cir{
    list-style: disc !important;
    color: #000 !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}
.marg-le-12{
    margin-left: 12px !important;
}
.single-blog-post .pst-dt h3{
    font-size: 15px !important;
    line-height: 27px !important;

}
.clr-fff{
    color: #fff !important;
}
.txt-cen-foot{
text-align: center !important;
}
.padd-tp-140{
    padding-top: 140px !important;
}
.padd-btm-30{
    padding-bottom: 20px !important;
}
.marg-tp-10{
    margin-top: 10px !important;
}
.footer-bottom-area .inn-cont{
        padding: 10px 0 10px !important;

}
.lin-hei-20{
    line-height: 20px !important;
}
.blogwordswrp{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blg-wrk{
        color: #000 !important;
    font-size: 15px !important;
    line-height: 27px !important;
}
.padd-20-0{
    padding: 20px 0 !important;
}
.padd-20-0-0{
padding:20px 0 0px !important
}
@media (max-width: 550px) {
.dis-n{
    display: none !important;
    }
.dis-b{
    display: block !important;
}
}



/*solar squire css*/

.bann-txt{
     width: 825px !important;
    height: 600px !important;
    top: 150px !important;
    position: absolute !important;
    font-family: 'Roboto', sans-serif !important;
letter-spacing: 1px !important;
    opacity: 1 !important;
    font-size: 45px !important;
    z-index: 1 !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    color: #fff !important;
    
}
.bann-txt-1{
    width: 825px !important;
    height: 600px !important;
    top: 133px !important;
    position: absolute !important;
    font-family: 'Roboto', sans-serif !important;
letter-spacing: 1px!important;
    opacity: 1 !important;
    font-size: 45px !important;
    z-index: 1 !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    color: #fff !important;
   
}
.bann-txt-2{
    width: 825px !important;
    height: 600px !important;
    top: 240px !important;
    position: absolute !important;
    font-family: 'Roboto', sans-serif !important;
letter-spacing: 1px !important;
    opacity: 1 !important;
    font-size: 45px !important;
    z-index: 1 !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    color: #fff !important;
   
}
.op-cha-1
{
    opacity: 1 !important;
}
.btn-app{
        position: relative;
    display: inline-block;
    background: #203260;
    color: #ffffff;
    font-size: 19px;
    line-height: 1em;
    font-weight: 700;
    height: 69px;
    top: 80px !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 25px 25px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.btn-app-1{
        position: relative;
    display: inline-block;
    background: #203260;
    color: #ffffff;
    font-size: 19px;
    line-height: 1em;
    font-weight: 700;
    height: 69px;
    top: 200px !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 25px 25px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.btn-app-2{
        position: relative;
    display: inline-block;
    background: #203260;
    color: #ffffff;
    font-size: 19px;
    line-height: 1em;
    font-weight: 700;
    height: 69px;
    top: 110px !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 25px 25px;
    border-radius: 5px;
    transition: all 500ms ease;
}

.mainmenu-area-top-header{
    margin: 0px 0 -65px !important;
}
.mainmenu-area .inner-content-tp-head{
    background-color:#3aa40c00 !important;
}
.main-menu-pc{
    float: right;
    padding-right: 40px;
}
.main-menu .navigation li:after{
    background: unset !important;
}
.main-menu .navigation li:before{
    background: unset !important;
}
.main-menu .navigation-clr-000 li a{
    color: #000 !important;
}
.main-menu .navigation li a:before{
    background: unset !important;
}
.sec-title .heading-tittle, .seo-h{
position: relative;
    display: block;
    color: #203260;
    font-size: 27px;
    line-height: 40px;
    font-weight: 700;
    margin: 0px 0 10px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    z-index: 1;
}
.clr-000{
    color: #000 !important;
}
.txt-jus{
    text-align: justify !important;
}

.sec-pad-with-content-margin-30-pc {
    padding: 30px 0;
    padding-bottom: 30px;
}
.logo-segement-foot{
    background: #fff;
    padding: 0px 20px;
    width: 250px;
}
.strip-foot{
   
    text-align: center;
    font-size: 25px;
    color: #fff;
    background: #203260;
}
.strip-foot p{
     margin: 0px 20px 20px 20px !important;
}
.ali-self{
    align-self: center !important;
}
.btn-three-pc-all{
    line-height: 52px;
    height: 50px;
    padding: 0px 21px 0;
}
.pad-top-60{
    padding-top: 60px !important;
}
.marg-btm-15{
    margin-bottom: 15px !important;
}
.marg-btm-0{
margin-bottom: 0px !important;
}
.whowe-are-pc{
    padding-top: 10px !important;
}
.whowe-full {
    padding: 30px 0 20px !important;
}
.single-whowe-are-box-btm{
    margin-bottom: 20px !important;
}
.sec-pad-with-content-pad-30{
    padding: 30px 0;
    padding-bottom: 0 !important;
}
.marg-tp-20{
    margin-top: 20px !important;
}
.single-fact-counter-style3-counter{
    max-width: 33.33% !important;
}
.hei-50{
    height: 50px !important;
}
.single-service-area-scope{
    padding: 10px 0 10px !important;
}
.whowe-are-pc-scope{
    padding-top: 25px !important;
}
.service-start{
    padding: 40px 0px 10px !important;
}
.scope-of-work .text-holder .inner-content ul li{
    border-bottom: unset !important;
}
.single-whowe-are-box .icon-cen{
    text-align: center !important;
    margin-bottom: 20px;

}
.scope-of-work .text-holder .inner-content-scop{
        padding: 10px 30px 25px;
            margin: 10px 0 0;

}
.scope-of-work .text-holder .inner-content ul li:before{
        content: "\e92a";
    font-family: 'energy-icon' !important;
    color: #021f3d;
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    font-weight: 100;
}
.marg-btm-20{
    margin-bottom: 20px !important;
}
.single-service-sidebar .service-pages li.active a .title-clr-fff h3 ,.single-service-sidebar .service-pages li:hover a .title-clr-fff h3{
    color: #fff !important;
}
.single-service-sidebar .service-pages li.active a .icon-clr-fff span:before, .single-service-sidebar .service-pages li:hover a .icon-clr-fff span:before{
    color: #fff !important;
}
.sidebar-contact-box .inner-content:before{
    height: 0px !important;
}
.about-area-main{
    padding: 15px 0;
}
.marg-tp-25{
    margin-top: 25px !important;
}
.services-style1-area-our{
padding: 30px 0 !important;
}
.single-service-style1-btm{
    margin-bottom: 20px !important;
}
.marg-both{
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    text-align: center !important;
   color: #203260;
    font-size: 27px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;


}
.marg-both-20{
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
.single-testimonial-style2 .client-info-box .title-test-center{
   padding-left: 0px !important;
}
.testimonial-style2-area-pad{
    padding: 30px 0 30px !important;
}
.abt-first{
    padding: 25px 0 20px !important;
}
.txt-area{
    display: block;
    border: none;
    outline: none;
    background-color: transparent;
    border: 1px solid #03203e;
    border-radius: 5px;
    width: 100%;
    color: #83888D;
    height: 70px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.contact-frm{
    position: relative;
    margin-bottom: 30px;
}
.contact-frm .inner{
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.marg-para{
    margin-bottom: 0.5em;
}
.contact-frm .inner .icon{
    position: relative;
    font-size: 34px;
    color: #fff;
    margin-bottom: 25px;
    background: #001e57;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 2.8em !important;
    box-shadow: 0 1px 50px 1px #001e57;
    height: 2.8em;
    width: 2.8em;
}
.about-style-one .about-content ul.list-items li i{
    color: #021f3d;
}
.about-style-two .content-text-ev h3 span{
    border-bottom: unset !important;
    font-weight: 600;
    font-size: 30px !important;
}
.about-style-two .content-text p{
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-style-two .content-text .btn-block{
    margin-top: 30px;
}
/*.about-style-two .content-text-ev h3{
font-size: 30px !important;
line-height: 35px !important;
}*/
.about-style2-text .inner-content{
    padding: 20px 0 16px;
}
.about-style2-text .top .title h1{
    font-size: 35px;
    line-height: 36px;
}
.about-style2-text .top .icon span:before{
    font-size: 60px;
    line-height: 80px;
}
.about-style2-text .top .icon{
    width: 60px;
}
.about-style2-area-ev{
    padding: 30px 0 30px !important;
}
.sec-pad-40{
    padding: 30px 0 !important;
}
.fnt-we-600{
    font-weight: 600;
}
.fw-600{
    font-weight: 600 !important;
}
.marg-btm-35{
    margin-bottom: 35px;
}
.contact-page-section{
    position:relative;
    padding:40px 0px 20px;
}

.contact-page-section .info-column{
    position:relative;
    margin-bottom:20px;
}

.contact-page-section .info-column .inner-column{
    position:relative;
    padding:50px 35px 45px;
    background-color:#021f3d;
    -webkit-box-shadow:0px 0px 45px rgba(0,0,0,0.20);
    -ms-box-shadow:0px 0px 45px rgba(0,0,0,0.20);
    box-shadow:0px 0px 45px rgba(0,0,0,0.20);
}

.contact-page-section .info-column .inner-column .title-box{
    position:relative;
}
.gap-3{
    gap: 10px;
}
.contact-page-section .info-column .inner-column .title-box h5{
    position:relative;
    color:#ffffff;
    font-size:32px;
    font-weight:700;
    line-height:1.3em;
}

.contact-page-section .info-column .inner-column .title-box .title-text{
    position:relative;
    font-size:16px;
    font-weight:400;
    line-height:1.5em;
    margin-top:8px;
    margin-bottom:30px;
    color:rgba(255,255,255,0.80);
}

.contact-page-section .info-column .inner-column .social-links{
    position:relative;
}

.contact-page-section .info-column .inner-column .social-links li{
    position:relative;
    margin-right:4px;
    margin-bottom:5px;
    display:inline-block;
}

.contact-page-section .info-column .inner-column .social-links li a{
    position:relative;
    color:#ffffff;
    width:45px;
    height:45px;
    border-radius:2px;
    display:inline-block;
    text-align:center;
    line-height:43px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border:1px solid rgba(255,255,255,0.30);
}

.contact-page-section .info-column .inner-column .social-links li a:hover{
    color:#182545;
    border-color:#ffffff;
    background-color:#ffffff;
}

/* Contact Info List */

.contact-info-list{
    position:relative;
}

.contact-info-list li{
    position:relative;
    margin-bottom:30px;
    font-size:16px;
    min-height:50px;
    line-height:1.8em;
    padding-left:50px;
    color:rgba(255,255,255,0.80);
}

.contact-info-list li strong{
    font-weight:700;
    font-size:18px;
    display:block;
}

.contact-info-list li .icon{
    position:absolute;
    left:0px;
    top:8px;
    font-size:26px;
    line-height:1em;
}

.contact-page-section .form-column{
    position:relative;
}

.contact-page-section .form-column .inner-column{
    position:relative;
    padding-left:60px;
}

.contact-page-section .form-column .inner-column .row{
    margin:0px -11px;
}

.contact-page-section .form-column .inner-column .contact-form .form-group{
    padding:0px 10px;
}
.marg-left-20{
    margin-left: 20px !important;
}
.sec-title-two-power h4 {
font-size: 32px !important;
}
@media (max-width: 776px) {
   .dis-n-img{
    display: none !important;
} 

}
@media (max-width: 767px) {
    .mb-btn{
        
    }
    .hei-30{
    height: unset !important;
}
.single-fact-counter-style3-counter{
    max-width: 100% !important;
}
.single-feautre-style-one-pad-20{
padding: 10px !important;
}
.sec-title-two-power h2 {
    font-size: 25px !important;
}
.sidebar-contact-box{
    padding-bottom: 20px !important;
}
.service-start {
    padding: 20px 0px 10px !important;
}
.latest-project {
    margin-top: 20px !important;
}
.latest-project .owl-dots{
    margin-top: 14px !important;
    display: none !important;
}
.sec-title.with-text-mb{
    padding-bottom: 25px !important;
}
.marg-btm-mb-form{
    margin-bottom: 20px;
}
.single-service-sidebar{
    margin: 10px auto 0 !important;
}
.marg-btm-strip-20{
    margin-bottom: 20px !important;
}
.sec-title-two-tab h5{
    font-size: 25px !important;
}
.single-service-top .text{
    padding-bottom: 0px !important;
}
.about-style2-text{
    padding-top: 0px !important;
}
.working-pd-mb{
padding: 30px 0 40px !important;
}
}

@media only screen and (max-width: 991px){
.main-menu-mb{
    padding-top: 0px !important;
}

.hei-300{
    height: unset !important;
}
.hei-310{
    height: unset !important;
}
.testimonial-style2-area .owl-carousel{
         max-width: unset !important; 

}
.single-fun-fact-style-one{
        padding: 15px 0 !important;

}
.single-fun-fact-style-one h3 span{
    font-size: 45px !important;
}
.single-fun-fact-style-one .box-icon{
    font-size: 49px !important;
}
.fact-counter.style3-mb-tab{
    margin-top: 25px !important;
}
.single-whowe-are-box-mb-btm-0{
margin-bottom: 0px !important;
}
.main-menu .navbar-header .navbar-toggle-mb{
    top: 8px !important;
}
.dis-n-img{
    display: none !important;
}
.dis-tab-n{
    display: none !important;
}
.fnt-rem-15{
font-size: 1.5rem !important;
}
.dis-tab-b{
    display: block !important;
}
/*.main-menu .navbar-header{
    padding: 102px 0 0 !important;
}*/
.about-area-mb-tab{
    padding-top:15px !important ;
    padding-bottom: 15px !important;
}
.sec-title .abt-head-mb-tab {
    font-size: 18px !important;
    line-height: 26px !important;
}
.marg-btm-tab-20{
    margin-bottom: 20px !important;
}
.padd-btm-tab-20{
    padding-bottom: 20px !important;
}
.strip-foot p {
    margin: 15px !important;
    line-height: 1.5;
}
.marg-0-auto-tab{
    margin: 0 auto !important;
    display: block !important;
}
.txt-cen-tab{
    text-align: center !important;
}
.sec-title-two-tab h2{
    font-size: 30px !important;
}
.single-service-sidebar{
    margin: 3px auto 0 !important;
}
.marg-btm-tab-15{
    margin-bottom: 15px !important;
}
.about-style2-area-ev{
    padding: 0px 0px 30px !important;
}
}
@media only screen and (min-width: 767px) and (max-width: 991px) {  
.main-menu .navbar-header{
    padding: 65px 0 0 !important;
}
.about-style2-text{
    padding-top: 0px !important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
   .about-area-mb-tab{
    padding-top:30px !important ;
    padding-bottom: 30px !important;
} 
.marg-btm-tab-20{
    margin-bottom: 20px !important;
}
.single-service-sidebar{
        margin: 3px auto 0 !important;
}
.dis-lg-n{
    display: none !important;
}
.dis-lg-b{
    display: block !important;
}
.about-style2-text{
    padding-top: 0px !important;
}
}
@media only screen and (min-width: 991px) and (max-width: 1225px) {  
.main-menu .navigation-some li a{
    padding: 22px 7px 19px !important;
    font-size: 12px !important;
} 
.mainmenu-area .inner-content-mit-tab{
    padding-left: 19px;
    padding-right: 2px;
}
}

@media only screen and (min-width: 1650px) and (max-width: 1920px) {  

.mainmenu-area .inner-content-full-pc{
    padding-left: 120px !important;
    padding-right: 120px !important;
}
}
@media (min-width: 1600px) {
    .container-s {
        max-width: 1550px;
    }
    .flo-ri-min{
        float: right !important;
    }
    .marg-20-tp-max{
        margin-top: 20px !important;
    }
}

@media only screen and (min-width: 1099px) and (max-width: 1225px) {  
.main-menu .navigation-some li a{
    padding: 22px 10px 19px !important;
} 
}
@media only screen and (min-width: 1225px) and (max-width: 1312px) {  
.main-menu .navigation-some li a{
    padding: 22px 15px 19px !important;
    font-size: 12px !important;
} 
}
.marg-0-aut{
    margin: 0 auto !important;
    display: block;
}
.btn-three-pc-all:hover{
color: #021f3d !important;
}
.table thead th{
    vertical-align: bottom;
    border: 2px solid #ffffff;
    background: #021f3d;
    color: #fff;
}
.table td {
    padding: 0.75rem;
    color: #000;
    font-weight: 500;
    border: 1px solid #000000;
}
.quality-with-integrity-box .inner-content-1 ul{
padding-top: 1px !important;
}
.hei-200{
    height: 200px !important;
}
.txt-trans{
    text-transform: unset !important;
}
.max-wi-70{
    max-width: 70px !important;
    padding: 10px 10px 0;
}
.hei-30{
    height: 30px;
}
.services-section{
    position:relative;
    padding:20px 0px 20px;
}
.services-block{
    position:relative;
    margin-bottom:30px;
}

.services-block .inner-box{
    position:relative;
    padding:50px 30px 40px;
    text-align:center;
    border:1px solid #e1e1e1;
    background-color:rgb(3 32 62);
}

.services-block .inner-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    /*background-color:rgba(255,255,255,1);*/
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    background-color:rgb(3 32 62);
}

.services-block .inner-box:hover::before{
    background-color:rgb(3 32 62);
}

.services-block .inner-box .icon-box{
    position:relative;
    color:#ffffff;
    font-size:56px;
    line-height:1em;
    margin-bottom:25px;
}

.services-block .inner-box h5{
    position:relative;
    color:#222222;
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.services-block .inner-box h5 a{
    position:relative;
    color:#fff;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.services-block .inner-box h3 a:hover{
    color:#fbb908;
}

.services-block .inner-box .text{
    position:relative;
    color:#fff;
    font-size:16px;
    font-weight:400;
    line-height:1.8em;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.services-block .inner-box:hover h3 a,
.services-block .inner-box:hover .text{
    color:#ffffff;
}
.hei-300{
    height: 100px;
}
.con-list li{
    padding-left: 30px;
    color: #8B9397;
    line-height: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    position: relative;
}
  .con-list li i{

    font-size: 19px;
    color: #fff;
    position: absolute;
    top: 4px;
    left: 0;
}
.hei-310{
    height: 340px;
}
/*---seo---*/
.fnt-14{
font-size: 14px !important;
}
.sloar-head1{
        line-height: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin: 0 0 11px !important;
}
.count-head3{
    font-size: 20px !important;
    color: #fff !important;
}
.clr-2E2E2E{
    color: #2E2E2E !important;
}
.para-abt{
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
}
.abt-last{
        font-size: 20px !important;
    margin-bottom: 16px !important;
}
.txt-upper{
    text-transform: uppercase;
}
.fnt-we-400{
    font-weight: 400 !important;
    line-height: 26px !important;
}
.fnt-16{
    font-size: 16px !important;
}
.fnt-20{
    font-size: 20px !important;
}
.fnt-25{
    font-size: 25px !important;
}
.fnt-30{
    font-size: 30px !important;
}
.clr-203260{
    color: #203260 !important;
}
.fnt-21{
    font-size: 1.5rem !important;
}

.dis-all-none{
    display: none !important;
}
.col-mar{
    flex-basis: 0;
    flex-grow: 1;
    
}
.margquee-list{
font-size: 18px;
    color: #ffffff;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
}
.marq-bg{
    padding: 10px 0 0 0;
    background: #3389cc;
}
/*final-seo*/
.main-heading1-fnt{
font-size: 10px;
    color: #fff;
    line-height: 1;
}
@media only screen and (min-width: 551px){
.fnt-40{
    font-size: 40px !important;
}}
@media only screen and (max-width: 550px){

.breadcrumb-area .fnt-25-line-2 h6 {
    font-size: 25px !important;
    line-height: 40px !important;
}
.fnt-32
{
    font-size: 25px !important;
}
}

.fnt-25-line-2 h6{
    font-size: 32px;
}
.tp-50 {
    top: 50px;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

@media(min-width: 768px){
.modal-dialog {
    margin: 30px auto;
}
}

@media (min-width: 992px){
.modal-lg {
    width: 500px;
}
}
.modal-dialog {
    position: relative;
    }

    .close-arrow {
    font-size: 28px;
    top: 0px;
    position: absolute;
    width: 100%;
    left: 47%;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

/*JOHAN*/
  .padd-both-20{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .blogwordswrp1 {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box !important;
   /* height: 70px;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.single-project-style4:hover .img-holder img{
transform: unset !important;
}
.theme-clr{
    color: #203260 !important;
}
.strip-foot h1{
    font-size: 12px;
    margin: 20px 0px 10px 0px;
    font-weight: 400;
}
.seo{
    margin: 0px !important;
    padding: 0px !important;
    color: #0000 !important;
    font-size: 1px !important;
    line-height: 1 !important;
}
.seo-p{
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
}
.lh-1-5{
    line-height: 1.5 !important;
}
.fnt-32
{
    font-size: 32px;
}