/*---------------------------------------------------------------

  Project Name: Pomania - Multi-Purpose HTML Template
  File Name: style.css
  Author: Peng Lam
  Author URI: http://khaitawng.com
  Version: 1.0.0

------------------------------------------------------------------*/
/*----------------------------------------------------------------

// Table of contents //

        Body
    0.  Typography
    1.  Buttons
    2.  General
    3.  Preloader
    4.  Navigation section
    5.  Home section
    6.  Portfolio section
    7.  About section
    8.  Skills section
    9.  Service section
    10. Team section
    11. Testimonial section
    12. Contact section
    13. Footer section
    14. Social icon
    15. Mobile Responsive styles

------------------------------------------------------------------*/

body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    overflow-x: hidden;
}
.row{
    padding-top: 24px;
}
li{
    font-size: 16px;
    font-weight:300;
}
section{
    padding-top: 24px;
    padding-bottom:24px;
}
.icontext{
	display:inline-block;
}


.email .contact-info {
  padding-top: 42px;
  padding-bottom: 42px;
}

.email .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.email .form-control:focus {
  border-bottom-color: #999;
}

.email input {
  height: 50px;
}

.email input[type="submit"] {
  border: 3px solid #000;
  border-radius: 40px;
  color: #000;
  padding-bottom: 10px;
}

.email input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}

/*---------------------------------------
    0.0 Breadcrumb         
-----------------------------------------*/


ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
	
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
	font-weight:500;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #807E7E;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #CACACA;
  text-decoration: underline;
}
/*---------------------------------------
    0 Typorgraphy              
-----------------------------------------*/




h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1px;
color: #171a20;
}

h1,h2 {
  font-weight: bold;
}

h1 {
    font-size: 62px;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

h2 {
  font-size: 42px;
  line-height: 52px;
  margin-top: 0px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  line-height: 32px;
  padding-bottom: 6px;
    font-weight: 700; 
}

h4 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 6px;
letter-spacing: normal;
}

h5 {

}

p {
    color: #171a20;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
}
.hover-text{

position:relative;
top:50%;

}
.email_pop{
color:white;
    font-weight:100;
    font-size: 24px;

}

.containerLarge{
    width: 100%;
    padding-left:15px;
    padding-right:15px;
    margin-right: auto;
    margin-left: auto;
}
/*---------------------------------------
    1 Buttons               
-----------------------------------------*/

.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}

.section-btn {
  background-color: #000;
  border: 3px solid transparent;
  border-radius: 100px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 12px 36px;
  margin-top: 22px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  text-transform: uppercase;
}

.section-btn:hover {
  background: transparent;
  border-color: #000;
  color: #000;
}


/*---------------------------------------
    2 General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #4d638c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #4d638c;
  outline: none;
}

/**/

.mockup_link{
font-weight:bold;
color:#02A39
    B;
}

/**/




* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.section-title {
  position: relative;
  padding-bottom: 62px;
}

.section-title p {
  background: #191919;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding-right: 12px;
  padding-left: 12px;
}

#feature .section-title p,
#testimonial .section-title p {
    background: none;
    border-radius: 0px;
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
    padding: 0px;
}

#about,
#skills,
#service,
#quotes,
#team,
#testimonial,
#contact {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

#skills,
#portfolio,
#service,
#quotes,
#team,
#testimonial,
footer {
  text-align: center;
}


/* simple text rotator */

.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}



/*---------------------------------------
    3 Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-wordpress.sk-spinner {
  background-color: #202020;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: relative;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite; 
}

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; 
}

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }



/*---------------------------------------
    4 Navigation section              
-----------------------------------------*/

.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}

.custom-navbar .navbar-brand {
   position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin:0 auto;
}
.navbar-brand>img {
display:inline-block;

}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 40px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #ffffff;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ffffff;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}
.navbar-toggle {
    z-index:3;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: black;
        padding: 0;
    }

}



/*---------------------------------------
    5 Home section              
-----------------------------------------*/

#home {
    background: url('../images/noir.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
     align-items: center;
    height: 100vh;
    position: relative;
    text-align: center;
}

#home .overlay {
  background: rgba(0,0,0,0.73);
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#home .overlay-img{
position: absolute;
right: 0;
bottom: 0;
max-width:25%;
max-height:30%;
}

#home .overlay-img img {
position:relative;
max-width:100%;
 
}

#home h4 a {
  color: #ffffff;
}

#home .home-arrow-down {
  text-align: center;
  position: absolute;
  bottom: -182px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#home .home-arrow-down .btn {
  font-size: 35px;
}

#home .home-arrow-down .fa {
  color: #ffffff;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: home-arrow-down;
  animation-name: home-arrow-down;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes home-arrow-down {
  from {
    -webkit-transform: translate3d( 0, 0px, 0  );
    transform: translate3d( 0, 0px, 0  );
    filter: alpha(opacity=0 ) ;
    opacity: 0 ;
  }
  10% {
    -webkit-transform: translate3d( 0, 5px, 0  );
    transform: translate3d( 0, 5px, 0  );
    filter: alpha(opacity=100 ) ;
    opacity: 1 ;
  }
  to {
    -webkit-transform: translate3d( 0, 30px, 0  );
    transform: translate3d( 0, 30px, 0  );
    filter: alpha(opacity=0 ) ;
    opacity: 0 ;
  }
}



/*---------------------------------------
    6 Portfolio section              
-----------------------------------------*/

#portfolio {
  background: #f9f9f9;
  padding-top: 80px;
  position: relative;
}

#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

#portfolio .col-md-4 {
  padding: 6px;
  margin: 0;
}

#portfolio img {
  width: 100%;
}

.portfolio-thumb {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.portfolio-item-hover {
  background: #000;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.portfolio-item-hover:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.portfolio-item-hover .fa {
  border: 2px solid #ffffff;
  border-radius: 100%;
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portfolio-thumb a:hover .portfolio-item-hover {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-thumb a:hover .portfolio-item-hover:after {
  opacity: 1;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    padding: 0px;
    margin-bottom: 32px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #888;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #333;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 25px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}



/*---------------------------------------
    7 About section              
-----------------------------------------*/

#about {
  background: #f9f9f9;
  border-top: 1px solid #f5f5f5;
  position: relative;
}

#about .col-md-3 {
  text-align: center;
}

#about .col-md-4 img {
  border: 8px solid #222;
  display: inline-block;
  padding: 8px;
}

#about .col-md-4 {
  text-align: right;
}



/*---------------------------------------
    8 Skills section              
-----------------------------------------*/

#skills {
    background: url('../images/skill-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#skills .overlay {
    background: #020202;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.8;
}

#skills .progress {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  height: 2px;
}

#skills .progress-bar-primary {
  background: #999;
}

#skills strong,
#skills span {
  font-weight: 400;
  display: inline-block;
  padding-bottom: 12px;
}



/*---------------------------------------
    9 Service section              
-----------------------------------------*/

#service p {
  font-size: 18px;
  line-height: 30px;
}

#service .service-thumb {
  background: #f5f5f5;
  border-bottom: 2px solid #333;
  border-radius: 1px;
  padding: 42px 22px;
}

#service .service-thumb .fa {
  font-size: 82px;
}



/*---------------------------------------
    10 Team section              
-----------------------------------------*/

#team .team-thumb {
  border-radius: 1px;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}

#team .team-thumb h3 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#team .team-thumb .social-icon li a {
  border-color: transparent;
  margin-top: 0px;
}

#team .team-overlay {
  background: rgba(250,250,250,0.7);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  overflow: hidden;
  transition: height 450ms;
  text-align: center;
}

#team .team-thumb:hover .team-overlay {
  height: 160px;
  background: rgba(250,250,250,0.9);
}



/*---------------------------------------
    11 Testimonial section              
-----------------------------------------*/

#testimonial {
  background: #f9f9f9;
  padding-top: 100px;
}

#testimonial h5 {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.4px;
}

#testimonial .tst-author {
  margin-top: 42px;
  margin-bottom: 12px;
}

#testimonial .tst-author .tst-foto {
  border: 3px solid #555;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  padding: 4px;
  margin-right: 16px;
}

#testimonial .tst-author .tst-author-info {
  display: inline-block;
  text-align: left;
  width: auto;
  position: relative;
  top: -28px;
}



/*---------------------------------------
    12 Contact section              
-----------------------------------------*/

#contact .contact-info {
  padding-top: 42px;
  padding-bottom: 42px;
}

#contact .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 50px;
}

#contact input[type="submit"] {
  border: 3px solid #000;
  border-radius: 40px;
  color: #000;
  padding-bottom: 10px;
}

#contact input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}

#contact a {
  color: #757575;
}

#contact .fa {
  padding-right: 10px;
}



/*---------------------------------------
    13 Footer section              
-----------------------------------------*/

footer {
    background: #151515;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 80px 0px;
    position: relative;
}

footer ul.footer-link {
  margin: 0;
  padding: 0;
}

footer ul.footer-link li {
  list-style: none;
  display: block;
  padding: 2px;
}

footer ul.footer-link li a {
  color: #999;
  font-size: 16px;
}

footer ul.footer-link li a:hover {
  color: #ffffff;
}

footer hr {
  border-color: #222;
  margin-top: 42px;
  margin-bottom: 22px;
}

footer .footer-copyright {
  padding-top: 32px;
}



/*---------------------------------------
    14 Social Icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    border: 2px solid #222;
    color: #999;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 22px 4px 10px 4px;
}

.social-icon li a:hover {
    border-color: #ffffff;
    color: #ffffff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



/*---------------------------------------
    15 Mobile Responsive styles              
-----------------------------------------*/

@media (max-width: 980px) {

 h1 {
  font-size: 58px;
 }

 #service .service-thumb,
 footer ul.footer-link {
    margin-bottom: 32px;
  }

}


@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    
}


@media (max-width: 768px) {

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  .custom-navbar .navbar-brand {
    line-height: 15px;

  }

  .custom-navbar .nav li a {
    line-height: 25px;
  }

  img {
    width: 100%;
  }

}


@media (max-width: 650px) {

  h1 {
    font-size: 36px;
  }

  h4 {
    line-height: 20px;
  }

  #home .home-arrow-down {
    bottom: -165px;
    left: 45%;
  }

  footer .section-title {
    padding-bottom: 16px;
  }

}


/*-----------------------portfolio pages---------------------*/




/*woofpal starts*/
.header-image {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../images/header-img.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height:300px;
}
.hero-img{
max-width: 100% ;

}
.hero-img-pefin{
  border-radius: 15px; 
    max-width: 100%;
}

.pefin_user{
max-width: 50%;
}
.ia-img{
max-width:100%;

}
.wireframe-img{
max-width:100%;

}
.banner_img{
max-width:100%;

}

.software_logo{
width:50px;
padding-bottom:30px;
}

.app_store{
width:120px;
margin:0px 5px 0px 5px;
}

ul.app_store_list{
list-style:none;
display:inline-block;

}

.software_list{
float:left; 
display:inline-block;
padding-left:5px;
padding-right:5px;


}
.software_list img{

width:30px;

}
.software_list_motion{

display:inline-block;
padding-left:5px;
padding-right:5px;


}
.software_list_motion img{
width:30px;

}

/*woofpal end*/

/*artistwork start*/
.aw_mb{
max-width:100%;

}
.aw_mobile{
max-width:100%;
}
/*artistwork end*/

/*storybook adventure*/
.sa_persona{
max-width:100%;
}
.sa_video{

max-width:100%;

}
.game_concept{

max-width:100%;


}
/*storybook adventure end*/


/*art_Circle*/

.as_final_design{
max-width:100%;
}

/*art_Circle end*/
/*snapguide*/
.sg_video{

max-width:100%;

}
.sg_moodboard{
max-width:100%;

}
/*snapguide end*/
/*queen*/
.queen_video{
max-width:100%;
}




/*queen end*/
.type_poster{

max-width:100%;

}
/*other motion*/

.om_video{
max-width:70%;

}

/*other motion end*/

/*pefin start*/

.header-image-pefin{
 display: block;
    width: 100%
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height:auto;
}

.header-image-pefin{
    
    padding: 150px 0;
    color:black;
    

    
}
.pefin-paragraph{
    color: white;
     font-weight: 500;
        
}

.h3-bold{
    font-weight: 700;
    
}

/*pefin end*/


/*pagination*/
.pagination>li>a, .pagination>li>span{

border:none !important;

}

.page_section{
margin-top:50px;
border-top:0.3px solid #F0F0F2;

}
/*pagination end*/


/*digital storm*/

.ds_persona_text{
max-width:100%;
}

.ds_chart{

max-width:100%;
}
.ds_persona{
max-width:100%;}

.ds_video{
max-width:100%;

}
video {
  object-fit:cover;
}

/*digital storm end*/


.headline {
    padding: 80px 0;
}

.headline h1 {
color: white;
    font-size: 40px;  
}

.headline h2 {
color:white;

    font-size: 30px;
}


.headlineNew {
    padding: 50px 0;
      height:50px;
}

.headlineNew h1 {
color: black;
    font-size: 40px;  
}

.headlineNew h2 {
color:black;

    font-size: 30px;
}

.featurette-divider {
    margin: 80px 0;
}

.featurette {
    overflow: hidden;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    font-size: 50px;
}

footer {
    /*margin: 50px 0;*/
}

@media(max-width:1200px) {
    .headline h1 {
        font-size: 40px;
    }

    .headline h2 {
        font-size: 30px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
    .hero-img-pefin{
  max-width: 100%;  
}
    
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 40px;
    }

    .headline h2 {
        font-size: 30px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
    .header-image {
    height:300px;
}
    
    
}

@media(max-width:768px) {
    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 40px;
    }

    .headline h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }


    
     .header-image-pefin{
    
    padding: 150px 0 250px 0;
    color:white;
    

    
}
    .headline h1 {
        font-size: 40px;
    }

    .headline h2 {
        font-size: 30px;
    }
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }
    
    
    
    .header-image-pefin{
    
    padding: 150px 0 250px 0;
    color:white;
    

    
}

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}



