/*
Template: Synopsis
Author: ThemeHurst
Description: Synopsis - One Page Resume / CV / vCard HTML5 Template.
Version: 1.0.1

Create Date: 11-13-2022
*/

/*
================================== 
CSS TABLE CONTENT 
================================== 
    01 - General
    02 - Typography
    03 - Header Content
    04 - Navigation
    05 - Banner Section
    06 - Resume Section
    07 - Counter Section
    08 - Portfolio Section
    09 - Video Section
    10 - Blog Section
    11 - Testimonial Section
    12 - Contact Me Section
    13 - Call To Action Section
    14 - Footer Content
==================================
END CSS TABLE CONTENT 
==================================

==================================
Theme Reset Style
==================================
*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700&display=swap');

@import url("../css/aos.css");
@import url("../css/bootstrap.min.css");
@import url("../css/common.css");
@import url("../css/backToTop.css");
@import url("../css/icofont.min.css");
@import url("../css/magnific-popup.css");
@import url("../css/odometer-theme-default.css");
@import url("../css/simple-scrollbar.css");
@import url("../css/swiper.min.css");


/* ## 01. General */

* {
  margin : 0px;
  padding: 0px;
  border : none;
  outline: none;
}

.preloader {
  position           : fixed;
  left               : 0px;
  top                : 0px;
  width              : 100%;
  height             : 100%;
  z-index            : 999999;
  background-position: center center;
  background-repeat  : no-repeat;
  background-image   : url(../images/preloader.svg);
}

/* ## 02. Typography */

html {
  font-size: 100%;
}

body {
  font-family     : 'Roboto', sans-serif;
  font-size       : 16px;
  font-weight     : normal;
  line-height     : 1.5em;
}

@media only screen and (max-width: 575px) {
  body {
    font-size: 15px;
  }
}

/* Heading */

h1,
h2,
h3,
h4,
h5,
h6 {
  clear                 : both;
  line-height           : 1.3em;
  font-weight           : 600;
  -webkit-font-smoothing: antialiased;
  margin-bottom         : 15px;
  font-family           : 'Poppins', sans-serif;
}

h1 {
  font-size: 2.441em;
}

h2 {
  font-size: 1.953em;
}

h3 {
  font-size: 1.563em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color          : inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color          : inherit;
  text-decoration: none;
}

ul {
  margin : 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition   : all 0.3s ease-out 0s;
  -ms-transition    : all 0.3s ease-out 0s;
  -o-transition     : all 0.3s ease-out 0s;
  transition        : all 0.3s ease-out 0s;
}

.title {
  font-weight  : normal;
  font-size    : 30px;
  line-height  : 1.25em;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1366px) {
  .title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1199px) {
  .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .title {
    font-size: 20px;
  }
}

.section-heading {
  font-weight   : 700;
  font-size     : 36px;
  position      : relative;
  z-index       : 2;
  line-height   : 1.25em;
  margin-bottom : 30px;
  margin-top    : -10px;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .section-heading {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .section-heading {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .section-heading {
    font-size : 32px;
    margin-top: -7px;
  }
}

@media only screen and (max-width: 575px) {
  .section-heading {
    font-size: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .section-heading {
    font-size : 28px;
    margin-top: -5px;
  }
}

@media only screen and (max-width: 400px) {
  .section-heading {
    font-size: 26px;
  }
}

.section-heading:before {
  position        : absolute;
  content         : '';
  height          : 1px;
  width           : 150px;
  bottom          : -1px;
  left            : 0%;
}

.section-title {
  position     : relative;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .counter-block .section-title {
    margin-bottom: 25px;
  }
  
  .video-section .section-title {
    margin-bottom: 35px;
  }
  
}

@media only screen and (max-width: 767px) {
  .section-title {
    text-align   : center;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 420px) {
  .section-title {
    margin-bottom: 45px;
  }
}

.section-title.text-center {
  padding      : 0 35px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .section-title.text-center {
    padding      : 0;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .section-title.text-center {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title.text-center {
    margin-bottom: 50px;
    padding      : 0 25px;
  }
}

@media only screen and (max-width: 420px) {
  .section-title.text-center {
    padding      : 0 15px;
    margin-bottom: 45px;
  }
}

.section-title .sub-title {
  position      : relative;
  font-weight   : 300;
  font-size     : 14px;
  margin-bottom : 15px;
  letter-spacing: 2px;
  border-radius : 25px;
  padding       : 7px 30px;
  text-transform: uppercase;
  display       : inline-block;
}

.section-title .sub-title::before {
  position     : absolute;
  content      : '';
  width        : 100%;
  height       : 100%;
  z-index      : -1;
  left         : 0;
  top          : 0;
  border-radius: 25px;
}

.section-title .sub-title::after {
  position     : absolute;
  content      : '';
  width        : 100%;
  height       : 100%;
  z-index      : -1;
  left         : 0;
  top          : 0;
  border-radius: 25px;
  -ms-transform: rotate(6deg);
  transform    : rotate(6deg);
}

@media only screen and (max-width: 1199px) {
  .section-title .sub-title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .section-title .sub-title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .sub-title {
    font-size    : 16px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 420px) {
  .section-title .sub-title {
    font-size: 16px;
  }
}

.section-title .title-main {
  font-size    : 45px;
  font-weight  : 700;
  line-height  : 1.2em;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .section-title .title-main {
    font-size: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .section-title .title-main {
    font-size    : 38px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .title-main {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title .title-main {
    font-size  : 28px;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 420px) {
  .section-title .title-main {
    font-size: 24px;
  }
}

.section-title .title-text {
  line-height: 1.65em;
  font-size  : 16px;
}

@media only screen and (max-width: 991px) {
  .section-title .title-text {
    font-size: 15px;
  }
}

/* Others Typography */

p {
  margin-bottom: 15px;
  line-height  : 1.72em;
}

p:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

blockquote {
  margin: 0 0 1.3em;
}

address {
  margin: 0 0 1.3em;
}

dfn,
em,
cite,
i,
code,
kbd,
tt,
var {
  font-size: 1em;
}

em,
cite,
i {
  font-style: italic;
}

abbr,
acronym {
  cursor       : help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  padding      : 20px 30px;
  margin-bottom: 30px;
  max-width    : 100%;
  white-space  : pre-wrap;
  white-space  : -moz-pre-wrap;
  white-space  : -pre-wrap;
  white-space  : -o-pre-wrap;
  word-wrap    : break-word;
  font-size    : 0.929em;
  overflow     : auto;
}

img {
  max-width: 100%;
  height   : auto;
}

.dropcap {
  display    : block;
  float      : left;
  margin     : 15px 5px 0 0;
  font-weight: bold;
  font-size  : 60px;
}

/* ## 03. Header Content */

.site-header {
  padding         : 0px;
}

.site-header .navigation-area {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  min-height       : 70px;
}

.site-header .navigation-area .site-branding a {
  display: inline-block;
}

.site-header .navigation-area .header-navigation-right {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : end;
  -ms-flex-pack    : end;
  justify-content  : flex-end;
}

.site-header .navigation-area .header-navigation-right .git-cl{
  background-color: #000000;
  padding: 4px 8px;
  border-radius: 7px;
  border: 0;
}

.site-header .navigation-area .header-navigation-right .git-cl:hover,
.site-header .navigation-area .header-navigation-right .git-cl:focus{
  color: #37f9d7;
}

@media only screen and (max-width: 1199px) {
  .site-header .navigation-area>.site-navigation {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .site-header .btn-sign-area {
    display: none;
  }
}

.site-header .btn-sign-area .btn-primary {
  padding      : 10px 35px 8px;
  font-size    : 16px;
  border-radius: 0.3125em;
}

@media only screen and (max-width: 575px) {
  .site-header .btn-sign-area .btn-primary {
    padding: 8px 20px 7px;
  }
}

.site-header.synopsis-header {
  padding-top       : 20px;
  position          : absolute;
  width             : 100%;
  top               : 0;
  left              : 0;
  z-index           : 99;
  background-color  : transparent;
  transition        : all 300ms linear;
  -moz-transition   : all 300ms linear;
  -webkit-transition: all 300ms linear;
  -ms-transition    : all 300ms linear;
  -o-transition     : all 300ms linear;
}

.site-header.synopsis-header.sticky_header {
  position          : fixed;
  top               : 0;
  left              : 0;
  right             : 0;
  width             : 100%;
  padding-bottom    : 20px;
}

.site-header.synopsis-header .mobile-sidebar-menu {
  display: block;
}

.site-header.synopsis-header {
  padding: 15px 100px;
}

@media only screen and (max-width: 1199px) {
  .site-header.synopsis-header {
    padding: 5px 50px;
  }
}

.site-header.synopsis-header .btn-sign-area {
  padding-left: 25px;
}

@media only screen and (max-width: 480px) {
  .site-header.synopsis-header .btn-sign-area {
    display: none;
  }

  .site-header.synopsis-header {
    padding: 15px 0px;
  }
}

.site-header.synopsis-header .hamburger-menus {
  margin-left: 25px;
}

/* Sticky header */

#sticky-header .site-header {
  display: none;
}

#sticky-header.active {
  display : none;
  left    : 0;
  position: fixed;
  top     : 0;
  width   : 100%;
  z-index : 99;
}

#sticky-header.active .mobile-sidebar-menu {
  display: none;
}

#sticky-header.active .site-header {
  position        : relative;
  display         : block;
}

#sticky-header.active .site-header .megamenu .megamenu-main {
  top: 100% !important;
}

#sticky-header.active .site-header.synopsis-header {
  padding: 5px 0;
}

/* ## 04. Navigation */

a {
  color             : inherit;
  -webkit-transition: all 0.3s;
  transition        : all 0.3s;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline        : 0;
  text-decoration: none;
}

/* Menus */

@media only screen and (min-width: 1199px) {
  #mobile-menu {
    display: none;
  }

  .overlapblackbg {
    display: none;
  }

  .mainmenu {
    padding      : 0;
    text-align   : center;
    margin-bottom: 0;
  }

  .mainmenu>li {
    display : inline-block;
    position: relative;
  }

  .mainmenu li {
    list-style: none;
  }

  .navigation .mainmenu li>a {
    position: relative;
  }

  .navigation .mainmenu li>a>.menu-arrow {
    position         : absolute;
    font-size        : 15px;
    right            : -2px;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
  }

  .navigation .mainmenu>li>a {
    display                    : block;
    padding                    : 7px 25px;
    font-size                  : 16px;
    font-weight                : normal;
    text-transform             : capitalize;
    text-decoration            : none;
    position                   : relative;
    font-family                : 'Poppins', sans-serif;
    letter-spacing             : 0.1em;
    vertical-align             : middle;
    box-shadow                 : 0 0 1px transparent;
    white-space                : nowrap;
    -webkit-transform          : translateZ(0);
    transform                  : translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility        : hidden;
  }

  .navigation .mainmenu>li>a:before {
    position          : absolute;
    content           : "";
    bottom            : 0;
    left              : 50%;
    height            : 3px;
    width             : 0;
    -webkit-transform : translateX(-50%);
    transform         : translateX(-50%);
    opacity           : 0;
    -webkit-transition: all 0.25s;
    transition        : all 0.25s;
    border-radius     : 3px;
  }


  .navigation .mainmenu>li>a span {
    font-size  : 14px;
    margin-left: 5px;
  }

  .navigation .mainmenu>li.current-menu-item>a:before,
  .navigation .mainmenu>li.current-menu-ancestor>a:before {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }

  .menu-click {
    display: none;
  }

  /* Sub Menu CSS */

  .mainmenu .sub-menu {
    min-width               : 250px;
    position                : absolute;
    z-index                 : 999;
    margin                  : 0;
    padding                 : 10px;
    opacity                 : 0;
    top                     : 100%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin   : 0% 0%;
    -ms-transform-origin    : 0% 0%;
    -o-transform-origin     : 0% 0%;
    transform-origin        : 0% 0%;
    -webkit-transition      : transform 0.3s, opacity 0.3s;
    transition              : transform 0.3s, opacity 0.3s;
  }

  .mainmenu .sub-menu li {
    position: relative;
  }

  .mainmenu .sub-menu li a {
    background-image: none;
    border-right    : 0 none;
    text-align      : left;
    display         : block;
    line-height     : 1.5em;
    padding         : 8px 20px;
    text-transform  : none;
    font-size       : 15px;
    font-weight     : normal;
    letter-spacing  : 0.025em;
    font-family     : 'Poppins', sans-serif;
  }

  .mainmenu .sub-menu li:last-child a {
    border-bottom: none;
  }

  .mainmenu .sub-menu li:last-child>a {
    border-bottom: 0;
  }

  .menuexpandermain {
    display: none;
  }

  .mainmenu li:hover .sub-menu,
  .mainmenu .sub-menu li:hover .sub-menu-sub {
    display: block;
  }

  .mainmenu .sub-menu .sub-menu,
  .mainmenu .sub-menu .sub-menu .sub-menu {
    min-width               : 250px;
    position                : absolute;
    left                    : calc(100% + 20px);
    top                     : -1px;
    margin                  : 0;
    padding                 : 10px;
    opacity                 : 0;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin   : 0% 0%;
    -ms-transform-origin    : 0% 0%;
    -o-transform-origin     : 0% 0%;
    transform-origin        : 0% 0%;
    -webkit-transition      : transform 0.4s, opacity 0.4s;
    transition              : transform 0.4s, opacity 0.4s;
    z-index                 : 1001;
  }

  .mainmenu .sub-menu .sub-menu:before,
  .mainmenu .sub-menu .sub-menu .sub-menu:before {
    position: absolute;
    content : "";
    left    : -20px;
    top     : 0;
    height  : 40px;
    width   : 20px;
  }

  .mainmenu .sub-menu li:hover .sub-menu,
  .mainmenu .sub-menu .sub-menu li:hover .sub-menu {
    opacity         : 1;
    list-style      : none;
  }

  .mainmenu .sub-menu li {
    position: relative;
    display : block;
  }

  /* Animation */

  .mainmenu li>.sub-menu,
  .mainmenu li>.megamenu>.sub-menu {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style   : preserve-3d;
    -ms-transform-style    : preserve-3d;
    -o-transform-style     : preserve-3d;
    transform-style        : preserve-3d;
    -webkit-transform      : rotateX(-90deg);
    transform              : rotateX(-90deg);
    visibility             : hidden;
  }

  .mainmenu li:hover>.sub-menu,
  .mainmenu li:hover>.megamenu>.sub-menu {
    -webkit-transform: rotateX(0deg);
    transform        : rotateX(0deg);
    opacity          : 1;
    visibility       : visible;
  }

  /* Default Color */

  .mainmenu li:hover>a,
  .mainmenu>li>a:hover,
  .mainmenu>li>a.active {
    background-color: transparent;
    text-decoration : none;
  }

  .mainmenu li:hover>a:before,
  .mainmenu>li>a:hover:before,
  .mainmenu>li>a.active:before {
    width  : 25px;
    opacity: 1;
  }

  .mainmenu .sub-menu>li>a:hover,
  .mainmenu .sub-menu .sub-menu>li>a:hover,
  .mainmenu .sub-menu .sub-menu .sub-menu>li>a:hover {
    -webkit-border-radius: 0 !important;
    border-radius        : 0 !important;
    text-decoration      : none;
  }

  .megamenu .sub-menu .current-menu-item>a,
  .megamenu .current-menu-ancestor>a,
  .megamenu.current-menu-ancestor .current-menu-ancestor>a {
    background-color: transparent;
  }

  .megamenu .sub-menu .current-menu-parent>a,
  .megamenu .sub-menu .current-menu-item>a {
    background-color: transparent;
  }
}

.megamenu {
  position: static !important;
}

.megamenu .megamenu-main {
  width  : calc(100% - 30px);
  left   : 15px;
  padding: 40px 30px;
  top    : calc(100% + 5px);
}

.megamenu .megamenu-main:before {
  content : "";
  position: absolute;
  left    : 0;
  top     : -25px;
  width   : 100%;
  height  : 25px;
  z-index : 5;
}

.megamenu .megamenu-main ul {
  padding-left: 0px;
}

.megamenu .megamenu-main .megamenu-heading {
  font-weight  : 600;
  font-size    : 16px;
  text-align   : left;
  margin-bottom: 20px;
}

.megamenu .megamenu-main .custom-megamenu li a {
  padding  : 6px 0px;
  font-size: 15px;
}

.megamenu .megamenu-main .custom-megamenu li a:hover {
  padding-left: 5px;
}

/* Menu Search CSS */

.nav-search {
  position: relative;
  display : block;
  color   : inherit;
}

.search-wrap {
  width     : 100%;
  height    : 100%;
  overflow  : hidden;
  display   : none;
  position  : fixed;
  top       : 0;
  left      : 0;
  z-index   : 900;
}

.search-wrap .search-inner {
  position: relative;
  width   : 100%;
  height  : 100%;
}

.search-wrap .search-cell {
  position : absolute;
  top      : 50%;
  width    : 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width    : 50%;
  margin   : auto;
  position : relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}

.search-wrap .main-search-input {
  width         : 100%;
  height        : 70px;
  border        : 0;
  padding       : 0 50px;
  text-transform: uppercase;
  background    : transparent;
  font-size     : 25px;
  text-align    : center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height     : 50px;
    padding    : 0 0;
    line-height: 50px;
    font-size  : 18px;
  }
}

.search-btn .search-trigger {
  cursor            : pointer;
  font-size         : 22px;
  text-align        : right;
  -webkit-transition: all 0.35s;
  transition        : all 0.35s;
  min-width         : 20px;
  background        : transparent;
}

input.main-search-input::placeholder {
  opacity  : 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}

.search-close {
  position : absolute;
  top      : 50px;
  right    : 50px;
  font-size: 30px;
  cursor   : pointer;
}

/* Responsive Menus */

.hamburger-menus {
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  -ms-flex-wrap        : wrap;
  flex-wrap            : wrap;
  -webkit-box-pack     : end;
  -ms-flex-pack        : end;
  justify-content      : flex-end;
  -webkit-box-align    : end;
  -ms-flex-align       : end;
  align-items          : flex-end;
  width                : 30px;
  cursor               : pointer;
}

.hamburger-menus:hover>span {
  -webkit-transform: scale(1);
  transform        : scale(1);
  width            : 30px !important;
}

.hamburger-menus.click-menu {
  position: relative;
  z-index : 9999;
}

.hamburger-menus.click-menu>span:nth-child(1) {
  width                   : 30px;
  -webkit-transform       : rotate(45deg);
  transform               : rotate(45deg);
  -webkit-transform-origin: -2px 5px;
  transform-origin        : -2px 5px;
}

.hamburger-menus.click-menu>span:nth-child(2) {
  opacity: 0;
}

.hamburger-menus.click-menu>span:nth-child(3) {
  width                   : 30px;
  -webkit-transform       : rotate(-45deg);
  transform               : rotate(-45deg);
  -webkit-transform-origin: 0px 0px;
  transform-origin        : 0px 0px;
}

.hamburger-menus>span {
  width             : 10px;
  height            : 4px;
  display           : block;
  opacity           : 1;
  visibility        : visible;
  -webkit-transition: all 0.3s;
  transition        : all 0.3s;
  margin            : 4px 0;
  position          : relative;
}

.hamburger-menus>span:nth-child(1) {
  margin-top: 0 !important;
}

.hamburger-menus>span:nth-child(2) {
  width: 30px;
}

.hamburger-menus>span:nth-child(3) {
  margin-bottom: 0;
}

.overlaybg {
  left            : 0;
  z-index         : 100;
  width           : 100%;
  height          : 100%;
  position        : fixed;
  top             : 0;
  display         : none;
  cursor          : pointer;
}

.mobile-sidebar-menu .navigation {
  left              : 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition        : all 0.4s ease-in-out;
  overflow-y        : auto;
  overflow-x        : hidden;
}

.mobile-sidebar-menu .navigation .mainmenu>li {
  display: block;
}

.mobile-sidebar-menu .navigation .mainmenu>li>a {
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  display                    : block;
  font-weight                : 500;
  overflow                   : hidden;
  padding                    : 20px !important;
  position                   : relative;
  text-decoration            : none;
  text-align                 : left;
  -webkit-transform          : translateZ(0px);
  transform                  : translateZ(0px);
  vertical-align             : middle;
  font-family                : 'Poppins', sans-serif;
  letter-spacing             : 0.015em;
  text-transform             : capitalize;
  font-size                  : 16px;
}

.mobile-sidebar-menu .navigation .mainmenu>li>a:before {
  display: none;
}

.mobile-sidebar-menu .navigation .mainmenu>li.active>a>.menu-arrow {
  -webkit-transform: rotate(180deg);
  transform        : rotate(180deg);
}

.mobile-sidebar-menu .navigation ul.mainmenu {
  padding   : 0;
  margin    : 0;
  list-style: none;
}

.mobile-sidebar-menu .navigation ul.mainmenu a {
  position: relative;
}

.mobile-sidebar-menu .navigation ul.mainmenu a>.menu-arrow {
  position          : absolute;
  top               : 0;
  right             : 0;
  cursor            : pointer;
  z-index           : 120;
  width             : 100%;
  display           : block;
  background-size   : 25px;
  font-size         : 16px;
  float             : right;
  padding           : 17px;
  width             : 48px;
  -webkit-transform : none;
  transform         : none;
  -webkit-transition: transform 0.1s ease;
  transition        : transform 0.1s ease;
}

.mobile-sidebar-menu .navigation ul.mainmenu a>.menu-arrow:before {
  content    : "\eab2";
  font-family: "IcoFont";
}

.mobile-sidebar-menu .navigation ul.sub-menu {
  list-style       : none;
  padding          : 0;
  margin           : 0;
  display          : none;
  background-color : transparent;
  -webkit-transform: none;
  transform        : none;
  opacity          : 1;
  visibility       : visible;
}

.mobile-sidebar-menu .navigation ul.sub-menu.megamenu-main,
.mobile-sidebar-menu .navigation ul.sub-menu {
  width   : 100%;
  position: relative;
  left    : 0;
  top     : 0;
}

.mobile-sidebar-menu .navigation ul.sub-menu li a {
  padding         : 12px 32px 12px 25px;
  letter-spacing  : 0;
  border-right    : solid 0px;
  background-color: transparent;
  line-height     : 25px;
  position        : relative;
  letter-spacing  : 0.015em;
  display         : block;
  text-transform  : capitalize;
}

.mobile-sidebar-menu .navigation ul.sub-menu li a:hover {
  padding-left: 30px;
}

.mobile-sidebar-menu .navigation ul.sub-menu>.sub-menu>li>a {
  padding-left: 30px;
}

.mobile-sidebar-menu .navigation ul.sub-menu>.sub-menu>li>a:hover {
  padding-left: 35px;
}

.mobile-sidebar-menu .navigation .megamenu {
  position: relative !important;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-main:before {
  display: none;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-main .megamenu-heading,
.mobile-sidebar-menu .navigation .megamenu .megamenu-main .megamenu-bg-right {
  display: none;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-main .megamenu-container {
  max-width: 100%;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-main .custom-megamenu,
.mobile-sidebar-menu .navigation .megamenu .sub-menu .custom-megamenu {
  display: block !important;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-main .custom-megamenu li a,
.mobile-sidebar-menu .navigation .megamenu .sub-menu .custom-megamenu li a {
  font-weight: normal;
  padding    : 10px 30px;
  font-size  : 15px;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-main .custom-megamenu li a:hover,
.mobile-sidebar-menu .navigation .megamenu .sub-menu .custom-megamenu li a:hover {
  padding-left: 30px;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper {
  padding: 0;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper .megamenu-container {
  padding: 0px;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper .row {
  display: block;
  margin : 0px;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper .row [class*="col-"] {
  max-width: 100%;
  padding  : 0px;
}

.site-header.synopsis-header {
  z-index: 99;
}

.site-header.synopsis-header .hamburger-menus.click-menu>span:nth-child(1) {
  width: 100% !important;
}

.site-header.synopsis-header .mobile-sidebar-menu .navigation {
  display           : none;
  left              : -100%;
  position          : relative;
  width             : 300px;
  height            : 100%;
  position          : fixed;
  padding           : 0;
  top               : 0;
  margin            : 0;
  z-index           : 99999;
  -webkit-transition: all 0.4s ease-in-out;
  transition        : all 0.4s ease-in-out;
}

.site-header.synopsis-header .mobile-sidebar-menu.sidemenu-active .overlaybg {
  display: block;
}

.site-header.synopsis-header .mobile-sidebar-menu.sidemenu-active .navigation {
  left: 0;
}

.site-header.synopsis-header .mobile-sidebar-menu .navigation ul.sub-menu {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .site-header.synopsis-header {
    z-index: 99;
  }

  .site-header.synopsis-header .hamburger-menus {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .site-header.synopsis-header .mobile-sidebar-menu .navigation {
    display           : block !important;
    left              : -100%;
    position          : relative;
    width             : 300px;
    height            : 100%;
    position          : fixed;
    padding           : 0;
    top               : 0;
    margin            : 0;
    z-index           : 99999;
    -webkit-transition: all 0.4s ease-in-out;
    transition        : all 0.4s ease-in-out;
  }

  .mobile-sidebar-menu .contact-us-a{
    display: none !important;
  }

  .site-header.synopsis-header .mobile-sidebar-menu.sidemenu-active .overlaybg {
    display: block;
  }

  .site-header.synopsis-header .mobile-sidebar-menu.sidemenu-active .navigation {
    left: 0;
  }

  .site-header.synopsis-header .navigation {
    border: none;
  }

  .site-header.synopsis-header .navigation ul.sub-menu {
    display: none;
  }
}

@media only screen and (max-width: 412px) {
  .site-header.synopsis-header .mobile-sidebar-menu .navigation {
    width: 200px;
  }
}

.contact-info {
  display: none;
}

.mobile-sidebar-menu .contact-us-a {
  display           : block;
  width             : 350px;
  height            : 100%;
  position          : fixed;
  padding           : 30px;
  top               : 0;
  margin            : 0;
  z-index           : 99999;
  -webkit-transition: all 0.4s ease-in-out;
  transition        : all 0.4s ease-in-out;
  left              : -100%;
  opacity           : 0;
}

.mobile-sidebar-menu .contact-us-a h2 {
  margin-bottom: 10px;
}

.mobile-sidebar-menu .contact-us-a p {
  margin-bottom: 35px;
}

.mobile-sidebar-menu.sidemenu-active .contact-us-a {
  display           : block;
  left              : 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition        : all 0.4s ease-in-out;
  overflow-y        : auto;
  overflow-x        : hidden;
  opacity           : 1;
}

.mobile-sidebar-menu .contact-us-a ul {
  margin-top: 10px;
}

.mobile-sidebar-menu .contact-us-a ul li {
  margin      : 5px 0;
  position    : relative;
  padding-left: 35px;
}

.mobile-sidebar-menu .contact-us-a ul li i {
  position : absolute;
  left     : 0;
  top      : 4px;
  font-size: 17px;
}

.mobile-sidebar-menu .contact-us-a .sidebar-social {
  margin-top: 35px;
}

.mobile-sidebar-menu .contact-us-a .sidebar-social a {
  font-size    : 16px;
  font-weight  : 400;
  height       : 40px;
  width        : 40px;
  border-radius: 100px;
  display      : inline-block;
  text-align   : center;
  line-height  : 40px;
  margin-right : 2px;
}

/* ## 05. Banner  Sections */

.banner-section {
  position  : relative;
}

.banner-section.banner-style-three {
  padding-top   : 200px;
  padding-bottom: 0px;
  position      : relative;
  overflow      : hidden;
  padding-bottom: 100px;
}

.banner-section.banner-style-three::after {
  width           : 960px;
  height          : 480px;
  border-radius   : 50px;
  content         : '';
  position        : absolute;
  top             : 50%;
  right           : -5%;
  margin-top      : -250px;
  z-index         : -1;
}

@media only screen and (max-width: 1200px) {
  .banner-section.banner-style-three::after {
    top  : 52%;
    right: -30%;
  }
}

@media only screen and (max-width: 768px){
  .banner-section.banner-style-three::after {
      top: 52%;
      right: -65%;
  }
}

@media only screen and (max-width: 1366px) {
  .banner-section.banner-style-three {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-section.banner-style-three {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 420px) {
  .banner-section.banner-style-three {
    padding-top: 120px;
  }

  .banner-section.banner-style-three::after {
    display: none;
  }
}

.banner-section.banner-style-three .hero-title {
  font-size    : 65px;
  font-weight  : normal;
  line-height  : 1.27em;
  margin-bottom: 22px;
}

@media only screen and (max-width: 1366px) {
  .banner-section.banner-style-three .hero-title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-section.banner-style-three .hero-title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section.banner-style-three .hero-title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-section.banner-style-three .hero-title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 420px) {
  .banner-section.banner-style-three .hero-title {
    font-size: 45px;
  }
}

.banner-section.banner-style-three .hero-desc {
  padding-right: 150px;
}

@media only screen and (max-width: 575px) {
  .banner-section.banner-style-three .hero-desc {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 420px) {
  .banner-section.banner-style-three .hero-desc {
    padding-right: 0;
  }
}

.banner-section.banner-style-three .hero-mockup-area {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .banner-section.banner-style-three .hero-mockup-area {
    display: none;
  }
}

.banner-section .hero-title {
  font-weight  : normal;
  font-size    : 100px;
  position     : relative;
  margin-bottom: 30px;
  line-height  : 1.05em;
  font-weight  : 800;
}

@media only screen and (max-width: 1199px) {
  .banner-section .hero-title {
    font-size    : 72px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-section .hero-title {
    font-size    : 66px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section .hero-title {
    font-size: 56px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-section .hero-title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 420px) {
  .banner-section .hero-title {
    font-size: 36px;
  }
}

.banner-section .hero-desc {
  font-size    : 20px;
  padding-right: 50px;
}

@media only screen and (max-width: 1199px) {
  .banner-section .hero-desc {
    padding-right: 0;
  }
}

.banner-section .hero-desc>p {
  line-height: 1.65em;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .banner-section .hero-desc {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section .hero-desc {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-section .hero-desc {
    font-size: 18px;
  }
}

@media only screen and (max-width: 420px) {
  .banner-section .hero-desc {
    font-size: 16px;
  }
}

.banner-section .form-group-btn {
  margin-top: 30px;
}

.banner-section .form-group-btn .btn-primary {
  padding: 15px 40px;
}

@media only screen and (max-width: 767px) {
  .banner-section .form-group-btn .btn-primary {
    padding: 12px 30px;
  }
}

.banner-section .hero-mockup-area {
  margin-right    : -120px;
  display         : -webkit-box;
  display         : -ms-flexbox;
  display         : flex;
  -webkit-box-pack: end;
  -ms-flex-pack   : end;
  justify-content : flex-end;
}

@media only screen and (max-width: 1620px) {
  .banner-section .hero-mockup-area {
    margin-right: -45px;
    margin-left : -30px;
  }
}

@media only screen and (max-width: 1366px) {
  .banner-section .hero-mockup-area {
    margin-right: 0px;
    margin-left : -60px;
  }
}

.banner-section .brand-list {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : start;
  -ms-flex-pack    : start;
  justify-content  : flex-start;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
  margin           : -15px;
}

.banner-section .brands-link {
  min-height       : 110px;
  cursor           : pointer;
  overflow         : hidden;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
  -webkit-box-pack : center;
  -ms-flex-pack    : center;
  justify-content  : center;
}

.banner-section .brands-link img {
  -webkit-transition: all 0.25s;
  transition        : all 0.25s;
  margin            : 0 auto;
}

.banner-section .brands-link.dark-logo {
  display: block;
}

.banner-section .brands-link.light-logo {
  display: none;
}

.banner-section .work-brand-content {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : center;
  -ms-flex-pack    : center;
  justify-content  : center;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
}

.banner-section .work-brand-content .brands-link {
  padding      : 0 75px;
  text-align   : center;
  width        : 33.33%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .banner-section .work-brand-content .brands-link {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-section .work-brand-content .brands-link {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section .work-brand-content .brands-link {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-section .work-brand-content .brands-link {
    width  : 50%;
    padding: 0 15px;
  }
}

.subtitle.subtitle-typed,
.typed-cursor {
  position               : relative;
  margin                 : 0;
  display                : inline-block;
  font-size              : 20px;
  line-height            : 24px;
  font-weight            : 400;
  background-clip        : border-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

/* ## 06. Resume Section */

.service-item {
  position          : relative;
  padding           : 45px 30px;
  -webkit-transition: all 0.3s;
  transition        : all 0.3s;
  margin-bottom     : 30px;
  -webkit-transition: all 0.25s linear 0ms;
  transition        : all 0.25s linear 0ms;
  overflow          : hidden;
  z-index           : 9;
}

@media only screen and (max-width: 1199px) {
  .service-item {
    padding: 40px 25px;
  }
}

@media only screen and (max-width: 991px) {
  .service-item {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .service-item {
    padding: 37px 25px 35px;
  }
}

@media only screen and (max-width: 420px) {
  .service-item {
    padding: 37px 20px 35px;
  }
}

.ee-info-details {
  position: relative;
}

.ee-info-details .ee-title {
  font-size: 20px;
}

.ee-info-details .ee-time {
  padding      : 5px 20px;
  border-radius: 15px;
}

.ee-info-details p {
  font-size : 16px;
  margin-top: 15px;
}

.ee-info-details.point-right::before {
  content         : '';
  display         : block;
  position        : absolute;
  width           : 17px;
  height          : 17px;
  right           : -9px;
  top             : 6px;
  border-radius   : 50%;
  opacity         : .25;
  z-index         : 0;
}

.ee-info-details.point-right::after {
  content         : '';
  display         : block;
  position        : absolute;
  width           : 9px;
  height          : 9px;
  right           : -5px;
  top             : 10px;
  border-radius   : 5px;
  z-index         : 1;
}

.ee-info-details.point-left::before {
  content         : '';
  display         : block;
  position        : absolute;
  width           : 17px;
  height          : 17px;
  left            : -9px;
  top             : 6px;
  border-radius   : 50%;
  opacity         : .25;
  z-index         : 0;
}

.ee-info-details.point-left::after {
  content         : '';
  display         : block;
  position        : absolute;
  width           : 9px;
  height          : 9px;
  left            : -5px;
  top             : 10px;
  border-radius   : 5px;
  z-index         : 1;
}

.certificate-item {
  position          : relative;
  display           : table;
  table-layout      : fixed;
  width             : 100%;
  border-radius     : 8px;
  margin-bottom     : 20px;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition   : all .2s ease-in-out;
  -o-transition     : all .2s ease-in-out;
  -ms-transition    : all .2s ease-in-out;
  transition        : all .2s ease-in-out;
}

.certi-logo {
  display                  : table-cell;
  width                    : 120px;
  height                   : 100%;
  padding                  : 25px;
  vertical-align           : middle;
  border-top-left-radius   : 6px;
  border-bottom-left-radius: 6px;
}

.certi-logo img {
  display  : block;
  max-width: 100%;
}

.certi-content {
  display       : table-cell;
  width         : 100%;
  padding       : 20px 25px;
  vertical-align: middle;
}

.certi-title h4 {
  font-size: 16px;
  margin   : 0 0 5px;
}

.certi-id {
  font-size: .9em;
}

.certi-date {
  font-size: .7em;
  opacity  : .7;
}

.cer-pos .item-title {
  text-align: center;
}

.single-skill .skill-title {
  font-size    : 20px;
  margin-bottom: 10px;
  font-weight  : 400;
}

.single-skill .progress {
  border-radius: 15px;
  height       : 0.9rem;
}

/* ## 07. Counter Section */

.counter-block {
  position  : relative;
}

.counter-block {
  background-color: transparent;
}

.counter-block.style-one .counter-promo-numbers .promo-number .odometer-wrap {
  margin-left: -4px;
}

@media only screen and (max-width: 575px) {
  .counter-block.style-one .counter-promo-numbers .promo-number .odometer-wrap {
    margin-left: 0;
  }
}

.counter-promo-numbers .promo-number {
  text-align: center;
  padding   : 20px;
}

@media only screen and (max-width: 767px) {
  .counter-promo-numbers .promo-number{
    margin-bottom: 35px;
  }
}

.counter-promo-numbers .promo-number .promo-number-inner {
  display: block;
}

.counter-promo-numbers .promo-number .info {
  padding-left: 25px;
  margin      : 0 auto 0;
}

.counter-promo-numbers .promo-number .odometer-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack   : center;
  justify-content : center;
  margin-bottom   : 20px;
  font-size       : 75px;
}

@media only screen and (max-width: 1199px) {
  .counter-promo-numbers .promo-number .odometer-wrap {
    font-size: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .counter-promo-numbers .promo-number .odometer-wrap {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .counter-promo-numbers .promo-number .odometer-wrap {
    font-size: 42px;
  }
}

@media only screen and (max-width: 575px) {
  .counter-promo-numbers .promo-number .odometer-wrap {
    font-size: 36px;
  }
}

.counter-promo-numbers .promo-number .promo-title {
  font-size: 20px;
}

@media only screen and (max-width: 1199px) {
  .counter-promo-numbers .promo-number .promo-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .counter-promo-numbers .promo-number .promo-title {
    font-size  : 16px;
    line-height: 1.35;
  }
}

@media only screen and (max-width: 991px) {
  .counter-promo-numbers .promo-number .info {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .counter-promo-numbers .promo-number .info {
    margin-top  : 0px;
    padding-left: 0px;
    margin-top  : 15px;
  }
}

.counter-promo-numbers .promo-number .promo-number-inner {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: start;
  -ms-flex-align   : start;
  align-items      : flex-start;
}

@media only screen and (max-width: 1199px) {
  .counter-promo-numbers .promo-number .promo-number-inner {
    -webkit-box-align : center;
    -ms-flex-align    : center;
    -ms-grid-row-align: center;
    align-items       : center;
  }
}

@media only screen and (max-width: 575px) {
  .counter-promo-numbers .promo-number .promo-number-inner {
    display   : block;
    text-align: center;
  }
}

.counter-promo-numbers .promo-number .odometer-wrap {
  line-height      : 1;
  font-weight      : 700;
  margin-bottom    : 10px;
  font-size        : 35px;
  font-family      : 'Roboto', sans-serif;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

@media only screen and (max-width: 1199px) {
  .counter-promo-numbers .promo-number .odometer-wrap {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .counter-promo-numbers .promo-number .odometer-wrap {
    display: block;
  }
}

.counter-promo-numbers .promo-number .odometer-wrap .odometer {
  padding-right: 3px;
}

.counter-promo-numbers .promo-number .promo-title {
  font-size     : 20px;
  margin-bottom : 0px;
  font-family   : 'Poppins', sans-serif;
  text-transform: capitalize;
  font-weight   : 400;
}

@media only screen and (max-width: 1199px) {
  .counter-promo-numbers .promo-number .promo-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .counter-promo-numbers .promo-number .promo-title {
    font-size: 16px;
  }
}

.counter-promo-numbers .promo-number .icon {
  position: relative;
}

/* Countdown Numbers */

.countdown-container {
  margin-top   : 50px;
  margin-bottom: 50px;
}

.countdown {
  margin-bottom: 0;
}

.countdown li {
  display     : inline-block;
  text-align  : center;
  margin-right: 50px;
  width       : 80px;
}

.countdown li:last-child {
  margin-right: 0;
}

.countdown li span {
  font-size  : 45px;
  font-weight: 800;
  line-height: normal;
  font-family: 'Poppins', sans-serif;
}

.countdown li p {
  margin-bottom: 20px;
  margin-top   : 10px;
  font-size    : 18px;
}

@media only screen and (max-width: 991px) {
  .countdown li {
    margin-right: 10px;
    width       : 70px;
  }

  .countdown li span {
    font-size: 25px;
  }
}

/* ## 08. Portfolio Section */

.portfolio-section {
  position  : relative;
}

.portfolio-section .particle-shapes .dot-shape {
  position     : absolute;
  z-index      : 0;
  border-radius: 100%;
}

.portfolio-section .particle-shapes .dot-shape.shape-one {
  right: 18%;
  left : auto;
}

.portfolio-section .particle-shapes .dot-shape.shape-two {
  right           : 40%;
  left            : auto;
}

.portfolio-section .particle-shapes .dot-shape.shape-four {
  left            : 0;
}

.portfolio-section .portfolio-grid-three>.item {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : center;
  -ms-flex-pack    : center;
  justify-content  : center;
}

@media only screen and (max-width: 767px) {
  .portfolio-section.style-four .portfolio-item {
    margin-bottom: 30px;
  }
}

.portfolio-section.style-four .row>.text-right {
  text-align: right !important;
}

@media only screen and (max-width: 767px) {
  .portfolio-section.style-four .no-gutters>.row {
    margin-bottom: -30px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-section.style-four .section-title {
    text-align   : center;
    margin-bottom: 40px;
  }
}

.portfolio-section.style-four .portfolio-filter {
  margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .portfolio-section.style-four .portfolio-filter {
    margin-bottom: 0px;
  }
}

.portfolio-section.style-four .portfolio-filter li a {
  font-size: 16px;
  padding  : 0 20px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-section.style-four .portfolio-filter li a {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 575px) {
  .portfolio-section.style-four .portfolio-filter li a {
    padding: 0 7px;
  }

  .portfolio-section.style-four .portfolio-filter li a {
    font-size: 12px;
  }
}

.portfolio-section.style-four .portfolio-filter li:first-child>a {
  padding-left: 0;
}

.portfolio-section.style-four .portfolio-filter li:last-child>a {
  padding-right: 0;
}

.portfolio-section .btn-more-area {
  margin-bottom: 85px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-section .btn-more-area {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-section .btn-more-area {
    margin-bottom: 63px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-section .btn-more-area {
    margin-bottom: 45px;
    margin-top   : -15px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-section .btn-more-area.text-right {
    text-align: center !important;
  }
}

@media only screen and (min-width: 576px) {
  .portfolio-section .no-gutters {
    padding-left : 0;
    padding-right: 0;
  }
}

.portfolio-section .no-gutters .row {
  margin-left : 0;
  margin-right: 0;
}

.portfolio-section .no-gutters [class*='col-'] {
  padding-left : 0;
  padding-right: 0;
}

.portfolio-item {
  position          : relative;
  min-height        : 100px;
  margin-bottom     : 30px;
  -webkit-transition: all 0.3s;
  transition        : all 0.3s;
}


.portfolio-item .portfolio-thumb {
  position         : relative;
  overflow         : hidden;
  height           : 100%;
  width            : 100%;
  display          : -ms-flexbox;
  display          : -webkit-box;
  display          : flex;
  -ms-flex-align   : start;
  -webkit-box-align: start;
  align-items      : flex-start;
  margin-bottom    : 0px;
  overflow         : hidden;
}

.portfolio-item .portfolio-thumb>img {
  width             : 100%;
  -webkit-transition: ease-in-out 0.4s;
  transition        : ease-in-out 0.4s;
}

.portfolio-item .portfolio-thumb .overlay-wrapper {
  width   : 100%;
  height  : 100%;
  position: absolute;
  top     : 0;
  left    : 0;
}

.portfolio-item .portfolio-thumb .overlay-wrapper .read-more-area {
  position          : absolute;
  bottom            : 40px;
  left              : 30px;
  opacity           : 0;
  -webkit-transition: all 0.35s;
  transition        : all 0.35s;
}

@media only screen and (max-width: 767px) {
  .portfolio-item .portfolio-thumb .overlay-wrapper .read-more-area {
    left: 20px;
  }
}

.portfolio-item .portfolio-thumb .overlay-wrapper .links>a {
  font-size         : 18px;
  position          : absolute;
  z-index           : 2;
  display           : inline-block;
  text-align        : center;
  -webkit-transition: all 0.35s;
  transition        : all 0.35s;
  opacity           : 0;
  width             : 60px;
  height            : 60px;
  border-radius     : 100px;
  line-height       : 60px;
}

.portfolio-item .portfolio-thumb .overlay-wrapper .links>a.popup-image {
  bottom: 27px;
  right : 0px;
}

@media only screen and (max-width: 1366px) {
  .portfolio-item .portfolio-thumb .overlay-wrapper .links>a.popup-image {
    bottom: 25px;
  }
}

@media only screen and (max-width: 420px) {
  .portfolio-item .portfolio-thumb .overlay-wrapper .links>a.popup-image {
    bottom: 18px;
  }
}

.portfolio-item .portfolio-thumb .overlay {
  position          : absolute;
  top               : 0px;
  left              : 0px;
  width             : 100%;
  height            : 100%;
  visibility        : hidden;
  opacity           : 0;
  -webkit-transition: ease-in-out 0.5s;
  transition        : ease-in-out 0.5s;
}

.portfolio-item .portfolio-info {
  position: absolute;
  top     : 25px;
  left    : 30px;
}

@media only screen and (max-width: 1366px) {
  .portfolio-item .portfolio-info {
    top : 20px;
    left: 25px;
  }
}

@media only screen and (max-width: 420px) {
  .portfolio-item .portfolio-info {
    top : 15px;
    left: 20px;
  }
}

.portfolio-item .portfolio-info>div {
  overflow: hidden;
}

.portfolio-item .portfolio-info .heading {
  font-size         : 20px;
  margin-bottom     : 0;
  position          : relative;
  -webkit-transition: all 0.3s;
  transition        : all 0.3s;
  line-height       : 1.2;
  -webkit-transform : translateY(100%);
  transform         : translateY(100%);
}

@media only screen and (max-width: 1366px) {
  .portfolio-item .portfolio-info .heading {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .portfolio-item .portfolio-info .heading {
    font-size: 16px;
  }
}

.portfolio-item .portfolio-info .heading a:hover,
.portfolio-item .portfolio-info .heading a:focus {
  opacity: 0.8;
}

.portfolio-item .portfolio-info .cat {
  -webkit-transition: 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition        : 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  font-size         : 16px;
  font-family       : 'Poppins', sans-serif;
  opacity           : 0;
  -webkit-transform : translateY(100%);
  transform         : translateY(100%);
}

@media only screen and (max-width: 1366px) {
  .portfolio-item .portfolio-info .cat {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .portfolio-item .portfolio-info .cat {
    font-size: 13px;
  }
}

.portfolio-item:hover .portfolio-thumb>img {
  -webkit-transform: scale(1.1);
  transform        : scale(1.1);
}

.portfolio-item:hover .portfolio-thumb .overlay {
  opacity   : 0.85;
  visibility: visible;
}

.portfolio-item:hover .portfolio-thumb .overlay-wrapper .links>a {
  opacity   : 1;
  visibility: visible;
}

.portfolio-item:hover .portfolio-thumb .overlay-wrapper .links>a.popup-image {
  right: 30px;
}

@media only screen and (max-width: 1366px) {
  .portfolio-item:hover .portfolio-thumb .overlay-wrapper .links>a.popup-image {
    right: 25px;
  }
}

@media only screen and (max-width: 420px) {
  .portfolio-item:hover .portfolio-thumb .overlay-wrapper .links>a.popup-image {
    right: 20px;
  }
}

.portfolio-item:hover .portfolio-info .heading,
.portfolio-item:hover .portfolio-info .cat {
  -webkit-transform: translateY(0);
  transform        : translateY(0);
}

.portfolio-item:hover .portfolio-info .heading {
  opacity: 1;
}

.portfolio-item:hover .portfolio-info .cat {
  opacity: 0.85;
}

.hol-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.links {
  z-index: 111;
}

.sec-foo {
  margin-top: 30px;
}

/* ## 09 Video Section */

.video-section {
  position  : relative;
}

.video-section .element-group>.element {
  z-index : 0;
  position: absolute;
}

@media only screen and (max-width: 1366px) {
  .video-section .element-group>.element {
    display: none;
  }
}

.video-section .element-group>.element.one {
  top             : 10px;
  left            : 0px;
  width           : 580px;
  height          : 580px;
  border-radius   : 100%;
  -webkit-filter  : blur(100px);
  -moz-filter     : blur(100px);
  -o-filter       : blur(100px);
  -ms-filter      : blur(100px);
}

.video-section .element-group>.element.two {
  bottom          : -140px;
  right           : calc(50% - 745px);
  width           : 280px;
  height          : 280px;
  border-radius   : 100%;
  z-index         : -1;
}

@media only screen and (max-width: 1620px) {
  .video-section .element-group>.element.two {
    right: calc(50% - 675px);
  }
}

.video-section .promo-video-area {
  position        : relative;
  display         : -webkit-box;
  display         : -ms-flexbox;
  display         : flex;
  -webkit-box-pack: center;
  -ms-flex-pack   : center;
  justify-content : center;
}

.video-section .promo-video-area .video-thumb {
  display : inline-block;
  overflow: hidden;
}

.video-section .promo-video-area .promo-video {
  position         : absolute;
  content          : "";
  left             : 0;
  top              : 0;
  width            : 100%;
  height           : 100%;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : center;
  -ms-flex-pack    : center;
  justify-content  : center;
  z-index          : 2;
}

.video-section .section-details {
  font-size  : 16px;
  font-weight: 400;
}

/* ## 10. Blog Section */

.post {
  margin-bottom : 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 575px) {
  .post {
    margin-bottom : 40px;
    padding-bottom: 40px;
  }
}

.post:last-child {
  border-bottom : 0px solid;
  padding-bottom: 0;
}

.post .post-thumb {
  margin-bottom: 0;
  position     : relative;
}

.post .post-thumb:hover>a>img {
  opacity: 0.95;
}

.post .post-thumb>a {
  display: block;
}

.post .post-thumb>a>img {
  -webkit-transition: all 0.3s;
  transition        : all 0.3s;
  border-radius     : 10px 10px 0 0;
}

.post .entry-meta {
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .post .entry-meta {
    margin-bottom: 15px;
  }
}

.post .entry-title {
  font-size    : 35px;
  margin-bottom: 15px;
  line-height  : 1.25em;
  font-weight  : 700;
}

@media only screen and (max-width: 1199px) {
  .post .entry-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .post .entry-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .post .entry-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .post .entry-title {
    font-size: 22px;
  }
}

.post .post-details {
  padding-top: 32px;
}

@media only screen and (max-width: 991px) {
  .post .post-details {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 420px) {
  .post .post-details {
    padding-top: 20px;
  }
}

.post.post-grid {
  margin-bottom: 50px;
}

@media only screen and (max-width: 575px) {
  .post.post-grid {
    margin-bottom: 35px;
  }
}

.post.post-grid .post-thumb img {
  width: 100%;
}

.post.post-grid .entry-meta {
  margin-bottom: 0px;
}

.post.post-grid .entry-meta.entry-meta-date {
  margin-bottom: 0px;
  position     : absolute;
  top          : 10px;
  z-index      : 99;
  padding      : 7px 15px;
  left         : 10px;
  border-radius: 20px;
}

.post.post-grid .entry-meta.entry-meta-date>div {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1199px) {
  .post.post-grid .entry-meta.entry-meta-date {
    margin-bottom: 2px;
  }
}

.post.post-grid .entry-title {
  font-size    : 20px;
  margin-bottom: 17px;
  line-height  : 1.45em;
}

@media only screen and (max-width: 1199px) {
  .post.post-grid .entry-title {
    font-size    : 18px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .post.post-grid .entry-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 420px) {
  .post.post-grid .entry-title {
    font-size: 18px;
  }
}

.post.post-grid .post-details {
  padding         : 35px 30px 30px;
  margin-top      : -5px;
  border-radius   : 0 0 10px 10px;
}

@media only screen and (max-width: 1199px) {
  .post.post-grid .post-details {
    padding-top: 23px;
  }
}

.entry-meta {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
  font-size        : 14px;
  font-weight      : normal;
  line-height      : 1.25em;
  margin-bottom    : 5px;
}

.entry-meta>div {
  margin-right  : 20px;
  margin-bottom : 5px !important;
  position      : relative;
  text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
  .entry-meta>div {
    margin-right: 15px;
  }
}

.entry-meta>div:last-child {
  margin-right: 0px;
}

.entry-meta>div:first-child:before {
  display: none;
}

.entry-meta>div span,
.entry-meta>div i {
  margin-right: 5px;
}

.entry-meta .entry-meta-author {
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
}

.post .entry-meta .entry-category {
  margin-left: auto;
}

.entry-meta .entry-category {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  font-size        : 16px;
}

/* ## 11. Testimonial Section */

.testimonial-section {
  position  : relative;
}

.testimonial-section.shape-block {
  position: relative;
}

.testimonial-section.shape-block::after {
  width           : 850px;
  height          : 850px;
  border-radius   : 100%;
  content         : '';
  position        : absolute;
  top             : 0;
  left            : 28%;
  margin-top      : -310px;
  z-index         : -1;
}

.testimonial-section .testimonial-slider {
  margin: -30px -15px 0;
}

.testimonial-section .testimonial-slider-two {
  margin: -10px -30px -40px;
}

.testimonial-section .swiper-pagination {
  position     : relative;
  bottom       : 0px;
  margin-bottom: -5px;
  padding-top  : 50px;
}

@media only screen and (max-width: 575px) {
  .testimonial-section .swiper-pagination {
    padding-top: 35px;
  }
}

.testimonial-section .swiper-pagination .swiper-pagination-bullet {
  width             : 25px;
  opacity           : .5;
  border-radius     : 5px;
  -webkit-transition: all 0.3s;
  transition        : all 0.3s;
}

.testimonial-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width  : 40px;
}

@media only screen and (max-width: 575px) {
  .testimonial-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
}

.client-testimonial {
  margin: 30px 15px 0;
}

.client-testimonial .details {
  margin-bottom   : 23px;
  padding         : 38px 30px 35px;
  border-radius   : 7px;
}

@media only screen and (max-width: 1199px) {
  .client-testimonial .details {
    padding: 30px 20px 27px;
  }
}

@media only screen and (max-width: 767px) {
  .client-testimonial .details {
    padding  : 27px 20px 25px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .client-testimonial .details {
    font-size: 15px;
  }
}

.client-testimonial .details .rating {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

.client-testimonial .details .rating>a {
  margin-left: -1px;
}

.client-testimonial .client-area {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : start;
  -ms-flex-pack    : start;
  justify-content  : flex-start;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
}

.client-testimonial .client-thumb {
  width           : 80px;
  height          : 80px;
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 80px;
  flex            : 0 0 80px;
}

@media only screen and (max-width: 1199px) {
  .client-testimonial .client-thumb {
    height          : 65px;
    width           : 65px;
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 65px;
    flex            : 0 0 65px;
  }
}

@media only screen and (max-width: 767px) {
  .client-testimonial .client-thumb {
    height          : 50px;
    width           : 50px;
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 50px;
    flex            : 0 0 50px;
  }
}

.client-testimonial .client-thumb img {
  width        : 100%;
  height       : 100%;
  border-radius: 50%;
}

.client-testimonial .client-info {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 calc(100% - 80px);
  flex            : 0 0 calc(100% - 80px);
  max-width       : calc(100% - 80px);
  padding-left    : 20px;
}

@media only screen and (max-width: 1199px) {
  .client-testimonial .client-info {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 calc(100% - 65px);
    flex            : 0 0 calc(100% - 65px);
    max-width       : calc(100% - 65px);
    padding-left    : 15px;
  }
}

@media only screen and (max-width: 767px) {
  .client-testimonial .client-info {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 calc(100% - 50px);
    flex            : 0 0 calc(100% - 50px);
    max-width       : calc(100% - 50px);
  }
}

.client-testimonial .client-info .client-name {
  font-size    : 18px;
  font-weight  : normal;
  margin-bottom: 4px;
  line-height  : 1.25em;
}

@media only screen and (max-width: 767px) {
  .client-testimonial .client-info .client-name {
    font-size: 16px;
  }
}

.client-testimonial .client-info .client-designation {
  font-size  : 14px;
  line-height: 1.4em;
}

/* ## 12. Contact Me Section */

.contact-section {
  position  : relative;
}

.contact-form-block {
  position: relative;
}

.contact-form-block .contact-form-area {
  margin-bottom: 30px;
}

.contact-form-block .single-contact-info .title {
  font-size    : 20px;
  font-weight  : 700;
  line-height  : 1.3em;
  margin-bottom: 20px;
}

.contact-form-area .error {
  color: #9b2182;
  font-size: 14px;
  font-weight: normal;
}
.contact-form-area .success {
  color: #7bc043;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .contact-form-block .single-contact-info .title {
    font-size    : 18px;
    margin-bottom: 15px;
  }
  
  .contact-form-block .single-contact-info{
    padding: 35px 50px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .contact-form-block .single-contact-info {
    padding: 35px 25px !important;
  }
}

.contact-form-block .single-contact-info .card-info ul {
  padding-left : 0;
  margin-bottom: 0;
  padding-top  : 3px;
}

.contact-form-block .single-contact-info .card-info li {
  line-height      : 1.6em;
  margin-bottom    : 8px;
  list-style       : none;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

.contact-form-block .single-contact-info .card-info li:last-child {
  margin-bottom: 0;
}

.contact-form-block .single-contact-info .card-info li span,
.contact-form-block .single-contact-info .card-info li a {
  display: inline-block;
}

.contact-form-block .single-contact-info .card-info li [class*='icofont-'] {
  font-size: 16px;
  display  : inline-block;
  width    : 25px;
}

.contact-form-block .single-contact-info {
  border-radius   : 10px;
  padding         : 35px 50px;
  font-size       : 16px;
  margin-bottom   : 35px;
}

.contact-info-item {
  padding           : 50px 45px 45px;
  text-align        : center;
  margin-bottom     : 30px;
  border-radius     : 12px;
  position          : relative;
  overflow          : hidden;
  -webkit-transition: all 0.3s;
  transition        : all 0.3s;
}

.contact-info-item h3.title {
  font-weight: 500;
  font-size  : 22px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-item {
    padding: 50px 20px 45px;
  }
}

@media only screen and (max-width: 420px) {
  .contact-info-item {
    padding: 40px 20px;
  }
}

.contact-info-item .shape-icon {
  height           : 70px;
  width            : 70px;
  margin-bottom    : 15px;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : center;
  -ms-flex-pack    : center;
  justify-content  : center;
  border-radius    : 50%;
  margin           : 0 auto 25px;
  font-size        : 30px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-item .shape-icon {
    height       : 80px;
    width        : 80px;
    margin-bottom: 20px;
    font-size    : 32px;
  }
}

.contact-info-item .card-info p {
  line-height  : 1.6em;
  margin-bottom: 0;
}

.contact-info-item .card-info p span,
.contact-info-item .card-info p a {
  display: block;
}

.contact-form-area .error {
  font-size  : 14px;
  font-weight: normal;
}

.contact-form-area .btn-primary {
  font-size: 16px;
}

/* ## 13. Call To Action Section  */

.section-call-to-action .call-to-action {
  padding           : 60px 80px;
  border-radius     : 10px;
}

@media only screen and (max-width: 420px) {
  .section-call-to-action .call-to-action {
    padding: 30px 40px;
  }
}

.section-call-to-action .call-to-action .call-to-title {
  font-size    : 30px;
  margin-bottom: 15px;
}

.section-call-to-action .call-to-action .sub-title {
  font-size     : 13px;
  letter-spacing: 2px;
}

.section-call-to-action .call-to-action .btn-default.btn-white {
  font-size  : 16px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.section-call-to-action .call-to-action .btn-default.btn-white:hover,
.section-call-to-action .call-to-action .btn-default.btn-white:focus {
  background-color: transparent;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
  .section-call-to-action .call-to-action .btn-default.btn-white {
    margin-top: 20px;
  }
}

/* ## 14. Footer Content */

.site-footer {
  padding-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .site-footer {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .site-footer {
    padding-bottom: 70px;
  }
}

.widget {
  margin-bottom: 60px;
}

.site-footer .widget-title {
  font-size     : 20px;
  font-weight   : 600;
  margin-bottom : 25px;
  text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
  .site-footer .widget-title {
    font-size: 18px;
  }
}

.widget .widget-content ul li {
  margin-bottom: 10px;
}

.widget-post-list .post {
  display         : flex;
  flex-wrap       : nowrap;
  margin-bottom   : 20px;
  background-color: transparent;
  box-shadow      : 0 0 0px 0 transparent;
  padding-bottom  : 0;
  border-bottom   : 0px solid;
}

.site-footer .footer-widget-area .widget-post-list .post>.thumb-wrap {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 70px;
  flex            : 0 0 70px;
  max-width       : 70px;
}

@media only screen and (max-width: 1199px) {
  .site-footer .footer-widget-area .widget-post-list .post>.thumb-wrap {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 55px;
    flex            : 0 0 55px;
    max-width       : 55px;
  }
}

.site-footer .footer-widget-area .widget-post-list .post>.thumb-wrap img {
  width : inherit;
  height: inherit;
}

.site-footer .footer-widget-area .widget-post-list .post .content-entry-wrap {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 calc(100% - 70px);
  flex            : 0 0 calc(100% - 70px);
  max-width       : calc(100% - 70px);
  padding-left    : 15px;
}

@media only screen and (max-width: 1199px) {
  .site-footer .footer-widget-area .widget-post-list .post .content-entry-wrap {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 calc(100% - 55px);
    flex            : 0 0 calc(100% - 55px);
    max-width       : calc(100% - 55px);
  }
}

.site-footer .footer-widget-area .widget-post-list .post .entry-title {
  font-size    : 13px;
  font-weight  : 500;
  margin-top   : 0;
  margin-bottom: 5px;
}

.site-footer .footer-widget-area .widget-post-list .post .entry-content {
  padding-right: 0;
  font-size    : 12px;
}

.copyright-text {
  margin-bottom: 0;
}

.copyright-text a {
  display     : inline-block;
  padding-left: 5px;
}

.footer-bottom-area {
  padding-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .footer-bottom-area {
    padding-top: 30px;
  }
}

.footer-bottom-area .footer-logo-area {
  display      : block;
  margin-bottom: 20px;
}

.footer-copyright-text p {
  font-weight: 400;
  font-size  : 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-copyright-text p {
    font-size: 14px;
  }
}

.footer-copyright-nav a {
  font-size  : 16px;
  font-weight: 400;
  margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-copyright-nav a {
    font-size  : 14px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-copyright-nav a {
    margin-left: 8px;
  }
}

.footer-copyright-logo-area .footer-copyright-logo img {
  width: 120px;
}

.footer-copyright-logo-area .footer-copyright-social a {
  font-size    : 16px;
  font-weight  : 400;
  height       : 50px;
  width        : 50px;
  border-radius: 100px;
  display      : inline-block;
  text-align   : center;
  line-height  : 50px;
  margin-left  : 10px;
}