/* YOUR CUSTOM STYLES */

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    color: #181919;
    background: #ffffff;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

a {
    color: #151359;
    outline: 0;
    text-decoration: none;
	font-weight:600;
}

a,
a:visited {
    text-decoration: none;
    outline: 0
}

a:hover {
    color: #151359;
    text-decoration: none;
    outline: 0
}

a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:focus,
a:active,
a:visited {
    text-decoration: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: "Poppins", sans-serif;
    line-height: 1.2em;
    letter-spacing: 1px;
    padding: 0 0 12px 0;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333333;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    padding: 0 0 20px 0;
    margin: 0
}

em {
    font-style: italic;
}

strong,
b {
    font-weight: 600;
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
    margin: 0
}

@media (max-width: 767px) {
    body {
        font-size: 13px;
        line-height: 1.6em;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 14px;
    }
}

img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    line-height: .5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
}

.container {
    max-width: 1170px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        max-width: 730px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .container {
        max-width: 940px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

.container_main {
    width: 100%;
    float: left;
    background: #ffffff;
}


@font-face {
  font-family: 'icomoon';
  src:  url('../icon-fonts/icomoon.eot?b42dm1');
  src:  url('../icon-fonts/icomoon.eot?b42dm1#iefix') format('embedded-opentype'),
    url('../icon-fonts/icomoon.ttf?b42dm1') format('truetype'),
    url('../icon-fonts/icomoon.woff?b42dm1') format('woff'),
    url('../icon-fonts/icomoon.svg?b42dm1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-img-2 .path1:before {
  content: "\e903";
  color: #16880b;
}
.icon-img-2 .path2:before {
  content: "\e904";
  color: #f8f8f8;
  margin-left: -1em;
}
.icon-img-2 .path3:before {
  content: "\e905";
  color: #f99c35;
  margin-left: -1em;
}
.icon-img-2 .path4:before {
  content: "\e906";
  color: #101085;
  margin-left: -1em;
}
.icon-img-2 .path5:before {
  content: "\e907";
  color: #9ea7c6;
  margin-left: -1em;
}
.icon-letter:before {
  content: "\e900";
}
.icon-pin .path1:before {
  content: "\e901";
  color: rgb(252, 252, 252);
}
.icon-pin .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(244, 244, 244);
}
.icon-pause:before {
  content: "\ea16";
}
.icon-img-2{
	font-size:37px;
}




.out {
    width: 100%;
    height: 100%;
    float: none;
    display: table;
    margin: 0 auto
}

.in {
    width: 100%;
    height: 100%;
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}


.btn {
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    text-transform: uppercase;
    overflow: hidden
}

.info-left {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    background: #0A3161;
    background-size: cover;
}
.logo {
    position: relative;
    top: 24px;
}
.logo img{
	max-width:350px;
	width:100%;
	margin-top:0;
	
}
.over-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	padding:20px;
}
.social-icon{
	width:100%;
	float:left;
	margin-top: 90px;
    margin-bottom: 70px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.socialSec ul li:last-child{
	margin-right:0;
}
.socialSec ul li {
    width: auto;
    display: inline-block;
    margin: 0 30px 0 0;
}
.socialSec ul li a{
	width:60px;
	height:60px;
	display: inline-block;
}
.socialSec ul li a i {
    color: #FFF;
    text-decoration: none;
    background:transparent;
    border-radius: 200px;
    text-align: center;
	font-size:33px;
    line-height: 35px;
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 5px;
	color:#f7f7f7;
}

.socialSec ul li:nth-child(3) a i {
    color: #f7f7f7;
	font-size:32px;
}
.social-text {
    display: inline-block;
    margin: 4px 15px 0 0;
}
.socialSec ul li:nth-child(4) a i {
    color: #f7f7f7;
}

.socialSec ul li:nth-child(2) a i {
    color: #f7f7f7;
}
.social-text {
    display: inline-block;
    margin: 4px 15px 0 0;
}

.footer{
	width:100%;
	float:left;
	text-align:center;
	position:absolute;
	bottom:20px;
}
.footer p {
    padding: 0 0 0px 0;
    color: #e3ecf7;
    opacity: 0.7;
    font-weight: 200;
	font-size:14px;
}
.location{
	
	background-size:29px;
}
.id {
    font-size: 16px;
    font-weight: 600;
    color: #17095e;
    padding: 6px 24px;
    width: 200px;
    text-align: center;
    /* border: 1px solid #3e526b; */
    display: inline-block;
    border-radius: 5px;
    background: #fff;
    color: #17095e;
    text-transform: uppercase !important;
}
.office-address p{
    color: #ffffff;
    text-align: left;
    padding-bottom: 7px;
    font-size: 16px;
    width: 100%;
    float: left;
}
.id.score-id{
    width: 230px;
}
.id.score-id{
    margin-top: 15px;
}
.office-address h4{
    text-align: left;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 15px;
    width: auto;
    display: inline-block;
    padding-bottom: 8px;
    float: left;
}
.logo h3{
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
}
@media (max-width: 991px) {
   
 
}

@media (max-width: 767px) {
	.socialSec ul li {
		width: auto;
		display: inline-block;
		margin: 0 10px 0 0;
	}
	.logo img{
		max-width:280px;
	}
    .id{
        margin-top: 20px;
    }
    .social-icon {
        margin-bottom: 50px;
    }
    .office-address h4{
        float: none;
        text-align: center;
    }
    .office-address p{
        text-align: center;
        padding-bottom: 15px;
    }
}
