/*************************************************| OpenBudet Default CSS Style |******************************************************************
Theme Name:      OpenBudet
Company Website:
Description:     New Design of OpenBudet | All Rights Reserved 2020
Author:          Marat Raimberdievich
Version:         1.0
Tags:

************************************* | Default Browsers' Attrib Reseting & Main Styling |*********************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    line-height: 1;
}
form {
    width: 100%;
}
html, body {
    height: 100%;
    font-family: "SegoeUI";
    display:table;
    font-size: 16px;
    color: #3a424f;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0 !important;
}
a:link, a:visited {
	color:#1e3685;
	text-decoration:none;
}
a:hover, a:active {
    cursor: pointer;
    text-decoration:none !important;
    color:#395ccd;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul, ol, li, div, span, h1, h2, h3, h4, h5, label, a {
    margin: 0px;
    padding: 0px;
}
ul, ol, li {
    list-style: none;
}
dl, ol, ul {
	margin-bottom:0 !important;
}
fieldset, img {
    border: none;
}
@font-face {
  font-family: 'SegoeUI';
   src: url('fonts/SegoeUI.eot');
   src: url('fonts/SegoeUI.eot#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI.woff') format('woff'),
        url('fonts/SegoeUI.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'SegoeUI';
  src: url('fonts/SegoeUI-Semibold.eot');
  src: url('fonts/SegoeUI-Semibold.eot#iefix') format('embedded-opentype'),
       url('fonts/SegoeUI-Semibold.woff') format('woff'),
       url('fonts/SegoeUI-Semibold.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'SegoeUI';
  src: url('fonts/SegoeUI-Bold.eot');
  src: url('fonts/SegoeUI-Bold.eot#iefix') format('embedded-opentype'),
       url('fonts/SegoeUI-Bold.woff') format('woff'),
       url('fonts/SegoeUI-Bold.ttf') format('truetype');
  font-weight: 600;
}
* {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
/****************************************| All Input Fields Auto Styling (Without assign ID or Class) |***************************************/
body {
  width:100%;
  height:100%;
  background-image: url('../images/main_bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main {
  display: flex;
  width: 100%;
  height:100vh;
  align-items: center;
  justify-content: center;
  align-self: center;
  align-content: center;
}
.logo {
  display: flex;
  justify-content: center;
  margin-bottom:20px;
}
.mainContainer {
  background: #fff;
  border-radius: 18px;
  width:100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mainContainer .mainLeft {
  padding:20px 0 0 0;
  min-height:600px;
  background-image: url('../images/left_bg.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  width:50%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.mainContainer .mainRight {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  width:50%;
  background-image: url('../images/right_bg.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: flex;
  flex-direction: column;
  padding:20px;
  min-height:600px;
}
.mainContainer .mainLeft .texts{
  flex:1;
  z-index: 10;
}
.mainContainer .mainLeft .kaif{
  background-image: url('../images/kaif-person.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 1;
  height:380px;
  background-size: contain;
  display: flex;
}
.mainContainer .mainLeft .kaif a {
  display:inline-block;
  padding:10px 30px 14px;
  border-radius: 24px;
  background:#fff;
  font-size: 20px;
  height: min-content;
  font-weight: 600;
  position: relative;
  left: 28%;
}
.mainContainer .mainLeft .kaif a:link, .mainContainer .mainLeft .kaif a:visited {
  color:#016cbc;
}
.mainContainer .mainLeft .kaif a:hover, .mainContainer .mainLeft .kaif a:active {
  color:#ffc801;
}
.mainContainer .mainLeft .texts {
  padding:15px 24px 0;
}
.mainContainer .mainLeft .texts .topText li{
  text-transform: uppercase;
  color:#f7d939;
}
.mainContainer .mainLeft .texts .topText li:nth-child(1){
  font-size:18px;
  font-weight: 300;
}
.mainContainer .mainLeft .texts .topText li:nth-child(2){
  font-size:32px;
  font-weight: 500;
}
.mainContainer .mainLeft .texts label {
  font-size:22px;
  font-weight: 600;
  margin-top:20px;
  color:#f7d939;
  margin-bottom:10px;
}
.mainContainer .mainLeft .texts .leftBotText, .mainContainer .mainRight .RightBotText {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.mainContainer .mainRight .RightBotText {
  margin-left: 5%;
}
.mainContainer .mainLeft .texts .leftBotText li {
  color:#f7d939;
  font-size:16px;
  padding-bottom: 3px;
}
.mainContainer .mainRight .rightTop {
  margin-top:15px;
}
.mainContainer .mainRight .rightTop li{
  text-transform: uppercase;
  text-align: right;
  color:#0376e0;
}
.mainContainer .mainRight .rightTop li:nth-child(1){
  font-size:18px;
  font-weight: 300;
}
.mainContainer .mainRight .rightTop li:nth-child(2){
  font-size:32px;
  font-weight: 500;
}
.mainContainer .mainRight label{
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  color: #0376e0;
  margin-bottom: 10px;
  margin-left: 5%;
}
.mainContainer .mainRight .RightBotText li {
  color:#0376e0;
  font-size:16px;
  padding-bottom: 3px;
}
.mainContainer .mainRight .rightbutton {
  margin-top:26px;
}
.mainContainer .mainRight .rightbutton a {
  display:inline-block;
  padding:10px 30px 14px;
  border-radius: 24px;
  background:#0089f1;
  font-size: 20px;
  height: min-content;
  font-weight: 600;
  position: relative;
  left: 28%;
}
.mainContainer .mainRight .rightbutton a:link, .mainContainer .mainRight .rightbutton a:visited {
  color:#fff;
}
.mainContainer .mainRight .rightbutton a:active, .mainContainer .mainRight .rightbutton a:hover {
  color:#ffc801;
}
.socialBlocks{
  display:flex;
  flex-direction: row;
  margin-top:20px;
  justify-content: center;
}
.socialBlocks ul {
  display:flex;
  flex-direction: row;
  justify-content: center;
}
.socialBlocks ul li {
  margin:0 10px;
}
.socialBlocks ul li a {
  font-size:24px;
  color:#fff;
}
