@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');

@font-face {
    font-family: 'runda_boldbold';
    src: url('../fonts/runda-bold-webfont.eot');
    src: url('../fonts/runda-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/runda-bold-webfont.woff2') format('woff2'),
         url('../fonts/runda-bold-webfont.woff') format('woff'),
         url('../fonts/runda-bold-webfont.ttf') format('truetype'),
         url('../fonts/runda-bold-webfont.svg#runda_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rundanormal';
    src: url('../fonts/runda-normal-webfont.eot');
    src: url('../fonts/runda-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/runda-normal-webfont.woff2') format('woff2'),
         url('../fonts/runda-normal-webfont.woff') format('woff'),
         url('../fonts/runda-normal-webfont.ttf') format('truetype'),
         url('../fonts/runda-normal-webfont.svg#rundanormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { font-family: 'rundanormal'; font-size: 22px; color:#000000; line-height: 20px; margin: 0; }
a { text-decoration: none; outline: none; }
a {
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;
}
p { font-family: 'rundanormal'; font-size: 22px; color:#000000; line-height: 30px; margin: 0 0 30px 0; }
/*img { max-width: 100%;}*/
h2 { font-family: 'rundanormal'; font-size: 40px; line-height: 44px; color:#000000; margin: 0 0 20px 0; }
h4 { font-family: 'rundanormal'; font-size: 22px; line-height: 26px; color:#000000; margin: 0 0 15px 0; }
.blue-btn { line-height: 34px; display: inline-block; text-align: center; color: #fff; font-size: 22px;
	font-weight: normal; background-color: #3381f2; padding: 10px 25px; text-decoration: none;
	-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px;
}
.blue-btn:hover { background-color: #1f6cdc; color: #fff; }
.link-btn { line-height: 42px; display: inline-block; min-width: 200px; text-align: center; color: #fff; font-size: 24px; font-family: 'runda_boldbold';
    font-weight: normal; border: 1px solid #0081fb; background-color: transparent; padding: 10px;
}
.link-btn:hover { color: #fff; background-color: #0081fb; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; -ms-border-radius: 100px; }
.right-space { padding-right: 25px; }
.left-space { padding-left: 25px; }

.breadcrumb { padding: 0; margin: 0 0 50px 0; background-color: transparent; border-radius: 0; }
.breadcrumb > li { font-size: 14px; line-height: 20px; vertical-align: top; }
.breadcrumb > li a { color: #000;}
.breadcrumb > li a:hover { color: #3381f2; }
.breadcrumb > .active { color: #000;}
.breadcrumb > li + li:before { padding: 0 1px 0 3px; color: #000; }

.header { padding: 20px 0; background: #fff; }
.header .container-fluid { padding-left: 55px; padding-right: 55px; }
.navbar-default { background-color:transparent; border: none; border-radius: 0; min-height: 1px; margin-bottom: 0; }
.navbar-brand { height: auto; padding: 0;}
.navbar-default .navbar-nav > li > a { color: #000; padding: 0; }
.navbar-nav > li { font-size: 14px; padding: 0 20px; }
.navbar-nav > li:last-child { padding-right: 0; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { font-family: 'runda_boldbold'; color: #3381f2; background-color: transparent; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus { color: #3381f2; }
.navbar-collapse { padding: 0;}
body.nav-open { overflow: hidden; }
#nav { padding-top: 0px; }

/*Navbar hover css start*/
.navbar-brand + span{
	/*display: none; */
}
header#header {
    padding: 6px 0 0 0;
}
#id_copyright {
    position: relative;
    z-index: 9;
}

#header .navbar-nav > li > a:after {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: #0081FB;
    content: '';
    transition: all 0.5s ease;
}
#header .navbar-nav > li:hover > a{
	color: #0081FB;
}
#header .navbar-nav > li:hover > a:after {
    opacity: 1;
}
.sustainability-section { padding: 50px 0 50px 0; background: #f4f7f9; }
.sustainability-section h2 { margin-bottom: 50px; }
.sustainability-section .search-col { margin-top: 50px; }
.sustainability-section .content-col p.large-text { font-size: 26px; line-height: 36px; }
.sustainability-section.about-sustainability-section { padding-bottom: 0;}
.sustainability-section .sustainability-twocols { position: relative; min-height: 400px; padding-bottom: 80px; }
.sustainability-section .sustainability-twocols .right-image { position: absolute; right: 0; bottom: 0; padding: 0; text-align: right; }

.search-col { max-width: 405px; }
.search-col .form-group { width: 100%; position: relative; }
.search-col .form-control { background: #3381f2; color: #fff; font-size: 22px; box-shadow: none; outline: none; border: none; height: 54px;
	padding: 0 55px 0 28px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px;
}
.search-col .form-control::-moz-placeholder { color: #fff; opacity: 1; }
.search-col .form-control:-ms-input-placeholder { color: #fff; opacity: 1; }
.search-col .form-control::-webkit-input-placeholder { color: #fff; opacity: 1; }
.search-col .submit-btn { position: absolute; right: 5px; top: 0; height: 54px; width: 50px; background-image: url(../Images/search-icon.svg);
	background-position: center center; background-repeat: no-repeat; z-index: 11; border: none; background-color: transparent; padding: 0;
	box-shadow: none; outline: none;
}

.information-section { padding: 130px 0 110px 0; background-size: cover; background-position: center center; }
.information-section h2 { margin-bottom: 60px; color: #fff; display: inline-block; }
.information-section p { color: #fff; margin-bottom: 60px;}
.information-section .bottom-part { border-top:1px solid #fff; padding-top: 35px; margin-top: 55px; }
.information-section .bottom-part p { font-size: 18px; line-height: 30px; color: #fff; margin: 0; }
.information-section .image-col { margin-top: -130px; }
.content-section { padding: 75px 0 75px 0; }

.footer { background: #3381f2; padding: 100px 0; text-align: center; }
.footer p { margin-bottom: 0px; color: #fff; font-size: 28px; line-height: 44px; max-width: 1300px; margin: 0 auto 40px auto; }
.footer p:last-child { margin-bottom: 0;}
.footer h2 { color: #fff; margin-bottom: 40px;}

.contact-btn { line-height: 34px; display: inline-block; text-align: center; color: #3381f2; font-size: 22px; width: 100%; max-width: 222px;
	font-weight: normal; background-color: #fff; padding: 10px 25px; text-decoration: none;
	-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px;
}
.contact-btn:hover { background-color: #fff; color: #3381f2; }

.share-btn { z-index: 999; background: #124179; width: 70px; height: 70px; line-height: 70px; text-align: center; position: fixed; right: 50px; bottom: 50px;
	-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.3); -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.3); box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 3px 3px 10px rgba(0,0,0,0.3); -o-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}

.listings-row { display: table; width: 100%; position: relative; border-bottom: 1px solid #000; padding: 50px 0; }
.listings-row .left-image { display: table-cell; vertical-align: middle; padding: 0 20px 0 0; width: 22%; }
.listings-row .right-content { color: #fff; display: table-cell; width: 78%; vertical-align: middle; }
.listings-row .right-content p:last-child { margin-bottom: 0; }
.listings-row:first-child { padding-top: 30px;}
.listings-row:last-child { border-bottom: none; padding-bottom: 20px; }

.sdgs-section { padding: 60px 0; }
.sdgs-section .logo-cols { width: 22%; }
.sdgs-section .content-cols { width: 78%; }
.sdgs-section .content-col p:last-child { margin-bottom: 0;}
.sdgs-section h2 { margin-bottom: 60px;}

.icon-section { padding: 70px 0; background: #f4f7f9; }
.icon-list { margin: 0; padding: 0; display: inline-block; width: 100%; vertical-align: top; }
.icon-list li { list-style: none; float: left; margin: 0; padding: 0; width: 5.88%; }
.icon-list li img { width: 100%; }

.twocolcontent-section { /*padding: 80px 0; */}
.twocolcontent-section h4 { font-size: 26px; font-family: 'runda_boldbold'; line-height: 30px; margin: 0 0 40px 0; }

.home-section { padding: 200px 0 100px; background: #f4f7f9; }
.search-blocks .search-col { max-width: 1200px; margin: 0 auto; text-align: center; position: relative; }
.search-blocks .search-col h2 { margin: 0 0 30px 0; font-family: 'runda_boldbold'; color: #fff; }
.search-blocks .search-col h2 a { color: #fff;  text-decoration: underline; }
.search-blocks .search-col h2 a:hover { color: #1f6cdc; }
.search-blocks .search-col .form-group { width: 100%; position: relative; }
.search-blocks .search-col .form-control { background: #fff; color: #000; font-size: 40px; box-shadow: none; outline: none; border: 4px solid #3381F2; height: 106px;
	padding: 0 130px 0 80px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3); -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3); box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 5px 5px 10px rgba(0,0,0,0.3); -o-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.search-blocks .search-col .form-control::-moz-placeholder { color: #999999; opacity: 1; }
.search-blocks .search-col .form-control:-ms-input-placeholder { color: #999999; opacity: 1; }
.search-blocks .search-col .form-control::-webkit-input-placeholder { color: #999999; opacity: 1; }
.search-blocks .search-col .submit-btn { position: absolute; right: 40px; top: 0; height: 106px; width: 80px; background-image: url(../Images/search-icon-large.svg);
	background-position: center center; background-repeat: no-repeat; z-index: 1; border: none; background-color: transparent; padding: 0;
	box-shadow: none; outline: none;
}
.home-section .btn-row { text-align: center; padding: 20px 0; }
.home-section .btn-row .blue-btn { padding: 10px 30px; margin: 0 5px; }
.home-section .btn-row .filter-btn { background-color: #999999; color: #fff; height: 54px; position: relative; font-size: 22px; padding: 10px 45px 10px 85px;
	display: inline-block; line-height: 34px; margin: 0 5px;
	-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px;
}
.home-section .btn-row .filter-btn:hover,
.home-section .btn-row .filter-btn.active { background-color: #1A1A1A; }


.home-section .btn-row .filter-btn:before { position: absolute; left: 30px; top: 14px; content: ''; background-image: url(../Images/filter-icon.svg);
	background-position: center center; background-repeat: no-repeat; width: 26px; height: 25px;
}
.toggle-content { display: none; margin: 0 -10px; display: block;max-width: 1200px;margin: 0 auto;}
.select-row { display: inline-block; width: 100%; vertical-align: top; margin-top: 20px; }
.select-col { width: 24%; float: left; padding: 0 10px; }
.select-col .select2-container { width: 100% !important; }

.result-section { padding: 50px 0 100px 0; background: #f4f7f9; }
.result-section .search-col { margin-top: 15px; }
.result-section .result-rightimage img { -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3); -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3); -ms-box-shadow: 5px 5px 10px rgba(0,0,0,0.3); -o-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	width: 100%;
}
.result-section .result-rightimage { text-align: right; }
.result-contentlist { max-width: 460px; }
.result-listrow { border-bottom: 1px solid #E6E6E6; padding: 20px 0 10px 0; display: inline-block; width: 100%; vertical-align: top; }
.result-listrow label { font-size: 22px; font-weight: normal; color: #000; margin: 0 15px 10px 0; float: left; max-width: 170px; line-height: 26px; padding: 2px 0; }
.result-listrow .result-detail { display: table-cell; }
.result-listrow .result-detail .label { display: inline-block; padding: 5px 15px; line-height: 20px; font-size: 14px;
	color: #fff; vertical-align: top; margin: 0 4px 10px 0; font-weight: normal; white-space: normal;
	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px;
}
.result-listrow .result-detail .label-default { background-color: #3381f2; }
.result-listrow .result-detail .label-info { background-color: #29ABE2; }
.result-listrow .result-detail .label-warning { background-color: #E5C53E; }
.result-listrow .result-detail .label-industry { background-color: #FF6300; }
.result-listrow .result-detail .links { background-color: #3381F2; display: inline-block; padding: 5px 15px; line-height: 20px; font-size: 14px;
	color: #fff; vertical-align: top; margin: 0 4px 10px 0;
	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px;
}
.result-listrow .result-detail .links:hover { background-color: #1f6cdc; }
.result-listrow .result-detail .ticker-text { color: #000; font-family: 'runda_boldbold'; display: inline-block; line-height: 26px; padding: 2px 0;}
.result-listrow .result-detail .ticker-text span { color: #22B573; }
.result-leftcol .rating-col { padding: 15px 0 20px 0; }
.result-leftcol .rating-col label { font-size: 22px; font-weight: normal; color: #000; margin: 0 15px 10px 0; display: block; line-height: 26px; padding: 2px 0; }
.result-leftcol .rating-col p { font-size: 13px; line-height: 18px; margin: 0; }

.footer-section { position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; height: 769px; }
.footer-section .container { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex;
    display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%;
}
.footer-section .footer-secontent h2 { color:#fff; font-size: 96px; line-height: 100px; margin: 0 0 40px 0; font-family: 'runda_boldbold'; font-weight: normal; max-width: 954px; }
.footer-section .footer-secontent p { color:#fff; font-size: 24px; line-height: 32px; max-width: 951px; margin: 0 0 50px 0; }

.selections { }
.selections ul { margin: 0; padding: 0 10px; }
.selections ul li { display: inline-block; padding: 5px 45px 5px 15px; line-height: 20px; font-size: 14px; background-color: #1A1A1A; position: relative;
	color: #fff; vertical-align: top; margin: 0 4px 10px 0; font-weight: normal; white-space: normal;
	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px;
}
.selections ul li .remove { position: absolute; right: 18px; top: 0; line-height: 26px;	font-size: 22px; font-weight: normal; cursor: pointer; }
.datatable-row { margin-top: 170px;}

.datatable-row .dataTables_wrapper .dataTables_length,
.datatable-row .dataTables_wrapper .dataTables_filter,
.datatable-row .dataTables_wrapper .dataTables_info { display: none; }


/*--12-04-2021 Start--*/
.sustainability-section .content-col p strong { color: #16417a; font-family: 'runda_boldbold'; font-weight: normal; }
.sustainability-section .content-col p a { color: #3381f2; text-decoration: underline;}
.sustainability-section .content-col .search-btn,
.result-leftcol .search-col a.search-btn { background: #3381f2; color: #fff; font-size: 22px; box-shadow: none; outline: none; border: none; position: relative;
	padding: 12px 55px 12px 28px; display: inline-block; text-decoration: none;
	-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px;
}
.sustainability-section .content-col .search-btn:hover,
.result-leftcol .search-col a:hover { background-color: #1f6cdc; }
.sustainability-section .content-col .search-btn:after,
.result-leftcol .search-col a.search-btn:after { position: absolute; right: 5px; top: 0; height: 54px; width: 50px; background-image: url(../Images/search-icon.svg);
	background-position: center center; background-repeat: no-repeat; z-index: 11; border: none; background-color: transparent; padding: 0;
	box-shadow: none; outline: none; content: '';
}
.contact-formcol { background-color: #004182; padding: 0px 180px 35px 180px; margin-top: 100px; position: relative;
	-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -ms-border-radius: 50px;
}
.contact-formcol .headings { text-align: center; margin-bottom: 50px; position: relative; padding: 120px 100px 0px 100px; }
.contact-formcol .headings h2 { color:#fff; font-size: 47px; line-height: 56px; margin: 0 0 30px 0; font-family: 'runda_boldbold'; font-weight: normal; }
.contact-formcol .headings p { font-size: 17px; line-height: 22px; color: #fff; max-width: 642px;	margin: 0 auto; }
.contact-formcol .left-arrow { position: absolute; left: -80px; top: 0; }
.contact-form .form-group { margin-bottom: 30px; }
.contact-form .form-control { background-color: #fff; height: 50px; font-size: 17px; color: #1a1a1a; border: none; outline: none; box-shadow: none;
	padding: 10px 20px;
	-webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -ms-border-radius: 25px;
}
.contact-form textarea.form-control { height: 180px; padding: 15px 20px; resize: none; }
.contact-form .form-control::-webkit-input-placeholder { color: #1a1a1a; opacity: 1; }
.contact-form .form-control::-moz-placeholder { color: #1a1a1a; opacity: 1; }
.contact-form .form-control:-ms-input-placeholder { color: #1a1a1a; opacity: 1; }
.contact-form .form-control:-moz-placeholder { color: #1a1a1a; opacity: 1; }
.contact-form .submit-row { text-align: right;}
.contact-form .captcha-col { display: inline-block; vertical-align: top; margin-right: 40px; }
.contact-form .submitbtn { height: 72px; width: 190px; border: 4px solid #0081fb; background-color: transparent; padding: 0;font-family: 'runda_boldbold'; font-weight: normal;
	font-size: 30px; color: #fff; box-shadow: none; outline: none; text-align: center;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; -ms-transition: all 0.5s ease;
}
.contact-form .submitbtn:hover { background-color: #0081fb; }

.contact-form .select2-container { width: 100% !important; }
.contact-form .select2-container--default .select2-selection--single { border: none; height: 50px;
	-webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -ms-border-radius: 25px;
}
.contact-form .select2-container--default .select2-selection--single .select2-selection__rendered { color: #1a1a1a; line-height: 50px; font-size: 17px;padding-right: 50px; }
.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow { height: 50px; width: 50px; }
.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #1a1a1a transparent transparent transparent;
	border-style: solid; border-width: 13px 8px 0 8px; margin-left: -10px;
}
.contact-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #1A1A1A transparent;
    border-width: 0 8px 13px 8px;
}
.content-col iframe { -webkit-box-shadow: 7px 7px 12px rgba(0,0,0,0.3); -moz-box-shadow: 7px 7px 12px rgba(0,0,0,0.3); box-shadow: 7px 7px 12px rgba(0,0,0,0.3);
    -ms-box-shadow: 7px 7px 12px rgba(0,0,0,0.3); -o-box-shadow: 7px 7px 12px rgba(0,0,0,0.3);
}
/*--12-04-2021 End--*/

/* 28/04/2021 */
#uid2 h2, #uid3 h2, #uid4 h2, #uid13 h2 { font-weight: bold; }

/*----27-05-2021 Start----*/
.d-flex {display: -webkit-box; display: -ms-flexbox; display: flex;}
.flex-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
.align-items-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.justify-content-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.justify-content-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.justify-content-between {-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.inner-banner { background-position: center center; background-size: cover; background-repeat: no-repeat; min-height: 600px; position: relative; overflow: hidden; }
.inner-banner:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; }
.inner-banner .container { position: relative; z-index: 1;}
.inner-banner img.img-large { width: auto; }
.inner-banner img.img-small { max-height: 335px; width: unset !important; }
.inner-bannerow { margin: 0 -15px; height: 100%;}
.inner-bannerow .columns { flex: 1; padding: 0 15px;}
.inner-bannerow .left-column .left-content { padding: 30px 0;}
.inner-bannerow .right-column.force-bottom { height: 100%; margin-top: 0; }
.inner-bannerow .right-column.force-bottom .right-image { height: 100%; -ms-flex-align: end!important;
    align-items: flex-end!important; display: -ms-flexbox!important; display: flex!important;
}
.inner-bannerow .left-content h1 { color: #1D407E; font-size: 64px; line-height: 76px; margin: 0 0 15px 0; font-family: 'runda_boldbold'; font-weight: normal;}
.inner-bannerow .left-content p { color: #353535; font-size: 24px; line-height: 32px; margin:0; }
.inner-bannerow .right-column { margin-top: 35px; text-align: right;}
/*.inner-bannerow .right-column .right-image img { max-height: 335px;}*/
.inner-bannerow .btn-link { color: #fff; font-size: 28px; line-height: 36px; margin: 0; display: inline-block; padding: 10px 40px; text-decoration: none;
    font-family: 'runda_boldbold'; font-weight: normal; border: 4px solid #0081FB; margin-top: 30px;
}
.inner-bannerow .btn-link:hover { background-color: #0081FB; color: #fff; }
.inner-banner.inner-banner-small { min-height: 370px;}
.inner-banner.inner-banner-small .inner-bannerow .left-column { width: 100%;}
/*----27-05-2021 End----*/

/*--05-05-2021-Start--*/
.tutorial-btn { display: inline-block; vertical-align: top; position: relative; background-color: #000;
	width: 53px; height: 53px; line-height: 53px; text-align: center;
	-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -ms-border-radius: 50px;
}
.tutorial-btn.active { background-color: #fff; }
.tutorial-btn .text { font-size: 36px; color: #fff;
	font-family: 'runda_boldbold'; position: relative; display: inline-block; vertical-align: top;
}
.tutorial-btn.active .text { display: none;}
.tutorial-btn .close-text { position: absolute; font-size: 18px; text-align: left; line-height: 22px; width: 200px;
	display: none; left: 68px; top: 16px; font-family: 'runda_boldbold'; color: #fff; z-index: 1;
}
.tutorial-btn.active .close-text { display: block;}
.tutorial-btn .close-icon { display: none; }
.tutorial-btn.active .close-icon { display: block; z-index: 1111; position: relative; }
.tutorial-btn .needhelptext { position: absolute; font-size: 15px; text-align: left; line-height: 20px; width: 156px;
	right: 60px; top: 16px; color: #000; z-index: 1; cursor: default;
}
.tutorial-btn.active .needhelptext { display: none; }
.overlay { background-color: rgba(26,26,26,0.6); position: fixed; left: 0; top: 0; width: 100%; height: 100%; visibility: hidden; opacity: 0; transition: all 0.5s ease; }
body.show-tutorial .overlay { opacity: 1; visibility: visible;}

.tutorial-section { position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding-top: 350px; display: none; z-index: 3; }
body.show-tutorial .tutorial-section { display: block; }
.tutorial-row  { position: relative; }
.tutorial-row .tutorial-column { position: absolute; padding-left: 65px; left: 0; top: 0; max-width: 400px; }
.tutorial-row .tutorial-column .number { position: absolute; left: 0; top: 0; width: 53px; height: 53px; line-height: 53px;
	background-color: #fff; font-family: 'runda_boldbold'; font-size: 36px; color: #000; text-align: center;
	-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -ms-border-radius: 50px;
}
.tutorial-row .tutorial-column p { font-family: 'runda_boldbold'; color: #fff; font-size: 18px; line-height: 22px; margin-bottom: 20px; }
.tutorial-row .tutorial-column .arrow { display: inline-block; position: absolute; left: 0; bottom: 0; }
.tutorial-row .tutorial-column.one { left: -6%; top: -140px; padding-bottom: 130px; }
.tutorial-row .tutorial-column.one .arrow { left: 65px;}
.tutorial-row .tutorial-column.two { left: -5.5%; top: 175px; max-width: 460px; padding-right: 70px; }
.tutorial-row .tutorial-column.two .arrow { right: 10px; left: auto; top: 18px; }
.tutorial-row .tutorial-column.three { left: 19%; top: 300px; max-width: 479px; padding-right: 90px; padding-bottom: 10px; }
.tutorial-row .tutorial-column.three .arrow { right: 0; left: auto; top: auto; bottom: 0; }
.tutorial-row .tutorial-column.four { left: auto; top: 340px; max-width: 479px; padding-left: 160px; right: 6%; }
.tutorial-row .tutorial-column.four .arrow { right: auto; left: 0; top: auto; bottom: 30px; }
.tutorial-row .tutorial-column.four .number { left: 95px; }
.tutorial-row .tutorial-column.five { left: auto; top: -135px; max-width: 440px; padding-bottom: 70px; right: -10%; }
.tutorial-row .tutorial-column.five .arrow { right: auto; left: 45px; top: auto; bottom: 0px; }


.tutorial-share-column { position: fixed; padding-top: 65px; right: 0px; bottom: 30px; max-width: 150px; padding-bottom: 65px; display: none; }
.tutorial-share-column .number { position: absolute; left: 0; top: 0; width: 53px; height: 53px; line-height: 53px;
	background-color: #fff; font-family: 'runda_boldbold'; font-size: 36px; color: #000; text-align: center;
	-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -ms-border-radius: 50px;
}
.tutorial-share-column p { font-family: 'runda_boldbold'; color: #fff; font-size: 18px; line-height: 22px; margin-bottom: 20px; }
.tutorial-share-column .arrow { display: inline-block; position: absolute; left: 0; bottom: 0; }
body.show-tutorial .tutorial-share-column { display: block; }

.result-section .tutorial-btn { float: right; margin-top: -100px; right: -100px; }
.result-section .tutorial-btn .close-text { right: 60px; left: auto;}
.result-section .tutorial-row .tutorial-column.one { left: 22%; top: -120px; padding-bottom: 60px; max-width: 380px;}
.result-section .tutorial-row .tutorial-column.one .arrow { left: 170px;}

.result-section .tutorial-row .tutorial-column.two { left: 34.5%; top: 125px; max-width: 290px; padding-right: 0; padding-top: 90px;}
.result-section .tutorial-row .tutorial-column.two .number { top: 90px; }
.result-section .tutorial-row .tutorial-column.two .arrow { bottom: auto; right: auto; left: 0; top: 0; }

.result-section .tutorial-row .tutorial-column.three { left: 34.5%; top: 340px; max-width: 290px; padding-right: 0; padding-bottom: 0; padding-top: 90px; }
.result-section .tutorial-row .tutorial-column.three .number { top: 90px; }
.result-section .tutorial-row .tutorial-column.three .arrow { right: auto; left: 0; top: 0; bottom: auto; }

.result-section .tutorial-row .tutorial-column.four {left: auto;top: 390px;max-width: 380px;padding-left: 130px;right:-30px; }
.result-section .tutorial-row .tutorial-column.four .number { left: 65px;}

.result-section .tutorial-row.reports .tutorial-column.one { left: 38%; top: -30px; padding-bottom: 0;max-width: 420px; }
.result-section .tutorial-row.reports .tutorial-column.one .arrow { left: -140px; top: 60px; bottom: auto; }
.result-section .tutorial-row.reports .tutorial-column.two { left: 38%; top: 140px; max-width: 390px; padding-right: 0; padding-top: 0;}
.result-section .tutorial-row.reports .tutorial-column.two .number { top: 0; }
.result-section .tutorial-row.reports .tutorial-column.two .arrow { bottom: auto; right: auto; left: -60px; top: 0; }
.result-section .tutorial-row.reports .tutorial-column.three { left: 38%; top: 245px; max-width: 380px; padding-right: 0; padding-top: 0;}
.result-section .tutorial-row.reports .tutorial-column.three .number { top: 0; }
.result-section .tutorial-row.reports .tutorial-column.three .arrow { bottom: auto; right: auto; left: -60px; top: 0; }
/*--05-05-2021-End--*/



/*28-10-2021*/
.powermail_form_1 .col-md-6 .col-sm-2 {
    width: 100%;
    text-align: left!important;
    display: block;
    margin-bottom: 6px!important;
    font-size: 16px;
}
.powermail_form_1 .col-md-6 .col-sm-10{
	width: 100%;
}
.powermail_form_1>div + h3{
	display: none;
}
.powermail_form_1 .powermail_fieldwrap_submitreport.col-md-6 {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
}
.powermail_form_1 .powermail_fieldwrap.col-md-6.form-group{
	margin-left: 0;
	margin-right: 0;
}
.powermail_form_1 .powermail_fieldwrap_submitreport .col-sm-10.col-sm-offset-2{
    width: 100%;
    text-align: center;
    margin-left: 0;
}
.powermail_form_1 {
    /*width: 80%;*/
    margin: 0 auto;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 16%);
    border-radius: 6px;
    margin-bottom: 35px;
    margin-right: -15px;
    margin-left: -15px;
}
.powermail_form_1 .parsley-errors-list {
    background-color: #fff!important;
    border: 0!important;
    padding-left: 0!important;
    margin-left: 0!important;
    margin-bottom: 0!important;
}
.powermail_form_1 .parsley-errors-list li {
    font-size: 15px!important;
    padding-left: 0!important;
}
.powermail_form_1 .form-control{
	height: 45px;
}
.powermail_form_1 .powermail_fieldwrap_submitreport .btn-primary {
    height: 55 px;
    min-width: 250 px;
    font-size: 23px;
    font-family: "runda_boldbold";
    letter-spacing: 1px;
}
.powermail_form_1 .col-md-6 .col-sm-2 .mandatory {
    color: red;
    display: inline-block;
    padding: 0 6px;
}
/*28-10-2021*/

/*09-11-2021*/
#powermail_field_selectallthefollowingreporttypesthatapply{
	min-height: 120px;
}
#powermail_field_selectallthefollowingreporttypesthatapply option {
    min-height: 19px;
    overflow: hidden;
}
.powermail_fieldset_1 .powermail_fieldwrap .checkbox input {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 20px;
    top: -4px;
}
.powermail_fieldset_1 .powermail_fieldwrap .checkbox label {
    position: relative;
    padding-left: 35px;
    min-height: auto;
    font-size: 18px;
    margin-bottom: 5px;
}
.powermail_fieldset_1 .powermail_fieldwrap .checkbox {
    display: inline-block;
    width: 50%;
}
/*09-11-2021*/

/* Responsive Style Start
-------------------------------------------------- */
@media (min-width: 768px) {
	.navbar-nav { float: right;}
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand { margin-left: 0; padding: 0;}
}
@media (min-width: 1360px) {
	.container { width: 100%; max-width: 1330px; }
}
@media (min-width: 1460px) {
	.container { width: 100%; max-width: 1430px; }

}
@media (max-width: 1450px) {
.about-sustainability-section h2 {max-width: 830px;}
}



/*--05-05-2021-Start--*/
@media (max-width: 1659px) {
	.tutorial-row .tutorial-column.five {max-width: 22%; right: 0;top: -155px; }
	.result-section .tutorial-btn { right: 0;}
}
@media (max-width: 1579px) {
	.tutorial-row .tutorial-column.one { left: -2%; max-width: 30%;}
	.tutorial-row .tutorial-column.one .arrow {left: 4%;}
	.tutorial-row .tutorial-column.two { left: -2%; max-width: 29%;}
	.tutorial-row .tutorial-column.two .arrow { right: 20px; }
	.tutorial-row .tutorial-column.three { max-width: 35%; }
	.tutorial-row .tutorial-column.five {max-width: 22%; right: 0;top: -155px; }
}
@media (max-width: 1459px) {
	.tutorial-row .tutorial-column.one { padding-bottom: 50px; top: -80px; left: -2%;}
	.tutorial-row .tutorial-column.one .arrow { width: 70px; }
	.tutorial-row .tutorial-column.two { left: -1%; max-width: 27%;}
	.tutorial-row .tutorial-column.four {top: 290px;max-width: 320px;padding-left: 130px;right: 10%; }
	.tutorial-row .tutorial-column.four .arrow { bottom: 50px; width: 60px; }
	.tutorial-row .tutorial-column.four .number {left: 65px;}
	.tutorial-row .tutorial-column.five .arrow { left: 85px; bottom: 20px;}
	.result-section .tutorial-row .tutorial-column.one { left: 24%;}
	.result-section .tutorial-row .tutorial-column.one .arrow { width: auto;}
	.result-section .tutorial-row .tutorial-column.two { left: 37%;}
	.result-section .tutorial-row .tutorial-column.three { left: 37%;}

	.result-section .tutorial-row.reports .tutorial-column.one { max-width: 380px;}
	.result-section .tutorial-row.reports .tutorial-column.two { top: 150px; }
	.result-section .tutorial-row.reports .tutorial-column.three { top: 250px;}
}
/*--05-05-2021-End--*/



@media (max-width: 1359px) {
	.search-blocks .search-col .form-control { font-size: 36px;}
	.footer-section .footer-secontent h2 { font-size: 76px; line-height: 80px; }

	/*--05-05-2021-start--*/
	.tutorial-row .tutorial-column.one { padding-bottom: 20px; top: -80px; left: -1%; max-width: 400px; }
	.tutorial-row .tutorial-column.two { left: -2%;	max-width: 25%;}
	.tutorial-row .tutorial-column.three { max-width: 31%; top: 280px; padding-right: 60px; left: 24%; }
	.tutorial-row .tutorial-column.three .arrow { width: 50px;}

	.tutorial-row .tutorial-column.five .arrow { left: 115px; }
	.result-section .tutorial-row .tutorial-column.one { left: 27%;}
	.result-section .tutorial-row .tutorial-column.two { left: 42%;}
	.result-section .tutorial-row .tutorial-column.three {left: 42%;}
	.result-section .tutorial-row .tutorial-column.three .arrow { width: auto;}
	.result-section .tutorial-row .tutorial-column.four { max-width: 300px; }

	.result-section .tutorial-row.reports .tutorial-column p { font-size: 16px; line-height: 20px; }
	.result-section .tutorial-row.reports .tutorial-column.one { left: 46%; max-width: 340px; }
	.result-section .tutorial-row.reports .tutorial-column.two { left: 46%; top: 135px; max-width: 340px; }
	.result-section .tutorial-row.reports .tutorial-column.three {left: 46%; max-width: 340px; }
	/*--05-05-2021-End--*/
}

@media (max-width: 1199px) {
	.header .container-fluid { padding-left: 25px; padding-right: 25px;}
	.sdgs-section .logo-cols { width: 30%;}
	.sdgs-section .content-cols { width: 70%;}
	.search-blocks .search-col .form-control { padding: 0 110px 0 60px; font-size: 30px; }
	.search-blocks .search-col .submit-btn { right: 20px; }
	.toggle-content { margin: 0 -5px; }
	.select-col { padding: 0 5px; width: 33.33%; margin-bottom: 10px; }
	.easySelect,
	.select2-container .select2-selection--single .select2-selection__rendered { font-size: 16px; }
	.datatable-row table.dataTable thead th,
	.datatable-row table.dataTable thead td,
	.datatable-row table.dataTable tbody th,
	.datatable-row table.dataTable tbody td { font-size: 18px; line-height: 20px; }
	.selections ul { padding: 0 5px;}
	.icon-list li { width: 11.11%; }

	/*--12-04-2021 Start--*/
	.contact-formcol { padding: 0px 120px 35px 120px; }
	.information-section .image-col { margin-top: 0;}
	/*--12-04-2021 End--*/

	/*--05-05-2021-Start--*/
	.tutorial-btn,
	.tutorial-section,
	body.show-tutorial .tutorial-section,
	.overlay,
	body.show-tutorial .overlay { display: none;}
	/*--05-05-2021-End--*/
}

@media (max-width: 991px) {
	.header .container-fluid { padding-left: 15px; padding-right: 15px;}
	.search-blocks .search-col .submit-btn { background-size: 30px; width: 40px; height: 60px; }
	.search-blocks .search-col .form-control { height: 60px; border-width: 2px; padding: 0 70px 0 50px; font-size: 25px; }
	.datatable-row table.dataTable thead th,
	.datatable-row table.dataTable thead td { font-size: 16px; line-height: 20px; padding: 20px 25px 20px 10px; }
	.datatable-row table.dataTable tbody th,
	.datatable-row table.dataTable tbody td { font-size: 16px; line-height: 20px; }
	.datatable-row table.dataTable thead .sorting,
	.datatable-row table.dataTable thead .sorting_asc,
	.datatable-row table.dataTable thead .sorting_desc,
	.datatable-row table.dataTable thead .sorting_asc_disabled,
	.datatable-row table.dataTable thead .sorting_desc_disabled { background-position: center right 10px; }

	/*--12-04-2021 Start--*/
	.contact-formcol { padding: 0px 50px 35px 50px;}
	.contact-form .captcha-col { margin-right: 10px; }
	.contact-form .submitbtn { width: 150px; }
	.contact-formcol .left-arrow { left: -20px;}
	/*--12-04-2021 End--*/
}

@media (max-width: 767px) {
	.powermail_form_1{
		width: 100%;
	}
	.m-menu { cursor: pointer; display: block; padding: 0; position: absolute; right: 15px; top: 21px; width: 25px; }
	.m-menu span{width:100%; display:block; margin:6px 0; height:2px; transition:all 0.3s ease-in-out 0s; background:#00417E; }
	.m-menu.open span:nth-child(2){ opacity:0;}
	.m-menu.open span:last-child {transform: translate(0px, -8px) rotate(-45deg); -webkit-transform: translate(0px, -8px) rotate(-45deg); -moz-transform: translate(0px, -8px) rotate(-45deg);}
	.m-menu.open span:first-child {transform: translate(0px, 8px) rotate(45deg); -webkit-transform: translate(0px, 8px) rotate(45deg); -moz-transform: translate(0px, 8px) rotate(45deg);}
	.breadcrumb { margin-bottom: 30px;}
	.container > .navbar-header,
	.container-fluid > .navbar-header { margin-right: 0px; margin-left: 0px; }
	.header { padding: 20px 0;}
	/*.navbar-brand > img { height: 35px;}*/
	#nav { padding-top: 0; }
	.navbar-collapse { border-top: none; box-shadow: none; }
	.header .navbar-collapse { margin: 0; padding-bottom: 0; position: fixed; left: 0; top: 100px; height: 100%; right: 0; background: #E5E5E5; z-index: 11;
		overflow: auto;
	}
	.navbar-nav { margin: 0; padding-bottom: 100px; }
	.navbar-nav > li { padding: 10px 15px;}
	.right-space { padding-right: 0px;}
	.left-space { padding-left: 0px;}
	.sustainability-section { padding: 40px 0;}
	.sustainability-section h2,
	.sustainability-section .search-col { margin-top: 10px;}
	.information-section { padding: 40px 0;}
	.information-section h2 { margin-bottom: 40px;}
	.information-section .image-col { margin-top: 30px;}
	.information-section .image-col img { width: 100%;}
	.content-section { padding: 40px 0;}
	.content-section .image-col { margin-top: 30px;}
	.content-section .image-col img { width: 100%;}
	.search-col { max-width: 100%; width: 100%; }
	.share-btn { right: 10px; bottom: 10px; }
	.footer { padding: 50px 0; }
	.sdgs-section .logo-cols { width: 100%; text-align: center; }
	.sdgs-section .image-col { margin-bottom: 20px;}
	.sdgs-section .content-cols { width: 100%;}
	.listings-row { display: block; padding: 30px 0; }
	.listings-row .left-image { display: block; padding: 0; margin-bottom: 20px; width: 100%; text-align: center; }
	.listings-row .right-content { display: block; width: 100%; }
	.sdgs-section { padding: 40px 0;}
	.sdgs-section h2 { margin-bottom: 40px;}
	.icon-section { padding: 40px 0;}
	.twocolcontent-section { padding: 40px 0;}
	.home-section { padding: 40px 0; }
	.home-section .btn-row .blue-btn { padding: 10px 20px; font-size: 18px; }
	.home-section .btn-row .filter-btn { font-size: 18px; padding: 10px 20px 10px 60px;}
	.home-section .btn-row .filter-btn:before { left: 20px;}
	.search-blocks .search-col .form-control { padding: 0 40px 0 30px; font-size: 15px; }
	.search-blocks .search-col .submit-btn { background-size: 20px; right: 10px; width: 30px; }
	.select-col { width: 100%; }
	.footer-section .footer-secontent { text-align: center; }
	.footer-section .footer-secontent h2 { font-size: 64px; line-height: 70px; }
	.result-contentlist { max-width: 100%; }
	.result-section { padding: 40px 0;}
	.result-section .result-rightimage { margin-top: 30px; text-align: center; }
	.datatable-row { overflow: auto; }
	.datatable-row table.dataTable thead .sorting,
	.datatable-row table.dataTable thead .sorting_asc,
	.datatable-row table.dataTable thead .sorting_desc,
	.datatable-row table.dataTable thead .sorting_asc_disabled,
	.datatable-row table.dataTable thead .sorting_desc_disabled { background-position: center right 5px; }

	/*--12-04-2021 Start--*/
	.contact-formcol { padding: 0px 15px 15px 15px;
		-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;-ms-border-radius: 20px;
	}
	.contact-formcol .left-arrow { width: 80px; left: 0;}
	.contact-formcol .headings { padding: 100px 0px 0px 0px; }
	.contact-formcol .headings h2 {font-size: 40px;line-height: 42px; }
	.sustainability-section .sustainability-twocols { padding-bottom: 0;}
	.sustainability-section .sustainability-twocols .right-image { position: relative; }
	/*--12-04-2021 End--*/
}

@media (max-width: 479px) {
	.search-col .form-control { font-size: 16px; padding: 0 50px 0 14px; }
	.search-col .submit-btn { background-size: 20px; }
	.home-section .btn-row .blue-btn { width: 100%; margin: 0 0 15px 0; }
	.home-section .btn-row .filter-btn { width: 100%; margin: 0; }
	.footer-section { height: 529px;}
    .footer-section .footer-secontent h2 { font-size: 36px; line-height: 40px;}
	.footer-section .footer-secontent p { font-size: 18px; line-height: 22px; }
	.result-listrow { padding: 15px 0 10px 0; }
	.result-listrow label { float: none; max-width: 100%; display: block; margin: 0 0 8px 0; padding: 0; }
	.icon-list li { width: 20%; }

	/*--12-04-2021 Start--*/
	.contact-form .submit-row { text-align: center;}
	.contact-form .captcha-col { margin: 0 0 20px 0;}
	/*--12-04-2021 End--*/
}

/* Responsive Style End
-------------------------------------------------- */
/* 11-5-2021 or parallex effect */
.banner-bg {position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; }
.banner-bg:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,65,126,0.65); content: ''; z-index: 3;}
.banner-bg .banner-bg1 {position: absolute; top: -20%; left: 0px; width: 100%; height: 100%; background-size: cover; background-position: 50% 50%; background-image:url('../Images/banner-img1.png'); background-repeat: no-repeat; z-index: 1;}
.banner-bg .banner-bg2 {position: absolute; top: -20%; left: 0px; width: 100%; height: 100%; background-size: cover; background-position: 50% 50%; background-image:url('../Images/banner-img2.png'); background-repeat: no-repeat; z-index: 2;}
.banner-bg .banner-bg3 {position: absolute; top: 5%; left: 0px; width: 100%; height: 100%; background-size: 100% auto; background-position: left; background-image:url('../Images/banner-img3.png'); background-repeat: no-repeat; z-index: 3;}
.home-mainDiv {background: #f4f7f9; }
.home-mainDiv .home-section {position: relative; z-index: 3; background: none; }
.header {position: relative; z-index: 3; }
.share-btn {z-index: 4; }
.overlay {z-index: 3; }
.tutorial-share-column {z-index: 5; }


.navbar-default .navbar-nav > li > a {
    padding: 0;
    position: relative;
    color: #00417E;
    transition: all 0.5s ease;
    font-weight: 700;
    font-size: 20px;
    padding: 27px 0 36px 0;
    font-family: 'Open Sans';
}

.navbar-default .navbar-nav > li.subButton >a, .navbar-default .navbar-nav > li.subButton >a:hover {
    display: inline-block;
    text-align: center;
    color: #fff!important;
    font-size: 20px!important; 
    background-color: #3381f2;
    padding: 15px 25px!important;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-top: 12px;
}
#header .navbar-nav > li.subButton:hover > a:after {
    opacity:0;
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { 

}

/**/
@media(min-width: 1200px) and (max-width: 1440px){
	.tutorial-row .tutorial-column.one { left: 0%; top: -158px; padding-bottom: 130px; }
	.tutorial-row .tutorial-column.one .arrow { left: 65px;}
	.tutorial-row .tutorial-column.two {
	    left: -0.5%;
	    top: 151px;
	    max-width: 345px;
	    padding-right: 70px;
	}
	.tutorial-row .tutorial-column.two .arrow { right: 10px; left: auto; top: 18px; }
	.tutorial-row .tutorial-column.three { left: 19%; top: 375px; max-width: 479px; padding-right: 90px; padding-bottom: 10px; }
	.tutorial-row .tutorial-column.three .arrow { right: 0; left: auto; top: auto; bottom: 0; }
	.tutorial-row .tutorial-column.four { left: 64%;top: 295px;max-width: 479px;padding-left: 160px;right: 0;}
	.tutorial-row .tutorial-column.four .arrow { right: auto; left: 0; top: auto; bottom: 30px; }
	.tutorial-row .tutorial-column.four .number { left: 95px; }
	.tutorial-row .tutorial-column.five {
	    left: auto;
	    top: -160px;
	    max-width: 380px;
	    padding-bottom: 70px;
	    right: -22px;
	}
	.tutorial-row .tutorial-column.five .arrow { right: auto; left: 45px; top: auto; bottom: 0px; }
	.search-col > form {
	    width: 920px;
	    margin: 0 auto;
	}
	.search-blocks .search-col .form-control { 
	    font-size: 28px; 
	    padding: 0 113px 0 42px; 
	}
	.search-blocks .search-col h2{
		font-size: 30px;
	}
	.tutorial-row .tutorial-column p{
		font-size: 16px;
	}
}

/*                    1920x1080 /
/ ============================================== */
@media screen and (min-width: 1441px) and (max-width: 1708px) {
.tutorial-row .tutorial-column.one { left: -6%; top: -158px; padding-bottom: 130px; }
	.tutorial-row .tutorial-column.one .arrow { left: 65px;}
	.tutorial-row .tutorial-column.two { left: -5.5%; top: 152px; max-width: 460px; padding-right: 70px; }
	.tutorial-row .tutorial-column.two .arrow { right: 10px; left: auto; top: 18px; }
	.tutorial-row .tutorial-column.three { left: 19%; top: 385px; max-width: 479px; padding-right: 90px; padding-bottom: 10px; }
	.tutorial-row .tutorial-column.three .arrow { right: 0; left: auto; top: auto; bottom: 0; }
	.tutorial-row .tutorial-column.four { left: 64%;top: 295px;max-width: 479px;padding-left: 160px;right: 0;}
	.tutorial-row .tutorial-column.four .arrow { right: auto; left: 0; top: auto; bottom: 30px; }
	.tutorial-row .tutorial-column.four .number { left: 95px; }
	.tutorial-row .tutorial-column.five { left: auto; top: -157px; max-width: 440px; padding-bottom: 70px; right: -10%; }
	.tutorial-row .tutorial-column.five .arrow { right: auto; left: 45px; top: auto; bottom: 0px; }
}
/*                    1920x1080 /
/ ============================================== */
@media screen and (min-width: 1601px) and (max-width: 1920px) {

.tutorial-row .tutorial-column.one { left: -6%; top: -158px; padding-bottom: 130px; }
	.tutorial-row .tutorial-column.one .arrow { left: 65px;}
	.tutorial-row .tutorial-column.two { left: -5.5%; top: 152px; max-width: 460px; padding-right: 70px; }
	.tutorial-row .tutorial-column.two .arrow { right: 10px; left: auto; top: 18px; }
	.tutorial-row .tutorial-column.three { left: 19%; top: 385px; max-width: 479px; padding-right: 90px; padding-bottom: 10px; }
	.tutorial-row .tutorial-column.three .arrow { right: 0; left: auto; top: auto; bottom: 0; }
	.tutorial-row .tutorial-column.four { left: 64%;top: 295px;max-width: 479px;padding-left: 160px;right: 0;}
	.tutorial-row .tutorial-column.four .arrow { right: auto; left: 0; top: auto; bottom: 30px; }
	.tutorial-row .tutorial-column.four .number { left: 95px; }
	.tutorial-row .tutorial-column.five { left: auto; top: -157px; max-width: 440px; padding-bottom: 70px; right: -10%; }
	.tutorial-row .tutorial-column.five .arrow { right: auto; left: 45px; top: auto; bottom: 0px; }
}

/*                    2200x1080 /
/ ============================================== */
@media screen and (min-width: 1921px) and (max-width: 2200px) {
.tutorial-row .tutorial-column.one { left: -6%; top: -158px; padding-bottom: 130px; }
	.tutorial-row .tutorial-column.one .arrow { left: 65px;}
	.tutorial-row .tutorial-column.two { left: -5.5%; top: 152px; max-width: 460px; padding-right: 70px; }
	.tutorial-row .tutorial-column.two .arrow { right: 10px; left: auto; top: 18px; }
	.tutorial-row .tutorial-column.three { left: 19%; top: 385px; max-width: 479px; padding-right: 90px; padding-bottom: 10px; }
	.tutorial-row .tutorial-column.three .arrow { right: 0; left: auto; top: auto; bottom: 0; }
	.tutorial-row .tutorial-column.four { left: 64%;top: 295px;max-width: 479px;padding-left: 160px;right: 0;}
	.tutorial-row .tutorial-column.four .arrow { right: auto; left: 0; top: auto; bottom: 30px; }
	.tutorial-row .tutorial-column.four .number { left: 95px; }
	.tutorial-row .tutorial-column.five { left: auto; top: -157px; max-width: 440px; padding-bottom: 70px; right: -10%; }
	.tutorial-row .tutorial-column.five .arrow { right: auto; left: 45px; top: auto; bottom: 0px; }
}


    
#map #map_holder div#tt_sm_map + div>a{position:relative;}
#map #map_holder div#tt_sm_map + div>a:before {
    content: '';
    background: #f4f7f9;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 111111;
    top: 0;
    bottom: 0;
    cursor: auto;
}

#loading {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 99;
}
#loading-image {
	z-index: 100;
    width: 600px;
	height: 160px;
}
.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.yt-loader {
    -webkit-animation-name: horizontalProgressBar;
    animation-name: horizontalProgressBar;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background: #ef534e;
    height: 3px;
    left: 0;
    top: 0;
    width: 0%;
    z-index: 9999;
    position:relative;
}

.yt-loader:after{
  display: block;
  position: absolute;
  content:'';
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: #ef534e 1px 0 6px 1px;
  opacity: 0.5;
}
@keyframes horizontalProgressBar
{
    0%   {width: 0%;}
    20%  {width: 10%;}
    30%  {width: 15%;}
    40%  {width: 18%;}
    50%  {width: 20%;}
    60%  {width: 22%;}
    100% {width: 100%;}
}
@media (min-width:320px)  {
    #loading-image {z-index: 100;width: 300px;height: 80px;}
}
@media (min-width:481px)  {
    #loading-image {z-index: 100;width: 300px;height: 80px;}
}
@media (min-width:641px)  {
    #loading-image {z-index: 100;width: 300px;height: 80px;}
}
#fountainG {
    position: relative;
    top: 9%;
    left: -295px;
}
#fountainG {
    position: relative;
    top: 9%;
    left: -295px;
}
.fountainG{
	position:absolute;
	top:0;
	background-color:#1B3683;
	width:11px;
    height:11px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:29px;
		-o-border-radius:29px;
		-ms-border-radius:29px;
		-webkit-border-radius:29px;
		-moz-border-radius:29px;
}

#fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#fountainG_2{
	left:45px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#fountainG_3{
	left:90px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#fountainG_4{
	left:135px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#fountainG_5{
	left:180px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#fountainG_6{
	left:225px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#fountainG_7{
	left:270px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#fountainG_8{
	left:315px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:#1B3683;
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:#1B3683;
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:#1B3683;
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:#1B3683;
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:#1B3683;
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}