@font-face {
    font-family: Lato-Regular;
    src: url(../Lato/Lato-Regular.ttf);
}

@font-face {
    font-family: Georgia;
    src: url(../fonts/Georgia.ttf);
}

@font-face {
    font-family: Lato-BlackItalic;
    src: url(../Lato/Lato-BlackItalic.ttf);
}

@font-face {
    font-family: Lato-Bold;
    src: url(../Lato/Lato-Bold.ttf);
}

@font-face {
    font-family: Lato-Light;
    src: url(../Lato/Lato-Light.ttf);
}
@font-face {
    font-family: Lato-Medium;
    src: url(../Lato/Lato-Medium.ttf);
}
@font-face {
    font-family: Lato-LightItalic;
    src: url(../Lato/Lato-LightItalic.ttf);
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(../Open_Sans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: PlayfairDisplay-Bold;
    src: url(../playfair-display/PlayfairDisplay-Bold.otf);
}

@font-face {
    font-family: OpenSans-SemiBold;
    src: url(../Open_Sans/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: OpenSans-Light;
    src: url(../Open_Sans/OpenSans-Light.ttf);
}
@font-face {
    font-family: OpenSans-Bold;
    src: url(../Open_Sans/OpenSans-Bold.ttf);
}
body
{
    margin: 0px;
    padding: 0px;
}
.header-height
{
    margin-top: 80px;
}
.business-service-view
{
    padding: 3em 0 1em;
}
.business-service-view h1
{
    color: #1565c0;	
    font-family: Lato-Regular;
    text-align: right;
    margin-top: 0px;
    padding: 0.5em 0.2em;
    padding-top: 10px;
}
.business-service-view p
{
    color: #727272;
    font-family: OpenSans-Regular;
    /*font-weight: bold;*/
    font-size: 1.2em;
    line-height: 170%;
    padding: 0.5em;
}
.words-from-cto-view
{

}
.cto-msg
{
    padding: 0 0.5em;
}
.cto-msg p
{
    color: #00bcd4;
    line-height: 25px;
    text-align: right;
    font-family: Lato-LightItalic;
    /*font-size: 1.3em;*/
    font-size: 18px;
}
.cto-msg h6
{
    text-align: right;
    color: #727272;
    font-family: Lato-LightItalic;
    line-height: 1.4;
    font-size: 1.1em;
}
.words-cto img
{
    float: right;
    height: 200px;
    margin-top: 50px;
}
.cto-containt-view
{

}
.margin-left-2em
{
    margin-left: 2em;
}
.cto-containt-view p
{
    color: #727272;
    font-family: OpenSans-Regular;
    line-height: 170%;
    padding: 0.5em;
    font-size: 1.2em;
}
.cto-vision
{
    margin: 2em 0;
}
.cto-vision-each
{
    margin: 0.8em 0;
}
.cto-vision-each img
{
    width: 84px;
    height: 84px;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}
.cto-vision-each h6
{
    text-align: center;
    color: #0097a8;
    font-size: 1.15em;
    font-family: Lato-Regular;
    font-weight: bold;
}
.cto-vision-each p
{
    color: #727272;
    font-family: OpenSans-Regular;
    font-size: 1em;
    padding-right: 0.5em;
    line-height: 170%;
}
hr.sea-blue
{
    border-top: 2px solid #0097a8;
    width: 75%;
    float: left;
    margin-top: 0px;
}
hr.hr-blue
{
    border-top: 2px solid #1665c1;
    width: 130px;
    margin-right: 0px;
}
.position-relative
{
    position: relative;
    padding-top: 1em;
}
.position-absolute-img img
{
    position: absolute;
    top: -7px;
    right: 0px;
    width: 36px;
    height: 36px;
}
.padding-top-bottom-1
{
    padding: 1em 0;
}
.padding-top-bottom-3
{
    padding: 3em 0;
}
/*services-cms page*/
.cms-block h1
{
    color: #1665c1;
    text-align: left;
    font-family: Lato-Regular;
    margin-bottom: 30px;
}
.cms-block p
{
    color: #727272;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    font-family: OpenSans-Regular;
}
.cms-img-block img
{
    width: 420px;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
}
.position-relative-cms-block
{
    position: relative;
}
.position-absolute-cms-img img
{
    position: absolute;
    top: 0;
    left: 75px;
    height: 200px;
}
.position-absolute-watermark-img img
{
    position: absolute;
    top: 150px;
    right: 20px;
    width: 270px;
}
.cms-options img
{
    width: 124px;
    display: block;
    margin: 0 auto;
}
.cms-options h2
{
    color: #1665c1;
    font-family: Lato-Regular;
    text-align: center;
    /*border-bottom: 3px solid #0097a7;*/
    padding-top: 30px;
    padding-bottom: 10px;
    /*margin-bottom: 25px;*/
    margin-bottom: 10px;
}
.cms-options h5
{
    font-family: Lato-Regular;
    color: #0097a7;
    margin-bottom: 20px;
}
.cms-options p
{
    color: #727272;
    line-height: 25px;
    font-size: 16px;
    font-family: OpenSans-Regular;
    text-align: left;
}
.cms-each-block
{
    padding: 1em 2em;
    transition: all ease-out 0.3s 0s;
}
.cms-each-block:hover
{
    transform: translateY(-9px);
    box-shadow: 0.3px 7.3px 12px #e2e2e2;
}
.cms-each-block hr
{
    width: 130px;
    background-color: #009c91;
    height: 3px;
    margin-top: 0px;
}
.green-border
{
    width: 130px;
    border-top: 3px solid #009c91;
    margin-right: 10px;
    margin-top: 10px;
}


/*technology consulting page*/
.technology-header h1
{
    color: #003d90;
    font-size: 36px;
    font-family: Lato-Medium;
    text-align: left;
}
.technology-header img
{
    height: 200px;
    margin-right: 10px;
    margin-bottom: 70px;
    /*float: right;*/
    display: block;
}
.technology-header hr
{
    width: 130px;
    background-color: #009c91;
    height: 3px;
    margin-top: 10px;
    float: left;
}
.technology-consulting-main
{
    height: 100vh;
}
.technology-consulting-main p
{
    color: #727272;
    font-size: 16px;
    font-family: OpenSans-Regular;
    line-height: 25px;
    margin: 2em auto;

}
.technology-consulting-view2
{
    height: 100vh;
    display: table;
    max-width: 1170px;
    margin: 0 auto;
}
.technology-consulting-view2 p
{
    color: #727272;
    font-size: 16px;
    font-family: OpenSans-Regular;
    line-height: 25px;
    margin: 2em auto;
    text-align: right;
    margin-left: 2em;
}
.technology-consulting-left
{
    margin-top: 52px;
    margin-left: 2em;
}
.something-semantic {
  display: table;
  max-width: 1170px;
  margin: 0 auto;
}
.something-else-semantic {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.visible-none
{
    visibility: hidden;
}
@media only screen and (max-width: 992px) { 
    .margin-left-2em
    {
        margin-left: 0em;
    }
    .technology-header img
    {
        display: none;
    }
    .technology-consulting-view2 p
    {
        margin-left: 0px;
        text-align: center;
    }
    .technology-header h1
    {
        text-align: center;
    }
    .technology-header hr
    {
        float: none !important;
    }
}