@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon.eot");
  src: url("fontsFlaticon.eot?#iefix") format("embedded-opentype"),
       url("fonts/Flaticon.woff") format("woff"),
       url("fonts/Flaticon.ttf") format("truetype"),
       url("fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
	font-style: normal;
	font-display: swap;
}

.flaticon-point-mark-on-a-circle:before { content: "\f100"; }
.flaticon-message:before { content: "\f101"; }
.flaticon-briefcase:before { content: "\f102"; }
.flaticon-coffee-cup:before { content: "\f103"; }
.flaticon-emoticon-square-smiling-face-with-closed-eyes:before { content: "\f104"; }
.flaticon-smiley:before { content: "\f105"; }
.flaticon-computer:before { content: "\f106"; }
.flaticon-people:before { content: "\f107"; }
.flaticon-lightbulb-idea:before { content: "\f108"; }
.flaticon-gears:before { content: "\f109"; }
.flaticon-technology:before { content: "\f10a"; }
.flaticon-monitor:before { content: "\f10b"; }

.weather{
    Color: #fff;
    margin-bottom: 20px;
    
    }	

  .weather h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize ;
    letter-spacing: 1px;
    color: white;
    }

  .weather table{
    width: 100%;
    border-spacing: 30;
    
    }

    .weather table td{
    font-size: 18px;
    font-weight: 700;
    color: white;
    }
    
.contact-form__icon{
    padding: 10px;
    

    min-width: 50px;
    text-align: center;
    }

body {
    background-color: #ffffff;
    color: black; 
    font-size:15px;
    line-height: 1.6;
    font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

a {
    color:#aeaeae;
    text-decoration: none;
}
#ajaxSpinnerContainer {
	height:11px;
	padding: 10px
}
#spinner{width: 50px; height: 50px;}

.done {
    margin-top: 4px;
}
.checkmark {
	 width: 36px;
	 height: 36px;
	 border-radius: 50%;
	 display: none;
	 stroke-width: 2;
	 stroke: #fff;
	margin-top: 0px;
	 stroke-miterlimit: 10;
	 box-shadow: inset 0px 0px 0px #7ac142;
	 animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
 .checkmark__circle {
	 stroke-dasharray: 166;
	 stroke-dashoffset: 166;
	 stroke-width: 2;
	 stroke-miterlimit: 10;
	 stroke: #7ac142;
	 fill: none;
	 animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
 .checkmark__check {
	 transform-origin: 50% 50%;
	 stroke-dasharray: 48;
	 stroke-dashoffset: 48;
	 animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
 @keyframes stroke {
	 100% {
		 stroke-dashoffset: 0;
	}
}
 @keyframes scale {
	 0%, 100% {
		 transform: none;
	}
	 50% {
		 transform: scale3d(1.1, 1.1, 1);
	}
}
 @keyframes fill {
	 100% {
		 box-shadow: inset 0px 0px 0px 30px #ff2d2d;
	}
}

#error{
    margin: 1em auto 0;
	display: none;
	vertical-align: middle;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625;
  }
  100% {
    stroke-dashoffset: 0;
  }
}


@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 262.75219024795285px;
    stroke-dasharray: 262.75219024795285px;
  }

  100% {
    stroke-dashoffset: 525.5043804959057px;
    stroke-dasharray: 262.75219024795285px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 262.75219024795285px;
    stroke-dasharray: 262.75219024795285px;
  }

  100% {
    stroke-dashoffset: 525.5043804959057px;
    stroke-dasharray: 262.75219024795285px;
  }
}

.svg-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 262.75219024795285px;
    stroke-dasharray: 262.75219024795285px;
  }

  100% {
    stroke-dashoffset: 525.5043804959057px;
    stroke-dasharray: 262.75219024795285px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 262.75219024795285px;
    stroke-dasharray: 262.75219024795285px;
  }

  100% {
    stroke-dashoffset: 525.5043804959057px;
    stroke-dasharray: 262.75219024795285px;
  }
}

.svg-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.12s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.12s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 56px;
    stroke-dasharray: 56px;
  }

  100% {
    stroke-dashoffset: 112px;
    stroke-dasharray: 56px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 56px;
    stroke-dasharray: 56px;
  }

  100% {
    stroke-dashoffset: 112px;
    stroke-dasharray: 56px;
  }
}

.svg-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.24s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.24s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 56px;
    stroke-dasharray: 56px;
  }

  100% {
    stroke-dashoffset: 112px;
    stroke-dasharray: 56px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 56px;
    stroke-dasharray: 56px;
  }

  100% {
    stroke-dashoffset: 112px;
    stroke-dasharray: 56px;
  }
}

.svg-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.36s both;
          animation: animate-svg-stroke-4 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.36s both;
}


blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 1.2;
  color: #666;
  text-align: left;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #FF0000 ;
  border-right: 2px solid #FF0000 ;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
   
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.1;
}

.teammembers img,
.blog-box,
.cop-logo img,
.service-box,
a {
    outline: none;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    color:#000000;
}
.Links ul li a:hover{
	background-color: white;
	background-image:url("images/Footer/about.svg");
}

.alert-success{
	background: #baffb1;
    border: 1px solid rgba(98,105,118,.16);
    border-left: 1.25rem solid #4fd639;
    box-shadow: rgb(30 41 59 / 4%) 0 2px 4px 0;
    font-size: 20px;
    color: black;
    text-align: center;
    border-radius: 4px;
    position: relative;
    margin-bottom: var(--tblr-alert-margin-bottom);
    padding: 20px;
}

.Cucuz{
	background-color: black;
	width:40px;
	height: 38px;
	border-style: none;
}

.Links a{
	color: white;
}


.check li:before {
        content: "\f00c";
        font-family: "FontAwesome";
        font-size: 16px;
        left: 0;
        padding-right:10px;
        position: relative;
        top: 2px;
		font-display: swap;
    }
    .check li {
        font-size:15px;
        list-style:none;
        margin-bottom:8px;
    }
     .check li:last-child {
        margin-bottom: 0;
     }
    .check {
        margin-left:0; 
        padding-left:0
    }
   

.knowledgeBox{
	padding: 25px;
	border-radius: 6px;
    background-color: #fff;
    box-shadow: 1px 1px 8px 0 rgb(36 37 38 / 8%);
}
.knowledgeBox .post-meta{
	text-align: left;
	font-weight: 600;
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
	
} 
.bp__p {
    margin-bottom: 15px;
    font-size: 12px;
    color: #7f7f7f; 
	font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-align: left;
	padding-bottom: 10px;
}
.readmore{
	    display: block;
		text-align: left;
	    margin-top: 20px;
	    

}
.bp__read-more {
    display: block;
    margin-bottom: 7px;
}
.SideBarLinks> a {
    font-size: 12px;
    transition: color 110ms ease-in-out;
    color: #333333;
    font-weight: 600;
	text-align: left;

}

.bp2{
	font-size: 10px;
    color: #a0a0a0;
    display: block;
    margin-bottom: 16px;
}

.SideBarLinks {
    display: block;
    margin-bottom: 7px;
}
.bp__read-more > a {
    font-size: 14px;
    font-weight: 700;
    color: #ff4500;
	text-align: left;
	cursor: pointer;
}
.knowledgeBox .btn--e-transparent-brand-b-2:active,
.knowledgeBox .btn--e-transparent-brand-b-2:hover{
	transition: color 110ms ease-in-out;
	background: #F60F13;
	border-radius: 22px;
	color: white;
	
}


.btn--e-transparent-brand-b-2 a{
	color: red;

}
.btn--e-transparent-brand-b-2 a:hover{
	color: white;}

.knowledgeBox h2{
	text-align: left;
	
}

.btn--e-transparent-brand-b-2 {
  color: #ff4500;
  border: 2px solid #ff4500;
  background-color: transparent;
}

.btn--e-transparent-brand-b-2{
	
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 22px; 
}




.readmore .btn--e-transparent-brand-b-2:active,
.readmore .btn--e-transparent-brand-b-2:hover{
	background: #F60F13;
	border-radius: 22px;
	color: white;
}

.categories{
	list-style: none;
	padding: 10px 10px 10px;
}
.categories li{
	padding-bottom: 10px;
	font-size: 12px;
    font-weight: 600;
    color: #7f7f7f;
	text-align: left;
	margin-bottom: 12px;
	font-family: "Open  Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

	
}

.categories li a:hover,
.categories li a:active{
	color: red
		
}
.col-lg-3{
	box-sizing: inherit;
}
.col-lg-3 h3,
.col-lg-3 h4,
.col-lg-3 h5{
	text-align: left;
}
.u-s-p-y-90 {
    padding-top: 5.625rem;
	padding-bottom: 5.625rem;}
.detail-post {
  max-width: 800px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto; }

.bp-detail__info-wrap{
	box-sizing: inherit;
	display: block;
	
}
.bp-detail {
  position: relative; }
 .bp-detail__thumbnail {
    margin-bottom: 12px; }
.bp-detail__stat .bp-detail__stat-wrap {
      margin-right: 22px; }
      .bp-detail__stat .bp-detail__stat-wrap:last-child {
        margin-right: 0; }
 .bp-detail__publish-date > a {
    font-size: 12px;
    font-weight: 600;
    color: #a0a0a0; }
  .bp-detail__author > a {
    font-size: 12px;
    text-decoration: overline;
    font-weight: 600;
    color: #ff4500; }
  .bp-detail__category > a {
    color: #a0a0a0;
    font-weight: 600;
    transition: color 110ms ease-in-out;
    font-size: 12px;
    margin-right: 2px; }
    .bp-detail__category > a:last-child {
      margin-right: 0; }
    .bp-detail__category > a:hover {
      color: #ff4500; }
  .bp-detail__h1 {
    display: block;
    margin-bottom: 6px; }
.bp-detail__h1{
	text-align: left;
}
    .bp-detail__h1 > a {
      font-size: 20px;
      font-weight: 600;
      color: #333333; }
  .bp-detail__p {
    margin-bottom: 16px;
    color: #333333;
    font-size: 18px;
    line-height: 2; }
    .bp-detail__p a {
      font-weight: 700;
      color: #ff4500;
      transition: all .3s; }
      .bp-detail__p a:hover {
        color: #7f7f7f;
        text-decoration: underline; }

.bp-detail__q {
  width: 100%;
  text-align: center;
  padding: 3rem;
  margin: 0 0 1rem;
  background-color: #ffffff;
  border-radius: 6px;
  border: 2px solid #ff4500; }
  .bp-detail__q i {
    font-size: 2.125rem;
    color: #333333;
    margin-bottom: 8px; }

.bp-detail__q-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333333; }

.bp-detail__q-citation {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #7f7f7f; }

.bp-detail__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .bp-detail__social-list > li {
    margin-right: 16px; }
    .bp-detail__social-list > li:last-child {
      margin-right: 0; }
    .bp-detail__social-list > li > a {
      font-size: 1.125rem; }

.bp-detail__postnp {
  margin: 1.375rem 0; }
  .bp-detail__postnp a {
    font-size: 13px;
    border-bottom: 1px solid #333333;
    font-weight: 600;
    color: #333333;
    transition: color 110ms ease-in-out,border-color 110ms ease-in-out; }
    .bp-detail__postnp a:hover {
      color: #ff4500;
      border-color: #ff4500; }
/*********************
MENU
*********************/

.vertical-header {
    position: fixed;
    left: 0;
    z-index: 1111;
    top: 0;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.vertical-header-wrapper {
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 1) url("images/menubg.jpg") no-repeat scroll center center;
    z-index: 10;
    overflow-x: hidden;
    min-width: 260px;
    overflow-y: auto
}
.subsub-menu-wrapper,
.sub-menu-wrapper {
    opacity: 0;
    visibility: hidden;
    background-color: #151515;
    position: absolute;
    padding: 0px 10px 0;
    width: 100%;
    top:0;
    max-width: 240px;
    bottom:0;
    left:60%;
    height: 100%;
    display: table;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}

.subsub-menu-wrapper {
    background-color: #191919;
}

.primary-menu li:hover .subsub-menu li:hover a,
.primary-menu li:hover .sub-menu-wrapper li:hover a,
.primary-menu li:hover a {
    color: rgba(255, 255, 255, 1);
}

.primary-menu li:hover .subsub-menu li a,
.primary-menu li:hover .sub-menu-wrapper li a,
.menu-search .btn,
.vertical-header li a {
    color: rgba(255, 255, 255, 0.7);
}

.primary-menu li:hover .subsub-menu li a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.primary-menu li:hover .subsub-menu li:hover a {
    color: rgba(255, 255, 255, 1) !important;
}


.vertical-header li {
    list-style: none;
}
.vertical-header ul {
    padding:0 15px;
}
.sub-menu li:hover .subsub-menu-wrapper,
.child-menu:hover .sub-menu-wrapper {
    opacity: 1;
    z-index: 1000;
    left:100%;
    position: absolute;
    visibility: visible;
}
.primary-menu li a {
    display: block;
    width: 100%;
    position: relative;
    text-decoration: none !important;
}
.primary-menu li .fa-angle-right {
    position: absolute;
    right: 0;
    font-size: 14px;
    top:0px;
}

.yamm .fa-shopping-bag,
.navbar-inverse .fa-shopping-bag,
.primary-menu .fa-shopping-bag {
    margin-left: 4px;
}
.primary-menu  {
    margin-top: 78px;
}
.primary-menu li {
    text-transform: capitalize;
    padding:15px 20px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.15);
    font-size: 14px;
    line-height: 1 !important;
    margin:0 !important;
    text-transform: capitalize;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
}
.primary-menu li:first-child {
    border-top: 1px dotted rgba(255, 255, 255, 0.15);
}
.center-content {
    display: table-cell;
    vertical-align: middle;
}
.margin-block {
    min-height: 40px;
}
.logo {
    padding:80px 0 0;
    text-align: center;
}
.menu-search {
    padding:0 15px;
}

.menu-search .form-group {
    position: relative;
    margin:0;
    padding:0;
}
.menu-search .btn {
    background-color: transparent !important;
    position: absolute;
    border:0;
    top:-1px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    right: 0;
}


.menu-search .form-control:focus .btn {
    color:#f4af0b !important;
}

.menu-search .form-control {
    border-radius: 0;
    background-color: transparent;
    height: 40px;
    border:0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    box-shadow: none !important;
    border-top: 1px dotted rgba(255, 255, 255, 0.15);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.15);
}

.menu-search .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}
.menu-search .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.menu-search .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.menu-social ul {
    margin:0;
    padding:0;
}

.menu-social ul li {
    margin-top: 0;
    padding-top: 0;
}

.menu-social ul li i {
    font-size: 12px;
    padding:10px;
    border: 1px dotted rgba(255, 255, 255, 0.2);
}


    /*!
     * Yamm!3 - Yet another megamenu for Bootstrap 3
     * http://geedmo.github.com/yamm3
     * 
     * @geedmo - Licensed under the MIT license
     */
    .yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
       position: static;
       margin-top: 4px;
    }
    .yamm .container {
      position: relative;
    }
    .yamm .dropdown-menu {
      left: auto;
      right: auto;
    }
    .yamm .yamm-content {
      padding: 30px 30px;
    }
    .yamm .dropdown.yamm-fw .dropdown-menu {
      left: 0;
      right: 0;
    }

    .yamm-content ul {
        list-style: none;
        padding:0;
    }
    .yamm-content ul li {
        padding: 5px 0
    }
     .yamm-content ul li:hover a {
        padding-left: 10px;
     }

    .yamm-content ul li em {
        font-size: 18px;
    }

    .yamm .dropdown-menu {
        box-shadow: none;
        border-color:#030303;
        background-color: #030303;
        border-radius: 0;
    }

    .yamm .dropdown-menu li a {
        color:#ffffff;
    }

    .yamm-half ul {
        min-width: 220px;
    }

    #header {
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
    }

    #header.affix {
        position: fixed;
        top: 0;
        width: 100%;
        border-color:#030303;
        background-color: #030303;
    }

    #header .navbar-brand {
        padding: 0 15px;
    }

    .transparent-header {
        position: absolute;
        top:30px;
        right: 0;
        padding:15px 0;
        z-index: 100;
        left:0;
    }

    .nav,
    .navbar,
    .navbar-nav {
        margin-bottom: 0 !important;
    }

    .navbar-default {
        border-radius: 0;
        border:0;
        background-color: transparent;
    }

    .navbar-default .nav > li > a {
        display: block;
        font-size: 17px;
        padding: 15px 25px;
        position: relative;
        text-transform: uppercase;
        font-weight: 500;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 15px;
    }

    .dark-header {
        padding:20px 0;
        z-index: 1111;
        background-color: #030303
    }
    .light-header {
        padding: 15px 0;
        z-index: 1111;
        background-color: #ffffff;
    }
     .light-header.affix {
        background-color: #ffffff !important;
     }
     .light-header .nav > li > a {
        color:#000000;
     }
     .dark-header .nav > li > a,
    .transparent-header .nav > li > a { 
        color:#ffffff;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active > a:hover, 
    .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
    }
    
    .normal-header.dark-color .nav > li > a { 
        color:#909090;
    }

    .normal-header.dark-color .nav > li > a:hover,
    .transparent-header.dark-color .social i,
    .transparent-header.dark-color .nav > li > a { 
        color:#030303;
    }

    #header.affix {
        position: fixed;
        top: 0;
        width: 100%;
        border-color: #eee;
        background-color: #eee;
    }

    #header.affix.dark-color { 
        border-color:#ffffff !important;
        background-color: #ffffff !important;
    }

/*********************
MOBILE MENU
*********************/

.navbar-inverse {
    background-color: #121212;
    border:0;
    margin:0;
    padding:10px 0;
    border-radius: 0;
}
.navbar-collapse {
    box-shadow: none;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    white-space: nowrap;
}
.navbar-inverse .nav > li > a {
    padding-left:10px;
    padding-right:10px;
}
.navbar-inverse .navbar-nav > li {
    padding-left: 10px;
}
.navbar-brand {
    padding:12px 20px;
}
#ajaxSpinnerImage{
    display: none;
    position: absolute;
    top: 50%;

    left: 50%;
    margin-left: -16px;
    margin-top: 31px;

    
}

/************************************
SLIDER
************************************/


.credits{
	font-size: 10px;
}
.footer{
	color: white;
}





/*********************
SECTIONS
*********************/

.overlay {
    position: absolute;
    top:0;
    right: 0;
    left:0;
    bottom:0;
    z-index: 1;
    background:url(images/pattern.png) repeat center center rgba(0,0,0,0.7);
}
.video-section {
   width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.container {
    width: 100%;
    max-width: 1180px;
}

.section {
    padding:90px 30px;
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #ffffff;
}
.section2 {
    padding:40px 30px;
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #ffffff;
}

.section.noover {
    overflow: visible !important;
}
.section-title {
    margin-bottom: 45px;
}
.section-title2 {
    margin-bottom: 15px;
}



.text-widget h3,
.section-title h3 {
    margin: 0 0 25px;
    padding:0;
    font-size: 28px;
    font-weight: 600;
}
.section-title2 h3 {
    margin: 0 0 25px;
    padding:0;
    font-size: 28px;
    font-weight: 600;
}

.section-title p {
    max-width: 800px;
    margin:0 auto;
    padding:0;
}
.section-title2 p {
    max-width: 800px;
    margin:0 auto;
    padding:0;
}
.section.lb {
    background-color: #f7f6f6
}
.section.db {
    background-color: #000000;
		color: white;
	font-size: 16px;
}
.nopadtop {
    padding-top: 0;
}
.Contacts{
	list-style: none;
	padding: 0px;
}

.Contacts li a:hover{
	color: red;
}
.custom-module h4{
	color: white;
}
.custom li img{
	padding: .2em;
}
.blog-box:hover,
.service-box:hover,
.shadow {
    box-shadow: 0px 7px 14px rgba(0,0,0,0.1);
}

.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax.parallax-off {
    background-attachment: scroll;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
 
    width: 100%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/*********************
PORTFOLIO
*********************/


.item-h2,
.item-h1 {
    height: 100% !important;
    height: auto !important;
}

.post-media {
    padding: 0 !important;
}

.post-media img {
    width: 100%;
}

.isotope-item {
    z-index: 2;
    padding: 0;
}




.social-links i {
    color:#aeaeae;
}

.Links{
	padding: 5px;
}




.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio-filter ul {
    padding: 0 0 20px 0;
    z-index: 2;
    display: block;
    position: relative;
    margin: 0;
}

.case-top .portfolio-filter ul {
    display: none;
}

.case-top .open > .dropdown-menu {
    display: block;
}

.portfolio-filter ul li {
    border-radius: 0;
    display: block;
    margin: 0 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left !important;

}

.portfolio-filter ul.list-inline li {
    display: inline-block;

}
.list-inline li{
	font-size:12px;
	color:#aeaeae; 
}


/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.Author:hover,
.Author:focus{
	color: #F20408;
	cursor: pointer;
	
}


.portfolio-filter ul li:last-child:after {
    content: "";
}


.portfolio-filter ul li .btn-dark {
    font-weight: 400;
    display: block;
    font-size: 14px;
    padding: 0;
    margin: 0 10px;
    color: #bbbbbb;
    text-transform: none !important;
    background: none !important;
    text-align: left;
    box-shadow: none;
    -webkit-transition: color 0.2s;
    text-decoration: none;
    letter-spacing: 0;
    transition: color 0.2s;
}


.case-top {
    display: block;
    margin-bottom: 10px;
}

.case-top .btn-custom {
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    color: #000 !important;
    text-align: left;
}

.case-top p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 15px;
}

.case-top .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff !important;
    border: 1px solid #eeeeee;
    border-radius: 0;
    box-shadow: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 10px 0 0;
    min-width: 184px;
    padding: 15px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 100%;
    z-index: 1000;
}

.case-top .dropdown-menu > li > a {
    clear: both;
    color: #000;
    display: block;
    font-size: 13px;
    background-color: #fff !important;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    text-transform: capitalize;
    white-space: nowrap;
}
.case-top .dropdown-menu > li {
    padding:5px 20px;
    background-color: #ffffff !important;
}
.case-top .dropdown-menu > li:last-child {
    margin-bottom: 0;

}
.with-desc .pitem {
    padding:15px !important;
}

.with-desc .entry {
    position: relative;
    padding:0;
    overflow: hidden;
}

.item-desc {
    background-color: #fff;
    padding:10px 25px 15px;
    border:1px solid #eee;
}

.item-desc h4 a,
.item-desc h4 {
    font-size: 16px;
    padding:20px 0 12px;
    margin:0;
    font-weight: 600;
}

/*********************
CAROUSEL
*********************/


.item {
    position: relative;
}
.item img {
    width: 100%;
}
.magnifier {
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.pitem:hover .magnifier,
.item:hover .magnifier {
    opacity: 1;
    z-index: 1000;
    left:5%;
    top:5%;
    right: 5%;
    bottom:5%;
    position: absolute;
    visibility: visible;
}
.pitem:hover .magnifier {
    left:0;
    top:0;
    right: 0;
    bottom:0;
}

.magni-desc h4 {
    position: absolute;
    top:20px;
    font-size: 18px;
    left: 20px;
    font-weight: 600;
}

.magni-desc h4 small {
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 10px;
}


.magni-desc a.goitem {
    position: absolute;
    color:#fff;
    bottom:0;
    right: 0;
    margin:auto;
    border-radius: 2px 0 0 0;
    width: 35px;
    line-height: 35px;
    height: 35px;
    font-size: 13px;
    text-align: center;
    display: block;
}

.pitem .magni-desc  {
    color:#ffffff;
    position: absolute;
    top:30px;
    width: 100%;
    left: 30px;
}

.pitem .magni-desc h4 {
    color:#ffffff;
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.pitem .golink {
    position: absolute;
    right: 30px;
    bottom:30px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    background-color: #fff;
}

hr.invis1 {
    margin:30px 0;
    border:0;
}



.pitem .magni-desc  small {
    position: relative;
    color:rgba(255,255,255,0.7);
    display: block;
    margin:25px 0 0 22px;
}
.owl-theme-01 .owl-nav [class*="owl-"] {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 33px;
    line-height: 35px;
    margin: 2px;
    padding: 0;
    width: 30px;
}

.owl-theme-02 .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 33px;
    line-height: 35px;
    margin: 2px;
    padding: 0;
    width: 30px;
}


/*********************
FOOTER
*********************/

.section.footer {
    background-color: #000
}
.section.footer.light-footer {
    background-color: #ffffff;
}

.section.footer.light-footer p {
    color:#aeaeae;
}

.section.footer.light-footer img {
    display: block;
    margin:0 auto 30px;
}

.section.footer.light-footer .social-links li {
    border: 1px solid #aeaeae;
    padding: 0;
    margin: 30px 2px;
    border-radius: 100%;
    height: 42px;
    width: 42px;
    line-height: 42px;
}

.section.footer.light-footer strong {
    color: #000;
    font-weight: 400;
}

.social-links i {
    color:#aeaeae;
}
#video {
  margin: 0;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #ccc;
  position: relative;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.copyrights {
    padding:45px 0;
    background-color: #151515;
}
.newsletter-widget .form-control {
    border: 0 none;
    border-radius: 0;
    font-size: 13px;
    box-shadow: none !important;
    height: 46px;
    background: #151515;
    min-width: 280px;
}
.newsletter-widget img {
    display: block;
    max-width: 280px;
    margin-top: 40px;
}

.newsletter-widget {
    margin-top: 5px;
}
.newsletter-widget p {
    margin-bottom: 30px;
}
.newsletter-widget .btn {
    padding-left: 23px;
    padding-right: 23px;
}

.copyrights ul,
.footer ul {
    list-style: none;
    padding:0;
}

.footer ul li {
    margin:5px 0;
}

.copyrights li {
    margin:13px 0 0 !important;
}
.newsletter-widget .form-control::-moz-placeholder {
    color:rgba(255,255,255,0.4);
    opacity: 1;
}
.newsletter-widget .form-control:-ms-input-placeholder {
    color:rgba(255,255,255,0.4);
}
.newsletter-widget .form-control::-webkit-input-placeholder {
    color:rgba(255,255,255,0.4);
}

.footer .form-control,
.footer p,
.copyrights a,
.footer a {
    color:rgba(255,255,255,0.4);
}

.copyrights a:hover,
.footer a:hover {
    color:rgba(255,255,255,0.8);
}

.cop-logo img {
    margin-top: 9px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.teammembers img:hover {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.teammembers img,
.cop-logo img:hover {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.absolute-widget {
    position: relative;
    display: block;
    margin-top: -30%;
    padding:30px;
}

.absolute-widget .form-control {
    background-color:rgba(0,0,0,0.2);
    border:1px solid rgba(0,0,0,0.1);
    border-radius: 0;
    font-size: 13px;
    height: 40px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}

.absolute-widget::before {
    border-right: 10px solid #646464;
    border-top: 19px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

.absolute-widget textarea.form-control {
    height: 100px;
}


.absolute-widget .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}
.absolute-widget .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.absolute-widget .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}


/*********************
TEAM MEMBERS
*********************/

    .teammembers img {
        width: 100%;
    }
    .teammembers:hover {
        cursor: pointer;
    }

    teammembers .magnifier {
        overflow: hidden;
    }

    .teammembers .magnifier p {
        padding-bottom: 10px;
    }

    .teammembers:hover .magnifier,
    .entry:hover .magnifier {
        zoom: 1;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .teammembers {

        overflow: hidden;
        position: relative;
    }

    .visible-buttons{
        visibility: hidden;
        margin: 0 auto;
        opacity: 0;
        position: absolute;
        text-align: center;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
        bottom:0;
        left:0;
        right: 0;
        padding:50px 20px 40px;
        position: absolute;
        text-align: center;
    }


    .visible-buttons h4 {
        padding:0;
        margin:0;
        font-size: 18px;
    }


    .teammembers:hover .visible-buttons,
    .entry:hover .visible-buttons {
        opacity: 1;
        bottom:0;
        visibility: visible;
    }

    .teammembers .visible-buttons {
        background-color: #ddd !important;
    }

    .teambuttons p {
        padding:0 30px 20px;
        color:#fff !important;
    }

    .teambuttons a {
        margin: 0 5px;
        color:#fff !important;
    }

    .teamdesc {
        padding:40px 30px;
        background-color: #f7f6f6;
    }

    .teamdesc h4 {
        padding:0;
        margin: 0 0 10px;
        font-weight: 600;
        font-size: 18px;
    }

    .teamdesc p {
        display: block;
        font-style: italic;
        padding-bottom: 0;
        margin:0;
    }


/*********************
MODULES
*********************/


    .skills {
        display: block;
        overflow:hidden;
        position: relative;
    }
.skills p {
    letter-spacing: 0;
    margin-left: 0;
    line-height: 1;
    color:#aeaeae;
    text-transform: capitalize;
    padding-bottom:10px !important;
    font-weight: 600;
    font-size: 16px;
}
    .progress {
        height: 8px;
        background-color: #f7f6f6;
        border-radius: 0;
        margin: 0px 0 25px;
        box-shadow:none;
    }

    .progress-bar {
        float: left;
        width: 0%;
        height: 100%;
        overflow:visible;
        font-size: 12px;
        line-height: 20px;
        color: #ffffff;
        text-align: center;
        background-color: #030303;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-transition: width 1.1s ease;
        -o-transition: width 1.1s ease;
        transition: width 1.1s ease;
    }

    .progress {
        overflow:initial;
        position: relative;
    }

    .progress .progress-bar {
        position: absolute;
        z-index:10;
        line-height: 20px;
    }

    .progress .progressbar-back-text {
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }

    .progress .progressbar-front-text {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }

    .progress-bar span {
        color: #030303 !important;
        display: block;
        font-size: 14px;
        overflow: visible;
        text-align:center;
        position: absolute;
        right: 0;
        top: -20px;
        z-index: 9999;
    }
    .list-style-2 {
        list-style: none;
        padding:0;
    }
    .list-style-2 li {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .list-style-2 li i {
        padding-right: 8px;
    }
.images-container {
    position: relative;
}
.images-container img {
    position: absolute;
    bottom:10%;
    right: 0;
    top:100%;
}
.custom-module h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 30px;
    padding: 0;
}
.custom-module h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 30px;
    padding: 0;
}
.custom-module mark {
    line-height: 1;
    padding:0 10px;
}
.custom-module p {
    padding-bottom: 30px;
    margin:0;
}

    .home-text-wrapper{
        display: table;
        width: 100%;
        height: 100%;
        position: relative;
        text-align: center;
        z-index: 11;
    }
    .home-content{
        position: relative;
    }
    .home-message{
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }

     mark.rotate {
        background-color:transparent;
        color:#ffffff;
        padding:0;
        margin:0;
    }

    .home-message p {
        font-size: 68px;
        color:#ffffff;
        padding:10px 0 20px;
        margin:0;
        font-weight: bold;
    }

.perspective-image {
    bottom: -94px;
    padding: 0;
    position: absolute;
    z-index: 0;
    right: -295px;
}
.tagline-message h3 {
    padding:0;
    font-size: 34px;
    margin:0;
    font-weight: bold;
}
.blogP{
	text-align: left;
}
.blogArticle{
	font-size: 20px;
	text-align: justify;
}
.bloglist{
	font-size: 20px;
	text-align: justify;
}
.process-box {
    background-color: #fff;
    padding:50px 20px;
    position: relative;
    overflow: hidden;
} 

.process-end {
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    padding:30px 20px 0;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    position: absolute;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out, top 0.15s ease-in-out, bottom 0.15s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.process-box:hover .process-end {
    opacity: 1;
    z-index: 1000;
    left:0;
    top:0;
    right: 0;
    bottom:0;
    position: absolute;
    visibility: visible;
}

.service-box {
    background-color: #ffffff;
    padding:60px 30px;
} 

.service-style-2  {
    position: relative;
    overflow: hidden !important;
}

.service-style-2 i {
    bottom: -60px;
    font-size: 130px !important;
    position: absolute;
    color:#d1d0d0 !important;
    right: -30px;
    opacity: 0.2;
}

.service-style-2 h3 {
    margin:0 0 25px !important;
}

.servicebox {
    margin: 15px 0;
    position: relative;
    border:1px solid #dfdfdf;
    padding:60px 30px;
    background-color: #ffffff;
}
.servicebox .title h3 {
    font-size: 18px;
    font-weight: 600;
    padding:0;
    margin:0;
}
.servicebox p {
    padding:20px 0;
    margin:0;
}
.service-icon {
    border:1px solid #dfdfdf;
    bottom: -20px;
    background-color: #ffffff;
    display: block;
    height: 80px;
    line-height: 76px;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 80px;
}
.service-icon i {
    font-size: 34px;
}

.readmore {
    font-weight: bold;
    color:#222222;
    display: block;
    line-height: 1;
    font-size: 13px;
}
.ex{
	color: white;
}

.process-box h3,
.service-box h3 {
    font-size: 20px;
    font-weight: 600;
    padding:0;
    line-height: 3;
    margin:25px 0 25px;
}
.process-box h3 {
    margin-bottom: 0;
    font-size: 16px;
}
.process-end h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.service-box p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.process-box i,
.service-box i {
    font-size: 44px;
    line-height: 1;
}

.service-box.m30 {
    margin-top: -40px;
}

.text-widget  {
    position: relative;
    z-index: 1;
}

.text-widget p {
    margin-bottom: 20px;
}

.client-box {
    width: 20%;
    text-align: center;
    float:left;
}

.client-box img {
    margin:auto;
}

.aboutAuthor {
    position: relative;
    padding:60px 30px;
    background-color: #ffffff;
}

.aboutAuthor p {
    font-style: italic;
}
.aboutAuthor p.testiname {
    font-style: normal;
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.aboutAuthor p.testiname strong {
    font-weight: 600;
    letter-spacing: -0.6px;
}

.aboutAuthor img {
    margin-right: 10px;
    max-width: 50px;
}



.aboutAuthor strong {
    color:#000000;
}

.testimonial {
    position: relative;
    padding:60px 30px;
    background-color: #ffffff;
}

.testimonial p {
    font-style: italic;
}
.testimonial p.testiname {
    font-style: normal;
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.testimonial p.testiname strong {
    font-weight: 600;
    letter-spacing: -0.6px;
}

.testimonial img {
    margin-right: 10px;
    max-width: 50px;
}

.testimonial:before {
    content:"\f10d";
    background-color: #fff;
    padding:5px;
    font-family: FontAwesome;
    position: absolute;
    top:-25px;
    color:#eeeded;
    font-size: 34px;
    right:20px;
	font-display: swap;
}

.testimonial strong {
    color:#000000;
}

.callout h3 {
    font-size: 90px;
    line-height: 90px;
    margin-top: 0;
    color: #ffffff;
    font-weight: bold;
}

.callout h4 {
    color: #ffffff;
}

.callout h3 sup {
    font-size: 34px;
    top: -0.2em;
    vertical-align: super;
}

.callout .lead {
    color: #ffffff;
    font-size: 29px;
    font-weight: bold;
    line-height: 36px;
    padding: 30px 8px 0;
}


/*********************
BLOG
*********************/

.blog-box {
    background-color: #ffffff;
    padding:0;
}
.post-media img {
    width: 100%;
}


.post-meta {
    font-family: 'Montserrat', sans-serif;
    padding:15px 30px 10px;
    margin-top:-5px;
    border-top: 1px dotted #e5e5e5;
    line-height: 1;
}

.post-meta a {
    font-size: 12px;
}

.post-meta li:after {
    content: "|";
    font-size: 12px;
    vertical-align: middle;
    padding:0 5px 0 10px;
}

.post-meta .list-inline > li {
    padding-left: 0;
    padding-right: 0;
}

.post-meta li:last-child:after {
    content: ""
}

.blog-desc {
    padding:30px;
    display: block;
    position: relative;
}

.blog-desc h4 a,
.blog-desc h4 {
    font-size: 20px;
    font-weight: 600;
    padding:0 0 17px;
    margin:0;
}

.blog-desc p {
    padding:0;
    margin:0;
}

.stat-count h3,
.stat-count h4 {
    color:#ffffff;
}
.stat-count h4  {
    font-size: 44px;
    line-height: 1;
    padding:0;
    margin:0;
}
.stat-count h3 {
    padding:30px 0;
    margin:0;
    line-height: 1;
    font-size: 20px;
}

.stat-count h3 i {
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 10px;
}

.stat-count p {
    padding:0;
    margin:0;
}


/*********************
BUTTONS
*********************/

.btn2 {

    background-image: none;
    border: 0 solid transparent;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 40px;
    text-align: center;
    white-space: nowrap;
	width: 100%;
}
.btn {

    background-image: none;
    border: 0 solid transparent;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 40px;
    text-align: center;
    white-space: nowrap;
}

.loading {
	
    width: 5rem;
    height: 5rem;
    border: 3px solid #f3f3f3;
    border-top: 6px solid #9c41f2;
    border-radius: 100%;
    margin: auto;
    animation: spin 1s infinite linear;
}
#loading.display {
    visibility: visible;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*********************
COLORS 1
*********************/

.progress-bar,
.owl-theme-02 .owl-nav [class*="owl-"]:hover,
.teammembers .visible-buttons,
.custom-module mark,
.pitem .golink,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary {
    background-color: #FF0000 !important;
    border-color: #FF0000 !important;
    color:#ffffff !important;
	font-size: 18;
}

.section.db .owl-theme-01 .owl-nav [class*="owl-"],
.owl-theme-01 .owl-nav [class*="owl-"]:hover,
a.goitem,
.bgcolor {
    background-color: #FF0000;
}

.list-style-2 i,
.social-links li:hover i,
.section.footer.light-footer a,
.parallax mark.rotate,
.case-top .dropdown-menu > li:hover a,
.navbar-default .nav > li:hover a,
.yamm .fa-shopping-bag,
.service-icon i,
.stat-count h3,
.portfolio-filter ul li a.active,
.post-meta li:after,
a:hover,
a:focus {
    color: #FF0000;
}


.absolute-widget::before {
    border-right-color:#FF0000;
}

.owl-theme-02 .magnifier {
    background-color: rgba(255,255,255,0.8);
}

/*********************
COLORS 2 (GREEN)
*********************/

.bgcolor1,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default {
    background-color: #FF0000 !important;
    border-color: #FF0000 !important;
    color:#ffffff !important;
}


.menu-social ul li:hover i,
.menu-search .form-control:focus {
    border-color: #FF0000;
}

.process-box:hover .process-end  {
    background-color: #FF0000;
}

.process-box i,
.check li:before,
.service-box i,


.navbar-default .nav .dropdown-menu li a,
.process-end p,
 .process-end i,
 .process-end h3,
.section-title.light-color h3,
.section-title2.light-color h3,
.tagline-message h3,
.magni-desc h4 a {
    color:#F0090D;
}

/*********************
RESPONSIVE
*********************/


@media(max-width:768px) {

    .navbar-default .navbar-nav > .open > a, 
    .navbar-default .navbar-nav > .open > a:focus, 
    .navbar-default .navbar-nav > .open > a:hover {
        background-color: #121212;
        color: #ffffff;
    }
    .navbar-collapse {
        border:0;
        box-shadow: none;
    }
    .newsletter-widget .btn {
        display: block;
        width: 100%;
    }
    .nopadtop {
        padding-top: 90px;
    }
    .service-box.m30 {
        margin: 15px 0;
    }
    .mobile-menu {
        display: block;
    }
    .vertical-header {
        display: none;
    }
.transparent-header {
    left: 0;
    padding: 15px 0;
    position: relative;
    right: 0;
    top: 30px;
    z-index: 100;
    top: 0;
    background: #000;
}

    #header.affix {
        position: relative;

    }
}
@media(min-width:768px) {
    .mobile-menu {
        display: none;
    }
    body.left-menu #wrapper {
        padding-left: 260px;
    }
}

@media(max-width:1198px) {
    .absolute-widget {
        margin-top: 0 !important;
    }
    .absolute-widget:before {
        display: none !important;
    }
    .footer .widget {
        margin:30px 0;
    }
}
@media(max-width:998px) {
    .stat-count {
        margin:15px 0;
    }
    .copyrights,
    .copyrights .text-right {
        text-align: center;
    }
    .home-message p {
        font-size: 48px;
    }
}

@media(max-width:550px) {
    .callout .lead,
    .tagline-message h3 {
        font-size: 20px;
    }
    .home-message p {
        font-size: 28px;
    }
    .client-box {
        width: 100%;
        margin:15px 0;
    }
    .client-box img {
        max-width: 240px;
    }
}

@media (min-width: 992px) {
    .dropmenu {
        position: relative;
    }
    .dropmenu:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .navbar-nav .dropmenu ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }
    .dropmenu .dropdown-menu {
        min-width: 240px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .dropmenu > ul {
        position: absolute;
        top: 130%;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: 0;
    }
    .dropmenu > ul.start-right {
        right: 0;
        left: auto;
    }
    .dropmenu > ul li {
        position: relative;
    }
    .dropmenu > ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
    .dropmenu > ul li:hover > ul.show-right {
        right: 100%;
    }
}


/** new css **/

section#header {
    border-top: solid #eee 5px;
}

.innerpage_top_section {
    background: #1a2e46;
    min-height: 210px;
}

.innerpage_top_section h3 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 160px;
    font-weight: 600;
}

.validate-input2 {
  position: relative;
}
.form-validate::before {
  content: attr(form-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;
  font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.form-validate::after {
       padding: 67px 10px 60px;
  content: "\f071";
  font-family: FontAwesome;
  display: inline;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.form-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .form-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;
  font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
    padding: 13px 10px 60px;	
  content: "\f071";
  font-family: FontAwesome;
  display: inline;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.contact-form {
        padding: 15px 19px;
    border-radius: 9px;
    background: #f6d9d9;
    min-height: 600px;
    margin-top: 60px;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
}

.login-form {
    padding: 15px 19px;
border-radius: 9px;
background: #fff;
min-height: auto;
margin-top: 60px;
max-width: 650px;
margin: 0 auto;
width: 100%;
}

.login-form form input {
    width: 100%;
    background: #fff;
    border: 1px solid firebrick;
    height: 58px;
    padding: 0 74px;
    text-transform: uppercase;
    margin: 15px 0;
    border-radius: 6px;
}
.contact-form form input {
    width: 100%;
    background: #fff;
    border: 1px solid firebrick;
    height: 58px;
    padding: 0 74px;
    text-transform: uppercase;
    margin: 15px 0;
    border-radius: 6px;
}
.contact-form form textarea {
    width: 100%;
    background: #fff;
	border: 1px solid firebrick;
	border-radius: 6px;
	min-height: 120px;
    padding: 15px 20px;
    text-transform: uppercase;
    margin: 15px 0;
}
.login-form form input[type="submit"] {
	
	margin-bottom: 40px;
    background: black;
	border-radius: 15px;
	border-color: 1px white;
    color: #fff;
    width: 190px;
    margin: 15px auto 0;
    font-size: 19px;
    font-weight: 300;
    float: none;
    display: flex;
    cursor: pointer;
    transition: ease all 0.5s;
	text-align: center;
}
.contact-form form input[type="submit"] {
	
	margin-bottom: 40px;
    background: black;
	border-radius: 15px;
	border-color: 1px white;
    color: #fff;
    width: 190px;
    margin: 15px auto 0;
    font-size: 19px;
    font-weight: 300;
    float: none;
    display: flex;
    cursor: pointer;
    transition: ease all 0.5s;
	text-align: center;
}

.login-form form input[type="submit"]:hover,
.contact-form form input[type="submit"]:hover,
.contact-form form input[type="submit"]:focus {
    background: #fff;
    color: #1a2e46;
}

@media (max-width: 768px) {

.contact-form {
    padding: 15px 10px;
    background: #f6d9d9;
	border-radius: 15px;
    min-height: 600px;
    margin-top: 60px;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
}

.login-form {
    padding: 15px 10px;
    background: #fff;
	border-radius: 15px;
    min-height: auto;
    margin-top: 60px;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
}

.navbar-toggle {
    margin-top: 13px;
}

#slide-2938-layer-8 {
    display: none;
}

#slide-2938-layer-7 {
    display: none;
}

#slide-2938-layer-9 {
    display: none;
}

}

















