/*
  Theme Name: MyCard - Personal Business VCard Template.
  Theme URL: http://expandtheme.com/mycard
  Author: ExpandTheme
  Author URI: http://expandtheme
  Description: mycard
  Version: 1.0
*/

/*=======================================================================
[Table of contents]
=========================================================================
[01] SECTION ONE
[02] SECTION TWO
[03] SECTION THREE
[04] SECTION FOUR
[05] SECTION FIVE
[06] COLOR PRESET
[07] PRELOADER

========================================================================*/

/*=======================================================================
[01] SECTION ONE
=========================================================================*/
.section_wraper {
    bottom: 35px;
    left: 35px;
    position: fixed;
    right: 35px;
    top: 35px;
    z-index: 2;
    height: 100vh;
    /*height: 650px;*/
    margin: auto;
    overflow: hidden;
}
.vcardAuthor{
    padding-right: 70px;
}
.vcardAuthor img{
    width: 100%;
    height: auto;
}
.vcardDec{
    padding-top: 0px;
    padding-right: 60px;
}
.vname {
    color: #363636;
    font-size: 105px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 35px;
    line-height: 1;
}
.vdeg{
    font-weight: 500;
    font-size: 20px;
    color: #363636;
    line-height: .8;
    margin-bottom: 31px;
}
.vcardDec p{
    font-size: 15px;
    color: #000;
    line-height: 28px;
}
.vcardDec p:last-of-type{
    margin-bottom: 42px;
}
#pp-nav.right {
    right: 40px;
}
#pp-nav li, .pp-slidesNav li {
    display: block;
    margin: 0;
    position: relative;
    width: 7px;
    height: 7px;
    margin: 0 0 15px;
}
#pp-nav span, .pp-slidesNav span {
    background: #3c55c2;
    border: medium none;
    border-radius: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 7px;
    z-index: 1;
}
#pp-nav li .active span, .pp-slidesNav .active span {
    background: #3c55c2;
    height: 16px;
    top: -5px
}

/*=======================================================================
[02] SECTION TWO
=========================================================================*/
.experience li{
    margin-bottom: 45px;
    text-align: center;
}
.experience li,
.experience li a{
    height: 302px;
}
.experience li a{
    width: 95%;
    display: block;
    padding: 125px 0;
    overflow: hidden;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.10);
}
.experience li a i{
    font-size: 82px;
    line-height: 82px;
    color: #fff;
    margin-bottom: 45px;
}
.experience li a h3{
    font-size: 26px;
    color: #363636;
    letter-spacing: 2.6px;
    margin: 0;
    line-height: 1;
}
.experience li a i{
    display: none;
    position: absolute;
}
.experience li.active a i{
    display: block;
    position: relative;
}
.experience li.active a{
    padding: 75px 0;
}
.experience li.active a h3{
    color: #fff;
}
.experience li.active a{
    background: #3c55c2;
}
.experienceContent{
    background: #3c55c2;
    padding: 70px 65px;
    height: 650px;
}
.exTabContent i{
    font-size: 97px;
    line-height: 97px;
    color: #fff;
    margin-bottom: 48px;
    display: block;
}
.exTabContent h3{
    color: #fff;
    font-size: 36px;
    line-height: 1;
    margin: 0;
    padding-bottom: 35px;
    margin-bottom: 53px;
    position: relative;
}
.exTabContent h3:before{
    width: 78px;
    height: 6px;
    background: #fff;
    content: '';
    position: absolute;
    bottom: 0;
    border-radius: 6px;
    left: 0;
    right: 0;
    margin: auto;
}
.exTabContent p{
    color: #fff;
    letter-spacing: .8px;
    text-align: justify;
}

.exTabContent .carousel-indicators {
    bottom: -56px;
}
.exTabContent .carousel-indicators li{
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: #fff;
    margin: 4px;
}
.exTabContent .carousel-indicators .active{
    height: 7px;
    width: 17px;
    margin: 4px;
}

/*=======================================================================
[03] SECTION THREE
=========================================================================*/
.filterNav ul li{
    width: 100%;
    background: #fff;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.10);
    display: block;
    text-align: center;
    padding: 69px 0;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-family: 'Gobold';
    height: 25%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.filterNav ul li.active{
    background: #3c55c2;
    color: #fff;
}
.singleFolio{
    position: relative;
    margin-bottom: 35px;
    height: 307px;
    overflow: hidden;
}
.poriImg:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #3c55c2;
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.poriImg{
    height: 100%;
}
.poriImg img{
    width: auto;
    height: 100%;
}
.folioHover{
    position: absolute;
    top: 45%;
    text-align: center;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); 
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.singleFolio:hover .poriImg:before,
.singleFolio:hover .folioHover{
    visibility: visible;
    opacity: 1;
}
.singleFolio:hover .folioHover{
    top: 50%;
}
.folioHover a{
    color: #fff;
    font-family: 'Gobold';
    letter-spacing: 3.6px;
    text-transform: uppercase;
    font-size: 18px;   
}
#filterCont {
    padding-right: 65px;
}
.folioNext {
    border: 2px solid #000;
    bottom: 0;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 648px;
    padding: 253px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 50px;
}
#filterCont .mix{
    display: none;
}
/*.pp-tooltip{
    background: #3c55c2;
    width: auto;
    height: 30px;
}*/

/*=======================================================================
[04] SECTION FOUR
=========================================================================*/
.awNav{
    background: #fff;
    margin-bottom: 22px;    
}
.awNav li{
    background: #fff;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.10);
    float: left;
    font-family: "Gobold";
    font-size: 16px;
    letter-spacing: 1.6px;
    text-align: center;
    width: 25%;
    height: 60px;
}
.awNav li.active a{
    background: #3c55c2;
    color: #fff;
    display: block;
}
.awNav li a {
    display: inline-block;
    padding: 18px 45px;
}
#section4Con{
    height: 536px;
}
.singleAw {
    height: 566px;
    position: relative;
    background: #3c55c2;
    padding: 63px 73px;
}
.singleAw:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: url(../images/awbg.png) no-repeat scroll left top;
    opacity: .07;
}
.awInner{
    position: relative;
    z-index: 1;
}
.awTitle {
    margin-bottom: 65px;
    position: relative;
}
.awTitle h2{
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Gobold";
    margin: 0;
}
.awTitle:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 78px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
}
.awInner p{
    color: #fff;
}
.awInner p:last-of-type{
    margin-bottom: 52px;
}
.awInner a.ckbtn {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 0.8;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}
.awInner a.ckbtn i{
    margin-left: 1px;
    position: relative;
    top: 2px;
}
.singleEdu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 30px 40px;
    height: 268px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.singleEdu.last{
    margin-bottom: 0;
}
.eduTitle{
    margin-bottom: 11px;
}
.eduTitle h2{
    margin: 0;
    text-transform: uppercase;
    font-family: "Gobold";
    color: #3c55c2;
    margin: 0 0 6px;
}
.eduTitle p{
    text-transform: uppercase;
    font-weight: 700;
    color: #363636;
    margin: 0;
}
.eduTitle p span{
    font-weight: 400;
    text-transform: lowercase;
}
.singleEdu p{
    font-size: 15px;
    color: #363636;
    letter-spacing: .75px;
}
.singleEdu:hover{
    background: #3c55c2;
    cursor: pointer;
}
.singleEdu:hover .eduTitle h2,
.singleEdu:hover p{
    color: #fff;
}
.skillLabel{
    position: absolute;
    text-transform: uppercase;
}
.skillsArea{
    position: relative;
    padding-top: 50px;
}
.singleSkill{
    width: 100%;
    position: relative;
    height: 12px;
    background: #fff;
    margin-bottom: 111px;
    box-shadow: 13px 7px 18px rgba(0, 0, 0, 0.11);
}
.singleSkill.last{
    margin-bottom: 0;
}
.skillInner{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #3c55c2;
}
.skillInner:before{
    content: '';
    width: 30px;
    height: 30px;
    background: #3c55c2;
    position: absolute;
}
.skillLabel{
    position: absolute;
    top: -29px;
    left: 0;
    font-size: 20px;
    text-transform: uppercase;
    padding: 24px 35px;
    background: #fff;
    box-shadow: 13px 7px 18px rgba(0, 0, 0, 0.11);
    height: 70px;
    letter-spacing: 2.4px;
    border-left: 9px solid #3c55c2;
}
.parcent{
    position: absolute;
    top: -30px;
    right: -1px;
    font-size: 16px;
    color: #363636;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: .8;
    padding: 0;
    font-family: 'Gobold';
}
.skillInner > span.cir {
    background: #fff;
    border: 8px solid #3c55c2;
    border-radius: 50%;
    height: 34px;
    position: absolute;
    right: -1px;
    top: -11px;
    width: 34px;
}

.clientsayWrap .carousel-indicators li,
.clientsayWrap .carousel-indicators .active{
    width: 55px;
    height: 55px;
    text-indent: 0;
    margin: 0 16px;
    position: relative;
}
.clientsayWrap .carousel-indicators .active::after {
    background: rgba(0, 0, 0, 0) url("../images/angle_down.png") no-repeat scroll center center / cover ;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: -65px;
    width: 70px;
    display: block;
    margin: auto;
}
.clientsayWrap .carousel-indicators li img,
.clientsayWrap .carousel-indicators .active img{
    border-radius: 50%;
    opacity: .3;
    width: 100%;
    height: auto;
}
.clientsayWrap .carousel-indicators .active img,
.clientsayWrap .carousel-indicators .active{
    width: 78px;
    height: 78px;
    opacity: 1;
}

/*=======================================================================
[05] SECTION FIVE
=========================================================================*/
.googleMAP{
    width: 100%;
    height: 648px;
}
#map{
    width: 100%;
    height: 648px;  
}
.contactForm {
    background: #3c55c2;
    left: -282px;
    padding: 63px 55px;
    position: absolute;
    top: 71px;
    height: 506px;
    right: 15px;
}
.contactForm input[type='text'],
.contactForm input[type='email'],
.contactForm textarea{
    width: 100%;
    height: 45px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.28px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 400;
    margin-bottom: 33px;
    opacity: .30;
}
.contactForm input[type='text']:input-placeholder,
.contactForm input[type='email']:input-placeholder,
.contactForm textarea:input-placeholder{
    color: #fff;
    opacity: 1;
}
.contactForm textarea::-webkit-input-placeholder,
.contactForm input[type='email']::-webkit-input-placeholder,
.contactForm input[type='text']::-webkit-input-placeholder{
    color: #fff;
    opacity: 1;
}
.contactForm textarea:-moz-placeholder,
.contactForm input[type='email']:-moz-placeholder,
.contactForm input[type='text']:-moz-placeholder{
    color: #fff;
    opacity: 1;
}
.contactForm textarea::-moz-placeholder,
.contactForm input[type='email']::-moz-placeholder,
.contactForm input[type='text']::-moz-placeholder{
    color: #fff;
    opacity: 1;
}
.contactForm input[type='text']:-ms-input-placeholder,
.contactForm input[type='email']:-ms-input-placeholder,
.contactForm textarea:-ms-input-placeholder{
    color: #fff;
    opacity: 1;
}
.contactForm input[type='text']:focus,
.contactForm input[type='email']:focus,
.contactForm textarea:focus{
    opacity: 1;
}
.contactForm input[type='text'].reqError,
.contactForm input[type='email'].reqError,
.contactForm textarea.reqError{
    border-color: #f23030;
    opacity: 1;
}

.contactForm textarea{
    height: 118px;
    resize: none;
    margin-top: 10px;
    margin-bottom: 58px;
}
.contactForm input[type="submit"] {
    background: #fff;
    color: #3c55c2;
    float: right;
    font-weight: 600;
    height: 43px;
    letter-spacing: 1.92px;
    line-height: 0.8;
    padding: 13px 69px;
    text-transform: uppercase;
    text-align: center;
}
.contactForm input[type="submit"]:hover{
    color: #141825;
}
#single_folio {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.folio_bar {
    cursor: pointer;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 26px;
}
.folio_bar span {
    background: #333;
    display: block;
    height: 2px;
    margin: 3px 0;
    width: 100%;
}
.folio_bar span:first-of-type {
    transform: rotate(-45deg);
    position: absolute;
}
.folio_bar span:last-of-type{
    transform: rotate(45deg);
}
.single_img img{
    width: 100%;
    height: auto;
}
.carousel.slide.clientsayWrap {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 4px 18px rgba(54, 54, 54, 0.1);
    padding: 60px 60px 50px;
    position: relative;
}
.carousel.slide.clientsayWrap::after {
    background: url("../images/quote.png") no-repeat scroll center center / cover ;
    bottom: 0;
    content: "";
    display: block;
    height: 186px;
    opacity: 0.05;
    position: absolute;
    right: -1px;
    width: 215px;
}
.clientsayWrap .carousel-indicators {
    bottom: -142px;
}
.qwdeg{
    margin-bottom: 22px;
}
.qwdeg h3{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1.4px;
    font-family: 'Gobold';
    color: #3c55c2;
    margin-bottom: 9px;
}
.qwdeg p{
    font-size: 14px;
    letter-spacing: .7px;
    color: #363636;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Hind';
    font-weight: 700;
}
.qwdeg p span{
    font-weight: 300;
}
.item.clContent p{
    font-size: 15px;
    line-height: 28px;
}
.awInner a.ckbtn:hover{
    opacity: 0.5;
}


/*=======================================================================
[06] COLOR PRESET
=========================================================================*/
.colorPreset{
    position: fixed;
    width: 250px;
    left: -250px;
    background: #fff;
    z-index: 99999;
    border: 1px solid #e3e3e3;
    top: 50%;
    transform: translateY(-50%);
}
.switchTittle {
    background: #fff;
    width: 249px;
    height: 64px;
    position: relative;
    padding: 23px 25px;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}
.switchTittle a.switchButton {
    background: #fff;
    border: 1px solid #e3e3e3;
    color: #7f7f7f;
    display: block;
    height: 65px;
    right: -65px;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 65px;
    font-size: 31px;
    padding: 15px;
    line-height: .8;
}
.switchTittle a.switchButton:hover{
    color: #000;
}
.colorPreset p{
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}
.singleSwitch{
    background: #fff;
    padding: 24px 20px;
    border-bottom: 1px solid #e3e3e3;
}
.singleSwitch:last-of-type{
    border-bottom: none;
    padding-bottom: 30px;
}
.singleSwitch p{
    margin-bottom: 13px;
    text-transform: capitalize;
}
.switchs{
    overflow: hidden;
}
.colorSwitch a{
    width: 43px;
    height: 43px;
    background: #ccc;
    display: block;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}
.colorSwitch a.color1{
    background: #3c55c2
}
.colorSwitch a.color2{
    background: #f23030
}
.colorSwitch a.color3{
    background: #2fca7b;
}
.colorSwitch a.color4{
    background: #a72fca;
}
.colorSwitch a.color5{
    background: #caa13f;
}
.colorSwitch a.color6{
    background: #3fbbca;
}
.colorSwitch a.color7{
    background: #e44d86;
}
.colorSwitch a.color8{
    background: #FA922C;
}
.colorSwitch a:hover,
.colorSwitch a.active{
    opacity: .3;
}
.lightDark a {
    border: 1px solid #cccccc;
    color: #000000;
    display: block;
    float: left;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    margin-right: 10px;
    padding: 14px 20px;
    line-height: .8;
    min-width: 80px;
}
.lightDark a:last-of-type{
    margin-right: 0;
}
.lightDark a.darkColor{
    background: #222222;
    color: #fff;
    border-color: #222222;
}
.lightDark a:hover{
    border-color: #000;
}
.navStyle a{
    border: 1px solid #cccccc;
    color: #000000;
    display: block;
    float: left;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    margin-right: 10px;
    padding: 14px 20px;
    line-height: .8;
    min-width: 80px;
}
.navStyle a:hover{
    border-color: #000;
}


/*=======================================================================
[07] PRELOADER
=========================================================================*/
.preloader{
    position: fixed;
    z-index: 999919;
}
.preloader .right, .preloader .left {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 50%;
    margin: auto;
}
.preloader .left{
    left: 0;
    top: 0;
    bottom: 0;
}
.preloader .right {
    right: 0;
    top: 0;
    bottom: 0;
}
.loaderImg{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 200px;
}
.loaderImg img{
    width: 100%;
    height: auto;
}



/**HOME 2**/
.panel-close {
    background: rgba(0, 0, 0, 0) url("../images/menu-close.png") no-repeat scroll left bottom / 14px 28px;
    height: 14px;
    position: absolute;
    right: 40px;
    top: 40px;
    transition: none 1s ease 0s ;
    width: 14px;
    z-index: 10;
}
.mobile-toggle {
    display: inline-block;
    float: right;
    height: 30px;
    margin-right: 25px;
    margin-top: 25px;
    position: relative;
    transition: none 1s ease 0s ;
    vertical-align: middle;
    width: 30px;
    line-height: .2;
}
.mobile-toggle span {
    display: inline-block;
    width: 28px;
    height: 4px;
    background: #000;
}
#mobile-menu {
    position: fixed;
    z-index: 999;
    padding: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    display: none;
    overflow: hidden;
    background: #000;
    opacity: 0;
}
.menu-container {
    text-align: right;
    margin-top: 200px;
}
.mobile-menu {
    list-style: none;
    margin: 0;
    clear: left;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}
.mobile-menu > li {
    display: block;
    position: relative;
    margin: 0;
}
.mobile-menu > li > a {
    display: block;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    padding: 15px 0;
}
.mobile-menu > li > a:hover {
    color: #a08f68;
}
@-webkit-keyframes fadeInUpa {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpa {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.tab-pane.fada.active{
    -webkit-animation-name: fadeInUpa;
    animation-name: fadeInUpa;
}

/* additonal styles as required */
.burnettsocial{
	font-size:3em;
	padding-right: 24px;
	background-color: #fff;
}

.midhing{
	padding-top:20%;
}