.hm-head{ text-align: center;
    color: #283447;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 40px;
    font-size: 40px;}
	
.head-sep {
    z-index: 3;
    margin-bottom: 25px;
    display: inline-block;
    top: 3px;
    line-height: 1;
    position: relative;
}

.head-sep:before{    width: 50px;
    height: 1px;
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 6px;
	    background-color: #d3a722 !important;
    color: #fff !important;}
	
.head-sep:after{width: 50px;
    height: 1px;
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 6px;
	    margin-left: 22px;
    margin-right: 0;
	    background-color: #d3a722!important;
    color: #d3a722 !important;}
	
.head-sep u {
    width: 20px;
    position: absolute;
    display: block;
    left: 50%;
    top: 15px;
    margin-left: -10px;
}
.hm-service .hm-head span{color: #64ba57;}
.hm-service .head-sep:before{background-color: #fff!important;}
.hm-service .head-sep:after{background-color: #fff !important;}
.hm-service .head-sep u:before{border-left-color: #fff!important;border-right-color: #fff;}
.hm-service .head-sep u:after{border-right-color: #fff !important;border-left-color: #fff !important;}

.head-sep u:before{    position: absolute;
    top: 0;
    left: -2px;
    border-left: 2px #283447 solid;
    border-right: 2px #283447 solid;
    width: 10px;
    height: 6px;
    display: inline-block;
    content: "";
    transform: skew(30deg);
    -webkit-transform: skew(50deg);
	border-left-color: #d3a722 !important;}
	
.head-sep u:after{    position: absolute;
    top: 0;
    left: -2px;
    border-left: 2px #283447 solid;
    border-right: 2px #283447 solid;
    width: 10px;
    height: 6px;
    display: inline-block;
    content: "";
    transform: skew(30deg);
    -webkit-transform: skew(50deg);
	    left: auto;
    right: -3px;
    transform: skew(-30deg);
    -webkit-transform: skew(-50deg);
	border-right-color: #d3a722 !important;}
	
.hm-head span{
    font-weight: 800;
    color: #d3a722;}
	
	
.hm-service{background:url(../image/serv-bg.jpg) no-repeat; background-size:cover; background-attachment:fixed;     padding-bottom: 30px;
    padding-top: 20px;}

.service-box{list-style:none; padding-left:0;}
.service-box li{margin: 0 1%;
    width: 18%;
    float: left;
    color: #fff;
    text-transform: uppercase;
    /* font-size: 17px; */
    text-align: center;     transition: .5s;     margin-bottom: 30px;}

.service-box li a{
	color: #000;
}
	
.service-box li img{    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); transition:0.5s;}
	
.service-box li:hover img{    -webkit-filter: none;
    filter: none; transition:0.5s;}
	
.service-box li:hover h4{background: #014478;color: #fff;transition:0.5s;}
.service-box li:hover{transform: translate(0px,-10px);
    transition: 0.5s;
    box-shadow:0px 9px 4px #1d283b;
    border-radius: 0 0 8px 8px;}
	
.service-box li h4{
    font-size: 13px;
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background: #64ba57;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    color:#00;
    transition:0.5s;
    font-weight: 600;
    }
	
.hm-service .hm-head{color:#fff;}

.tabs-menu {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    font-size: 16px;
}
.tabs-menu li.current {
    position: relative;
    background-color: #f26520;
}
.tabs-menu li {
    line-height: 20px;
    margin-right: 0;
    background-color: #222;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    margin-bottom: 3px;
    transition: 0.5s;
}
.tabs-menu .current a {
    color: #fff;
}
.tabs-menu li a {
    padding: 11px 10px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 13px;
}
.team-nm {
    font-size: 17px;
    display: block;
    background: #eee;
    padding: 5px 0;
    margin-bottom: 5px;
    /* margin-left: -15px; */
    padding-left: 15px;
}

body{margin:0 !important; padding:0 !important; font-family:Arial !important;     font-size: 13px;
    font-weight: normal;
    color: #333;
    line-height: 24px; background:#fff;}


.container-middle{margin:0 auto;text-align: left;font-family:Arial !important;font-size: 14px !important;line-height: 24px !important;font-weight: normal !important;color: #333;}

.container-middle a{color:#236fb6; text-decoration:none;}

p{margin-bottom: 10px;     margin-top: 0; text-align:justify;}	

h1{
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    text-align: left;}
	
h2{     font-size: 25px;
    text-align: left;
    color: #333;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: normal;}

h4{    font-size: 14px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;}

.cl{clear:both;}

.social-fix ul{list-style: none;
    padding-left: 0;}
	
.social-fix{position: fixed;
    top: 30%;
    right: -6px;
    z-index: 9;}
	
.social-fix ul li{margin-bottom:-5px; transition:0.5s;}

.social-fix ul li:hover{margin-left:-5px; transition:0.5s;}

/*color-box*/
.td-banner{background:#256fb4;}
.td-banner:hover, .td-banner,
.us-lk ul li:hover, .us-lk ul li,
.abt-hm, .abt-hm:hover
{transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s;}


/*color-box*/

/*banner*/
.banner-bx{
    background: #014478;
    margin-top: 0px;
    margin-bottom: 0px;
    }

.td-banner{  
    height: 230px;
    position: relative;
    border: 0;
    padding-top: 0px;
    overflow: hidden;
    margin-top: 0;
    background-size: 100% 100%; background:transparent;}
	
.td-banner.adddv{background: #64ba57;}

.td-banner.adddv p.img-bn{
    background: #fff;
    height: 65px;
    line-height: 45px !important;
    padding-top: 15px;}
	
.td-banner.adddv h2{color:#fff; margin-top:10px;}

	
.td-banner p.img-bn{
    text-align: center;
    background: #64ba57;
    width: 60px;
    overflow: hidden;
    margin: 0 auto;
    height: 190px;
    line-height: 350px !important;
    border-radius: 0 0px 30px 30px;
    }

.img-bn img{background: #fff;
    border-radius: 50%;
    /* padding: 10px 10px; */
    /* border: 3px solid #8e7100; */
    /* box-shadow: 3px 3px 5px #111; */
    transition: 0.5s;
    width: 100%;
    padding: 3px;
    margin-left: -2px;
	margin-bottom:16px;}
	
.td-banner.adddv .img-bn img{transform:rotate(360deg) scale(1.1); transition:0.5s; }

.td-banner h2{ font-family: Helvetica, Arial;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
    /* background: rgba(10,60,100,0.1); */
    margin-top: 0;
    padding: 3px 0px 5px;
    font-size: 22px;
    margin-bottom: 0;}
	
.td-banner p{font-size: 14px;
    font-family: Helvetica;
    color: #fff;
    line-height: 20px;
    padding: 0 10px; text-align: center; margin-top: 0px; transition:0.5s;}
	
.td-banner a{    color: #fff;
    text-decoration: none;
    margin-right: 0;
    font-size: 11px;
    background: #333;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff; transition:0.5s;
}

.td-banner a:hover{padding: 6px 15px; transition:0.5s;}
	
.td-banner:hover p{margin-top:0px; transition:0.5s;}
.td-banner:hover p.img-bn{transition:0.5s;}

.banner-bg{    margin-top: -45px; }
.banner-bg img{width:100%;}
/*banner*/

/*header*/

header{padding-bottom: 20px; position: relative;     background: #fff;}


.top-nv{
    background: #64ba57;
    color: #fff;
    /* box-shadow: 0px 1px 1px #999; */
    height: 42px;
    /* z-index: 9; */
    position: relative;
    overflow: hidden;
    border-top: 8px solid #64ba57;
    }
	
.top-nv .container-middle{background:#fff; position:relative;}

.top-nv .container-middle:before{    content: "";
    position: absolute;
    right: -15px;
    height: 100%;
    width: 35px;
    background: #fff;
    top: 0;
    transform: skew(-34deg);
    z-index: 1;}

.top-nv .container-middle:after{    content: "";
    position: absolute;
    left: -15px;
    height: 100%;
    width: 35px;
    background: #fff;
    top: 0;
    transform: skew(34deg);
    z-index: 1;}
	
.top-nv ul{    margin: 0;
    list-style: none;
    text-align: left;
    font-size: 14px;
    padding-left: 9px;;}
.top-nv ul li{
    display: inline-block;
    color: #333;
    padding: 6px 0;
    padding-right: 14px;
    margin-right: -1px;
    background: #014478;
    border-radius: 7px;
    padding: 5px 17px;
    margin-top: 5px;
    color: #fff;
    }
.top-nv ul li img{      vertical-align: text-bottom;
    margin-right: 5px;
    height: 22px;
    float: initial;}
.top-nv ul li a{color:#fff;}

.bg-black{     position: absolute;
    top: 0;
    right: -7px;
    height: 36px;
    background: #002848;
    width: 11%;
    transform: skew(-23deg);
    border-left: 5px solid #0f5d9d;}

.top-nv .container-middle .fl-head{padding-top:0px;     position: relative;
    z-index: 2;}
.fl-head{padding-top:8px; }
.top-nv .container-middle .fr-head img{margin-left:0px; transition:0.5s;}
.top-nv .container-middle .fr-head img:hover{transform:rotate(360deg); transition:0.5s;}

.top-nv .container-middle .fr-head{padding-top: 3px; position:relative;     z-index: 9;}

.container-middle .fl-head{padding-top: 15px;     position: relative;
    z-index: 9;}

/*.container-middle .fr-head:after{content:""; position:absolute; right:0; top:0; height:100%; width:100%; background:#000;}*/

.fl-head h2{ font-weight: bold;
    text-transform: capitalize;
    font-size: 28px;
    margin: 0;
    margin-left: 10px;
    color: #f26520;
    text-shadow: 0px 4px 5px #ccc;
    margin-top: 8px;
    font-family: sans-serif;
	letter-spacing:-1px;
}

.fl-head h4{    font-family: sans-serif;
    font-weight: 500;
    text-align: right;
    font-size: 17px;
    margin-top: 3px;
    color: #333;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 7px;}
	

	
.fr-head{   position:relative;    text-align: right;     padding-top: 15px;}

.fl-head img{/*float: left;     height: 64px;*/}

.content-head{float: left;}

.fr-head img{ padding-right: 10px;}
.fr-head p span img{padding-right:4px; height:20px; float:inherit; display:inline-block;}

.fr-head p {    font-size: 18px;
    color: #000;
    font-family: sans-serif; line-height: 20px;     margin-top: 20px;}
	
.fr-head p span, .fr-head p span a{    font-weight: 100;
    font-size: 13px;     color: #333;}
	
.sm-dv p{float:right;

}
	
.sm-dv p{
    color: #555;
    font-size: 13px;
    font-weight: 600;  
    margin-top: 0; margin-bottom:0;}
	

/*.call-tp{width: 155px}

.soc-tp{    width: 140px;}*/
/*header*/

/*home*/

.hm-abt .container-middle{    background: #fff;
    padding-top:5px;
	padding-bottom:20px}
	
.hm-abt{   /* padding-top: 30px;*/}
.hm-abt img{    /*float: right;*/
    border-radius: 5px;
    width: 370px;
    margin-left: 20px;
    box-shadow: 11px 12px 4px #ddd; transition:0.5s;}
	
.hm-abt img:hover{transition:0.5s; transform:translate(0,-4px); box-shadow: -11px -12px 4px #ddd;}

.head-hm{text-align: center;border-bottom: 4px double #014478;margin-bottom: 35px;font-size: 27px;position:relative;}

.head-hm strong{color: #014478;}

.head-hm span{padding: 3px 9px;
    /* position: relative; */
    z-index: 9;
    background: transparent;
    display: block;
    top: -8px;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0 auto;}
	
.img-hd img{padding-top:5px;}

.flyAnimation {
    animation: fly 3.59370755s forwards;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.445,.05,.55,.95);
    -webkit-animation: fly 2s forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.445,.05,.55,.95);
}

@-webkit-keyframes fly {
    0% {
        -webkit-transform: translate(0,0);
    }

    50% {
        -webkit-transform: translate(0,25px);
    }

    100% {
        -webkit-transform: translate(0,0);
    }
}

@keyframes fly {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    50% {
        -webkit-transform: translate(0,25px);
        transform: translate(0,25px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}


.mar-dv{margin:0 2.5%;}

.serv-bx{ 
    border: 4px solid #f26520;
    text-align: center;
    padding: 0 1.5%; transition:0.5s;     margin-bottom: 25px; background: #fff;}
	
.serv-bx:hover{transition:0.5s; background:#f26520; color:#fff;}

.serv-bx:hover .ser-img{background:#fff;}

.serv-bx:hover .ser-img img{border-color:#fff; transform:rotate(360deg);}

.serv-bx:hover .ser-img img, .ser-img img,
.serv-bx:hover .ser-img, .ser-img,
.serv-bx .rd-mr a, .serv-bx:hover .rd-mr a
{transition:0.5s;}

.ser-img{background:#f26520; width:80px; margin:0 auto;     padding-top: 15px;     margin-top: -4px;
}

.serv-bx:hover .rd-mr a{background:#fff; color:#f26520;}

.ser-img img{    width: 70%;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
    margin-bottom: -26px;
    /* box-shadow: 0px -4px 5px #a14315; */
    border: 4px solid #f26520;}
	
.serv-bx h3{    margin-top: 30px;
    font-size: 19px;
    margin-bottom: 5px;}
	
.serv-bx .rd-mr{    text-align: right;
    margin-right: -6px;
    margin-bottom: -2px;}
	
.serv-bx .rd-mr a{    background: #f26520;
    padding: 6px 18px;
    transform: skew(15deg);
    color: #fff;
    font-size: 12px;}
	
.hm-serv{padding:45px 0; background:url(image/ser-bg.jpg) no-repeat; background-attachment:fixed;}

.hm-serv .head-hm strong{color:#fff;}

.hm-serv .head-hm span{      background: #f26520;
    width: 230px;
    color: #fff;}
	
.hm-team{    padding: 40px 0 40px;}

.hm-team .head-hm span{    width: 300px;}
	
.hm-team p{text-align:center;}
	
.hm-team p.rd-mr{    margin-top: 30px;}

.hm-team p.rd-mr a{
    border-radius: 6px;
    background: #64ba57;
    color: #fff;
    padding: 7px 18px 7px 43px;
    border-color: #64ba57;
    box-shadow: 4px 3px 5px #ccc;
    position: relative;
    }
	
.hm-team p.rd-mr a:before{position: absolute;
    left: 0;
    padding-right: 15px;
    width: 100%;
    content: attr(data-hover);
    opacity: 0;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;}
	
.text-btn{
    font-style: inherit;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;}
	
.iconn{position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    padding: 9px;
    border-radius:6px;
    text-align: center;
    color: #ffdd00;
    background-color: #222;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;}
	
.iconn img{filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); -moz-filter: brightness(0) invert(1);     vertical-align: top;
    margin-top: 2px;}
	
p.rd-mr a:hover:before{opacity: 1;}

p.rd-mr a:hover .text-btn {
    opacity: 0;
}

p.rd-mr a:hover .iconn {
    left: calc(100% - 24px);
    left: -webkit-calc(100% - 24px);
    left: -moz-calc(100% - 24px);
}
	
.hm-team p.rd-mr:hover a{padding: ;}

.hm-team p.rd-mr:hover a img{padding-left:2px; padding-right:2px;}

.mem-icon{    text-align: center;}

.mem-icon img{
    border-radius: 50%;
    background: #fff;
    border: 3px solid #64ba57;
    padding: 3px;
    transition:0.5s;
    height: 164px;
    width: 160px;
    }
	
.mem-icon img:hover{transition:0.5s; transform:rotate(360deg);}
/*home*/


/*footer*/
footer{
    margin-top: 0px;
    background: #64ba57;
    background-attachment: fixed;
    color: #eee;
    background-size: cover;
    padding-top:0px;
    /* border-top: 4px solid #f9c809; */
}

footer h2{     font-weight: 500;
    font-size: 20px;
    position: relative;
    color: #eee;
    margin-bottom: 13px; text-transform: capitalize;     border-bottom: 1px dashed #eee;
    padding-bottom: 5px;
}
	
footer h2 span {
    position: absolute;
    width: 100%;
    left: 1px;
    font-size: 20px;
    color: #fff;
    z-index: 1;
    top: -17px;
}

footer .container-middle a{    color: #fff;}

.col-three{ margin:1%;}


/*.ft-cont{margin-top: -3px;}*/

.us-lk ul{     list-style-type: square;
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;       padding-left: 24px;}

.us-lk ul li{line-height: 20px; margin-bottom: 7px;}

.us-lk ul li:hover{padding-left: 5px;}

.us-lk ul li a{color: #fff;}

.us-lk ul li:hover a{color: #fff !important;}

footer a{color: #fff;}

.ft-soc ul{font-size: 16px;     margin-bottom: 0;     list-style: none;}

.ft-soc ul{    padding-left: 0;
    font-size: 14px;}
	
.ft-soc ul a{color:#8e8e8e;}
.ft-soc ul li{margin-bottom:8px;}
.ft-soc ul li img{    margin-right: 10px; transition:0.5s;}
.ft-soc ul li:hover img{border-radius:50%; transition:0.5s;}
	
.ft-cont strong{color:#f26520;}

.ft-cont p{
    margin-bottom:8px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    line-height: 23px;
    min-height: 25px;
    transition: 0.5s;
    }

.copyrht{
    background: #014478;
    margin-top: 0px;
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
    /* height: 32px; */
    position: relative;
    /* border-top: 1px solid #fff; */
    /* box-shadow: 0px -4px 4px #ccc; */
}
	
.copyrht p{    margin-bottom: 0;
    color: #fff;
    font-size: 13px;}

#FooterrControl1_tr_FooterBackImage{background-image:none !important;}

.cprht-lft{float:left;}

.cprht-rht{float:right;}

.cprht-rht ul{list-style:none; text-align:right; margin:0;     font-size: 13px;}

.cprht-rht ul li{    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left:1px solid #db6e5d;
    line-height: 13px;}
	
.cprht-rht ul li:first-child{border-left:0;}

.cprht-rht a{color:#fff;}


p.cprht-rht img {
    height: 25px; transition:0.5s;     vertical-align: bottom;
}

p.cprht-rht img:hover{transform:rotate(360deg); transition:0.5s;}

.ft-cont i {
    width: 35px;
    height: 42px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 19px;
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: baseline;
    float: left;
    transition: 0.5s;
    padding-top: 7px;
}

.ft-cont p:hover i{background: #014478;transition:0.5s;}

.top{
    position: absolute;
    top: -24px;
    left: 60px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    /* z-index: 1; */
    width: 55px;
    background: #64ba57;
    color: #fff;
    padding: 15px 0px 10px;
    /* border: 1px solid #fff; */
    border-bottom: 0;
    cursor: pointer;
    transition: 0.5s;
}
	
.top img{    display: block;
    text-align: center;
    margin: 0 auto;}

/*footer*/



/*contact*/
.map-cont{     margin-top: 10px;
    width: 56%;
    float: left;
    border: 1px solid #ddd;
    text-align: center; padding: 10px 0;}
.map-cont img{max-width:100%;}
	
.bx-rht-cont{    width:40%;
    float: left;
    margin-left: 3%; text-align: left;}
	
.bx-rht-cont a{cursor:pointer;}
.bx-rht-cont h2{text-align: left;
    font-size: 16px;
    font-weight: bold;     line-height: 18px; margin-top: 10px; margin-bottom:5px;}
	
.bx-rht-cont p{margin-bottom:0;}
.brn-off{width:31%; padding:1%; float:left;     padding-bottom: 0;}
.cont-page h3{
    margin: 0;
    font-size: 18px;
    margin-bottom: 8px;
    }
.cont-page p{font-size:14px; color:#000;     line-height: 24px !important;}

.cont-heading {
    margin: 0;

    font-size: 15px;
    text-transform: uppercase;
    background:#60355c;
    padding: 9px 10px;
    color: #fff;
    margin-bottom: 8px;
}
	
.head-bx{float: left;
    width: 50%;}
	
.contd-bx{float: left;
    width: 50%;}
	
.brn-bx h2{text-align:center;}

.map-cont img{max-width:100%;}

.cont-page .st-feature-box{
    background: #64ba57;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
    }
	
.cont-page .feature-box-image{    margin-top: 13px;}

.brnh-off p{margin-bottom:2px;}


.st-custom-heading-layout2.st-custom-heading-wraper {
    margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px; font-weight:bold;
	margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
	    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: #114366;
    margin: 0;
}

.st-feature-box {
    padding-left:75px;
    position: relative;
	    margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
    color: #111;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height:0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.cont-soc img{margin-right:5px;}
.cont-page h2{
    font-weight: 800;
    color: #014478;
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    /* margin-bottom: 18px; */
    margin-top:10px;
    }
.cont-page h2 span{color: #111;
    font-weight: normal;
    font-size: 18px;}
.cont-page h5{    color: #222;
    font-size: 19px;
    margin-bottom: 25px;}
	
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}

.cont-page{text-align:left;font-family: arial; font-size: 14px;}

/*cont-page*/