/*
/*

TemplateMo 562 Space Dynamic

https://templatemo.com/tm-562-space-dynamic

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/*
---------------------------------------------
font & reset css
---------------------------------------------
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*
---------------------------------------------
reset
---------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;

}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: #fe3f40;
}

.main-blue-button a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button a {
  display: inline-block;
  background-color: #fe3f40;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/*
---------------------------------------------
header
---------------------------------------------
*/

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: black!important;
}

.background-header .nav li a.active {
  color: black!important;
}

.header-area {
  /*border: 1px solid black;*/
  background-color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  margin-left: 0px;
  min-height: 120px;
  min-width: 100%;
  background: transparent;
}
@media (min-width: 1720px) {
  .header-area .main-nav {
    margin-left: -100px;
    margin-right: -200px;
  }
  .contact-me-nav{
    margin-right: 300px;
  }
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #03a4ed;
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.logo h4 span {
  color: #fe3f40;
}

.background-header .main-nav .logo h4 {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
  padding: 0px 20px;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}
/*Navlinks hover state*/
.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: white;
}
.header-area .main-nav .nav-item-home:hover{
  margin-bottom: 5px;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #FCDA68;
  opacity: 1;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  background-color: #03a4ed;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #fe3f40!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 110px;
}

.header-area .nav {
  margin-top: 30px;
}
.header-area .nav ul {
  vertical-align: middle;
}

.header-area.header-sticky .nav li a.active {
 font-size: 16px;
  vertical-align: middle;

}
.nav-item-home{
  background-color: #FCDA68;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 1000px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: black!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: black!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 1000px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}



/*
---------------------------------------------
Nav Item Buttons
---------------------------------------------
*/







  /*
  ---------------------------------------------
  preloader
  ---------------------------------------------
  */

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #FCDA68;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #FCDA68;
    border-radius: 50%;
}



/*
---------------------------------------------
Banner Style
---------------------------------------------
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1720px) {
  .main-banner .left-content {
    margin-left: -100px;
    /*margin-right: -200px;*/
  }

  .main-banner .right-image {
    /*margin-left: -100px;*/
    margin-right: -200px;
    margin-left: 100px;
    margin-top: 100px;
    /*margin-bottom: -100px;*/
    height: 800px;
    max-width: 100%;
  }
  .contact-banner{
    padding: 180px 0px 120px 0px;
  }

}



/*.main-banner:after {*/
  /*content: '';*/
  /*background-image: url(../images/baner-dec-left.png);*/
  /*background-repeat: no-repeat;*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 100px;*/
  /*width: 193px;*/
  /*height: 467px;*/
/*}*/

/*.main-banner:before {*/
  /*content: '';*/
  /*background-image: url(../images/baner-dec-right.png);*/
  /*background-repeat: no-repeat;*/
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 100px;*/
  /*width: 98px;*/
  /*height: 290px;*/
/*}*/

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #FCDA68;
  margin-bottom: 15px;
}

.main-banner .left-content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 72px;
}

.main-banner .left-content h2 em {
  color: #03a4ed;
  font-style: normal;
}

.main-banner .left-content h2 span {
  color: #fe3f40;
}

.main-banner .left-content p {
  margin: 20px 0px;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: #03a4ed;
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}



/*
---------------------------------------------
About Us Style
---------------------------------------------
*/

#about {
  margin-top: 120px;
}

.about-us {
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 0px 120px 0px;
}

.about-us .left-image {
  margin-right: 45px;
}

.about-us .services .item {
  margin-bottom: 30px;
}

.about-us .services .item .icon {
  float: left;
  margin-right: 25px;
}

.about-us .services .item .icon img {
  max-width: 70px;
}

.about-us .services .item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-us .services .item p {
  color: #fff;
}


/*
---------------------------------------------
Services Style
---------------------------------------------
*/

.our-services {
  margin-top: 0px;
  padding-top: 120px;
}

.our-services .left-image {
  margin-right: 45px;
}

.our-services .section-heading h2 {
  margin-right: 100px;
}

.our-services .section-heading p {
  margin-top: 30px;
  margin-bottom: 60px;
}

.our-services .progress-skill-bar {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.our-services .progress-skill-bar span {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #03a4ed;
}

.our-services .first-bar span {
  left: 69%;
}

.our-services .second-bar span {
  left: 81%;
}

.our-services .third-bar span {
  left: 88%;
}

.our-services .progress-skill-bar h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 14px;
}

.our-services .progress-skill-bar .full-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f7eff1;
  position: relative;
  z-index: 1;
}

.our-services .progress-skill-bar .filled-bar {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.our-services .first-bar .filled-bar {
  width: 71%;
}

.our-services .second-bar .filled-bar {
  width: 83%;
}

.our-services .third-bar .filled-bar {
  width: 90%;
}


/*
---------------------------------------------
Portfolio
---------------------------------------------
*/

.our-portfolio {
  padding-top: 120px;
  margin-top: 0px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 90px 0px 90px;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.our-portfolio .item {
  position: relative;
}

.our-portfolio .item:hover .hidden-content {
  top: -100px;
  opacity: 1;
  visibility: visible;
}

.our-portfolio .item:hover .showed-content {
  top: 90px;
}

.our-portfolio .hidden-content {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgb(255,77,30);
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, rgba(255,52,69,1) 0%, rgba(255,51,78,1) 100%);
  z-index: -1;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
}

.our-portfolio .showed-content img {
  max-width: 100px;
}


/*
---------------------------------------------
Blog
---------------------------------------------
*/

.our-blog {
  position: relative;
  margin-top: 80px;
  padding-top: 120px;
}

.our-blog .section-heading h2 {
  margin-right: 180px;
}

.our-blog .top-dec {
  text-align: right;
  margin-top: -80px;
}

.our-blog .top-dec img {
  max-width: 270px;
}

.our-blog .left-image {
  position: relative;
}

.our-blog .left-image img {
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.our-blog .left-image .info {
  position: relative;
}

.our-blog .left-image .info .inner-content {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 20px;
  margin-right: 75px;
  position: absolute;
  margin-top: -100px;
  padding: 30px;
}

.our-blog .left-image ul li {
  display: inline-block;
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
  margin-right: 20px;
}

.our-blog .left-image ul li:last-child {
  margin-right: 0px;
}

.our-blog .left-image ul li i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .left-image h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}

.our-blog .left-image .info .main-blue-button {
  position: absolute;
  bottom: -80px;
  left: 0;
}

.our-blog .right-list {
  margin-left: 30px;
}

.our-blog .right-list ul li {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px;
}

.our-blog .right-list .left-content {
  margin-right: 45px;
}

.our-blog .right-list .left-content span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
}

.our-blog .right-list .left-content span i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .right-list .left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}


.our-blog .right-list .right-image img {
  width: 100%;
  border-radius: 20px;
}


/*
---------------------------------------------
contact
---------------------------------------------
*/

.contact-us {
  padding: 160px 0px;
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-us .section-heading h2,
.contact-us .section-heading h2 em,
.contact-us .section-heading h2 span {
  color: #fff;
}

.contact-us .section-heading p {
  color: #fff;
  margin-top: 30px;
}

.phone-info {
  margin-top: 40px;
}

.phone-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.phone-info h4 span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  color: #ff3b2c;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.phone-info h4 span a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

form#contact .contact-dec {
  position: absolute;
  right: -166px;
  bottom: 0;
}

form#contact .contact-dec img {
  max-width: 178px;
}

form#contact {
  margin-left: 30px;
  position: relative;
  background-color: #fff;
  padding: 60px 30px;
  border-radius: 20px;
}

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 33px;
  background-color: #d1f3ff;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  margin-bottom: 20px;
}

form#contact input::placeholder {
  color: #2a2a2a;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 20px;
  background-color: #d1f3ff;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-bottom: 20px;
}

form#contact textarea::placeholder {
  color: #2a2a2a;
}

form#contact button {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}

form#contact button:hover {
  background-color: #fe3f40;
}


/*
---------------------------------------------
Footer Style
---------------------------------------------
*/

footer p {
  text-align: center;
  margin: 30px 0px 45px 0px;
}

footer p a {
  color: #fe3f40;
}

/*
---------------------------------------------
responsive
---------------------------------------------
*/

@media (max-width: 1645px) {
  form#contact .contact-dec {
    display: none;
  }
}

@media (max-width: 1200px) {
  .main-banner {
    padding-top: 140px;
  }
  .main-banner .left-content {
    margin-right: 0px;
    text-align: left;
    margin-bottom: 45px;
  }
  .main-banner:after {
    top: 76px;
    z-index: -1;
  }
  .main-banner .left-content form,
  .main-banner .left-content form input {
    width: 100%!important;
  }
  #about {
    margin-top: 0px;
  }
  .about-us {
    position: relative;
    background-image: none;
    padding: 0px;
  }
  .about-us .left-image {
    margin-right: 0px;
    position: absolute;
    bottom: -220px;
    right: 0;
  }
  .about-us .services {
    text-align: center;
  }
  .about-us .services .item  {
    background: rgb(255,77,30);
    background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
    padding: 30px;
    border-radius: 20px;
    display: inline-block;
  }
  .about-us .services .item .right-text {
    text-align: left;
  }
  .our-services {
    margin-top: 200px;
  }
  .our-services .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .our-services .section-heading h2,
  .our-services .section-heading p {
    margin-right: 0px;
    text-align: center;
  }
  .our-portfolio .section-heading h2 {
    margin: 0px 0px 80px 0px;
  }
  .our-portfolio .item {
    margin-bottom: 15px;
  }
  .our-blog {
    margin-top: 0px;
  }
  .our-blog .top-dec {
    display: none;
  }
  .our-blog .section-heading h2 {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .our-blog .left-image .info .inner-content {
    position: relative;
    margin-right: 0px;
  }
  .our-blog .left-image .info .main-blue-button {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
  .our-blog .left-image {
    margin-bottom: 45px;
  }
  .contact-us {
    margin-top: 60px;
    padding: 120px 0px;
  }
  .contact-us .section-heading {
    text-align: center;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 30px;
  }
  form#contact .contact-dec {
    display: none;
  }
  footer p {
    margin: 15px 0px 30px 0px;
  }
}

@media (max-width: 767px) {
  .about-us .left-image {
    bottom: -280px;
  }
  .our-blog .right-list {
    margin-left: 0px;
  }
  .our-blog .right-list ul li {
    display: inline-block;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
  .our-blog .right-list .left-content {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .our-blog .right-list .right-image,
  .our-blog .right-list .right-image img {
    width: 100%;
  }
  .phone-info h4 span {
    display: block;
    margin-top: 15px;
  }
  .phone-info h4 span i {
    margin-left: 0px;
  }
  .right-image img{
    height: 300px;
  }
}




/*!********************************************** Section Image Headings  ********************************************** Starts Here/*/


@media (max-width: 576px) {
  .section-title-image-heading img{
    width: 70%;
    height: 80px;
    margin-top: 100px;
  }
}



/*!********************************************** Section Image Headings  ********************************************** Ends Here/*/






/*!********************************************** Navbar  ********************************************** Starts Here/*/

@media only screen and (max-width: 1500px) { .facebook-menu img { margin-left: 70px; } }
@media only screen and (min-width: 700px) { .facebook-menu img { margin-left: 0px; } }
@media only screen and (min-width: 100px) {
    .nav img{
        width: 50px; height: 50px;
    }

  .facebook-menu img {
    margin-left: 100px;
      transition: all .25s ease-in-out;
    content: url("../../assets/img/landing/nav/s1h.png");
  }
  .facebook-menu:hover img {
      /*width:48px; height:48px;*/
    /*animation: fadeIn 1s;*/
    content: url("../../assets/img/landing/nav/s1n.png");
    transition: all .50s ease-in-out;

  }
  .instagram-menu img {
    transition: all .25s ease-in-out;
    content: url("../../assets/img/landing/nav/s2h.png");
  }
  .instagram-menu:hover img {
    /*animation: fadeIn 1s;*/
      /*width:48px; height:48px;*/
    content: url("../../assets/img/landing/nav/s2n.png");
    transition: all .25s ease-in-out;

  }
  .twitter-menu img {
    transition: all .25s ease-in-out;
    content: url("../../assets/img/landing/nav/s3h.png");
  }
  .twitter-menu:hover img {
    /*animation: fadeIn 1s;*/
      /*width:48px; height:48px;*/
    content: url("../../assets/img/landing/nav/s3n.png");
    transition: all .25s ease-in-out;

  }
  .linkedin-menu img {
    transition: all .25s ease-in-out;
    content: url("../../assets/img/landing/nav/s4h.png");

  }
  .linkedin-menu:hover img {
    /*animation: fadeIn 1s;*/
      /*width:48px; height:48px;*/
    content: url("../../assets/img/landing/nav/s4n.png");
    transition: all .25s ease-in-out;

  }
  .active-navbar {
    font-weight: bold;
    color: red;
  }
  .home-me-nav {
    border: 1px solid #313030;
    border-radius: 10px;
    font-size: 20px;
    height: 50px;
    color: white;
  }

  .home-me-nav:hover{
    border: 1px solid #313030;
    background-color: #313030;
    color: white;
    transition: all .25s ease-in-out;
  }
  .home-me-nav a{
    margin-top: 4px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    color: white;
  }
  .contact-me-nav a{
    margin-top: 4px;
  }

  .contact-me-nav{
    height: 50px;
    border: 1px solid white;
    margin-left: 20px;
    border-radius: 10px;
  }
  .contact-me-nav:hover{
    border: 1px solid #FCDA68;
    transition: all .25s ease-in-out;
    border-radius: 10px;

  }

  .contact-me-nav:hover .home-me-nav{
    font-size: 1000px;
  }
  .send-message-button{
    color: black;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    margin-left: 40px;
  }

  .send-message-button:hover{
    /*animation: fadeIn 1s;*/
    background-color: #313030;
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all .25s ease-in-out;
  }
  .send-message-button{
    color: black;
    font-size: 20px;
  }
  .send-message-button:hover{
    color: white;
  }
  .contact-me-nav-button {
    color: black;
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    /*margin-left: 40px;*/
    /*animation: fadeIn 1s;*/
    /*background-color: #FCDA68;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    /*transition: all .25s ease-in-out;*/
  }

  .contact-me-nav-button:hover {
    background-color: #313030;
    /*animation: fadeIn 1s;*/
    color: white;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all .25s ease-in-out;
  }
  .contact-me-nav-button a{
    font-size: 20px;
    color: black;
  }

  .contact-me-nav-button a:hover{
    color: white;
  }

  .my-professions-nav-button{
    color: black;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    margin-left: 40px;
  }

  .my-professions-nav-button:hover{
    /*animation: fadeIn 1s;*/
    background-color: #313030;
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all .25s ease-in-out;
  }
  .my-professions-nav-button a{
    color: black;
    font-size: 20px;
  }
  .my-professions-nav-button a:hover{
    color: white;
  }



  .view-more-articles-button a{
    color: black;
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    /*margin-left: 40px;*/
    /*animation: fadeIn 1s;*/
    /*background-color: #FCDA68;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    /*transition: all .25s ease-in-out;*/
  }

  .view-more-articles:hover {
    background-color: #313030;
    /*animation: fadeIn 1s;*/
    color: white;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all .25s ease-in-out;
  }
  .view-more-articles a{
    font-size: 20px;
    color: black;
  }

  .view-more-articles a:hover{
    color: white;
  }

  @media (max-width: 1200px) {
    .contact-me-nav-button {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 15px;

    }
    .my-professions-nav-button {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 15px;
    }
  }
  @media (max-width: 900px) {
    .contact-me-nav-button {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 15px;
    }
    .my-professions-nav-button {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 15px;
    }
  }


  @media (max-width: 700px) {

    .right-image img{
      height: 500px;
    }
    .right-image{
      margin-bottom: -100px;
    }
  }

  @media (max-width: 992px) {
    .menu-facebook{ display: none;}
    .menu-instagram{ display: none;}
    .menu-twitter{ display: none;}
    .menu-linkedin{ display: none;}


    .leave-a-message-image{
      margin-top: 100px;
    }
    .right-image img{
         height: 500px;
     }
    .right-image{
      margin-bottom: -100px;
    }

}


  .css-typing h3 {
    /*border-right: .50em solid black;*/
    margin-top: 200px;
    font-size: 35px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
  }
  .css-typing h3:nth-child(1) {
    width: 100%;
    -webkit-animation: type 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .css-typing h3:nth-child(2) {
    margin-top: 18px;
    width: 100%;
    opacity: 0;
    -webkit-animation: type2 2s steps(40, end);
    animation: type2 2s steps(40, end);
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .css-typing h3:nth-child(3) {
    margin-top: 18px;
    width: 100%;
    opacity: 0;
    -webkit-animation: type3 5s steps(20, end), blink .5s step-end infinite alternate;
    animation: type3 1s steps(20, end), blink .5s step-end infinite alternate;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .header_paragraph{
    font-size: 30px;
    line-height: 50px;
  }
  @media (max-width: 768px) {
    .css-typing h3 {
      /*border-right: .50em solid black;*/
      margin-top: 100px;
      font-size: 28px;
      font-weight: bold;
      white-space: nowrap;
      overflow: hidden;
    }
    .header_paragraph{
    font-size: 24px;
  }
}

  @media (max-width: 460px) {
    .css-typing h3 {
      /*border-right: .50em solid black;*/
      margin-top: 100px;
      font-size: 22px;
      font-weight: bold;
      white-space: nowrap;
      overflow: hidden;
    }
    .header_paragraph{
      font-size: 21px;
    }
  }

  @media screen and (max-width: 1200px) and (min-width: 768px) {
    .css-typing h3 {
      /*border-right: .50em solid black;*/
      margin-top: 100px;
      font-size: 31px;
      font-weight: bold;
      white-space: nowrap;
      overflow: hidden;
    }
    .header_paragraph{
      font-size: 30px;
    }
  }


  @keyframes type {
    0% {
      width: 0;
    }
    99.9% {
      border-right: .15em solid orange;
    }
    100% {
      border: none;
    }
  }

  @-webkit-keyframes type {
    0% {
      width: 0;
    }
    99.9% {
      border-right: .15em solid orange;
    }
    100% {
      border: none;
    }
  }

  @keyframes type2 {
    0% {
      width: 0;
    }
    1% {
      opacity: 1;
    }
    99.9% {
      border-right: .15em solid orange;
    }
    100% {
      opacity: 1;
      border: none;
    }
  }

  @-webkit-keyframes type2 {
    0% {
      width: 0;
    }
    1% {
      opacity: 1;
    }
    99.9% {
      border-right: .15em solid orange;
    }
    100% {
      opacity: 1;
      border: none;
    }
  }

  @keyframes type3 {
    0% {
      width: 0;
    }
    1% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }

  @-webkit-keyframes type3 {
    0% {
      width: 0;
    }
    1% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes blink {
    50% {
      border-color: transparent;
    }
  }
  @-webkit-keyframes blink {
    50% {
      border-color: tranparent;
    }
  }

/*!********************************************** Navbar  ********************************************** Ends Here/*/




  /*!********************************************** Forbes Section ********************************************** Starts Here/*/

  .post-profile-description-text{
    color: black; padding-left: 30px; padding-right: 100px; padding-top: 20px; font-weight: normal; text-align: center; font-size: 20px; font-style: italic;
  }
  .forbes{
    /*height: 440px;*/
    background-size: 100% 100%;

  }
  .forbes-cover-img{
    width: 550px;
    height: 550px;
    border-radius: 10px;
}
  .forbes-body-section{
    padding: 90px 10px 10px 200px;
}
  .forbes-first-section{
  background-image: url("../../assets/img/landing/forbes/forbes-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
}

  @media (min-width: 1550px) {
    .forbes-first-section{
      background-position-x: 300px;
    }
  }

    @media (max-width: 1550px) {
      .forbes-first-section {
        background-position-x: 200px;
      }
    }
  @media (max-width: 1350px) {
    .forbes-first-section {
      background-position-x: 150px;
    }
  }
  @media (max-width: 1200px) {
    .forbes-first-section {
      background-position-x: 400px;
    }
  }

  @media (max-width: 1200px) {
    .forbes-blue-side-image {
      margin-top: 40px;
      margin-left: 60px;
    }
  }
  @media (max-width: 992px) {

    .forbes-body-section{
      padding: 90px 10px 10px 50px;
    }
    .forbes-blue-side-image {
      margin-top: 40px;
      margin-left: 10px;
    }

    .post-profile-description-text{
      margin-left: -30px; padding-right: -100px;
    }
    .forbes-cover-img{
      width: 400px;
      height: 400px;
      border-radius: 10px;
    }
    .forbes-first-section{
      background-image: url("../../assets/img/landing/forbes/forbes-bg.png");
      background-size: 500px 500px;
      background-repeat: no-repeat;
      background-position-x: 200px;
      background-position-y: 60px;
    }
  }

  @media (max-width: 760px) {
    .forbes-cover-img{
      width: 400px;
      height: 400px;
      border-radius: 10px;
    }
    .forbes-first-section{
      background-image: url("");

    }
  }



  /*!********************************************** Forbes Section ********************************************** Ends Here/*/






/*!********************************************** Second Section Quotations ********************************************** Starts Here/*/

  .second-section-line{
    color: white; margin-top: 50px; width: 90%; border: 1px solid white;
}

.second-section-text {
    font-size: 21px;
    font-family: Poppins, sans-serif;
}

.second{
  /*height: 440px;*/
  background-size: 100% 100%;
  background-color: #313030;
}

@media (min-width: 1720px) {
  .second-section-text-left {
    margin-left: -100px;
    /*margin-right: -200px;*/
  }

  .second-section-text-right {
    /*margin-left: -100px;*/
    margin-right: -10px;
  }

}
  @media (max-width: 992px) {
  .second-section-read-more button{
    margin-bottom: 80px;
  }
  }
  @media (max-width: 450px) {

  }
  .right-quotation
  {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .left-quotation {
    line-height: inherit;
  }
  .left-quotation
  {

    margin-right: 90px;
    margin-top: 100px;
  }




    /*!********************************************** Second Section  ********************************************** Ends Here/*/



/*!********************************************** Third Section AutoBiography  ********************************************** Starts Here/*/

.third{
  margin-top: 100px;
}
  @media (max-width: 576px) {
    .third{
      margin-top: 10px;
    }
  }
.third-section-text{
    font-size: 21px;
    font-family: Poppins, sans-serif;
}
.third-section-button{
  margin-top: 30px;
  font-size: 16px;
  margin-bottom: 30px;
  color: white;
    background-color: #313030;
}
  .third-section-button:hover{
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 30px;
    border: 1px solid #313030;
    border-radius: 10px;
    color: black;
    background-color: white;
  }

@media (min-width: 1720px) {
  .third-section-left {
    margin-left: -200px;
    margin-right: -200px;
    /*margin-right: -200px;*/
  }

}


/*!********************************************** Third Section  ********************************************** Ends Here/*/



/*!********************************************** Fourth Section My Professions ********************************************** Starts Here/*/
  .fourth{
    margin-top: 70px;
    background-color: #313030;
  }
  @media (max-width: 576px) {
    .fourth{
      margin-top: 10px;
    }
  }
  .case-study-title p{
    font-weight: bold;
    font-size: 23px;
    margin-top: 60px;
    color: white;
}
.visit-button-my-professions {
  margin-top: 20px;
  border: 1px solid white;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  font-size: 16px;
}
@media (min-width: 1720px) {
  .fourth-section-case-studies {
    margin-left: -200px;
    margin-right: -200px;
    /*margin-right: -200px;*/
  }

}
.fourth-section-text{
    font-size: 21px;
    margin-top: 20px;
    font-family: Poppins, sans-serif;
}

.fourth-carousel{
    margin-top: 20px;
}
.carousel-component{
  background-color: transparent;
  margin-top: 20px;
  margin-bottom: 80px;
  border: 1px solid white;
  border-radius: 15px;
  min-height: 500px;
}

.carousel-component:hover{
  /*border: 3px solid black;*/
    /*margin-top: -10px;*/
    margin-top: 1px;
    transition: all .25s ease-in-out;
    background-color: white;
}
.carousel-component:hover .visit-button-my-professions{

   background-color: #313030;
 }
  .carousel-component:hover .case-study-title p{
    color: #313030;
  }

  .carousel-component:hover .case-study-image-box {
    border-radius: 50%;
    border: 1px solid #313030;
  }



.designation-my-professions{
  margin-top: 30px;
}
.designation-my-professions a:hover{
background-color: none;
  color: white;
}
.case-study-image-box {
  margin-top: 50px;
  height: 220px;
  width: 220px;
  padding-top: 20px;
  border-radius: 50%;
  border: 1px solid #FCDA68;
  background-color: white;
}
  .case-study-image-box-first {
    margin-top: 50px;
    height: 220px;
    width: 220px;
    padding-top: 0px;
    border-radius: 50%;
    background-color: transparent;
  }
  .case-study-image-box-first img{
    height: 220px;
    width: 200px;
  }
  .case-study-image-box img{
    height: 200px;
    width: 200px;
    padding: 20px 20px 20px 20px;
}
  .fourth-section-heading{
    margin-top: 80px;
  }
  @media (max-width: 576px) {
    .fourth-section-heading{
      margin-top: -40px;
    }
  }


/*!********************************************** Fourth Section  ********************************************** Ends Here/*/



/*!********************************************** Fifth Section My Professions ********************************************** Starts Here/*/

@media (min-width: 1720px) {
  .fifth-section-magazines {
    margin-left: -200px;
    margin-right: -200px;
    /*margin-right: -200px;*/
  }

}
  @media (max-width: 576px) {
     .fifth-section-heading img{
      margin-top: -100px;
    }

  }
  @media (max-width: 992px) {
    .fifth{
      margin-bottom: 300px;
    }

  }
  @media (max-width: 576px) {
    .fifth{
      margin-bottom: 400px;
    }

  }
  @media (max-width: 450px) {
    .fifth{
      margin-bottom: 500px;
    }

  }

.fifth-section-heading{
    margin-top: 70px;
}
.fifth-section-text-heading{
    animation: fadeIn 1s;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    text-align: justify;
    margin-top: 20px;
}
.fifth-section-text{
    font-size: 21px;
    margin-top: 20px;
    text-align: justify;
    font-family: Poppins, sans-serif;
}

.prev img {
  /*animation: fadeIn 1s;*/
  height: 90%;
  width: 70%;
  content: url("../../assets/img/landing/5th-sec/ic1n.png");
  transition: all .25s ease-in-out;
}
.prev:hover img {
  /*animation: fadeIn 1s;*/
  content: url("../../assets/img/landing/5th-sec/ic1h.png");
  transition: all .25s ease-in-out;
}
.next img {
  /*animation: fadeIn 1s;*/
  height: 90%;
  width: 70%;
  content: url("../../assets/img/landing/5th-sec/ic2n.png");
  transition: all .25s ease-in-out;
}
.next:hover img {
  /*animation: fadeIn 1s;*/
  content: url("../../assets/img/landing/5th-sec/ic2h.png");
  transition: all .25s ease-in-out;
}
.container-magazine img{
  border-radius: 12px;
  /*box-shadow: 0px 0px 10px #4a4a4a!important;*/
  box-shadow: 5px 5px  5px rgba(191, 187, 187,0.6);
}

  @media (max-width: 550px) {

    .container-magazine{
      margin-left: -120px;
      margin-top: 100px;
    }

    .container-magazine a img {
      margin-left: 190px;
      height: 220px;
      width: 130px;
    }
  }

  @media (max-width: 992px) {

  .container-magazine a img{
    height: 280px;
    width: 200px;
  }


  .container-magazine{
    margin-left: -100px;
    margin-top: 100px;
  }
  .sixth{
   margin-top: 400px;
  }
    .prev{
      max-width: 15%;
  }
    .next{
      max-width: 15%;
    }
  .prev img {
    /*animation: fadeIn 1s;*/
    height: 50px;
    width: 50px;
    margin-top: -40px;
    content: url("../../assets/img/landing/5th-sec/ic1n.png");
    transition: all .25s ease-in-out;
  }
  .prev:hover img {
    /*animation: fadeIn 1s;*/
    content: url("../../assets/img/landing/5th-sec/ic1h.png");
    transition: all .25s ease-in-out;
  }
  .next img {
    /*animation: fadeIn 1s;*/
    height: 50px;
    width: 50px;
    margin-top: -40px;
    content: url("../../assets/img/landing/5th-sec/ic2n.png");
    transition: all .25s ease-in-out;
  }
  .next:hover img {
    /*animation: fadeIn 1s;*/
    content: url("../../assets/img/landing/5th-sec/ic2h.png");
    transition: all .25s ease-in-out;
  }

  }


/*!********************************************** Fifth Section  ********************************************** Ends Here/*/



/*!********************************************** Sixth Section My Social Feed********************************************** Starts Here/*/

  .sixth{
    margin-top: 70px;
    background-color: #313030;
    padding-bottom: 70px;
  }
  @media (max-width: 576px) {
    .sixth .container {
      margin-top: 100px;
    }
    .sixth-section-heading img{
      margin-top: -60px;
    }

  }

@media (min-width: 1720px) {
  .sixth-section-social-media {
    margin-left: -100px;
    margin-right: -100px;
  }

}
  .post-profile-name {
    margin-top: 10px; font-weight: bold; font-size: 18px; color: white;
  }
  .post-profile-details{
    margin-top: 5px; color: white;
  }
  .post-profile-description{
    color: white;
  }
  .post-profile-view-more{
    color: white;
  }

  .sixth-section-cards{
    margin-top: 40px;
    border: 1px solid white;
    border-radius: 10px;
    background-color: transparent;
  }

  .sixth-section-cards:hover {
    margin-top: 15px;
    transition: all .25s ease-in-out;
    background-color: white;
  }
  .sixth-section-cards:hover .post-profile-name{
    color: #313030;
  }
  .sixth-section-cards:hover .post-profile-details{
    color: #313030;
  }
  .sixth-section-cards:hover .post-profile-description{
    color: #313030;
  }
  .sixth-section-cards:hover .post-profile-view-more{
    color: #313030;
  }
.sixth-section-social-media-container{
  margin-top: 60px;
  margin-bottom: 60px;
}
.sixth-section-heading{
    margin-top: 20px;
}
.sixth-section-button{
    margin-top: 40px;
  font-size: 16px;
    background-color: #FCDA68;
}
.sixth-section-cards img{
  border-radius: 10px;
}

    .social-feed img{
      width: 25px;
    }
    .social-feed-all img {
      max-width: 80%;
      margin-top: 0px;
      transition: all .25s ease-in-out;
      content: url("../../assets/img/landing/social-feed/msf1n.png");
    }
    .social-feed-all:hover img {
      max-width: 80%;
      border-radius: 10px;
      transition: all .25s ease-in-out;
      content: url("../../assets/img/landing/social-feed/msf1h.png");
    }
    /*.social-feed-fac img {*/
      /*max-width: 80%;*/
      /*border-radius: 10px;*/
      /*transition: all .25s ease-in-out;*/
      /*content: url("../../assets/img/landing/social-feed/msf2n.png");*/
    /*}*/
    /*.social-feed-fac:hover img {*/
      /*max-width: 80%;*/
      /*border-radius: 10px;*/
      /*transition: all .25s ease-in-out;*/
      /*background-color: white;*/
      /*content: url("../../assets/img/landing/social-feed/msf2h.png");*/
    /*}*/
    .social-feed-ins img {
      max-width: 80%;
      margin-top: 5px;
      border-radius: 10px;
      transition: all .25s ease-in-out;
      content: url("../../assets/img/landing/social-feed/msf3n.png");
    }
    .social-feed-ins:hover img {
      max-width: 80%;
      border-radius: 10px;
      transition: all .25s ease-in-out;
      content: url("../../assets/img/landing/social-feed/msf3h.png");
    }
    .social-feed-twi img {
      max-width: 70%;
      margin-top: 0px;
      border-radius: 10px;
      transition: all .25s ease-in-out;
      content: url("../../assets/img/landing/social-feed/msf4n.png");
    }
    .social-feed-twi:hover img {
      max-width: 70%;
      border-radius: 10px;
      content: url("../../assets/img/landing/social-feed/msf4h.png");
      transition: all .25s ease-in-out;
    }

  @media (max-width: 576px) {
    .social-feed-all img {
      margin-left: 30px;
      margin-top: 0px;
      max-width: 80%;
      transition: all .25s ease-in-out;
      content: url("../../assets/img/landing/social-feed/msf1n.png");
    }
    .social-feed-all:hover img {
      margin-left: 30px;
      border: 1px solid black;
      max-width: 80%;
      float: left;
      border-radius: 10px;
      transition: all .25s ease-in-out;
      content: url("../../assets/img/landing/social-feed/msf1h.png");
    }
    /*.social-feed-fac img {*/
      /*max-width: 80%;*/
      /*margin-left: -30px;*/
      /*float: left;*/
      /*margin-top: 40px;*/
      /*transition: all .25s ease-in-out;*/
      /*content: url("../../assets/img/landing/social-feed/msf2n.png");*/
    /*}*/
    /*.social-feed-fac:hover img {*/
      /*margin-left: -30px;*/
      /*max-width: 80%;*/
      /*border-radius: 10px;*/
      /*transition: all .25s ease-in-out;*/
      /*content: url("../../assets/img/landing/social-feed/msf2h.png");*/
    /*}*/
    .social-feed-ins img {
      margin-left: 20px;
      margin-top: 5px;
      max-width: 80%;
      transition: all .25s ease-in-out;
      content: url("../../assets/img/landing/social-feed/msf3n.png");
    }
    .social-feed-ins:hover img {
      max-width: 100%;
      margin-left: 20px;
      border-radius: 10px;
      transition: all .25s ease-in-out;
      content: url("../../assets/img/landing/social-feed/msf3h.png");
    }
    .social-feed-twi img {
      max-width: 80%;
      margin-top: 0px;
      margin-left: -20px;
      transition: all .25s ease-in-out;
      content: url("../../assets/img/landing/social-feed/msf4n.png");
    }
    .social-feed-twi:hover img {
      width: 30px;
      max-width: 80%;
      margin-left: -20px;
      border-radius: 10px;
      content: url("../../assets/img/landing/social-feed/msf4h.png");
      transition: all .25s ease-in-out;
    }
  }


/*!********************************************** Sixth Section  ********************************************** Ends Here/*/


/*!********************************************** Seventh Section News & Blogs********************************************** Starts Here/*/

@media (min-width: 1720px) {
  .seventh-section-case-studies {
    margin-left: -200px;
    margin-right: -200px;
  }

}

.seventh-section-heading{
    margin-top: 80px;
}
.carousel-component-columns{
  border: 1px solid #313030; border-radius: 10px; min-height: 400px;
}



/*!********************************************** Seventh Section News & Blogs  ********************************************** Ends Here/*/

/*!********************************************** Contact Page  ********************************************** Starts Here/*/

@media (min-width: 1720px) {
  .contact-section-contact-me {
    margin-left: -100px;
    margin-right: -100px;
  }

}

.contact{
  margin-bottom: 100px;
  margin-top: 120px;
}
.contact-section-text {
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 23px;
  font-family: Poppins, sans-serif;
}

.contact-section-label{
  padding-bottom: 5px;
  font-size: 18px;
  color: #6d6e70;
}
.contact-section-textbox{
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border: 1px solid #a5a6a8;
  border-radius: 10px;
}

/*!********************************************** Contact Page  ********************************************** Ends Here/*/


.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}



/*!********************************************** Footer Social Links ********************************************** Starts Here/*/
  .footer{
    margin-top: 70px;
    background-color: #313030;
  }

@media only screen and (max-width: 3000px) { .thanks-note{ font-size: 35px; } }
@media only screen and (max-width: 200px) { .thanks-note{ font-size: 30px; } }
@media only screen and (max-width: 1000px) { .thanks-note{ font-size: 26px; } }
@media only screen and (max-width: 700px) { .thanks-note{ font-size: 22px; } }

@media only screen and (min-width: 300px) {
    .footer-social img{
        height: 95%;
        width: 75%;
      transition: width 0.3s ease-in-out;

    }
    .footer-fac img {
      transition: all .25s ease-in-out;
        content: url("../../assets/img/landing/footer/s1h.png");
    }
    .footer-fac:hover img {

      width:65px;
      height:65px;
      transition: all .25s ease-in-out;
        content: url("../../assets/img/landing/footer/s1n.png");
    }
    .footer-ins img {
      transition: all .25s ease-in-out;
        content: url("../../assets/img/landing/footer/s2h.png");
    }
    .footer-ins:hover img {
      width:65px;
      height:65px;
      transition: all .25s ease-in-out;
        content: url("../../assets/img/landing/footer/s2n.png");
    }
    .footer-twi img {
      transition: all .25s ease-in-out;
        content: url("../../assets/img/landing/footer/s3h.png");
    }
    .footer-twi:hover img {
      width:65px;
      height:65px;
      transition: all .25s ease-in-out;
        content: url("../../assets/img/landing/footer/s3n.png");
    }
    .footer-lin img {
      transition: all .25s ease-in-out;
        content: url("../../assets/img/landing/footer/s4h.png");
    }
    .footer-lin:hover img {
      width:65px;
      height:65px;
      transition: all .25s ease-in-out;
        content: url("../../assets/img/landing/footer/s4n.png");
    }
}

.footer-section-logo-icon{
  margin-top: 60px;
}
.footer-section-logo-social-icons{
  margin-bottom: 30px;
}

  .v1 {
    padding-left: 60px;
    margin-top: 100px;
    border-left: 1px solid #f0efed;
    height: 350px;
  }
  .v1 h2{
    color: #f0efed; font-size: 28px;
  }
  .v1 p{
    color: #f0efed; font-size: 20px; margin-top: 20px;
  }
  .v1 p img{
    height: 25px; width: 25px; margin-right: 20px;
  }
  .v1 p img:hover{
    border-bottom: 2px solid #f0efed;
    transition: all .25s ease-in-out;

  }
  .v2 {
    padding-left: 60px;
    margin-top: 100px;
    border-right: 1px solid #f0efed;
    height: 350px;
  }
  .v2 h2{
    color: #f0efed; font-size: 28px;
  }
  .v2 p{
    color: #f0efed; font-size: 20px; margin-top: 20px;
  }
  .v2 p img{
    height: 25px; width: 25px; margin-right: 20px;
  }
  .v2 p img:hover{
    border-bottom: 2px solid #f0efed;
    transition: all .25s ease-in-out;

  }


/*!********************************************** Footer Social Links  ********************************************** Ends Here/*/





  /*!********************************************** Articles Page  ********************************************** Starts Here/*/
  .article-container{
  margin-top: 50px;
}

  .article-cards{
  border: 1px solid #313030;
    border-radius: 10px;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
  .article-card-body h1{
  font-weight: bold;
    color: #313030;
}
  .article-card-body p{
    color: #313030;
  }
  .article-card-body hr{
  color: #313030;
}
  .article-card-body a{
    color: #313030;
    text-decoration: underline;
  }
  .article-cards:hover{
  background-color: #313030;
    animation: fadeIn 0.5s;
    transition: all .25s ease-in-out;
}
  .article-cards:hover h1 {
    color: white;
}
  .article-cards:hover p{
    color: white;
  }

  .article-cards:hover hr{
    color: white;
}

  .article-cards:hover a{
    color: #4287f5;
}
  .main-article-card{
  margin-bottom: 20px;
}







  /*!********************************************** Articles Page  ********************************************** Ends Here/*/

.connect-btn a{
  text-decoration: none;

  color: white;
  border: 1px solid white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 15px;
}
  .connect-btn a:hover {
    color: black;
    background-color: white;
  }



------------------------------------------------


.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.container-magazine {
  /*position: absolute;*/
  top:35%;
  /*left:45%;*/
}
.container-magazine img{
  height:370px;
  margin-left: 230px;
  width:270px;
  position: absolute;
  z-index:9;
  /*border:2px solid black;*/
  transition:all 500ms ease;
}
.c1{
  transform:translateX(0) scale(1.5);
  z-index:99;
}
.c2{
  transform:translateX(-100px) scale(1);
}
.c3{
  transform:translateX(100px) scale(1);
}
.c4{
  transform:translateX(-50px) scale(1);
}
.c5{
  transform:translateX(50px) scale(1);
}
.prev,.next{

  /*position: absolute;*/
  /*color:gray;*/
  /*border:2px solid gray;*/
  /*width:100px;*/
  /*height:30px;*/
  /*line-height:30px;*/
  /*text-align:center;*/
  /*cursor:pointer;*/
  /*top:50%;*/
&:hover{
   background:darken(#6bd6c6,5%);
 }
}
.prev{  margin-top: 30px; left:20%;}
.next{ margin-top: 30px; right:20%}





.square img {
    float: left;
    margin: 5px;
}
.square p {
    text-align: justify;
    font-size: 25px;
}