/*!
Theme Name: muimedya
Theme URI: https://muimedya.com/
Author: Mui Medya
Author URI: https://muimedya.com/
Version: 1.1.2
Tested up to: 5.4
Requires PHP: 5.6
License: Mui Medya
License URI: LICENSE
Text Domain: muimedya
Web Dev / Design: serkanikizoglu.com.tr
*/


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

 


@font-face {
    font-family: "Gilmer";
    src: url("assets/fonts/woff2/GilmerHeavy.woff2") format("woff2"),
        url("assets/fonts/woff/GilmerHeavy.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Gilmer";
    src: url("assets/fonts/woff2/GilmerBold.woff2") format("woff2"),
        url("assets/fonts/woff/GilmerBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Gilmer";
    src: url("assets/fonts/woff2/GilmerMedium.woff2") format("woff2"),
        url("assets/fonts/woff/GilmerMedium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Gilmer";
    src: url("assets/fonts/woff2/GilmerRegular.woff2") format("woff2"),
        url("assets/fonts/woff/GilmerRegular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilmer";
    src: url("assets/fonts/woff2/GilmerLight.woff2") format("woff2"),
        url("assets/fonts/woff/GilmerLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}







* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body,
html {
    padding: 0;
       font-family: "Gilmer" !important;
    margin: 0;
    background-color: #FAFAFA !important;
}

body ul {
    padding-left: 0;
    margin-bottom: 0;
}

body li {
    list-style: none;
    font-size: 14px;
}



body a {
    text-decoration: none;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    width: 100%;
    display: block;
}

p {
    font-size: 16px;
    font-weight: 300;
}

input:focus,
textarea:focus,
select:focus {
    outline: unset !important;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: unset !important;
}

 
.top-bar-sare{

display: flex;

justify-content: center;

gap: 14px;

background: #095987;

font-weight: 400;

color: #CEE4FF;

font-size: 14px;

padding: 10px 0;
}

.text-v{

color: #fff;

font-weight: 600;
}
.text-v span{

color: #CEE4FF;
}
.text-on{

font-size: 14px;
}

.hero-sera{
background: #031427;


background: -moz-linear-gradient(130deg, rgba(3, 20, 39, 1) 0%, rgba(17, 85, 124, 1) 100%);


background: -webkit-linear-gradient(130deg, rgba(3, 20, 39, 1) 0%, rgba(17, 85, 124, 1) 100%);


background: linear-gradient(130deg, rgba(3, 20, 39, 1) 0%, rgba(17, 85, 124, 1) 100%);
}
.hd-list{

z-index: 999;

position: relative;
}
.header-box{

display: flex;

justify-content: space-between;

position: absolute;

width: 100%;

margin-top: 25px;

align-items: center;

left: 0;

padding: 0 10px;

right: 0;
}
.header-box .logo{

}
.header-box .logo img{

}
.offer-link{

font-size: 14px;
}
.offer-link a{
      color: #fff;
      border: 1px solid #fff;
      padding: 15px 22px;
      display: inline-block;
      line-height: 1;
      border-radius: 100px;
      font-weight: 500;
}
.offer-link a:hover{

        background: #fff;
      color:#031427;

}
.rl-a{
    position: relative;
}
.menu-list{

}
.menu-list ul{

display: flex;

gap: 45px;
}
.menu-list li{

}
.menu-list a{
    color: #fff;
}


.hero-sera {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper { width: 100%; height: 100%; }

.swiper-slide {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide-bg { position: absolute; inset: 0; z-index: 0; }


.slide-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 999;
  gap: 32px;
}

.slide-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.slide-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 5px 13px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: fit-content;
}
.tag-dot { width: 6px; height: 6px; border-radius: 50%; }
.dot-1 { background: #3b9fd8; } .dot-2 { background: #1d9e75; } .dot-3 { background: #9b7de8; }
.tag-1 { color: #7dcff5; } .tag-2 { color: #4ed9a7; } .tag-3 { color: #c4a8ff; }

.text-slider {font-size: 42px;font-weight: 600;line-height: 1.25;color: #fff;}
.hl-1 { color: #3b9fd8; } .hl-2 { color: #1d9e75; } .hl-3 { color: #9b7de8; }

.slide-desc {font-size: 20px;font-weight: 300;line-height: 34px;max-width: 80%;color: #fff;}

.link-slider-box {display: flex;gap: 20px;}
.btn-p {padding: 16px 70px 16px 25px;border-radius: 8px;font-size: 16px;font-weight: 400;text-decoration: none;transition: background 0.3s;}
.btn-p-1 {background: #ffffff0d;color: #fff;border-radius: 100px;position: relative;} .btn-p-1:hover { background: #2d8ec4; }
.btn-p-1 i{
    
color: #30ADF5;
    
position: absolute;
    
background: #fff;
    
right: 0;
    
padding: 7px 14px;
    
top: 1px;
    
font-size: 27px;
    
border-radius: 100px;
}
.btn-p-2 { background: #1d9e75; color: #fff; } .btn-p-2:hover { background: #178a63; }
.btn-p-3 { background: #7b5dcf; color: #fff; } .btn-p-3:hover { background: #6a4db8; }
.btn-outline {padding: 2px 13px;border-radius: 20px;font-size: 13px;font-weight: 400;text-decoration: none;background: transparent;border: 1px solid rgb(181 181 181 / 22%);color: #fff;transition: background 0.3s;display: flex;align-items: center;}
.btn-outline:hover { background: rgba(255,255,255,0.07); }

.slide-img-box {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 260px; */
  height: 300px;
}
.btn-outline i{
    
font-size: 34px;
}
.slide-accent-circle {
  position: absolute;
  inset: -30px;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}
.ac-1 { background: radial-gradient(circle, #3b9fd8, transparent 70%); }
.ac-2 { background: radial-gradient(circle, #1d9e75, transparent 70%); }
.ac-3 { background: radial-gradient(circle, #9b7de8, transparent 70%); }

.slide-placeholder {
  width: 100%;
  border-radius: 14px;
  
  ,:
  relative !important;
  display: flex;
  height: 420px;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

.ph-icon { font-size: 42px; }

.slider-pagination {
  z-index: 1 !important;
  position: absolute; 
  top: 55%;
  left: 52%;
  /* transform: translate(-50%, -50%); */
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.s-bullet {
  width: 3px;
  height: 28px;
  border-radius: 3px;
  background: rgba(255,255,255,0.22);
  cursor: pointer;
  transition: background 0.35s, height 0.35s;
}
.s-bullet.active {
  background: #ffffff;
  height: 44px;
}

/* Animasyonlar */
.swiper-slide .slide-content {opacity: 0;transform: translateX(-26px);transition: opacity 0.55s 0.1s, transform 0.55s 0.1s;padding: 190px 0 190px;}
.swiper-slide-active .slide-content { opacity: 1; transform: translateX(0); }
.swiper-slide .slide-tag { opacity: 0; transform: translateY(-8px); transition: opacity 0.45s 0.05s, transform 0.45s 0.05s; }
.swiper-slide-active .slide-tag { opacity: 1; transform: translateY(0); }
.swiper-slide .slide-img-box { opacity: 0; transform: translateX(22px) scale(0.96); transition: opacity 0.65s 0.2s, transform 0.65s 0.2s; }
.swiper-slide-active .slide-img-box { opacity: 1; transform: translateX(0) scale(1); }

.slider-box{
z-index: 999;

display: flex;

position: absolute;

gap: 60px;

/* margin-bottom: 50px; */

bottom: 50px;
}
.slider-box .item-sl{

color: #fff;

font-weight: 300;

font-size: 20px;

line-height: 30px;
}
.slider-box .item-sl span{
    
display: block;
    
font-size: 30px;
    
font-weight: 600;
}


.item-sl:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: #ffffff24;
}

.item-sl {
    position: relative;
}

.slider-pagination::before {
  content: '';
  width: 701px;
  height: 400px;
  border: 1px solid rgb(181 181 181 / 22%);
  position: absolute;
  right: -674px;
  top: -41px;
  z-index: -100;
  border-radius: 34px;
}
.about-sare{

padding: 75px 0;
}

.text-home-ab{

}
.text-home-ab h2{

color: #041427;

font-size: 28px;
}
.text-home-ab p{
    
}
.text-home-ab h2 span{

font-weight: 300;
}
.text-home-ab a{

color: #30ADF5;

font-size: 16px;
}
.form-sec-ab h2 {
    color: #041427;
    font-size: 28px;
}
.form-sec-ab h2 span {
    font-weight: 300;
}
.head-fx{

margin-bottom: 24px;

display: inline-block;

position: relative;
}
.head-fx span{

font-size: 14px;

z-index: 9;

color: #30ADF5;

position: relative;
}
.head-fx h2{

color: #041427;

font-size: 28px;

z-index: 9;

position: relative;
}
.service-swiper{

}
.service-swiper img{

border-radius: 25px;
}
.service-swiper span{
    
display: block;
    
text-align: center;
    
margin-top: 8px;
    
color: #041427;
}


.project-swiper img{

border-radius: 25px;
}
.project-swiper span{
    
display: block;
    
text-align: center;
    
margin-top: 8px;
    
color: #041427;
}
.service-sec {


}
.service-sec button{

border: none;

background: transparent;

color: #30ADF5;

font-size: 24px;
}

.service-sec button i{


}

.service-sec .swiper-nav{

display: flex;

gap: 13px;

justify-content: right;
}

.bef-head-2:before{
    content: '';
    position: absolute;
    width: 275px;
    left: -49px;
    height: 270px;
    top: -26px;
    border-radius: 40px;
    background: #F5F5F5;
    background: linear-gradient(
206deg, rgb(245 245 245 / 52%) 0%, rgb(255 255 255 / 36%) 100%);
    z-index: 1;
}



.h-box-step{

text-align: center;

margin-bottom: 50px;
}
.h-box-step span{

font-size: 14px;

z-index: 9;

color: #30ADF5;

position: relative;
}
.h-box-step h2{

color: #041427;

font-size: 28px;
}
.sec-step .step-head{

font-size: 22px;

font-weight: 200;
}
.sec-step  .step-head span{

color: #30ADF5;

font-weight: 500;
}
.sec-step  p{

margin-bottom: 35px;

color: #041427;

font-size: 14px;
}
.sec-step{
    
margin: 75px 0;
    


}

.bg-sa{
    background: #F5F5F5;
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(250, 250, 250, 1) 100%);
    padding: 50px 50px;
    border-radius: 60px;
}
.pool-mar-sec{


}


.left-pool{

}
.left-pool img{

width: 90%;
}
.left-pool p{

font-size: 16px;

margin-bottom: 10px;

margin-top: 15px;
}
.left-pool a{

color: #30ADF5;

font-size: 16px;
}
.right-pool img{border-radius: 18px;height: 100%;border: 1px solid #e7e7e7;object-fit: cover;}

.t-height{
    
display: flex;
    
align-items: center;
    
height: 100%;
}
.br-lare{
    border: 1px solid #e7e7e7;
    padding: 40px;
    border-radius: 50px;
}
.prj-tap{
    margin-top: 50px;
}



  .sss-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
    font-family: var(--font-sans);
  }

  .sss-header {
    text-align: center;
    margin-bottom: 2.5rem;
  }

  .sss-header .badge {
    display: inline-block;
    background: #E1F5EE;
    color: #0F6E56;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
  }

  .sss-header h2 {
    font-size: 22px;
    font-weight: 500;
    color: var(--color-text-primary);
    margin-bottom: 0.4rem;
  }

  .sss-header p {
    font-size: 14px;
    color: var(--color-text-secondary);
  }

  .sss-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  @media (max-width: 600px) {
    .sss-grid { grid-template-columns: 1fr; }
  }

  .sss-col {display: flex;flex-direction: column;gap: 20px;}

  .acc-item {
    background: var(--color-background-primary);
    border: 0.5px solid var(--color-border-tertiary);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    transition: border-color 0.25s;
    background: #fff;
    border-radius: 16px;
  }

  .acc-item.active {
    border-color: #1D9E75;
  }

  .acc-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
  }

  .acc-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #E1F5EE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.25s;
  }

  .acc-item.active .acc-icon {
    background: #1D9E75;
  }

  .acc-icon svg {
    width: 16px;
    height: 16px;
    fill: #0F6E56;
    transition: fill 0.25s;
  }

  .acc-item.active .acc-icon svg {
    fill: #fff;
  }

  .acc-question {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    color: #041427;
    font-weight: 400;
    line-height: 1.4;
  }

  .acc-arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .acc-arrow svg {
    width: 14px;
    height: 14px;
    stroke: #041427;
    fill: none;
    transition: transform 0.35s ease, stroke 0.25s;
  }

  .acc-item.active .acc-arrow svg {
    transform: rotate(180deg);
    stroke: #30ADF5;
  }

  .acc-body {
    display: none;
    padding: 0 16px 14px 19px;
  }

  .acc-body p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 14px;
  }

  .acc-body .tag {
    display: inline-block;
    background: #E1F5EE;
    color: #0F6E56;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    margin-right: 4px;
    margin-bottom: 6px;
  }
  .blog-time{

  }

  .item-blog-time img{

border-radius: 30px 30px 0 0;

}
  .item-blog-time .blog-heads{

margin-bottom: 15px;

font-weight: 500;

}
  .blog-text{

font-size: 14px;

font-weight: 300;

margin-bottom: 20px;

}
  .blog-footers{

display: flex;

justify-content: space-between;

border-top: 1px solid #e6e6e6;

padding-top: 15px;

}
  .blog-footers span{

font-size: 14px;

font-weight: 300;

}
    .blog-footers .link-blogs{

font-size: 14px;

color: #30ADF5;

font-weight: 500;

}

  .top-blog{

text-align: center;

margin-bottom: 40px;

}
  .top-blog h2{

color: #041427;

font-size: 28px;

}
  .top-blog h2 span{

display: block;

color: #30ADF5;

font-weight: 400;

}

  .tx-top{
    
font-size: 14px;
    
z-index: 9;
    
color: #30ADF5;
    
position: relative;
  }
  .box-her{
    
padding: 18px;
    
background: #fff;
    
border-radius: 0 0 30px 30px;
  }
footer{

}










.left-logo-footer{

}
.left-logo-footer img{

width: 175px;
}


.left-logo-footer p{
    
color: #fff;
    
font-size: 14px;
    
margin-top: 20px;
}

.left-logo-footer .social-l{

border: 1px solid #ffffff1f;

color: #fff;

padding: 1px 6px;

font-size: 20px;

display: inline-block;

border-radius: 7px;
}



.list-item-footer{

}


.head-footer-l{

color: #fff;

font-size: 19px;

margin-bottom: 9px;

font-weight: 500;

border-bottom: 1px solid #ffffff1c;

padding-bottom: 6px;

margin-bottom: 13px;
}
.list-item-footer ul{

}
.list-item-footer ul li{
    
margin-bottom: 9px;
}
.list-item-footer ul li a{
    
color: #fff;
    
font-size: 14px;
    
font-weight: 300;
}

.cont-item-footer{

}

.cont-item-footer ul{

}
.cont-item-footer ul li:nth-child(1) a{

position: relative;

top: 5px;
}
.cont-item-footer ul li:nth-child(2) a{
    
position: relative;
    
top: 5px;
}
.cont-item-footer ul li{

margin-bottom: 25px;

position: relative;
}
.cont-item-footer ul li  i{
    
position: absolute;
    
left: 0;
    
border: 1px solid #ffffff1f;
    
color: #fff;
    
padding: 1px 6px;
    
font-size: 20px;
    
display: inline-block;
    
background: #0414271f;
    
border-radius: 7px;
}
.cont-item-footer ul li a{

font-size: 16px;

color: #fff;

padding-left: 45px;

font-weight: 300;

display: block;

padding-top: 0;
}
.f-bg{

background: #031427;

background: -moz-linear-gradient(130deg, rgba(3, 20, 39, 1) 0%, rgba(17, 85, 124, 1) 100%);

background: -webkit-linear-gradient(130deg, rgba(3, 20, 39, 1) 0%, rgba(17, 85, 124, 1) 100%);

background: linear-gradient(130deg, rgba(3, 20, 39, 1) 0%, rgba(17, 85, 124, 1) 100%);

padding: 50px 0;

margin-top: 70px;
}
.Copyright{

display: flex;

justify-content: space-between;

margin: 20px 0;
}
.Copyright a{

}
.Copyright li{

font-size: 12px;

font-weight: 400;
}
.Copyright a b{
    
}
.blog-a-l{
    
display: table;
    
margin: auto;
    
color: #30ADF5;
    
margin-top: 50px;
    
border: 1px solid;
    
padding: 15px 25px;
    
border-radius: 100px;
}

.blog-a-l:hover{
    background:#30ADF5; ;
    color: #fff;
}
.sections-home{
    background: #031427;
    background: -moz-linear-gradient(130deg, rgba(3, 20, 39, 1) 0%, rgba(17, 85, 124, 1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(3, 20, 39, 1) 0%, rgba(17, 85, 124, 1) 100%);
    background: linear-gradient(130deg, rgba(3, 20, 39, 1) 0%, rgba(17, 85, 124, 1) 100%);
    padding-top: 170px;
    padding-bottom: 30px;
}
.sections-home h1{color: #fff;font-size: 32px;margin-bottom: 0;}
.sections-home ul{

}
.sections-home ul li{
  
}
.sections-home ul li a{
  
}
.bred-box p{
	margin-bottom:0;
	font-size: 14px;
}
.bred-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bred-box a{
color:#fff;
	font-weight:500
}

.bred-box .last{
	color:#fff
}
.bred-box  .separator{
		color:#fff
}

.bred-box .breadcrumb{
margin-bottom: 0 !important;
}