/*** 
====================================================================
	Reset
====================================================================
 ***/
* {margin:0px;padding:0px;border:none;outline:none;}

@font-face {
    font-family: 'segoeui';
    src: url('../fonts/segoeui/segoeui.eot');
    src: url('../fonts/segoeui/segoeui.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoeui/segoeui.woff') format('woff'),
         url('../fonts/segoeui/segoeui.ttf') format('truetype'),
         url('../fonts/segoeui/segoeui.svg#segoeui') format('svg');
    font-weight: normal;
    font-style: normal;} 


@font-face {
font-family: 'segoeui-bold';
src: url('../fonts/segoeui-bold/segoeuib.eot');
src: url('../fonts/segoeui-bold/segoeuib.eot?#iefix') format('embedded-opentype'),
url('../fonts/segoeui-bold/segoeuib.woff') format('woff'),
url('../fonts/segoeui-bold/segoeuib.ttf') format('truetype'),
url('../fonts/segoeui-bold/segoeuib.svg#segoeuib') format('svg');
font-weight: normal;
font-style: normal;} 

@font-face {
font-family: 'segoeui-light';
src: url('../fonts/segoeui-light/segoeuil.eot');
src: url('../fonts/segoeui-light/segoeuil.eot?#iefix') format('embedded-opentype'),
url('../fonts/segoeui-light/segoeuil.woff') format('woff'),
url('../fonts/segoeui-light/segoeuil.ttf') format('truetype'),
url('../fonts/segoeui-light/segoeuil.svg#segoeuil') format('svg');
font-weight: normal;
font-style: normal;} 

@font-face {
font-family: 'segoeui-semi-light';
src: url('../fonts/segoeui-semi-light/segoeuisl.eot');
src: url('../fonts/segoeui-semi-light/segoeuisl.eot?#iefix') format('embedded-opentype'),
url('../fonts/segoeui-semi-light/segoeuisl.woff') format('woff'),
url('../fonts/segoeui-semi-light/segoeuisl.ttf') format('truetype'),
url('../fonts/segoeui-semi-light/segoeuisl.svg#segoeuisl') format('svg');
font-weight: normal;
font-style: normal;}

@font-face {
font-family: 'segoeui-semi-bold';
src: url('../fonts/segoeui-semi-bold/seguisb.eot');
src: url('../fonts/segoeui-semi-bold/seguisb.eot?#iefix') format('embedded-opentype'),
url('../fonts/segoeui-semi-bold/seguisb.woff') format('woff'),
url('../fonts/segoeui-semi-bold/seguisb.ttf') format('truetype'),
url('../fonts/segoeui-semi-bold/seguisb.svg#seguisb') format('svg');
font-weight: normal;
font-style: normal;}


@font-face {
font-family: 'MyriadPro-Regular';
src: url('../fonts/MyriadPro-Regular/MyriadPro-Regular.eot');
src: url('../fonts/MyriadPro-Regular/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/MyriadPro-Regular/MyriadPro-Regular.woff') format('woff'),
url('../fonts/MyriadPro-Regular/MyriadPro-Regular.ttf') format('truetype'),
url('../fonts/MyriadPro-Regular/MyriadPro-Regular.svg#seguisb') format('svg');
font-weight: normal;
font-style: normal;}




/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body                                  {font-family:"segoeui", Arial;	font-size:14px;	color:#222222; background:#ffffff;	overflow-x: hidden;
									  line-height:1.8em;-webkit-font-smoothing: antialiased; height:auto !important; position:relative;}
a                                     {text-decoration:none;	cursor:pointer;	}
a:hover,a:focus,a:visited             {text-decoration:none;	outline:none;}
h1,h2,h3,h4,h5,h6                     {position:relative;font-family:;font-weight:normal;	margin:0px;	
									  background:none;line-height:1.6em;}
input,button,select,textarea          {font-family:;}
p									    {position:relative;line-height:2em;}
.strike-through			  {text-decoration:line-through;}
.page-wrapper					{position:relative;margin:0 auto;width:100%;min-width:320px;min-height:500px;overflow:hidden;}
ul,li								  {list-style:none;	padding:0px;margin:0px;}

.clear 								 {clear:both;}
.clearfix::after                     {content: ""; clear: both; display: block;}
.wrapper							 {width:100%; display:block; margin:0; padding:0; overflow:hidden; position: relative; background:#fff;}
.red-button                          {background:#ff385c; border-radius:3px; color:#fff;  text-align:center;
                                     text-transform:uppercase; font-size:20px; letter-spacing:0.5px;}
.red-button:hover                    {box-shadow: 1px 1px 8px rgba(0,0,0,0.4); background:#fe3257; transition:all 0.2s;}
.red-button a                        {display:block; color:#fff; padding:6px 20px 13px}

.main-red-button                          {background:#ff385c; border-radius:3px; color:#fff;  text-align:center;
                                          text-transform:uppercase; font-size:20px; letter-spacing:0.5px;}
.main-red-button:hover                    {box-shadow: 1px 1px 8px rgba(0,0,0,0.4); background:#fe3257; transition:all 0.2s;}
.main-red-button a                        {display:block; color:#fff; padding:10px 20px 10px}


.sub-heading                         {width:100%; display:block; margin:0 0 54px; padding:0; text-align:center; color:#222; font-size:38px;}

/*header css starts*/
header                              {width:100%; display:block; margin:0; padding:0; }
.header                             {position: fixed; z-index: 1000; width: 100%; background: transparent;
                                    -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s;
                                    -o-transition: all ease-out .2s; transition: all ease-out .2s;}
.inner-page-header                  {background-color: rgba(255,255,255,1);box-shadow: rgba(0, 0, 0,0.2) 0px 2px 5px;}          

.active                            {background-color: rgba(255,255,255,1);box-shadow: rgba(0, 0, 0,0.2) 0px 2px 5px;}


.inner-header                       {width:100%; display:block; margin:0; padding:20px 0;}
.logo                               {float:left; width:90px; margin:0; padding:0;}
.logo a                             {display:block; padding:4px 0;}
.hamburger-menu                     {float:left; width:35px; margin:0 16px 0 0; padding: 0; display:none;}
.hamburger-menu a                   {display:block;}
.hamburger-menu a img               {width:100%;}
.register-button                    {float:right; margin:0; padding:0 10px 0 36px; border:1px solid #e5e2e2; border-radius:3px; text-align:center;
                                     background:#f9f9f9; font-size:14px; position:relative;}
.register-button a                  {padding:5px 0px; display:block; color:#7b7878; text-decoration:none;}
.register-button br                 {display:none;}
.register-button img                {position:absolute;top:7px; left:10px;}
.register-button:hover              {box-shadow: 1px 1px 5px rgba(0,0,0,0.2); transition:all 0.2s; background:#f5f3f3;}

/*footer css starts*/
footer                              {width:100%; display:block; margin:70px 0 0 0; padding:70px 0 0 0;  background:#222222; color:#b3b3b3;}
.bottom-footer                      {width:100%; display:block; margin:50px 0 0 0; padding:20px 0; text-align:center; border-top:1px solid rgba(255, 255, 255, 0.1);
                                    font-size:12px; }
.footer-container                   {width:95%; display:block; margin:0; padding:0;}
.footer-container .footer-logo      {width:100%; display:block; margin: 0 0 30px; padding: 0;}
.footer-container p                 {width:100%; display:block; margin:0; padding:0; font-size:14px; line-height:20px;}
.footer-container h4                {width:100%; display:block; margin: 0 0 20px; font-size:18px; font-family:"segoeui-bold",Arial; }
.footer-container .contact          {width:100%; display:block; margin:0 0 5px; padding:0; font-size:14px;}
.footer-container .contact a        {display:block; color:#b3b3b3; font-size:14px;}
.footer-container .contact a:hover  {text-decoration:underline;}

ul.footer-social                    {width:100%; display:block; margin:30px 0 0 0; padding:0;}
ul.footer-social li                 {display:inline-block; margin:0 15px 0 0;}
ul.footer-social li a               {display:block;}
ul.footer-social li a i             {font-size:36px; color:#b3b3b3;}

ul.footer-links                     {float:left; width:50%; margin:0; padding:0;}
ul.footer-links li                  {width:100%; display:block; margin:0 0 5px; padding: 0 0 0 12px; position:relative;}
ul.footer-links li:last-child       {margin:0;}
ul.footer-links li a                {display:block; font-size:14px; color:#b3b3b3;}
ul.footer-links li a:hover          {text-decoration:underline;}
ul.footer-links li::before          {content:"-"; position:absolute; top:0; left:0;}

/*home page css*/
.home-banner                        {width:100%; height:100vh; display:block; margin:0 0 120px; padding:0; position:relative; overflow:hidden;}
.corner-circle                      {width:65%; height:120%; border-radius:100%; background:#f8f8f8; position:absolute; top:-20%; left:-15%; opacity:0.7;}
.banner-content                     {width:100%; display:block; margin:112px 0 0 0; padding:0;}
.banner-text                        {float:left; margin:0; padding:70px 0 0 0;}
.banner-text h1                     {width:100%; color:#222; font-size:35px; font-family:"segoeui-bold",Arial; 
                                    line-height:45px; }
.banner-text span                   {width:100%; display:block; margin:25px 0 0 0; padding:0; color:#222; font-family:"segoeui-light",Arial;
                                     font-size:30px; line-height:40px;}
.banner-button                      {display:block; margin:35px 0 0 0;}

.banner-image-container             {width:481px; float:right; margin:122px 0 0 0; padding: 0;}
.inner-banner-container                         {width:100%; display:none; margin:0; padding:0;}
.inner-banner-container img                     {width:100%;}
.banner-col-left                    {float:left; width:236px; margin:0; padding: 0;  }
.banner-col-right                   {float:right; width:236px; margin:0; padding: 0; }
.banner-col-left img,.banner-col-right img    {margin-bottom:8px;}
.scroll-downs {
  position: absolute;
  top:auto;
  right: 0;
  bottom:20px;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 55px;
  text-align: center;
}

.scroll-downs img {margin: -12px 0 0 0; opacity:0.7; width:16px;}
.mousey {
  width: 3px;
  padding:7px 12px;
  height: 35px;
  border: 2px solid #9e9e9e;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #9e9e9e;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}


.how-works-container        {width:100%; display:block; margin:0 0 180px; padding:0; text-align:center;}
.works-item                 {width:262px; border-radius:20px; background:#fff; padding:30px 20px; box-shadow:10px 10px 70px rgba(0, 0, 0, 0.2);
                            height:auto; margin:0 6px; display:inline-block;}
.works-item .works-icon     {width:auto;  display:block; margin:0 auto 20px;}
.works-item .works-icon img {width:auto;}

.works-item h3              {width:100%; display:block; margin:0 0 15px; padding:0; color:#222; font-size:18px; 
                            font-family:"segoeui-bold",Arial; line-height:25px;}
.works-item h3 br           {display:none;}
.works-item article         {width:100%; display:block; margin:0 0 25px; color:#222; line-height:20px;}

.works-item .number        {width:100%; display:block; margin: 0; color:#222; opacity:0.2; font-size:40px; font-family:"segoeui-semi-bold",Arial;}
.works-item:hover .number  {opacity:0.5; transition:opacity 0.2s;}

.get-started-container           {width:100%; display:block; margin:0; padding:0;}
.get-started-container .left-img {width:500px; float:left; margin:0; padding:0;}
.get-started-container .left-img img {width:100%;}

.get-started-container .right-content {float:right; width:500px; margin:60px 0 0; padding:0;}

.get-started-container .right-content h2 {width:100%; display:block;margin:0 0 15px; padding:0; color:#222; font-size:40px; font-family:"segoeui-bold",Arial;}
.get-started-container .right-content p  {width:100%; display:block; margin:0 0 45px; line-height:40px; color:#222; font-family:"segoeui-light",Arial; font-size:25px;}
.get-started-container .right-content button {display: inline-block; text-transform:unset; margin: 0 15px 0 0;}
.get-started-container .right-content button br {display:none;}

/*.get-started-container .right-content button:nth-child(2){margin-right:20px;}*/


/*candidate form page css*/
.outer-inner-banner          {width:100%; display:block; position:absolute; top:0; left:0; z-index:0; height:700px;}
.inner-page-banner           {width:100%; display:block; position:relative; height:100%; }
.inner-corner-circle         {width:55%; height:110%; border-radius:100%;  position:absolute; top:-13px; right:-10%;}
.candidate-banner-img        {background:url(../images/candidate-banner-img.jpg) no-repeat; background-position:-160px 80px; background-size:cover;}
.comman-form-container    {width:568px; float:left; margin:112px 0 0 0; padding:0;}
.comman-form-container h1 {width:100%; display:block; margin:0 0 18px; padding:0; font-size:38px; color:#222;}
.comman-form-container .heading-text {width:100%; display:block; margin:0 0 36px; padding:0; color:#222; font-size:22px;
                                         font-family:"segoeui-light",Arial; line-height:35px;}

.form-container             {width:568px; display:block; margin:0; padding:36px 0 0 0; border-top:4px solid #f5f4f4;}
.form-row                   {width:100%; display:block; margin:0 0 30px; padding:0;}
.left-input                 {float:left; width:272px; margin:0; padding:0; position:relative;}
.right-input                {float:right; width:272px; margin:0; padding:0; position:relative;}

.dropdown-padding:after              {position:absolute; right:10px; bottom:7px; font-size:22px; color:#a09e9e; content: "\f107";
                                      font-family:"FontAwesome";} 
.dropdown-padding .form-control       {padding-right:38px !important; position:relative;}

.form-row .form-control     {height: 42px; box-shadow:1px 1px 14px rgba(0,0,0,0.1); border:1px solid #d9d9d9; outline:none; 
                            color:#9a9b9c; padding:12px 12px 14px; line-height:normal;}
.form-container .form-control::placeholder {font-style:italic; color:#a6a6a6; font-family:"segoeui-light",Arial; font-size:14px;}
.form-container .form-row label       {display:block; color:#222; font-size:14px; font-family:"MyriadPro-Regular", Arial;
                                       }

.form-row label p             {color:#a5a5a5; font-style:italic; display:block; font-size:11px;
                               font-family:"MyriadPro-Regular", Arial; line-height:1; margin:5px 0 13px 0;}
.form-container .form-row label span  {font-size: 11px; margin:0 0 0 5px; font-style:italic; color:#979596;}
.form-container button      {width:100%; font-size:16px;}
.custom-file                {height:auto; outline:none !important; }
.custom-file:focus          {outline:none !important; }
.custom-file    label       {margin-bottom:0; height: 42px; outline:none !important;}
.error-msg                  {position:absolute;bottom:-25px; right:0; font-size:12px; color:#ff385c;}
.custom-file-label          { border:1px solid #d9d9d9; box-shadow:1px 1px 14px rgba(0,0,0,0.1); font-style:italic; color:#a6a6a6 !important; 
                            font-family:"segoeui-light",Arial !important; font-size:14px; padding:9px  12px !important;} 
.custom-file-label::after   {border-radius:3px; color:#fff; background:#979596; font-family:"segoeui-light",Arial; font-size:13px; 
                             top:5px; right:5px; cursor:pointer !important; font-style:normal; height:30px; line-height:normal; padding:5px 8px;}
.custom-file-input:lang(en)~.custom-file-label::after {content: "Upload";}


.verify-container         {font-size:11px;  color:#757474; position:absolute; bottom:-25px; left:0;}
.verify-container a       {margin:0 0 0 5px; padding:0; text-transform:uppercase; font-size:10px; color:#2176ae; font-size:10px;}
.verify-container a:hover {text-decoration:underline;}





.package-row                {width:100%; display:block; margin:0 0 30px; padding:0; position:relative; z-index: 2;}
.package-item               {width:172px; float:left; margin:0 26px 0 0; border-radius:5px; background:#fff;
                             position:relative;}
.package-item:last-child    {margin:0;}

.package-item  input[type="radio"] {
              display: none;
              &:not(:disabled) ~ label {
                cursor: pointer;
              }
              &:disabled ~ label {
                color: hsla(150, 5%, 75%, 1);
                border-color: hsla(150, 5%, 75%, 1);
                box-shadow: none;
                cursor: not-allowed;
              }
            }

.package-item  label {
              height: 100%;
              display: block;
              background: white;
              border: 1px solid #f2f2f2;
              border-radius:5px;
              padding:15px;
              margin-bottom:0;
              //margin: 1rem;
              text-align: center;
              box-shadow: 0px 3px 10px -3px rgba(0, 0,0, 0.2);
              position: relative;
              transition:all 0.3s;
            }



.package-item  label::after {
                color: #fff;
                font-family: FontAwesome;
                border:1px solid #dadada;
                content: "";
                font-size:10px;
                position: absolute;
                top: 9px;
                right: 0;
                transform: translateX(-50%);
                height:17px;
                width:17px;
                line-height:15.5px;
                text-align: center;
                border-radius: 50%;
                background:#fff;
                /*box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%);*/
                transition:all 0.3s;
}

.package-item  input[type=radio]:checked + label::after {
                color: #fff;
                font-family: FontAwesome;
                border:1px solid #ff2020;
                content: "";
                font-size:10px;
                position: absolute;
                top: 9px;
                right: 0;
                transform: translateX(-50%);
                height:17px;
                width:17px;
                line-height:15.5px;
                text-align: center;
                border-radius: 50%;
                background:#f86767;
                /*box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%);*/

}
.package-item  input[type="radio"]:checked + label {
                /*background: hsla(150, 75%, 50%, 1);
                color: hsla(215, 0%, 100%, 1);
                box-shadow: 0px 0px 20px hsla(150, 100%, 50%, 0.75);*/
                border:1px solid #ffafbe;
                &::after {
                  color: hsla(215, 5%, 25%, 1);
                  font-family: FontAwesome;
                  border: 2px solid hsla(150, 75%, 45%, 1);
                  content: "\f00c";
                  font-size: 24px;
                  position: absolute;
                  top: -25px;
                  left: 50%;
                  transform: translateX(-50%);
                  height: 50px;
                  width: 50px;
                  line-height: 50px;
                  text-align: center;
                  border-radius: 50%;
                  background: white;
                  box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
                }
}
.package-item  input[type="radio"]#control_05:checked + label {
                  background: red;
                  border-color: red;
}


.package-content {width:100%; display:block; margin:0; padding:0 0 0 57px; position:relative; text-align:left;}
.package-number  {width:45px; height:45px; border-radius:100%; background:#fff5f6; text-align:center; vertical-align:middle;
                 color:#ff385c; font-size:20px; font-family:"segoeui-semi-bold", Arial; position:absolute; top:5px; left:0; padding:8px 0 0 0;}
.package-text    {width:100%; display:block; font-size:13px; color:#9c9c9c; line-height:17px;}
.package-cost    {color:#090909; font-size:14px; font-weight:bold; padding:9px 0 0 0;}

.select-dropdown {position:absolute; left:0; top:96%; border-radius:0 0 5px 5px; border:1px solid #d9d9d9; 
                 padding:20px 0; width:100%; z-index:9; background:#fff; display:none;}

.select-dropdown ul       {width:100%; display:block; margin:0; padding:0 0px; max-height: 200px; overflow:auto;}
.select-dropdown ul li    {display:block; margin:0; padding:3px 20px;}
.left-input:hover .select-dropdown, .right-input:hover .select-dropdown {display:block;}
.select-dropdown ul li a  {font-size: 14px; color: #808182; font-family: "MyriadPro-Regular", Arial; display:block;}


.select-dropdown ul li:hover {background:#f1efef;}

.radio-container {
  display: block;
  position: relative;
  margin-bottom:0px;
  cursor: pointer;
  font-size:14px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#808182 !important;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
 position: absolute;
 top: 3px;
 right: 0;
 height: 18px;
 width: 18px;
 background-color: #eee;
 border-radius: 50%;
 border:1px solid #dad7d7;
 background: #fff;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #fff;
  border:1px solid #f86767;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f86767;
}


/* The container */
.check-container {
  display: block;
  position: relative;
  margin-bottom:0px;
  cursor: pointer;
  font-size:14px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#808182 !important;
  
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top: 3px;
  right: 0;
  height:18px;
  width: 18px;
  border:1px solid #dad7d7;
  background: #fff;
  border-radius:3px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark2 {
  background-color: #fff;

}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark2 {
  background-color: #fff;
  border-color:#f86767;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark2:after {
  display: block;
 
}

/* Style the checkmark/indicator */
.check-container .checkmark2:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 9.5px;
  border: solid #f86767;
  border-width: 0 2.5px 2.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*interviewer CSS*/
.interviewer-banner-img        {background:url(../images/interviewer-banner-img.jpg) no-repeat; background-position:-186px 60px; background-size:cover;}
.without-lable                 {padding:33px 0 0 0;}

.links-container               {width:90%; display:block; margin:110px auto 0  auto; padding: 0; }

.links-container h1           {width: 100%; display: block;  margin: 0 0 18px;  padding: 0; font-size: 38px; color: #222;}
.links-container .heading-text {width: 100%; display: block;  margin: 0 0 36px;  padding: 0; color: #222;
                                     font-size: 22px;  font-family: "segoeui-light",Arial; line-height: 35px;}


.links-container ul                    {width:100%; display:block; margin:0; padding:0 10px; border-bottom:1px solid #e5e4e4;}
.links-container ul:nth-child(1)       {box-shadow:none !important; border-bottom:2px solid #e9e8e8; background:#e9e8e8 !important;}
.links-container ul.first-row          {box-shadow:none !important;  border-bottom:2px solid #e9e8e8; background:#e9e8e8 !important;}
.links-container ul.first-row li       {font-weight:bold; font-size: 16px;}
.links-container ul:hover              {box-shadow:0px 4px 6px #e5e4e4;}
.links-container ul:nth-child(odd)     {background:#f9f9f9;}
.links-container ul li                 {display: inline-block; margin: 0; padding: 10px 0; word-wrap: break-word;}
.links-container ul li:nth-child(1)    {width:35%;}
.links-container ul li:nth-child(2)    {width:63%;} 


.blank-footer                          {padding:30px 0 0 0;}
.blank-footer   .footer-logo           {margin:0;}
.blank-footer > .bottom-footer         {margin: 30px 0 0 0; text-align:left;}