
/*
  *Normalize Css
  *Global Css
  /*Typography*/
  /*Links*/
  /*Layout*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/*Global Css*/
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  font-family: 'PT Sans', sans-serif; 
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #444;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 25px;
}

img {
  height: auto;
  max-width: 100%;
}

strong,
b,
cite {
    font-weight: 700;
}

/*Typography*/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 45px;
  line-height: 50px;
  } 
h2 {
  font-size: 32px;
  line-height: 45px;
  }
h3 {
  font-size: 28px;
  line-height: 33px;
  }
h4 {
  font-size: 25px;
  line-height: 30px;
  } 
h5{
  font-size: 20px;
  line-height: 25px;
  } 
h6 {
  font-size: 16px;
  line-height: 21px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

/*Links*/

a {
  color: #444;
  outline: 0;
  text-decoration: none;
  transition: all ease 0.3s;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  color: #444;
  text-decoration: none;
  outline: 0;
}

/*Layout*/
.wrapper {
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.inner-container {
  max-width: 1200px;
  width: 100%;
  height: auto;
  padding: 0 15px;
  margin: 0 auto;
}

/*Global Css Section*/
.main-content .section-wrap {
  padding: 90px 0;
}
.main-content .devider {
  width: 31px;
  border-top: 2px solid #000;
  margin: 0 auto 45px;
}
.main-content .section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 45px;
}
.main-content .section-description {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: italic;
  color: #666;
  text-align: center;
  margin-bottom: 45px;
}
.main-content .load-more-btn {
  text-align: center;
}
.main-content .load-more-btn a {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.9px;
  color: #000;
  text-decoration: underline;
}
.main-content .load-more-btn a:hover {
  color: #000000cc;
}

/*Header*/
.main-content .side-header-desktop {
  position: fixed;
  top: 0;
  width: 100%;
  height: 65px;
  background-color: #292929;
  padding: 13px 17px;
  z-index: 999;
  transition: all 0.6s ease-in;  
  max-width: 1920px;
}
.main-content .side-header-desktop-fheight {
  height: 100%;
  transition: all 0.3s ease-in;
}
.main-content .side-header-desktop .desktop-navbar {
  display: flex;
}
/*Menu*/
.main-content .side-header-desktop .d-navbar-menu {
  position: absolute;
  top: 65px;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 92%;
  max-width: 97.8%;
  background-color: #fff;
  z-index: 999;
  transform: translateY(-100%);
  transition: all 0.4s ease-in;
  opacity: 0;
}
.main-content .side-header-desktop .show-menu {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease-in;
}
.main-content .side-header-desktop .d-navbar-menu .d-navbar-menu-list {
  opacity: 0;
}
.main-content .side-header-desktop .show-menu .d-navbar-menu-list {
  margin: 50px 0;
  list-style: none;
  padding: 0;
  opacity: 1;
}
.main-content .side-header-desktop .d-navbar-menu .d-navbar-menu-list .d-navbar-menu-list-item {
  display: none;
}
.main-content .side-header-desktop .show-menu .d-navbar-menu-list .d-navbar-menu-list-item {
  display: block;
  padding: 20px 0;
  width: max-content;
  margin: 0 auto;
}
/*Logo*/
.main-content .side-header-desktop .desktop-navbar .d-navbar-logo {
  margin: auto;
}
/*Toggle*/
.nav-icon_square{
  width: 65px;
  height: 65px;
}
.main-content .side-header-desktop .desktop-navbar #nav-icon3 {
  cursor: pointer;
  z-index: 9999;
}
.main-content .desktop-navbar .d-toggle-btn .d-toggle-line-f,
.main-content .desktop-navbar .d-toggle-btn .d-toggle-line-s,
.main-content .desktop-navbar .d-toggle-btn .d-toggle-line-t {
  width: 30px;
  height: 5px;
  background-color: #fff;
  margin: 6px;
}
 #nav-icon3{
  width: 50px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
 #nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 2px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 34px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*Slider*/
.main-content .slider .slider-container {
  width: 100%;
  min-height: 900px;
  max-height: 900px;
}
.main-content .slider .slider-item {
  padding: 325px 0;
}
.main-content .slider .first-slider {
  background-image: url('../image/slider-first.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-content .slider .slider-content .slider-title {
  font-family: 'Oswald', sans-serif;
  font-size: 54px;
  line-height: 60px;
  letter-spacing: 2.7px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.main-content .slider .slider-content .slider-title span {
  font-weight: 500;
}
.main-content .slider .slider-content .slider-description {
  color: #666;
  font-family: inherit;
  font-size: inherit;
  line-height: 18px;
  letter-spacing: inherit;
  margin-bottom: 45px;
}
.main-content .slider .slider-content .slider-btn  {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.9px;
  color: #000;
  text-decoration: underline;
}
.main-content .slider .slider-content .slider-btn:hover  {
  color: #000000cc;
}

/*About Us*/
.main-content .about-section .our-service .our-service-title {
  font-family: 'Lobster', cursive;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.9px;
  margin-bottom: 20px;
}
.main-content .about-section .our-service .our-service-desc {
  padding-right: 35px;
  color: #666;
  margin-bottom: 0;
}

/*Our Portfolio*/
.main-content .portfolio-section {
  padding: 90px 0 45px;
  background-color: #f9f9f9;
}
.main-content .portfolio-section .portfolio-tab {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  font-weight: 400;
  text-transform: uppercase;
  list-style: none;
  display: flex;
  padding: 0;
  margin-bottom: 45px;
  justify-content: center;
}
.main-content .portfolio-section .portfolio-tab .portfolio-tab-item {
  cursor: pointer;
}
.main-content .portfolio-section .portfolio-tab .portfolio-tab-item:after {
  content: '/';
  padding: 0 15px;
}
.main-content .portfolio-section .portfolio-tab .portfolio-tab-item:last-child:after {
  content:'';
}
.main-content .portfolio-section .portfolio-item  {
  margin-bottom: 60px;
  text-align: center;
}
.main-content .portfolio-section .portfolio-item .portfolio-img .img-item {
  width: 100%;
  height: 400px;
  background-color: #e9e9e9;
  margin-bottom: 30px;
}
.main-content .portfolio-section .portfolio-item .portfoio-item-content .portfolio-title {
  font-family: 'Lobster';
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.9px;
  margin-bottom: 10px;
} 
.main-content .portfolio-section .portfolio-item .portfoio-item-content .portfolio-category {
  list-style: none;
  padding: 0;
  display: inline-flex;
  margin-bottom: 30px;
}
.main-content .portfolio-section .portfolio-item .portfoio-item-content .portfolio-category li {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.325px;
  color: #666;
}
.main-content .portfolio-section .portfolio-item .portfoio-item-content .portfolio-category li:after {
  content: ',';
  padding: 0 5px 0 0;
}
.main-content .portfolio-section .portfolio-item .portfoio-item-content .portfolio-category li:last-child:after {
  content: '';
  padding: 0 5px 0 0;
}
.main-content .portfolio-section .portfolio-item .portfolio-devider {
  border-top: 1px solid #d1d1d1;
  margin: 0 30px;
}
/*Choose Us*/
.main-content .choose-section .choose-service .choose-service-img {
  text-align: right;
  margin-bottom: 30px;
}
.main-content .choose-section .choose-service .choose-content {
  margin-bottom: 45px;
}
.main-content .choose-section .choose-service .choose-content .choose-service-title{
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.main-content .choose-section .choose-service .choose-content .choose-service-subtitle {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  letter-spacing: 0.35px;
  color: #666;
  margin-bottom: 10px;
}
.main-content .choose-section .choose-service .choose-content .choose-service-description {
  padding-right: 5px
}
/*Tems*/
.main-content .temps-section {
  padding: 60px 0 50px;
  background-image: url('../image/temps-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-content .temps-section .temps-content {
  margin: auto 0;
}
.main-content .temps-section .temps-content .temps-title {
  font-family: 'Oswald', sans-serif;
  font-size: 54px;
  line-height: 55px;
  font-weight: 400;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}
.main-content .temps-section .temps-content .temps-description {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #fff;
  padding-right: 18%;
  margin-bottom: 40px;
}
.main-content .temps-section .temps-content .temps-link {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.9px;
  color: #fff;
  text-decoration: underline;
  text-align: center;
}
.main-content .temps-section .temps-content .temps-link:hover {
  color: #ffffffcc;
}
.main-content .temps-section .temps-img {
  text-align: center;
}
/*Counter*/
.main-content .counter-section {
  padding: 40px 0;
  background-color: #f9f9f9;
}
.main-content .counter-section .counter-container {
  display: flex;
}
.main-content .counter-section .counter-container .counter-content {
  margin: auto 12px;
}
.main-content .counter-section .counter-container .counter-content .count-nubmer {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  margin: 10px 0;
}
.main-content .counter-section .counter-container .counter-content .counter-type {
  font-family: Lobster;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.9px;
  color: #444;
}
/*Our Team*/
.main-content .team-section .team-detail {
  text-align: center;
}
.main-content .team-section .team-detail .team-img {
  min-height: 320px;
  overflow: hidden;
  margin-bottom: 30px;
}

.main-content .team-section .team-detail .team-img img {
  width: 100%;
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.main-content .team-section .team-detail .team-img:hover img {
  transform: scale(1.15);
}

.main-content .team-section .team-detail .team-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.9px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.main-content .team-section .team-detail .team-position {
  font-family: inherit;
  font-size: inherit;
  line-height: 24px;
  letter-spacing: 0.35px;
  font-style: italic;
  color: #666;
  margin-bottom: 25px;
}
.main-content .team-section .team-detail .team-line {
  border-top: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
/*Video*/
.main-content .video-section {
  max-height: 680px;
}
.main-content .video-section #video-section-bkg {
  width: 100%;
  height: auto;
  max-height: 680px;
}
.main-content .video-section #video-section-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  border: 1px solid #fbfbfb;
  border-radius: 50%;
  background-color: transparent;
  width: 90px;
  height: 90px;
  padding-left: 15px;
  transform: translate(-50%, -50%);
}
.main-content .video-section #video-section-btn svg {
  font-size: 37px;
  color: #fff;
}
.main-content .video-section #video-section-btn:active,
.main-content .video-section #video-section-btn:focus {
  outline: 0;
  box-shadow: unset;
}
.main-content .video-section #over-bkg {
  width: 100%;
  height: 99.2%;
  background-color: #0000004d;
  position: absolute;
  top: 0;
  left: 0;
}
.main-content .video-section .progress-bar {
  position: absolute;
  height: 5px;
  bottom: 5%;
  left: 0;
  width: 100%;
  background-color: #cccccc;
  margin: 0 15px;
}
.main-content .video-section .progress-bar #bar-fill {
  width: 0;
  height: 5px;
  background-color: #fff;
}
/*Our Skills*/
.main-content .skills-section .skills-detail .skills-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.9px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}         
.main-content .skills-section .skills-detail .skills-subtitle {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  letter-spacing: 0.35px;
  color: #666;
  margin-bottom: 15px;
}
.main-content .skills-section .skills-detail .skills-description {
  padding-right: 50px;
}
/*Partner*/
.main-content .partner-section {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
}
.main-content .partner-section .partner-grid {    
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;  
}   
.main-content .partner-section .partner-grid .partner-img {
  padding: 45px 0;
  text-align: center;
}
/*Testimonial*/
.main-content .testimonial-section {
  padding: 90px 0;
  background-color: #e9e9e9;
}
.main-content .testimonial-section .testimonail-photo {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.main-content .testimonial-section .testimonail-photo .testimonial-img {
  border-radius: 50%;
  border: 5px solid #000;
}
.main-content .testimonial-section .testimonial-detail {
  padding: 30px 0 ;
}
.main-content .testimonial-section .testimonial-detail .testimonail-description {
  margin-bottom: 30px;
}
.main-content .testimonial-section .testimonial-detail .testimonial-title {
  font-family: 'Lobster';
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing:0.9px;
  text-align: right;
  color: #000;
  margin-bottom: 5px;
}
.main-content .testimonial-section .testimonial-detail .testimonial-position { 
  font-family: inherit;
  font-size: inherit;
  line-height: 24px;
  font-style: italic;
  text-align: right;
  color: inherit;
  margin-bottom: 0;
}
/*Our News*/
.main-content .news-section .news-img {
  margin-bottom: 50px;
}
.main-content .news-section .news-detail {
  margin-bottom: 50px;
}
.main-content .news-section .news-detail .news-title {
   font-family: 'Oswald', sans-serif;
   font-size: 18px;
   line-height: 24px;
   letter-spacing: 0.9px;
   font-weight: 700;
   text-transform: uppercase;
   color: #000;
   margin-bottom: 5px; 
}
.main-content .news-section .news-detail .news-date {
  font-family: inherit;
  font-size: inherit;
  line-height: 24px;
  letter-spacing:0.35px;
  font-style: italic;
  color: #909090;
  margin-bottom: 15px;
}
.main-content .news-section .news-detail .news-line {
  width: 30px;
  border-color: #d1d1d1;
  margin: 0 0 20px;
}
.main-content .news-section .news-detail .news-description {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin-bottom: 15px;
}
.main-content .news-section .news-detail .news-tag {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-content .news-section .news-detail .news-tag .news-tag-list {
  font-family: 'PT Sans', sans-serif;
  font-size: inherit;
  line-height: 24px;
  letter-spacing: 0.35px;
  font-style: italic;
  padding-right: 5px;
  margin-bottom: 5px;
}
/*Thank You*/
.main-content .thank-you-section {
  padding: 95px 0;
  background-color: #f9f9f9;
}
.main-content .thank-you-section .thank-title {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  line-height: 24px;
  letter-spacing:1.6px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 35px;
  text-align: center;
}
.main-content .thank-you-section .ctf-thank {
  display: grid;
}
.main-content .thank-you-section .ctf-thank .ctf-thank-input {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.9px;
  font-weight: 300;
  width: 370px;
  color: #000;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 0 0;
  margin: 0 auto 20px;
  background-color: #f9f9f9;
}
.main-content .thank-you-section .ctf-thank .ctf-thank-btn {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.9px;
  color: #000;
  width: max-content;
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid #000;
  padding: 0;
  margin: 0 auto;
}
.main-content .thank-you-section .ctf-thank .ctf-thank-btn:hover {
  transform: translateY(2px);
}
.main-content .thank-you-section .ctf-thank .ctf-thank-btn:focus,
.main-content .thank-you-section .ctf-thank .ctf-thank-btn:active {
  outline: unset;
}
.main-content .thank-you-section .ctf-thank  input::placeholder, 
.main-content .thank-you-section .ctf-thank  textarea::placeholder {
  color: #000;
}
.main-content .thank-you-section .ctf-thank input:-moz-placeholder,
.main-content .thank-you-section .ctf-thank input::-moz-placeholder,
.main-content .thank-you-section .ctf-thank  textarea:-moz-placeholder,
.main-content .thank-you-section .ctf-thank  textarea::-moz-placeholder  {
   color: #000;
}
.main-content .thank-you-section .ctf-thank .ctf-thank-input:focus {
  outline: none;
}
/*Contact Us*/
.main-content .contact-section .contact-email,
.main-content .contact-section .contact-location,
.main-content .contact-section .contact-phone {
  text-align: center;
}
.main-content .contact-section .contact-email svg,
.main-content .contact-section .contact-location svg,
.main-content .contact-section .contact-phone svg {
  font-family: FontAwsome;
  font-size: 20px;
  line-height: 25px;
  color: #909090;
  margin-bottom: 10px;
}
.main-content .contact-section .contact-email .contact-email-text,
.main-content .contact-section .contact-location .contact-location-text,
.main-content .contact-section .contact-phone .contact-phone-text {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing:0.7px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0;
}
.main-content .contact-section .contact-email {
  margin-left: 100px;
}
.main-content .contact-section .contact-phone {
  margin-right: 130px;
}
/*Footer*/
.main-content .footer {
  padding: 75px 0;
  background-color: #292929;    
  text-align: center;
}
.main-content .footer .footer-logo {
  margin-bottom: 40px;
} 
.main-content .footer .footer-social-icon {
  margin-bottom: 50px;
}
.main-content .footer .footer-social-icon .social-icon-link span{
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 8px;
}
.main-content .footer .footer-social-icon .social-icon-link svg {
  font-size: 20px;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
/* Copyright */
.main-content .footer .footer-copyright {
  color: #fff;
}
.main-content .footer .footer-copyright a {
  color: #21d850;
}
.main-content .footer .footer-copyright a:hover {
  color: rgba(34, 216, 79, 0.8);
}