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



body{
  font-size:16px;
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  background-color: black;
  }



h1{ font-size: 36px; 
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  }


h2{ font-size: 30px; 
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  }


h3{ font-size: 30px; 
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  }


body>section{
  padding:30px 0; 
}

span{color:#fdc04a;}

a{color:#fff;
text-decoration: none;}


ul{list-style: none;}

/**************(HEADER-SECTION)*******************/


header{
  max-width:100%;
height: 826px;
background-image:url(../images/main_img.png);
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}



.tophead{
  width: 100%;
}

.logo{
  display: inline-block;
  min-width: 100%;
  padding:110px 0 0 0 ;
}



.head-title{position: relative;}

.head-title h1{
  width:100%;
  padding:150px 60px;
  font-size: 60px;
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  font-weight:200;
  text-align:center;

}



.title-head{width:100%;}

.title-head h1{
  text-align:center;
  padding:35px 0;
  font-size: 36px;
  color:#fff;
  
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
  }
  
  
  /*****************(NAV-SECTION)*******************
  ************************************************************/
  
  .open {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index:99;
}
.open:hover {
  opacity: 0.8;
}
.open span {
  display: block;
  float: left;
  clear: both;
  height: 4px;
  width: 40px;
  border-radius: 40px;
  background-color: #fff;
  position: absolute;
  right: 3px;
  top: -26px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.open span:nth-child(1) {
  margin-top: 10px;
  z-index: 9;
}
.open span:nth-child(2) {
  margin-top: 25px;
}
.open span:nth-child(3) {
  margin-top: 40px;
}

.sub-menu {
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-color: rgba(234, 29, 36, 0.54);
  border-radius: 50%;
  z-index: 18;
  overflow: hidden;
}
.sub-menu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: -160px;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.sub-menu li:first-child {
  margin-top: 180px;
}
.sub-menu li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
}
.sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.10s;
}
.sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
}
.sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.20s;
}
.sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
}
.sub-menu li a {
  color: #fff;
 font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  width: 100%;
  display: block;
  float: left;
  line-height: 35px;
}

.sub-menu li a:hover{ 
color:black;

text-decoration:none;
-webkit-transition:all .5s;

-moz-transition:all .5s;
transition:all .5s;}

.oppenned .sub-menu {
  opacity: 1;
  height: 400px;
  width: 400px;
}
.oppenned span:nth-child(2) {
  overflow: visible;
}
.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
  z-index: 100;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.oppenned span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
          transform: rotate(45deg) translateY(12px) translateX(12px);
}
.oppenned span:nth-child(2) {
  height: 400px;
  width: 400px;
  right: -160px;
  top: -160px;
  border-radius: 50%;
  background-color:rgba(234, 29, 36, 0.54);
}
.oppenned span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
          transform: rotate(-45deg) translateY(-10px) translateX(10px);
}
.oppenned li {
  margin-right: 168px;
}

.button {
  display: block;
  float: left;
  clear: both;
  padding: 20px 40px;
  background: #fff;
  border-radius: 3px;
  border: 2px solid #10a1ea;
  overflow: hidden;
  position: relative;
}
.button:after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  content: "";
  position: absolute;
  height: 200px;
  width: 400px;
  -webkit-transform: rotate(45deg) translateX(-540px) translateY(-100px);
          transform: rotate(45deg) translateX(-540px) translateY(-100px);
  background: #10a1ea;
  z-index: 1;
}
.button:before {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
  padding: 20px 40px;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
}
.button:hover {
  text-decoration: none;
}
.button:hover:after {
  -webkit-transform: translateX(-300px) translateY(-100px);
          transform: translateX(-300px) translateY(-100px);
}
.button:hover:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}





/**************(MAIN-SECTION)***********
************************************************************/


#main{
  position:relative;}
  
  
  
#main:before{
    -ms-transform:skewY(-3deg);
    -o-transform:skewY(-3deg);
  -moz-transform:skewY(-3deg);
  -webkit-transform:skewY(-3deg);
  transform:skewY(-3deg);
  height:90px;
  width:100%;
  content:"";
  top:-46px;
  left:0;
  background:#000;
  position:absolute;
  }



.para-sec{
  position: relative;
  width:100%;
}

.para-sec p{
  padding:0 46px;
  font-size: 16px;
  text-align: center;
  
}







  /**************(SERVICES-SECTION)***********
************************************************************/

#services{
  position:relative;
}



.ser-box{
  margin: 0;}
  





.ser-icon{

   border-radius: 4px;
  text-align: center;
  font-size: 36px;
  height:95px;
  line-height: 101px;
  width:90px;
  background-color: red;
-webkit-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}

.ser-icon i{
  font-size:36px;
  padding-top: 25px
    
}


.ser-icon:hover{
   color: #000;
  background-color:#ea1d24;
  }


.ser-para{}

.ser-para h2{
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  font-weight:200;
  text-align:center;
  font-size:30px;
  padding-top: 40px;
  }


.ser-para p{
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
  text-align:center;
  font-size:16px;
  padding:0 5px;
  }



  
  /**************(MY SKILLS-SECTION)***********
************************************************************/ 





#progress{
  position:relative;
  background-image:url(../images/SKILL_BG.png);
  background-attachment: fixed;
  background-size: cover;
  
}





  


  
  
  
  
  
  
  
  /**************(PORFOLIO-SECTION)***********
************************************************************/





#portfo{
  position:relative;}
  
  #portfo:before{
     -moz-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  -webkit-transform: skewY(-1deg);
  transform: skewY(-1deg);
  height: 58px;
  width: 100%;
  content: "";
  top: -21px;
  left: 0;
  background:#000;
 position: absolute;
  }

  
  
  .container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 20px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}







  /**************(UI/ UX PROCESS -SECTION)***********
************************************************************/


#work-process{}

/*---- Work Progress Area ----*/
/* Single Progress */
.single-progress {
  margin-bottom: 30px;
  width: 20%;
  padding: 0 15px;
  float: left;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .single-progress {
      width: 33.33%; } }
  @media only screen and (max-width: 479px) {
    .single-progress {
      width: 50%; } }
  .single-progress::before {
    border-top: 2px dashed #fff;
    content: "";
    left: 50%;
    margin-left: 50px;
    position: absolute;
    top: 39px;
    width: 130px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-progress::before {
        width: 83px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-progress::before {
        width: 40px; } }
    @media only screen and (max-width: 767px) {
      .single-progress::before {
        width: 61px; } }
  @media only screen and (max-width: 767px) {
    .single-progress:nth-child(3)::before {
      width: 0;
      display: none; } }
  @media only screen and (max-width: 479px) {
    .single-progress:nth-child(3)::before {
      width: 61px;
      display: block; }
    .single-progress:nth-child(2)::before, .single-progress:nth-child(4)::before {
      width: 0;
      display: none; } }
  .single-progress:last-child::before {
    width: 0;
    display: none; }
  .single-progress i {
    font-size: 36px;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 80px;
  background-color:#252525;
    border-radius: 3px;
    margin-bottom: 15px; }
  .single-progress:hover i {
    background-color: #ea1d24;
    color: #000; }
  .single-progress h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize; }
  
  .single-progress p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0; }













/****************** (CONTACT-SECTION) **************************
*******************************************/  

#contact{
  width:100%;
background-image:url(../images/contact.png);
background-attachment:fixed;
  background-size:cover;
   background-color:#000;
background-repeat:no-repeat;
 
  position: relative;
  color: #fff;
  }
  
  #contact:before{
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  height: 90px;
  width: 100%;
  content: "";
  top: -46px;
  left: 0;
  background: #000;
  position: absolute;
  }


.title-con{
  width:100%;}
  
.title-con h1{
  color:white;
  text-align:center;
}

.con {}

.con p{
  width:100%;
  font-size:18px;
  color:white;
  text-align:center;
  padding:20px 28px;
  }






.form-control {
    display: block;
    width: 100%;
  height:58px;
    padding: .375rem .75rem;
  font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
        color: #595858;
    background-color:transparent;
    background-image: none;
    background-clip: padding-box;
  border:transparent;
    border-bottom:1px solid #272727;
     border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
  color:#fff;
  background-color:transparent;
    border-color: #272727;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0),0 0 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.0),0 0 0px rgba(0,0,0,0);
  
  
}




.btn-success {
    color: #fff;
    background-color: #464646;
    border-color: #464646;
}




    .btn {
    display: inline-block;
   font-family: 'Montserrat', sans-serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 49px;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 0 ;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
   


.btn-success:hover {

    color: #000;
    background-color: #ed1e15;
    border-color: #ed1e15;
}


.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.5);
}




/****************** (SOCIAL-SECTION) **************************
*******************************************/  
.mail{ margin-top:30px;}

.mail ul{
  text-align:center;
line-height:36px;
font-size:18px;}



.social{
  width:100%;
  height:50px;
}

.soc-icon{}
  
  

.soc-icon i{ 
color:#fff; 
display:inline-block;

height:45px;
width:45px;
font-size:24px;
margin:16px 7px;
background-color:#272727;
border-radius:4px;
line-height:45px;

}

.soc-icon i:hover{
  color:#000;
  background:#ed1e15;
  }
  
  small{font-size:22px;}



/****************** (FOOTER-SECTION) **************************
*******************************************/ 
footer{
  
  width:100%;
  background-color:black;}
  
footer p{
  color: white;
  
   text-align:center;
font-size:16px;}
