/**
 * @copyright	Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

.jvectormap-container {
	height:100%;
	overflow:hidden;
	position:relative;
	touch-action:none;
	width:100%
}
.jvectormap-tip {
	background:#292929;
	-webkit-border-radius:3px;
	-webkit-background-clip:padding-box;
	-moz-border-radius:3px;
	-moz-background-clip:padding;
	border-radius:3px;
	background-clip:padding-box;
	color:white;
	display:none;
	font-size:smaller;
	padding:3px;
	position:absolute
}
.jvectormap-zoomin {
	background:#292929;
	-webkit-border-radius:3px;
	-webkit-background-clip:padding-box;
	-moz-border-radius:3px;
	-moz-background-clip:padding;
	border-radius:3px;
	background-clip:padding-box;
	box-sizing:content-box;
	color:white;
	cursor:pointer;
	height:10px;
	left:10px;
	line-height:10px;
	padding:3px;
	position:absolute;
	text-align:center;
	top:10px;
	width:10px
}
.jvectormap-zoomout {
	background:#292929;
	-webkit-border-radius:3px;
	-webkit-background-clip:padding-box;
	-moz-border-radius:3px;
	-moz-background-clip:padding;
	border-radius:3px;
	background-clip:padding-box;
	box-sizing:content-box;
	color:white;
	cursor:pointer;
	height:10px;
	left:10px;
	line-height:10px;
	padding:3px;
	position:absolute;
	text-align:center;
	top:30px;
	width:10px
}

.child-menu ul {
	margin-bottom:30px;
	padding-left:20px;
}

.child-menu ul li{
	display:inline-block;
}

.child-menu li a{
	padding:15px 20px 15px;
	margin-right:10px;
	background-color:#fff;
	color:#021d48;
	line-height:35px;
	font-size: 15px;
	letter-spacing: 0.8px;
	margin-right: 10px;
}

.child-menu li.active a{
	background-color: #13b0e5;
color: #fff;
}

.child-menu li a:hover{
	background-color:#e92f19;
	color:#fff	
}


#childcontent{
        width:100%;
        margin:0 auto;
        padding:2px;
    }
#childcontent .leftdiv 
        { 
            width:100%; 
            float:left;
            margin-top:0px;
            border-top:1px solid #CECECE;
            padding: 10px 5px;
        } 
#childcontent .rightdiv 
        { 
            width:160px; 
            float:right; 
        } 
.normalRow 
    { 
        width: 100%; 
        height: 80px; 
        padding:15px 0px;
    }

/* Flip effect   */

.flip {
    height: 1em;
    padding: 0 4px;
    position: relative;
}
.flip a {
    overflow: hidden;
    padding: 2px 4px;
    /*  height: 1em;*/
    
    position: relative;
    display: inline-block;
    color: #fd6584;
}
.flip a span {
    padding: 2px 4px;
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.flip a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-txt);
    font-weight: 400;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #16c4ff;
}
.flip a:hover span,
.flip a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    color: #fff;
}
/* Boderbottom   */
/* Roller 3d effect  */
.roller3d {
    color: #fd6584;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    perspective: 300px;
    perspective-origin: 50% 50%;
    vertical-align: top;
}
.roller3d:hover {
    background: none;
    text-shadow: none;
    color: #fd6584;
}
.roller3d span {
    display: block;
    position: relative;
    padding: 2px 2px;
    pointer-events: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.roller3d:hover span {
    /*  background: rgba(190,190,20,.9); */
    
    -webkit-transform: translate3d( 0px, 0px, -55px) rotateX( 90deg);
    -moz-transform: translate3d( 0px, 0px, -55px) rotateX( 90deg);
    -ms-transform: translate3d( 0px, 0px, -55px) rotateX( 90deg);
    transform: translate3d( 0px, 0px, -55px) rotateX( 90deg);
}



.roller3d span:after {
    content: attr(data-txt);
    display: block;
    position: absolute;
    left: -18px;
    top: 0px;
    padding: 2px 26px 2px 20px;
    white-space: nowrap;
    color: white;
    
    background: #13b0e5;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 2%;
    -webkit-transform: translate3d( 0px, 105%, 0px) rotateX( -90deg);
    -moz-transform: translate3d( 0px, 105%, 0px) rotateX( -90deg);
    -ms-transform: translate3d( 0px, 105%, 0px) rotateX( -90deg);
    transform: translate3d( 0px, 105%, 0px) rotateX( -90deg);
}
/*  Bracket effects    */



/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}

.no-padding-left {
	padding-left:0;
}

.no-padding-right {
	padding-right:0;
}

.no-padding {
	padding:0;
}

.about-header{
background-color: #fff;
background-size: cover;
background-image:url(../images/background8.jpg);
height: 350px;
border: 0;
background-position:bottom;
border-bottom: 8px solid #13b0e5;
}

.about-header::before{
background: repeat left top url("../images/dotted-overlay.png") !important;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";	
}

.about-header .inner{
padding: 10px 10px 10px 10px;
margin-top: 7.5%;
z-index: 99;
position: relative;
}

.about-header .inner h2{
text-align: left;
margin: 5px 0px 20px 0px;
color: #fff;
background-color: transparent;
font-weight: 700;
font-size: 50px;
line-height: 75px;
letter-spacing: 3px;
text-transform: uppercase;
display: inline-block;
padding: 0;
text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.98);
}

.about-header .inner a{
	float:right;
	margin-top: 45px;
}

.about-header .inner span p{
font-size: 19px;
letter-spacing: 0.6px;
text-align: left;
margin: 0;
color: #fff;
font-weight: 500;
}


.service-header{
background-color: #fff;
background-size: cover;
background-image: url(../images/services.jpg);
height: 350px;
border: 0;
background-position: center;
border-bottom:8px solid #13b0e5;
}

.service-header::before{
background: repeat left top url("../images/dotted-overlay.png") !important;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";	
}

.service-header .inner{
padding: 10px 10px 10px 10px;
margin-top: 7.5%;
z-index: 99;
position: relative;
}

.service-header .inner h2{
text-align: left;
margin: 5px 0px 20px 0px;
color: #fff;
background-color: transparent;
font-weight: 700;
font-size: 50px;
line-height: 75px;
letter-spacing: 3px;
text-transform: uppercase;
display: inline-block;
padding: 0;
text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.98);
}

.service-header .inner a{
	float:right;
	margin-top: 45px;
}

.service-header .inner span p{
font-size: 19px;
letter-spacing: 0.6px;
text-align: left;
margin: 0;
color: #fff;
font-weight: 500;
}



.quote-header{
background-color: #fff;

background-size: cover;
background-image:url(../images/quote.jpg);
height: 300px;
border: 0;
background-position:bottom;
border-bottom: 8px solid #13b0e5;
}

.quote-header::before{
background: repeat left top url("../images/dotted-overlay.png") !important;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";	
}

.quote-header .inner{
padding: 10px 10px 10px 10px;
margin-top: 7.5%;
z-index: 99;
position: relative;
}

.quote-header .inner h2{
text-align: left;
margin: 5px 0px 20px 0px;
color: #fff;
background-color: transparent;
font-weight: 700;
font-size: 50px;
line-height: 75px;
letter-spacing: 3px;
text-transform: uppercase;
display: inline-block;
padding: 0;
text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.98);
}

.quote-header .inner a{
	float:right;
	margin-top: 45px;
}

.quote-header .inner span p{
font-size: 19px;
letter-spacing: 0.6px;
text-align: left;
margin: 0;
color: #fff;
font-weight: 500;
}

.utilities-header{
background-color: #fff;
background-size: cover;
background-image:url(../images/utilities.jpg);
height: 350px;
border: 0;
background-position:bottom;
border-bottom: 8px solid #13b0e5;
}

.utilities-header::before{
background: repeat left top url("../images/dotted-overlay.png") !important;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";	
}

.utilities-header .inner{
padding: 10px 10px 10px 10px;
margin-top: 7.5%;
z-index: 99;
position: relative;
}

.utilities-header .inner h2{
text-align: left;
margin: 5px 0px 20px 0px;
color: #fff;
background-color: transparent;
font-weight: 700;
font-size: 50px;
line-height: 75px;
letter-spacing: 3px;
text-transform: uppercase;
display: inline-block;
padding: 0;
text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.98);
}

.utilities-header .inner a{
	float:right;
	margin-top: 45px;
}

.utilities-header .inner span p{
font-size: 19px;
letter-spacing: 0.6px;
text-align: left;
margin: 0;
color: #fff;
font-weight: 500;
}



.contact-header{
background-color: #fff;
background-size: cover;
background-image:url(../images/contact.jpg);
height: 300px;
border: 0;
background-position:bottom;
}

.contact-header::before{
background: repeat left top url("../images/dotted-overlay.png") !important;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";	
}

.contact-header .inner{
padding: 10px 10px 10px 10px;
margin-top: 5.5%;
z-index: 99;
position: relative;
}

.contact-header .inner h2{
text-align: left;
margin: 5px 0px 20px 0px;
color: #fff;
background-color: transparent;
font-weight: 700;
font-size: 50px;
line-height: 75px;
letter-spacing: 3px;
text-transform: uppercase;
display: inline-block;
padding: 0;
text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.98);
}

.contact-header .inner a{
	float:right;
	margin-top: 45px;
}

.contact-header .inner span p{
font-size: 19px;
letter-spacing: 0.6px;
text-align: left;
margin: 0;
color: #fff;
font-weight: 500;
}


.contact-page {
position: relative;
padding:30px 20px 30px 20px;
z-index: 999;
overflow: hidden;
}
.contact-page .heading-inner h2{
  position: relative;
  padding-top: 0;
    font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: left;
}

.contact-page .heading-inner h4{
font-size: 35px;
font-weight: 500;
color: #fff;
margin-bottom: 9px;
}

.contact-page .heading-inner:before {
  width: 60px;
  height: 4px;
  content: "";
  position: absolute;
  background: #FFF;
  z-index: 1;
  top: 126%;
  left: 50%;
  margin-left: -25px;
}

.contact-page h5{
font-weight: 500;
font-size: 21px;
color: #021d48;
margin-top: 10px;
}

.contact-page .text-medium-1 {
display: inline-block;
width: 100%;
margin-bottom: 26px;
height: 50px;
}

.contact-page .text-medium-1 i {
height: 45px;
float: left;
width: 45px;
text-align: center;
line-height: 44px;
margin-top: 2px;
background-color: #022966;
margin-right: 18px;
color: #fff;
}

.contact-page .text-medium-1 p {
margin-bottom: 10px;
line-height: 25px;
color: #021d48;
font-size: 18px;
}

.contact-page .text-medium-1 p span{
	font-weight: 500;
}

.contact-page .text-medium-1 p b{
	color:#001453;
}
.contact-page .subheading {
  font-size: 32px;
font-weight: 700;
color: #12b4ff;
text-transform: uppercase;
width: 100%;
display: block;
letter-spacing: 2px;
  line-height: 25px;
}
.contact-page.separator_align_right h2 {
  float: right;
}
.contact-page.separator_align_right .heading-inner:before {
  margin-left: 0;
  right: 0;
  left: auto;
}
.contact-page.separator_align_left .heading-inner:before {
  left: auto;
  right: auto;
}
.contact-page.separator_align_center .heading-inner:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 1000px;
  content: "";
  background: #e5e5e5;
  z-index: 1;
}

.contact-enquiry {
	margin-top: 50px;
}



.service-sub-menu {
	margin-top: -68px;
	z-index: 222;
	position: relative;
}

.service-sub-menu ul{
	text-align:center;
margin-top: 0;
padding: 16px 10px 16px 12px;
list-style: none;
margin-bottom: 0;
	background-color: #fff;
}

.service-sub-menu ul li{
	display:inline-block;	
	padding: 6px 7px 6px 7px;
	color: #13b0ce;
	vertical-align: middle;
}

.service-sub-menu ul li a{
color: #000f28;
font-size: 20px;
font-weight: 500;
padding: 0 5px;
}

.service-sub-menu ul li.active a{
	background-color: #13b0e5;
color: #fff;
}


.sub-menu {
	margin-top: -48px;
	z-index: 222;
	position: relative;
}

.sub-menu ul{
	text-align:center;
margin-top: 0;
padding: 16px 10px 16px 12px;
list-style: none;
margin-bottom: 0;
	background-color: #fff;
}

.sub-menu ul li{
	display:inline-block;	
	padding: 6px 6px 6px 6px;
	color: #13b0ce;
	vertical-align: middle;
}

.sub-menu ul li a{
color: #000f28;
font-size: 20px;
font-weight: 500;
padding: 0px 10px;
}

.sub-menu ul li.active a{
	color: #fff;
}

.sub-menu ul li.active a{
	background-color: #13b0e5;
color: #fff;
}



.box-overlay-left, .box-overlay-right {
  position: relative;
}
.box-overlay-left:before, .box-overlay-right:before {
  content: '';
  position: absolute;
  display: block;
  width: 210px;
  height: 297px;
  bottom: -30px;
  background-color: #ff5e14;
  transition: all 1s ease 1.5s;
}
.box-overlay-left img, .box-overlay-right img {
  mix-blend-mode: multiply;
}
.box-overlay-left:before {
  left: 75px;
}
.box-overlay-right:before {
  right: -30px;
}
@keyframes coverOut {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
    opacity: 1;
  }
  100% {
    width: 0;
    right: 0;
    opacity: 1;
  }
}
@keyframes imageIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
}

/*========================== Skill Area Style =========================*/
.hom2-skill-area{
   background: url("../images/skill_bg.jpg") no-repeat;
position: relative;
width: 100%;
padding: 40px 0;
overflow: hidden;
background-size:cover;
}

.hom2-skill-area .inner-1 {
	padding:0 0px 0 0;
}

.hom2-skill-area .inner-1 h3{	
  position: relative;
margin-bottom: 25px;
color: #fff;
margin-top: 0;
font-size: 30px;
letter-spacing: 1px;
}

.hom2-skill-area .inner-1 h3:before, 
.hom2-skill-area .inner-1 h3:after { position: absolute; content: ""; left: 0; margin: 0px auto; }
.hom2-skill-area .inner-1 h3:before { bottom: -25px;
width: 50%;
height: 1px;
background: #dddddd;
}
.hom2-skill-area .inner-1 h3:after {width: 51px;
height: 4px;
bottom: -26px;
background: #fff;
}




.hom2-skill-area .inner-2 h3:before, 
.hom2-skill-area .inner-2 h3:after { position: absolute; content: ""; left: 0; margin: 0px auto; }
.hom2-skill-area .inner-2 h3:before { bottom: -25px;
width: 50%;
height: 1px;
background: #dddddd;
}
.hom2-skill-area .inner-2 h3:after {width: 51px;
height: 4px;
bottom: -26px;
background: #021d48;
}


.hom2-skill-area .inner-1 p{	
  color:#fff;
  font-size:17px;
  text-align:justify;
}


.hom2-skill-area .inner-2 {
	padding:0 0 0 30px;
}

.hom2-skill-area .inner-2 h3{	
  position: relative;
  margin-bottom: 25px;
  color:#021d48;
  font-size:30px;
  margin-top:0;
  margin-bottom: 55px;
}

.hom2-skill-area .inner-2 p{	
  color:#1c1c1c;
  font-size:17px;
  text-align:justify;
}




.	-item-holder {
	position:relative;
	overflow:hidden
}
.mkd-carousel-item-holder .mkd-carousel-first-image-holder.mkd-image-zoom img {
-webkit-transition:transform .15s ease-out;
-moz-transition:transform .15s ease-out;
transition:transform .15s ease-out;
	-webkit-backface-visibility:hidden
}
.mkd-carousel-item-holder .mkd-carousel-first-image-holder.mkd-image-zoom:hover img {
	-webkit-transform:scale(1.105);
	-moz-transform:scale(1.105);
	transform:scale(1.105)
}
.mkd-carousel-item-holder .mkd-carousel-first-image-holder.mkd-has-hover-image.mkd-image-change {
	display:block;
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
-webkit-transition:all .5s cubic-bezier(.19, 1, .22, 1.12) .15s;
-moz-transition:all .5s cubic-bezier(.19, 1, .22, 1.12) .15s;
transition:all .5s cubic-bezier(.19, 1, .22, 1.12) .15s
}
.mkd-carousel-item-holder .mkd-carousel-second-image-holder.mkd-has-hover-image.mkd-image-change {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	opacity:0;
	-webkit-transform:translate3d(0, -100%, 0);
	-moz-transform:translate3d(0, -100%, 0);
	transform:translate3d(0, -100%, 0);
-webkit-transition:all .9s cubic-bezier(.19, 1, .22, 1.12);
-moz-transition:all .9s cubic-bezier(.19, 1, .22, 1.12);
transition:all .9s cubic-bezier(.19, 1, .22, 1.12)
}
.mkd-carousel-item-holder.mkd-hovered .mkd-carousel-first-image-holder.mkd-has-hover-image.mkd-image-change {
	opacity:0;
	-webkit-transform:translate3d(0, 100%, 0);
	-moz-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0);
-webkit-transition:all .5s cubic-bezier(.36, -.64, .24, .96);
-moz-transition:all .5s cubic-bezier(.36, -.64, .24, .96);
transition:all .5s cubic-bezier(.36, -.64, .24, .96)
}
.mkd-carousel-item-holder.mkd-hovered .mkd-carousel-second-image-holder.mkd-has-hover-image.mkd-image-change {
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
-webkit-transition:all .5s cubic-bezier(.19, 1, .22, 1.22) .15s;
-moz-transition:all .5s cubic-bezier(.19, 1, .22, 1.22) .15s;
transition:all .5s cubic-bezier(.19, 1, .22, 1.22) .15s
}


.skill-rect{
    background: none repeat scroll 0 0 #16a4d6;
    bottom: 0;
    height: 101%;
    left: -13%;
    outline: 20px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    width: 65.3%;
    transform: skew(43deg, 0deg);
    -moztransform: skew(43deg, 0deg);
    -webkit-transform: skew(43deg, 0deg);
    -ms-transform: skew(43deg, 0deg);
    -o-transform: skew(43deg, 0deg);
}
.skill-rect2{
   background: none repeat scroll 0 0 #059acc;
bottom: 0;
height: 101%;

left: 0;
outline: 20px solid rgba(19, 176, 229, 0.1);
position: absolute;
top: 0;
width: 50%;
transform: skew(0deg, 0deg);
-webkit-transform: skew(0deg, 0deg);
-moz-transform: skew(0deg, 0deg);
-ms-transform: skew(0deg, 0deg);
-o-transform: skew(0deg, 0deg);
}



.list-style-home ul{
line-height: 40px;
list-style: none;
padding-left: 0;
}

.list-style-home ul li{
	display: inline-flex;
	line-height: 28px;
width: 100%;
}

.list-style-home ul h5{
	font-size:21px;
	color: #021d48;
}


.list-style-home ul li p{
margin-bottom: 0;
font-size: 17px !important;
text-align: justify;
}


.list-style-home ul li i{
padding-right: 15px;
color: #13b0e5;
padding-top: 7px;
}


.list-style-new ul{
line-height: 40px;
list-style: none;
padding-left: 0;
}

.list-style-new ul li{
	display: inline-flex;

	line-height: 30px;
width: 100%;
margin-bottom: 12px;
}

.list-style-new ul h5{
	font-size:21px;
	color: #021d48;
}


.list-style-new ul li p{
margin-bottom: 0;
font-size: 17px !important;
text-align: justify;
}


.list-style-new ul li i{
padding-right: 15px;
color: #13b0e5;
padding-top: 7px;
}



.list-style-new-white ul{
line-height: 56px;
list-style: none;
padding-left: 0;
display: inline-block;
margin-top: 18px;
}

.list-style-new-white ul li{
	display: inline-flex;
	line-height: 28px;
}

.list-style-new-white ul li p{
margin-bottom: 0;
font-size: 17px;
text-align: justify;
}


.list-style-new-white ul li i{
padding-right: 15px;
color: #fff;
padding-top: 7px;
}





.list-style-service ul{
line-height: 40px;
list-style: none;
padding-left: 0;
}

.list-style-service ul h3{
  position: relative;
margin-bottom: 45px;
color: #fff;
margin-top: 0;
font-size: 25px;
letter-spacing: 1px;
}

.list-style-service ul h3:before, 
.list-style-service ul h3:after { position: absolute; content: ""; left: 0; margin: 0px auto; }
.list-style-service ul h3:before { bottom: -25px;
width: 50%;
height: 1px;
background: #dddddd;
}
.list-style-service ul h3:after {width: 51px;
height: 4px;
bottom: -26px;
background: #fff;
}

.list-style-service ul li{
	display: inline-flex;
	line-height: 30px;
	color:#555;
width: 100%;
margin-bottom: 15px;
}

.list-style-service ul h5{
	font-size:21px;
	color: #021d48;
}

.list-style-service ul li p{
margin-bottom: 0;
font-size: 17px !important;
text-align: justify;
color: #fff;
}

.list-style-service ul li i{
padding-right: 15px;
color: #fff;
padding-top: 10px;
}

.default_divider {
    border-top-color: #fff;
    width: 75px;
margin: 15px auto 15px 3px;
		border: 0;
border-top: 2px solid #fff;
}


.default_divider_blue {
    border-top-color: #0093ff;
    width: 80px;
margin: 20px auto 5px auto;
		border: 0;
border-top: 2px solid #0093ff;
}


.default_divider_dark_blue {
    border-top-color: ##0d73f9;
    width: 80px;
margin: 20px auto 22px auto;
		border: 0;
border-top: 2px solid #0d73f9;
}

.branch-contact{
position: relative;
z-index: 666;
padding: 30px 0 20px 0;
width: 100%;
}

.branch-contact h2{
font-size: 60px;
padding-bottom: 50px;
text-transform: uppercase;
font-weight: 400;
line-height: 65px;
color: #13b0e5;
text-align: center;
}

.branch-contact h2:before {
  border-bottom: 2px solid #d1d1d1;
  content: " ";
  width: 260px;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
}

.branch-contact h2:after {
  border-bottom: 2px solid #d1d1d1;
  content: " ";
  width: 260px;
  position: absolute;
  right: 0;
  top: 90px;
}

.branch-contact h2 .separate{
	color:#fff;
	font-weight:bold;
}

.branch-contact .client{
	background-color:#fff;
	padding:10px;
	margin:5px;
}

.branch-contact .inner .details b { 
font-size: 38px;
display: inline-block;
color: #fff;
font-weight: bold;
margin: 0px 3px;
line-height: 30px;
width: 100%;
}

.branch-contact .inner{ 
padding: 30px 20px 25px 20px;
background-color: rgb(0, 60, 137);
margin-bottom: 18px;
text-align: left;
display: inline-block;
height: 340px;
}

.branch-contact .inner .details{ 
float: left;
width: 50%;
margin-right: 15px;
}

.branch-contact .inner .imge{ 
float: left;
width: 46%;
}

.branch-contact .inner .details p{
margin-top: 10px;
font-size: 16px;
color: #fff;
}

.branch-contact .inner .details span {
font-size: 30px;
color: #002060;
background-color: #fff;
width: 55px;
height: 55px;
display: inline-table;
line-height: 55px;
margin-bottom: 15px;
border-radius: 50%;
}

.branch-contact .inner .details h5 {
margin-bottom: 0px;
margin-top: 5px;
display: inline-block;
width: 100%;
font-size: 26px;
color: #30bdff;
font-weight: 600;
letter-spacing: 1px;
}



.branch-contact .inner-2 .details-2 b { 
font-size: 38px;
display: inline-block;
color: #fff;
font-weight: bold;
margin: 0px 3px;
line-height: 30px;
width: 100%;
}

.branch-contact .inner-2{ 
padding: 30px 20px 25px 20px;
background-color: rgb(0, 60, 137);
margin-bottom: 18px;
text-align: left;
display: inline-block;
height: 380px;
}

.branch-contact .inner-2 .details-2{ 
float: left;
width: 50%;
margin-right: 15px;
}

.branch-contact .inner-2 .imge-2{ 
float: left;
width: 46%;
}

.branch-contact .inner-2 .details-2 p{
margin-top: 10px;
font-size: 16px;
color: #fff;
}

.branch-contact .inner-2 .details-2 span {
font-size: 30px;
color: #002060;
background-color: #fff;
width: 55px;
height: 55px;
display: inline-table;
line-height: 55px;
margin-bottom: 15px;
border-radius: 50%;
}

.branch-contact .inner-2 .details-2 h5 {
margin-bottom: 0px;
margin-top: 5px;
display: inline-block;
width: 100%;
font-size: 26px;
color: #30bdff;
font-weight: 600;
letter-spacing: 1px;
}





.service-style-2 {
position: relative;
padding: 30px 30px;
z-index: 999;
overflow: hidden;
color: #fff;
background-color: #08a6db;
margin-top: 30px;
}

.service-style-2 h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.service-style-2 h3{
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
 color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

