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

    Template Name: Decare - Dental Clinic  HTML Template
    Template URI: https://devitems.com/html/decare-preview
    Description: This is Dental Clinic  HTML Template
    Author: HasTech
    Author URI: https://devitems.com

-----------------------------------------------------------------------------------

/*================================================
[  Table of contents  ]
================================================
    01. Template default css
    02. Header area
    03. Slider area
    04. Choose area
    05. Service area
    06. About area
    07. Fun area
    08. Team area
    09. Testimonial css
    10. Emergency area
    11. Gallery area
    12. Blog area
    13. Footer area
    14. Breadcrumbs
    15. Blog sidebar
    16. Blog details
    17. Contact
    
======================================
[ End table content ]
======================================*/
    /*************************
    01. Template default css
*************************/
    
    @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500%7CRoboto+Condensed:400,700');
    body {
        color: #444444;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 14px;
        text-align: left;
        line-height: 24px
    }
    p:last-child {
        margin-bottom: 0;
    }
    .fix {
        overflow: hidden
    }
    .block {
        display: block
    }
    .container {
        width: 1200px
    }
    .img {
        max-width: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
    a,
    .btn {
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
    a:focus,
    .btn:focus {
        text-decoration: none;
        outline: none;
    }
    a:focus,
    a:hover {
        text-decoration: none;
        color: #4FC2C7;
    }
    a,
    button,
    input {
        outline: medium none;
    }
    .uppercase {
        text-transform: uppercase
    }
    .capitalize {
        text-transform: capitalize
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Roboto Condensed', sans-serif;
        margin: 0px;
        color: #1f223e;
    }
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    ul {
        margin: 0px;
        padding: 0px;
    }
    li {
        list-style: none
    }
    p {
        margin-bottom: 15px;
        line-height: 24px;
        font-family: 'Poppins', sans-serif;
    }
    label {
        font-size: 14px;
        font-weight: 400;
    }
    *::-moz-selection {
        background: #4fc1f0;
        color: #fff;
        text-shadow: none;
    }
    ::-moz-selection {
        background: #4fc1f0;
        color: #fff;
        text-shadow: none;
    }
    ::selection {
        background: #4fc1f0;
        color: #fff;
        text-shadow: none;
    }
    span.tooltip-content {
        color: #00a9da;
        cursor: help;
        font-weight: 600;
    }
    .browserupgrade {
        margin: 0.2em 0;
        background: #ccc;
        color: #000;
        padding: 0.2em 0;
    }
    ::-webkit-input-placeholder {
        /* Chrome */
        
        color: red;
    }
    :-ms-input-placeholder {
        /* IE 10+ */
        
        color: red;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */
        
        color: red;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    :-moz-placeholder {
        /* Firefox 4 - 18 */
        
        color: red;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .gray-bg {
        background-color: #f6f6f6;
    }
    /***************************
    transtion
****************************/
    
    a.button:after,
    a.button-small:after,
    button:after {
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
    .share ul,
    .share:hover ul {
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    a.button-border span,
    a.button-border-white span,
    input,
    select,
    textarea {
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }
    img {
        height: auto;
        max-width: 100%;
    }
    .pull_left {
        float: left
    }
    .pull_right {
        float: right
    }
    /*************************
  02. Basic margin padding
*************************/
    
    .m-0 {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
    .p-0 {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
    /*************************
    Margin top
*************************/
    
    .mt-0 {
        margin-top: 0
    }
    .mt-1 {
        margin-top: 1px
    }
    .mt-2 {
        margin-top: 2px
    }
    .mt-3 {
        margin-top: 3px
    }
    .mt-4 {
        margin-top: 4px
    }
    .mt-5 {
        margin-top: 5px
    }
    .mt-6 {
        margin-top: 6px
    }
    .mt-7 {
        margin-top: 7px
    }
    .mt-8 {
        margin-top: 8px
    }
    .mt-9 {
        margin-top: 9px
    }
    .mt-10 {
        margin-top: 10px
    }
    .mt-11 {
        margin-top: 11px
    }
    .mt-12 {
        margin-top: 12px
    }
    .mt-13 {
        margin-top: 13px
    }
    .mt-14 {
        margin-top: 14px
    }
    .mt-15 {
        margin-top: 15px
    }
    .mt-16 {
        margin-top: 16px
    }
    .mt-17 {
        margin-top: 17px
    }
    .mt-18 {
        margin-top: 18px
    }
    .mt-19 {
        margin-top: 19px
    }
    .mt-20 {
        margin-top: 20px
    }
    .mt-21 {
        margin-top: 21px
    }
    .mt-22 {
        margin-top: 22px
    }
    .mt-23 {
        margin-top: 23px
    }
    .mt-24 {
        margin-top: 24px
    }
    .mt-25 {
        margin-top: 25px
    }
    .mt-26 {
        margin-top: 26px
    }
    .mt-27 {
        margin-top: 27px
    }
    .mt-28 {
        margin-top: 28px
    }
    .mt-29 {
        margin-top: 29px
    }
    .mt-30 {
        margin-top: 30px
    }
    .mt-31 {
        margin-top: 31px
    }
    .mt-32 {
        margin-top: 32px
    }
    .mt-33 {
        margin-top: 33px
    }
    .mt-34 {
        margin-top: 34px
    }
    .mt-35 {
        margin-top: 35px
    }
    .mt-36 {
        margin-top: 36px
    }
    .mt-37 {
        margin-top: 37px
    }
    .mt-38 {
        margin-top: 38px
    }
    .mt-39 {
        margin-top: 39px
    }
    .mt-40 {
        margin-top: 40px
    }
    .mt-41 {
        margin-top: 41px
    }
    .mt-42 {
        margin-top: 42px
    }
    .mt-43 {
        margin-top: 43px
    }
    .mt-44 {
        margin-top: 44px
    }
    .mt-45 {
        margin-top: 45px
    }
    .mt-46 {
        margin-top: 46px
    }
    .mt-47 {
        margin-top: 47px
    }
    .mt-48 {
        margin-top: 48px
    }
    .mt-49 {
        margin-top: 49px
    }
    .mt-50 {
        margin-top: 50px
    }
    .mt-51 {
        margin-top: 51px
    }
    .mt-52 {
        margin-top: 52px
    }
    .mt-53 {
        margin-top: 53px
    }
    .mt-54 {
        margin-top: 54px
    }
    .mt-55 {
        margin-top: 55px
    }
    .mt-56 {
        margin-top: 56px
    }
    .mt-57 {
        margin-top: 57px
    }
    .mt-58 {
        margin-top: 58px
    }
    .mt-59 {
        margin-top: 59px
    }
    .mt-60 {
        margin-top: 60px
    }
    .mt-61 {
        margin-top: 61px
    }
    .mt-62 {
        margin-top: 62px
    }
    .mt-63 {
        margin-top: 63px
    }
    .mt-64 {
        margin-top: 64px
    }
    .mt-65 {
        margin-top: 65px
    }
    .mt-66 {
        margin-top: 66px
    }
    .mt-67 {
        margin-top: 67px
    }
    .mt-68 {
        margin-top: 68px
    }
    .mt-69 {
        margin-top: 69px
    }
    .mt-70 {
        margin-top: 70px
    }
    .mt-71 {
        margin-top: 71px
    }
    .mt-72 {
        margin-top: 72px
    }
    .mt-73 {
        margin-top: 73px
    }
    .mt-74 {
        margin-top: 74px
    }
    .mt-75 {
        margin-top: 75px
    }
    .mt-76 {
        margin-top: 76px
    }
    .mt-77 {
        margin-top: 77px
    }
    .mt-78 {
        margin-top: 78px
    }
    .mt-79 {
        margin-top: 79px
    }
    .mt-80 {
        margin-top: 80px
    }
    .mt-81 {
        margin-top: 81px
    }
    .mt-82 {
        margin-top: 82px
    }
    .mt-83 {
        margin-top: 83px
    }
    .mt-84 {
        margin-top: 84px
    }
    .mt-85 {
        margin-top: 85px
    }
    .mt-86 {
        margin-top: 86px
    }
    .mt-87 {
        margin-top: 87px
    }
    .mt-88 {
        margin-top: 88px
    }
    .mt-89 {
        margin-top: 89px
    }
    .mt-90 {
        margin-top: 90px
    }
    .mt-91 {
        margin-top: 91px
    }
    .mt-92 {
        margin-top: 92px
    }
    .mt-93 {
        margin-top: 93px
    }
    .mt-94 {
        margin-top: 94px
    }
    .mt-95 {
        margin-top: 95px
    }
    .mt-96 {
        margin-top: 96px
    }
    .mt-97 {
        margin-top: 97px
    }
    .mt-98 {
        margin-top: 98px
    }
    .mt-99 {
        margin-top: 99px
    }
    .mt-100 {
        margin-top: 100px
    }
    .mt-110 {
        margin-top: 110px
    }
    .mt-120 {
        margin-top: 120px
    }
    .mt-125 {
        margin-top: 125px
    }
    .mt-130 {
        margin-top: 130px
    }
    .mt-140 {
        margin-top: 140px
    }
    .mt-150 {
        margin-top: 150px
    }
    /*************************
      Margin right
*************************/
    
    .mr-0 {
        margin-right: 0px
    }
    .mr-1 {
        margin-right: 1px
    }
    .mr-2 {
        margin-right: 2px
    }
    .mr-3 {
        margin-right: 3px
    }
    .mr-4 {
        margin-right: 4px
    }
    .mr-5 {
        margin-right: 5px
    }
    .mr-6 {
        margin-right: 6px
    }
    .mr-7 {
        margin-right: 7px
    }
    .mr-8 {
        margin-right: 8px
    }
    .mr-9 {
        margin-right: 9px
    }
    .mr-10 {
        margin-right: 10px
    }
    .mr-12 {
        margin-right: 12px
    }
    .mr-15 {
        margin-right: 15px
    }
    .mr-20 {
        margin-right: 20px
    }
    .mr-23 {
        margin-right: 23px
    }
    .mr-30 {
        margin-right: 30px
    }
    .mr-40 {
        margin-right: 40px
    }
    .mr-45 {
        margin-right: 45px
    }
    .mr-50 {
        margin-right: 50px
    }
    .mr-55 {
        margin-right: 55px
    }
    .mr-60 {
        margin-right: 60px
    }
    .mr-70 {
        margin-right: 70px
    }
    .mr-80 {
        margin-right: 80px
    }
    .mr-90 {
        margin-right: 90px
    }
    .mr-100 {
        margin-right: 100px
    }
    .mr-110 {
        margin-right: 110px
    }
    .mr-120 {
        margin-right: 120px
    }
    .mr-130 {
        margin-right: 130px
    }
    .mr-140 {
        margin-right: 140px
    }
    .mr-150 {
        margin-right: 150px
    }
    /*************************
      Margin bottom
*************************/
    
    .mb-0 {
        margin-bottom: 0
    }
    .mb-1 {
        margin-bottom: 1px
    }
    .mb-2 {
        margin-bottom: 2px
    }
    .mb-3 {
        margin-bottom: 3px
    }
    .mb-4 {
        margin-bottom: 4px
    }
    .mb-5 {
        margin-bottom: 5px
    }
    .mb-6 {
        margin-bottom: 6px
    }
    .mb-7 {
        margin-bottom: 7px
    }
    .mb-8 {
        margin-bottom: 8px
    }
    .mb-9 {
        margin-bottom: 9px
    }
    .mb-10 {
        margin-bottom: 10px
    }
    .mb-11 {
        margin-bottom: 11px
    }
    .mb-12 {
        margin-bottom: 12px
    }
    .mb-13 {
        margin-bottom: 13px
    }
    .mb-14 {
        margin-bottom: 14px
    }
    .mb-15 {
        margin-bottom: 15px
    }
    .mb-16 {
        margin-bottom: 16px
    }
    .mb-17 {
        margin-bottom: 17px
    }
    .mb-18 {
        margin-bottom: 18px
    }
    .mb-19 {
        margin-bottom: 19px
    }
    .mb-20 {
        margin-bottom: 20px
    }
    .mb-21 {
        margin-bottom: 21px
    }
    .mb-22 {
        margin-bottom: 22px
    }
    .mb-23 {
        margin-bottom: 23px
    }
    .mb-24 {
        margin-bottom: 24px
    }
    .mb-25 {
        margin-bottom: 25px
    }
    .mb-26 {
        margin-bottom: 26px
    }
    .mb-27 {
        margin-bottom: 27px
    }
    .mb-28 {
        margin-bottom: 28px
    }
    .mb-29 {
        margin-bottom: 29px
    }
    .mb-30 {
        margin-bottom: 30px
    }
    .mb-31 {
        margin-bottom: 31px
    }
    .mb-32 {
        margin-bottom: 32px
    }
    .mb-33 {
        margin-bottom: 33px
    }
    .mb-34 {
        margin-bottom: 34px
    }
    .mb-35 {
        margin-bottom: 35px
    }
    .mb-36 {
        margin-bottom: 36px
    }
    .mb-37 {
        margin-bottom: 37px
    }
    .mb-38 {
        margin-bottom: 38px
    }
    .mb-39 {
        margin-bottom: 39px
    }
    .mb-40 {
        margin-bottom: 40px
    }
    .mb-41 {
        margin-bottom: 41px
    }
    .mb-42 {
        margin-bottom: 42px
    }
    .mb-43 {
        margin-bottom: 43px
    }
    .mb-44 {
        margin-bottom: 44px
    }
    .mb-45 {
        margin-bottom: 45px
    }
    .mb-46 {
        margin-bottom: 46px
    }
    .mb-47 {
        margin-bottom: 47px
    }
    .mb-48 {
        margin-bottom: 48px
    }
    .mb-49 {
        margin-bottom: 49px
    }
    .mb-50 {
        margin-bottom: 50px
    }
    .mb-51 {
        margin-bottom: 51px
    }
    .mb-52 {
        margin-bottom: 52px
    }
    .mb-53 {
        margin-bottom: 53px
    }
    .mb-54 {
        margin-bottom: 54px
    }
    .mb-55 {
        margin-bottom: 55px
    }
    .mb-56 {
        margin-bottom: 56px
    }
    .mb-57 {
        margin-bottom: 57px
    }
    .mb-58 {
        margin-bottom: 58px
    }
    .mb-59 {
        margin-bottom: 59px
    }
    .mb-60 {
        margin-bottom: 60px
    }
    .mb-61 {
        margin-bottom: 61px
    }
    .mb-62 {
        margin-bottom: 62px
    }
    .mb-63 {
        margin-bottom: 63px
    }
    .mb-64 {
        margin-bottom: 64px
    }
    .mb-65 {
        margin-bottom: 65px
    }
    .mb-66 {
        margin-bottom: 66px
    }
    .mb-67 {
        margin-bottom: 67px
    }
    .mb-68 {
        margin-bottom: 68px
    }
    .mb-69 {
        margin-bottom: 69px
    }
    .mb-70 {
        margin-bottom: 70px
    }
    .mb-71 {
        margin-bottom: 71px
    }
    .mb-72 {
        margin-bottom: 72px
    }
    .mb-73 {
        margin-bottom: 73px
    }
    .mb-74 {
        margin-bottom: 74px
    }
    .mb-75 {
        margin-bottom: 75px
    }
    .mb-76 {
        margin-bottom: 76px
    }
    .mb-77 {
        margin-bottom: 77px
    }
    .mb-78 {
        margin-bottom: 78px
    }
    .mb-79 {
        margin-bottom: 79px
    }
    .mb-80 {
        margin-bottom: 80px
    }
    .mb-81 {
        margin-bottom: 81px
    }
    .mb-82 {
        margin-bottom: 82px
    }
    .mb-83 {
        margin-bottom: 83px
    }
    .mb-84 {
        margin-bottom: 84px
    }
    .mb-85 {
        margin-bottom: 85px
    }
    .mb-86 {
        margin-bottom: 86px
    }
    .mb-87 {
        margin-bottom: 87px
    }
    .mb-88 {
        margin-bottom: 88px
    }
    .mb-89 {
        margin-bottom: 89px
    }
    .mb-90 {
        margin-bottom: 90px
    }
    .mb-91 {
        margin-bottom: 91px
    }
    .mb-92 {
        margin-bottom: 92px
    }
    .mb-93 {
        margin-bottom: 93px
    }
    .mb-94 {
        margin-bottom: 94px
    }
    .mb-95 {
        margin-bottom: 95px
    }
    .mb-96 {
        margin-bottom: 96px
    }
    .mb-97 {
        margin-bottom: 97px
    }
    .mb-98 {
        margin-bottom: 98px
    }
    .mb-99 {
        margin-bottom: 99px
    }
    .mb-100 {
        margin-bottom: 100px
    }
    .mb-110 {
        margin-bottom: 110px
    }
    .mb-120 {
        margin-bottom: 120px
    }
    .mb-130 {
        margin-bottom: 130px
    }
    .mb-140 {
        margin-bottom: 140px
    }
    .mb-150 {
        margin-bottom: 150px
    }
    /*************************
        Margin left
*************************/
    
    .ml-0 {
        margin-left: 0
    }
    .ml-1 {
        margin-left: 1px
    }
    .ml-2 {
        margin-left: 2px
    }
    .ml-3 {
        margin-left: 3px
    }
    .ml-4 {
        margin-left: 4px
    }
    .ml-5 {
        margin-left: 5px
    }
    .ml-6 {
        margin-left: 6px
    }
    .ml-7 {
        margin-left: 7px
    }
    .ml-8 {
        margin-left: 8px
    }
    .ml-9 {
        margin-left: 9px
    }
    .ml-10 {
        margin-left: 10px
    }
    .ml-12 {
        margin-left: 12px
    }
    .ml-15 {
        margin-left: 15px
    }
    .ml-17 {
        margin-left: 17px
    }
    .ml-20 {
        margin-left: 20px
    }
    .ml-30 {
        margin-left: 30px
    }
    .ml-40 {
        margin-left: 40px
    }
    .ml-50 {
        margin-left: 50px
    }
    .ml-60 {
        margin-left: 60px
    }
    .ml-70 {
        margin-left: 70px
    }
    .ml-80 {
        margin-left: 80px
    }
    .ml-90 {
        margin-left: 90px
    }
    .ml-100 {
        margin-left: 100px
    }
    .ml-110 {
        margin-left: 110px
    }
    .ml-120 {
        margin-left: 120px
    }
    .ml-130 {
        margin-left: 130px
    }
    .ml-140 {
        margin-left: 140px
    }
    .ml-150 {
        margin-left: 150px
    }
    .ml-160 {
        margin-left: 160px
    }
    /***************************
    Top Bottom margin 
****************************/
    
    .mtb-0 {
        margin: 0
    }
    .mtb-10 {
        margin: 10px 0
    }
    .mtb-11 {
        margin: 11px 0
    }
    .mtb-12 {
        margin: 12px 0
    }
    .mtb-13 {
        margin: 13px 0
    }
    .mtb-14 {
        margin: 14px 0
    }
    .mtb-15 {
        margin: 15px 0
    }
    .mtb-16 {
        margin: 16px 0
    }
    .mtb-17 {
        margin: 17px 0
    }
    .mtb-18 {
        margin: 18px 0
    }
    .mtb-19 {
        margin: 19px 0
    }
    .mtb-20 {
        margin: 20px 0
    }
    .mtb-30 {
        margin: 30px 0
    }
    .mtb-35 {
        margin: 35px 0
    }
    .mtb-40 {
        margin: 40px 0
    }
    .mtb-50 {
        margin: 50px 0
    }
    .mtb-60 {
        margin: 60px 0
    }
    .mtb-70 {
        margin: 70px 0
    }
    .mtb-80 {
        margin: 80px 0
    }
    .mtb-90 {
        margin: 90px 0
    }
    .mtb-100 {
        margin: 100px 0
    }
    .mtb-110 {
        margin: 110px 0
    }
    .mtb-120 {
        margin: 120px 0
    }
    .mtb-130 {
        margin: 130px 0
    }
    .mtb-140 {
        margin: 140px 0
    }
    .mtb-150 {
        margin: 150px 0;
    }
    /*************************
        Padding top
*************************/
    
    .pt-0 {
        padding-top: 0
    }
    .pt-1 {
        padding-top: 1px
    }
    .pt-2 {
        padding-top: 2px
    }
    .pt-3 {
        padding-top: 3px
    }
    .pt-4 {
        padding-top: 4px
    }
    .pt-5 {
        padding-top: 5px
    }
    .pt-6 {
        padding-top: 6px
    }
    .pt-7 {
        padding-top: 7px
    }
    .pt-8 {
        padding-top: 8px
    }
    .pt-9 {
        padding-top: 9px
    }
    .pt-10 {
        padding-top: 10px
    }
    .pt-11 {
        padding-top: 11px
    }
    .pt-12 {
        padding-top: 12px
    }
    .pt-13 {
        padding-top: 13px
    }
    .pt-14 {
        padding-top: 14px
    }
    .pt-15 {
        padding-top: 15px
    }
    .pt-16 {
        padding-top: 16px
    }
    .pt-17 {
        padding-top: 17px
    }
    .pt-18 {
        padding-top: 18px
    }
    .pt-19 {
        padding-top: 19px
    }
    .pt-20 {
        padding-top: 20px
    }
    .pt-21 {
        padding-top: 21px
    }
    .pt-22 {
        padding-top: 22px
    }
    .pt-23 {
        padding-top: 23px
    }
    .pt-24 {
        padding-top: 24px
    }
    .pt-25 {
        padding-top: 25px
    }
    .pt-26 {
        padding-top: 26px
    }
    .pt-27 {
        padding-top: 27px
    }
    .pt-28 {
        padding-top: 28px
    }
    .pt-29 {
        padding-top: 29px
    }
    .pt-30 {
        padding-top: 30px
    }
    .pt-31 {
        padding-top: 31px
    }
    .pt-32 {
        padding-top: 32px
    }
    .pt-33 {
        padding-top: 33px
    }
    .pt-34 {
        padding-top: 34px
    }
    .pt-35 {
        padding-top: 35px
    }
    .pt-36 {
        padding-top: 36px
    }
    .pt-37 {
        padding-top: 37px
    }
    .pt-38 {
        padding-top: 38px
    }
    .pt-39 {
        padding-top: 39px
    }
    .pt-40 {
        padding-top: 40px
    }
    .pt-41 {
        padding-top: 41px
    }
    .pt-42 {
        padding-top: 42px
    }
    .pt-43 {
        padding-top: 43px
    }
    .pt-44 {
        padding-top: 44px
    }
    .pt-45 {
        padding-top: 45px
    }
    .pt-46 {
        padding-top: 46px
    }
    .pt-47 {
        padding-top: 47px
    }
    .pt-48 {
        padding-top: 48px
    }
    .pt-49 {
        padding-top: 49px
    }
    .pt-50 {
        padding-top: 50px
    }
    .pt-51 {
        padding-top: 51px
    }
    .pt-52 {
        padding-top: 52px
    }
    .pt-53 {
        padding-top: 53px
    }
    .pt-54 {
        padding-top: 54px
    }
    .pt-55 {
        padding-top: 55px
    }
    .pt-56 {
        padding-top: 56px
    }
    .pt-57 {
        padding-top: 57px
    }
    .pt-58 {
        padding-top: 58px
    }
    .pt-59 {
        padding-top: 59px
    }
    .pt-60 {
        padding-top: 60px
    }
    .pt-61 {
        padding-top: 61px
    }
    .pt-62 {
        padding-top: 62px
    }
    .pt-63 {
        padding-top: 63px
    }
    .pt-64 {
        padding-top: 64px
    }
    .pt-65 {
        padding-top: 65px
    }
    .pt-66 {
        padding-top: 66px
    }
    .pt-67 {
        padding-top: 67px
    }
    .pt-68 {
        padding-top: 68px
    }
    .pt-69 {
        padding-top: 69px
    }
    .pt-70 {
        padding-top: 70px
    }
    .pt-71 {
        padding-top: 71px
    }
    .pt-72 {
        padding-top: 72px
    }
    .pt-73 {
        padding-top: 73px
    }
    .pt-74 {
        padding-top: 74px
    }
    .pt-75 {
        padding-top: 75px
    }
    .pt-76 {
        padding-top: 76px
    }
    .pt-77 {
        padding-top: 77px
    }
    .pt-78 {
        padding-top: 78px
    }
    .pt-79 {
        padding-top: 79px
    }
    .pt-80 {
        padding-top: 80px
    }
    .pt-81 {
        padding-top: 81px
    }
    .pt-82 {
        padding-top: 82px
    }
    .pt-83 {
        padding-top: 83px
    }
    .pt-84 {
        padding-top: 84px
    }
    .pt-85 {
        padding-top: 85px
    }
    .pt-86 {
        padding-top: 86px
    }
    .pt-87 {
        padding-top: 87px
    }
    .pt-88 {
        padding-top: 88px
    }
    .pt-89 {
        padding-top: 89px
    }
    .pt-90 {
        padding-top: 90px
    }
    .pt-91 {
        padding-top: 91px
    }
    .pt-92 {
        padding-top: 92px
    }
    .pt-93 {
        padding-top: 93px
    }
    .pt-94 {
        padding-top: 94px
    }
    .pt-95 {
        padding-top: 95px
    }
    .pt-96 {
        padding-top: 96px
    }
    .pt-97 {
        padding-top: 97px
    }
    .pt-98 {
        padding-top: 98px
    }
    .pt-99 {
        padding-top: 99px
    }
    .pt-100 {
        padding-top: 100px
    }
    .pt-110 {
        padding-top: 110px
    }
    .pt-115 {
        padding-top: 115px
    }
    .pt-120 {
        padding-top: 120px
    }
    .pt-130 {
        padding-top: 130px
    }
    .pt-135 {
        padding-top: 135px
    }
    .pt-140 {
        padding-top: 140px
    }
    .pt-150 {
        padding-top: 150px
    }
    .pt-155 {
        padding-top: 155px
    }
    .pt-160 {
        padding-top: 160px
    }
    .pt-220 {
        padding-top: 220px
    }
    /*************************
        Padding right
*************************/
    
    .pr-0 {
        padding-right: 0
    }
    .pr-1 {
        padding-right: 1px
    }
    .pr-2 {
        padding-right: 2px
    }
    .pr-3 {
        padding-right: 3px
    }
    .pr-4 {
        padding-right: 4px
    }
    .pr-5 {
        padding-right: 5px
    }
    .pr-6 {
        padding-right: 6px
    }
    .pr-7 {
        padding-right: 7px
    }
    .pr-8 {
        padding-right: 8px
    }
    .pr-9 {
        padding-right: 9px
    }
    .pr-10 {
        padding-right: 10px
    }
    .pr-12 {
        padding-right: 12px
    }
    .pr-15 {
        padding-right: 15px
    }
    .pr-18 {
        padding-right: 18px
    }
    .pr-20 {
        padding-right: 20px
    }
    .pr-25 {
        padding-right: 25px
    }
    .pr-30 {
        padding-right: 30px
    }
    .pr-35 {
        padding-right: 35px
    }
    .pr-40 {
        padding-right: 40px
    }
    .pr-48 {
        padding-right: 48px
    }
    .pr-50 {
        padding-right: 50px
    }
    .pr-55 {
        padding-right: 55px
    }
    .pr-60 {
        padding-right: 60px
    }
    .pr-62 {
        padding-right: 62px
    }
    .pr-70 {
        padding-right: 70px
    }
    .pr-80 {
        padding-right: 80px
    }
    .pr-90 {
        padding-right: 90px
    }
    .pr-100 {
        padding-right: 100px
    }
    .pr-110 {
        padding-right: 110px
    }
    .pr-120 {
        padding-right: 120px
    }
    .pr-125 {
        padding-right: 125px
    }
    .pr-130 {
        padding-right: 130px
    }
    .pr-140 {
        padding-right: 140px
    }
    /*************************
        Padding bottom
*************************/
    
    .pb-0 {
        padding-bottom: 0
    }
    .pb-1 {
        padding-bottom: 1px
    }
    .pb-2 {
        padding-bottom: 2px
    }
    .pb-3 {
        padding-bottom: 3px
    }
    .pb-4 {
        padding-bottom: 4px
    }
    .pb-5 {
        padding-bottom: 5px
    }
    .pb-6 {
        padding-bottom: 6px
    }
    .pb-7 {
        padding-bottom: 7px
    }
    .pb-8 {
        padding-bottom: 8px
    }
    .pb-9 {
        padding-bottom: 9px
    }
    .pb-10 {
        padding-bottom: 10px
    }
    .pb-11 {
        padding-bottom: 11px
    }
    .pb-12 {
        padding-bottom: 12px
    }
    .pb-13 {
        padding-bottom: 13px
    }
    .pb-14 {
        padding-bottom: 14px
    }
    .pb-15 {
        padding-bottom: 15px
    }
    .pb-16 {
        padding-bottom: 16px
    }
    .pb-17 {
        padding-bottom: 17px
    }
    .pb-18 {
        padding-bottom: 18px
    }
    .pb-19 {
        padding-bottom: 19px
    }
    .pb-20 {
        padding-bottom: 20px
    }
    .pb-21 {
        padding-bottom: 21px
    }
    .pb-22 {
        padding-bottom: 22px
    }
    .pb-23 {
        padding-bottom: 23px
    }
    .pb-24 {
        padding-bottom: 24px
    }
    .pb-25 {
        padding-bottom: 25px
    }
    .pb-26 {
        padding-bottom: 26px
    }
    .pb-27 {
        padding-bottom: 27px
    }
    .pb-28 {
        padding-bottom: 28px
    }
    .pb-29 {
        padding-bottom: 29px
    }
    .pb-30 {
        padding-bottom: 30px
    }
    .pb-31 {
        padding-bottom: 31px
    }
    .pb-32 {
        padding-bottom: 32px
    }
    .pb-33 {
        padding-bottom: 33px
    }
    .pb-34 {
        padding-bottom: 34px
    }
    .pb-35 {
        padding-bottom: 35px
    }
    .pb-36 {
        padding-bottom: 36px
    }
    .pb-37 {
        padding-bottom: 37px
    }
    .pb-38 {
        padding-bottom: 38px
    }
    .pb-39 {
        padding-bottom: 39px
    }
    .pb-40 {
        padding-bottom: 40px
    }
    .pb-41 {
        padding-bottom: 41px
    }
    .pb-42 {
        padding-bottom: 42px
    }
    .pb-43 {
        padding-bottom: 43px
    }
    .pb-44 {
        padding-bottom: 44px
    }
    .pb-45 {
        padding-bottom: 45px
    }
    .pb-46 {
        padding-bottom: 46px
    }
    .pb-47 {
        padding-bottom: 47px
    }
    .pb-48 {
        padding-bottom: 48px
    }
    .pb-49 {
        padding-bottom: 49px
    }
    .pb-50 {
        padding-bottom: 50px
    }
    .pb-51 {
        padding-bottom: 51px
    }
    .pb-52 {
        padding-bottom: 52px
    }
    .pb-53 {
        padding-bottom: 53px
    }
    .pb-54 {
        padding-bottom: 54px
    }
    .pb-55 {
        padding-bottom: 55px
    }
    .pb-56 {
        padding-bottom: 56px
    }
    .pb-57 {
        padding-bottom: 57px
    }
    .pb-58 {
        padding-bottom: 58px
    }
    .pb-59 {
        padding-bottom: 59px
    }
    .pb-60 {
        padding-bottom: 60px
    }
    .pb-61 {
        padding-bottom: 61px
    }
    .pb-62 {
        padding-bottom: 62px
    }
    .pb-63 {
        padding-bottom: 63px
    }
    .pb-64 {
        padding-bottom: 64px
    }
    .pb-65 {
        padding-bottom: 65px
    }
    .pb-66 {
        padding-bottom: 66px
    }
    .pb-67 {
        padding-bottom: 67px
    }
    .pb-68 {
        padding-bottom: 68px
    }
    .pb-69 {
        padding-bottom: 69px
    }
    .pb-70 {
        padding-bottom: 70px
    }
    .pb-71 {
        padding-bottom: 71px
    }
    .pb-72 {
        padding-bottom: 72px
    }
    .pb-73 {
        padding-bottom: 73px
    }
    .pb-74 {
        padding-bottom: 74px
    }
    .pb-75 {
        padding-bottom: 75px
    }
    .pb-76 {
        padding-bottom: 76px
    }
    .pb-77 {
        padding-bottom: 77px
    }
    .pb-78 {
        padding-bottom: 78px
    }
    .pb-79 {
        padding-bottom: 79px
    }
    .pb-80 {
        padding-bottom: 80px
    }
    .pb-81 {
        padding-bottom: 81px
    }
    .pb-82 {
        padding-bottom: 82px
    }
    .pb-83 {
        padding-bottom: 83px
    }
    .pb-84 {
        padding-bottom: 84px
    }
    .pb-85 {
        padding-bottom: 85px
    }
    .pb-86 {
        padding-bottom: 86px
    }
    .pb-87 {
        padding-bottom: 87px
    }
    .pb-88 {
        padding-bottom: 88px
    }
    .pb-89 {
        padding-bottom: 89px
    }
    .pb-90 {
        padding-bottom: 90px
    }
    .pb-91 {
        padding-bottom: 91px
    }
    .pb-92 {
        padding-bottom: 92px
    }
    .pb-93 {
        padding-bottom: 93px
    }
    .pb-94 {
        padding-bottom: 94px
    }
    .pb-95 {
        padding-bottom: 95px
    }
    .pb-96 {
        padding-bottom: 96px
    }
    .pb-97 {
        padding-bottom: 97px
    }
    .pb-98 {
        padding-bottom: 98px
    }
    .pb-99 {
        padding-bottom: 99px
    }
    .pb-100 {
        padding-bottom: 100px
    }
    .pb-110 {
        padding-bottom: 110px
    }
    .pb-115 {
        padding-bottom: 115px
    }
    .pb-120 {
        padding-bottom: 120px
    }
    .pb-130 {
        padding-bottom: 130px
    }
    .pb-140 {
        padding-bottom: 140px
    }
    .pb-150 {
        padding-bottom: 150px
    }
    .pb-167 {
        padding-bottom: 167px
    }
    /*************************
        Padding left
*************************/
    
    .pl-0 {
        padding-left: 0
    }
    .pl-1 {
        padding-left: 1px
    }
    .pl-2 {
        padding-left: 2px
    }
    .pl-3 {
        padding-left: 3px
    }
    .pl-4 {
        padding-left: 4px
    }
    .pl-5 {
        padding-left: 5px
    }
    .pl-6 {
        padding-left: 6px
    }
    .pl-7 {
        padding-left: 7px
    }
    .pl-8 {
        padding-left: 8px
    }
    .pl-9 {
        padding-left: 9px
    }
    .pl-10 {
        padding-left: 10px
    }
    .pl-12 {
        padding-left: 12px
    }
    .pl-15 {
        padding-left: 15px
    }
    .pl-18 {
        padding-left: 18px
    }
    .pl-20 {
        padding-left: 20px
    }
    .pl-25 {
        padding-left: 25px
    }
    .pl-27 {
        padding-left: 27px
    }
    .pl-30 {
        padding-left: 30px
    }
    .pl-35 {
        padding-left: 35px
    }
    .pl-40 {
        padding-left: 40px
    }
    .pl-50 {
        padding-left: 50px
    }
    .pl-55 {
        padding-left: 55px
    }
    .pl-60 {
        padding-left: 60px
    }
    .pl-62 {
        padding-left: 62px
    }
    .pl-70 {
        padding-left: 70px
    }
    .pl-80 {
        padding-left: 80px
    }
    .pl-90 {
        padding-left: 90px
    }
    .pl-100 {
        padding-left: 100px
    }
    .pl-110 {
        padding-left: 110px
    }
    .pl-120 {
        padding-left: 120px
    }
    .pl-125 {
        padding-left: 125px
    }
    .pl-130 {
        padding-left: 130px
    }
    .pl-140 {
        padding-left: 140px
    }
    .pl-150 {
        padding-left: 150px
    }
    /***************************
    Top and Bottom padding 
****************************/
    
    .ptb-0 {
        padding: 0
    }
    .ptb-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ptb-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ptb-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ptb-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ptb-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ptb-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .ptb-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .ptb-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .ptb-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .ptb-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .ptb-110 {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .ptb-115 {
        padding-top: 115px;
        padding-bottom: 115px;
    }
    .ptb-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .ptb-130 {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .ptb-140 {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .ptb-150 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .ptb-165 {
        padding-top: 150px;
        padding-bottom: 165px;
    }
    .ptb-150 {
        padding: 150px 0px
    }
    /*************************
    04. button
*************************/
    
    a.button,
    button {
        border: 0 none;
        border-radius: 0;
        color: #ffffff;
        display: inline-block;
        font-size: 14px;
        line-height: 35px;
        overflow: hidden;
        padding: 0 27px;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }
    button.lemon {
        background: #95c41f none repeat scroll 0 0
    }
    button.lemon:hover {
        background: #1F223E
    }
    a.button:hover:after {
        width: 100%
    }
    button.button-dark {
        background: #2d3e50 none repeat scroll 0 0;
        line-height: 42px;
        padding: 0 39px;
        color: #FFF
    }
    .button.button-large-box,
    .button.button-medium-box {
        border-radius: 0;
        line-height: 36px;
        padding: 0 49px;
    }
    .button.button-medium-box {
        padding: 0 33px
    }
    /*************************
    05. button small
*************************/
    
    *::-moz-selection {
        background: #b3d4fc;
        color: #fff;
        text-shadow: none;
    }
    ::-moz-selection {
        color: #fff;
        background: #b3d4fc;
        text-shadow: none;
    }
    ::selection {
        background: #b3d4fc;
        text-shadow: none;
        color: #fff;
    }
    a.button-small {
        border: 0 none;
        border-radius: 3px;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
        cursor: pointer;
        display: inline-block;
        margin-right: 10px;
        overflow: hidden;
        padding: 0;
        position: relative;
        background-color: #4FC1F0;
        color: #fff;
        font-size: 15px;
    }
    a.button-small i {
        background: rgba(0, 0, 0, 0.09);
        display: block;
        float: left;
        padding: 10px;
        font-size: 13px;
        color: #fff;
        font-weight: normal;
        width: 40px;
        text-align: center;
    }
    a.button-small span {
        display: block;
        float: left;
        position: relative;
        z-index: 2;
        padding: 8px 10px;
        font-size: 13px;
        color: #fff;
        font-weight: normal;
    }
    a.button-small:after {
        background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
        content: "";
        height: 100%;
        right: 0;
        position: absolute;
        top: 0;
        width: 0;
        z-index: 1;
    }
    a.button-small:hover:after {
        width: 100%
    }
    a.lg-btn.button-large-box {
        font-size: 14px;
        padding: 0 34px
    }
    button.button-style-two,
    a.button-style-two {
        font-size: 16px;
        line-height: 36px;
        padding: 0 35px;
        text-transform: capitalize;
        border-radius: 0;
        color: #fff
    }
    a.bg-white.button,
    button.bg-white {
        background: #fff;
        color: #525252
    }
    button.border-button,
    a.border-button {
        background: #ffffff none repeat scroll 0 0;
        border: 1px solid #a2a2a2;
        color: #525252;
        font-size: 16px;
        line-height: 34px;
        padding: 0 34px;
        text-transform: capitalize;
    }
    .account-form-container a.border-button {
        border-radius: 0;
        background: #fff !important
    }
    /*************************
    06. button variations
*************************/
    
    a.button.large {
        margin-right: 0px;
    }
    a.button.large span {
        padding: 16px 80px;
        font-size: 18px;
    }
    a.button.large i {
        padding: 20px;
        width: 60px;
        font-size: 18px;
    }
    a.button.medium span {
        padding: 14px 60px;
        font-size: 16px;
    }
    a.button.medium i {
        padding: 17px;
        width: 50px;
        font-size: 16px;
    }
    a.button.small span {
        padding: 12px 40px;
    }
    a.button.small i {
        padding: 14px;
        width: 45px;
    }
    a.button.small span {
        padding: 12px 40px;
    }
    a.button.small i {
        padding: 15px;
        width: 45px;
    }
    a.button.extra-small span {
        padding: 8px 20px;
        font-size: 13px;
    }
    a.button.extra-small i {
        padding: 11px;
        width: 38px;
        font-size: 13px;
    }
    /*************************
    07. Text color
*************************/
    
    .text-white {
        color: #fff;
    }
    .text-dark {
        color: #1f223e;
    }
    /*************************
    08. Input
*************************/
    
    ::-webkit-input-placeholder {
        color: #606060;
    }
    :-moz-placeholder {
        color: #606060;
    }
    ::-moz-placeholder {
        color: #606060;
    }
    :-ms-input-placeholder {
        color: #606060;
    }
    input {
        background: #eceff8;
        border: 2px solid #eceff8;
        height: 45px;
        box-shadow: none;
        padding-left: 10px;
        font-size: 14px;
        color: #fff;
        width: 100%;
    }
    select {
        width: 100%;
        background: #eceff8;
        border: 2px solid #eceff8;
        height: 45px;
        padding-left: 10px;
        box-shadow: none;
        font-size: 14px;
        color: #626262;
    }
    option {
        background: #fff;
        border: 0px solid #626262;
        padding-left: 10px;
        font-size: 14px;
    }
    input:focus {
        background: transparent;
        border: 2px solid #4FC1F0;
    }
    textarea {
        resize: vertical;
        background: #eceff8;
        border: 2px solid #eceff8;
        padding: 10px;
        width: 100%;
        font-size: 14px;
    }
    textarea:focus {
        background: transparent;
        outline: none;
    }
    ::-moz-placeholder {
        color: #444;
        font-size: 13px;
    }
    .input-group.divcenter.input-group .form-control {
        padding-left: 0px
    }
    /*************************
    09. back-to-top
*************************/
    
    #scrollUp {
        background: #00B3CC none repeat scroll 0 0;
        bottom: 52px;
        color: #fff;
        cursor: pointer;
        font-size: 22px;
        height: 35px;
        position: fixed;
        right: 50px;
        text-align: center;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 4ms linear 0s;
        transition: all 4ms linear 0s;
        width: 35px;
        z-index: 9999;
    }
    #scrollUp i {
        line-height: 32px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #scrollUp:hover i {
        color: #000;
    }
    /*************************
    10. Border Radius
*************************/
    
    .radius-1 {
        border-radius: 1px
    }
    .radius-2 {
        border-radius: 2px
    }
    .radius-3 {
        border-radius: 3px
    }
    .radius-4 {
        border-radius: 4px
    }
    .radius-5 {
        border-radius: 5px
    }
    /*************************
    11. Custom cloumn
*************************/
    
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10 {
        float: left;
    }
    .col-1 {
        width: 10%;
    }
    .col-2 {
        width: 20%;
    }
    .col-3 {
        width: 30%;
    }
    .col-4 {
        width: 40%;
    }
    .col-5 {
        width: 50%;
    }
    .col-6 {
        width: 60%;
    }
    .col-7 {
        width: 70%;
    }
    .col-8 {
        width: 80%;
    }
    .col-9 {
        width: 90%;
    }
    .col-10 {
        width: 100%;
    }
    /*************************************
    12. Background variation set 
**************************************/
    /*colored background*/
    
    .bg-white {
        background: #fff;
    }
    .bg-blue {
        background: #365A73
    }
    .bg-light {
        background: #FAFAFA;
    }
    .bg-light-blue {
        background: #4FC2C7
    }
    .bg-gray {
        background: #F5F5F5;
    }
    .bg-violet {
        background: #1F223E;
    }
    .bg-light-violet {
        background: #2E3552;
    }
    .transparent-bg {
        background: transparent;
    }
    .bg-lemon {
        background: #95c41f none repeat scroll 0 0
    }
    .button.lemon {
        background: #95c41f none repeat scroll 0 0;
        border-color: #95c41f
    }
    .button.lemon:hover {
        background: #1F223E;
        border-color: #1F223E
    }
    /*************************
    13. Additional CSS
*************************/
    
    .text-area p {
        line-height: 30px;
    }
    .fixed-bg {
        background-attachment: fixed
    }
    .shortcode-area .section-title h2 {
        border-bottom: 1px solid #d1d1d1;
        color: #444444;
        display: inline-block;
        font-size: 21px;
        line-height: 30px;
        padding-bottom: 8px;
    }
    .shortcode-area h3 {
        border: 1px dashed #86bc42;
        float: left;
        font-size: 32px;
        width: 70%;
    }
    /*************************
    14. Carousel style
*************************/
    /*carousel style one*/
    
    .carousel-style-one.owl-theme .owl-controls .owl-nav div,
    .carousel-style-two.owl-theme .owl-controls .owl-nav div {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        display: inline-block;
        height: 30px;
        left: 25.9%;
        line-height: 41px;
        margin: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        padding: 0;
        position: absolute;
        text-align: center;
        top: 16.5%;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 30px;
    }
    .carousel-style-one.owl-theme .owl-controls .owl-nav div i {
        font-size: 26px;
    }
    .carousel-style-one.owl-theme .owl-controls .owl-nav div.owl-next {
        left: auto;
        right: 25.9%;
    }
    .carousel-style-one.owl-theme .owl-controls .owl-nav div:hover {
        background: #fff;
    }
    /*carousel style two*/
    
    .carousel-style-two.owl-theme .owl-controls .owl-nav div {
        border: 0 none;
        height: 52px;
        left: -1%;
        line-height: 44px;
        margin-top: -26px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        top: 50%;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .carousel-style-two.owl-theme .owl-controls .owl-nav div i {
        font-size: 55px;
    }
    .carousel-style-two.owl-theme .owl-controls .owl-nav div.owl-next {
        left: auto;
        right: -1%;
    }
    .carousel-style-two.owl-theme:hover .owl-controls .owl-nav div {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    .owl-carousel.carousel-none .owl-controls {
        display: none
    }
    /*************************
    15. Pagination
*************************/
    
    .pagination-content .pagination li a {
        background: #f5f5f5 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 50%;
        color: #606060;
        display: inline-block;
        font-family: "montserratregular";
        font-size: 14px;
        height: 40px;
        line-height: 42px;
        margin: 0 10px;
        padding: 0;
        text-align: center;
        width: 40px;
    }
    .pagination-content .pagination li a i {
        font-size: 18px
    }
    .pagination-content .pagination li a:hover,
    .pagination-content .pagination li.active a {
        color: #ffffff;
        background: #95c41f none repeat scroll 0 0
    }
    /*************************
    16. Hover effect
*************************/
    
    .white-hover {
        position: relative;
    }
    .white-hover:before {
        background: rgba(69, 180, 185, 0.8);
        content: "";
        left: 0px;
        border-radius: 50%;
        position: absolute;
        top: 0px;
        -webkit-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        z-index: 1;
        height: 100%;
        width: 100%;
    }
    .hover-effect-one:hover .white-hover:before {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    .dark-hover:after {
        background: rgba(31, 34, 62, 0.78) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        top: 0;
        -webkit-transition: opacity 0.2s ease-in-out 0s;
        transition: opacity 0.2s ease-in-out 0s;
        width: 100%;
    }
    .hover-effect-two:hover .dark-hover:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    /*----------------------------------------*/
    /*  02. Header area
/*----------------------------------------*/
    
    .header-top {
        background: #00B3CC;
        padding: 10px 0 10px;
        color: white;
    }
    .top-left ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .top-left ul li {
        display: inline-table;
        margin-right: 95px;
    }
    .top-left ul li:last-child {
        margin-right: 0px;
    }
    .top-left-icon,
    .top-right-icon {
        background: #ffffff none repeat scroll 0 0;
        display: inline-table;
        height: 28px;
        line-height: 28px;
        margin-right: 10px;
        margin-top: 3px;
        text-align: center;
        vertical-align: top;
        width: 28px;
    }
    .top-left-icon i,
    .top-right-icon i {
        color: #00b3cc;
        font-size: 15px;
        margin: 0 auto;
        right: 0;
        text-align: center;
        vertical-align: middle;
    }
    .top-right-icon a {
        display: table-cell;
        vertical-align: middle;
    }
    .top-left-content,
    .top-right-content {
        display: inline-block;
    }
    .top-right-icon {
        margin-right: 0;
    }
    .top-right-content a p {
        background: #ffffff none repeat scroll 0 0;
        color: #404040;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0;
        margin-top: 3px;
        padding: 0 10px;
        text-transform: capitalize;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .top-right-content a:hover p {
        color: #00B3CC;
    }
    .top-left-content p {
        font-size: 13px;
        color: #ffffff;
        font-family: 'Roboto Condensed', sans-serif;
        margin-bottom: 0;
        line-height: 16px;
    }
    .top-right-content p i {
        margin-left: 10px;
        color: #00b3cc;
    }
    .top-right {
        float: right
    }
    .logo {
        padding: 28px 0;
    }
    .sticky .logo {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .main-menu {} .main-menu ul {} .main-menu ul > li {
        display: inline-block;
        margin-left: 30px;
        padding: 38px 0 35px;
        position: relative;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .sticky .main-menu ul > li {
        padding: 18px 0
    }
    .sticky .main-menu ul > li > ul > li {
        padding: 0px 0
    }
    .sticky .menu-toggle {
        margin-top: 22px
    }
    .main-menu ul > li > a {
        color: #555555;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        font-weight: 600;
        position: relative;
        text-transform: uppercase;
    }
    .main-menu ul > li.active > a {
        color: #00b3cc;
    }
    .main-menu ul > li:hover > a {
        color: #00b3cc;
    }
    .main-menu ul > li > ul {
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        left: 0;
        opacity: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        transition: all 0.3s ease 0s;
        visibility: hidden;
        width: 190px;
        z-index: 999;
    }
    .main-menu ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
    }
    .main-menu ul > li > ul > li > a {} .main-menu ul > li > ul > li {
        display: block;
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.03);
        transition: all .3s ease 0s;
    }
    .main-menu ul > li > ul > li:hover {
        background-color: #f5f5f5;
    }
    .main-menu ul > li > ul > li > a {
        color: #555;
        display: block;
        font-size: 14px;
        font-weight: normal;
        padding: 10px;
        text-transform: capitalize;
    }
    .main-menu ul > li > ul > li:first-child {
        border-top: none;
    }
    .main-menu ul > li > ul > li:hover > a {
        padding-left: 15px
    }
    .main-menu ul > li > ul > li > a:before {
        display: none
    }
    .main-menu ul > li > ul > li > ul {
        left: 100%;
        margin-top: -1px;
        opacity: 0;
        position: absolute;
        top: 45%;
        visibility: hidden;
    }
    .main-menu ul > li > ul > li:hover > ul {
        top: 0;
    }
    .main-menu.text-right span {
        float: right;
    }
    .mean-container .mean-bar {
        background: transparent none repeat scroll 0 0;
        min-height: 0;
        padding: 0;
    }
    .mean-container a.meanmenu-reveal {
        border: 1px solid #555555;
        color: #555555;
        margin-top: -65px;
        padding: 4px 5px;
        position: absolute;
    }
    .mean-container a.meanmenu-reveal span {
        background-color: #555555;
    }
    .mean-container .mean-nav {
        margin-top: 0px;
    }
    /**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
    /* stiky */
    
    .header-sticky.sticky {
        animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
        background: rgba(255, 255, 255, 0.95);
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999999;
        box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    }
    /* Menu Toggle */
    
    .menu-toggle {
        box-sizing: border-box;
        float: right;
        height: 19px;
        margin-left: 30px;
        margin-top: 35px;
        padding: 0;
    }
    .stick .menu-toggle {
        margin-top: 20px;
    }
    .hamburger-box {
        height: 19px;
        width: 30px;
    }
    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        background-color: #fff;
        height: 2px;
        width: 30px;
    }
    .hamburger-inner::before {
        top: -8px;
    }
    .hamburger-inner::after {
        bottom: -8px;
    }
    /* Main Menu */
    
    .main-menu {
        padding: 0;
    }
    .menu-style-toggle {} .menu-style-toggle nav {
        opacity: 0;
        margin-right: -30px;
        visibility: hidden;
    }
    .menu-style-toggle nav.menu-open {
        opacity: 1;
        margin-right: 0;
        visibility: visible;
    }
    .menu-style-toggle nav {
        float: left;
        transition: all 0.3s ease 0s;
    }
    .main-menu.mean-menu.menu-style-toggle.text-right {
        float: right;
    }
    .waraper .header-sticky.sticky {
        padding-left: 100px;
        padding-right: 100px;
    }
    .waraper {
        padding: 0 100px;
    }
    /*----------------------------------------*/
    /*  03. Slider area
/*----------------------------------------*/
    
    #slider-container {
        background-color: #ffffff;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
    }
    .single-slide {
        background-position: center center;
        background-size: cover;
    }
    .owl-item {
        width: 34%
    }
    #slider-container .owl-wrapper-outer,
    #slider-container .owl-wrapper,
    #slider-container .owl-item {
        height: 100%;
        position: relative;
        width: 100%;
    }
    .slider-content-area {
        display: block;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
        background: rgba(40, 40, 40, 0.7);
        z-index: 9;
    }
    .slider-container {
        display: block;
        height: auto;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 100%;
        z-index: 1;
    }
    .single-slider {
        background-position: center center;
        background-size: cover;
    }
    .height-100vh {
        height: 100vh;
    }
    .single-slide > a {
        display: block;
        position: relative;
    }
    .single-slide img {
        width: 100%;
        z-index: 1;
    }
    .corporate .single-slide img {
        height: 100vh;
    }
    .dis-table {
        display: table;
        float: left;
        height: 100%;
        width: 100%;
    }
    .dis-table-cell {
        display: table-cell;
        vertical-align: middle;
    }
    /* Slider Content Style */
    
    .slider-content,
    .home-banner-content,
    .fixed-content {
        position: relative;
        z-index: 20;
        margin-left: 6.9%;
        width: 40%;
    }
    .slide-content h1,
    .home-banner-content h1 {
        font-size: 48px;
        line-height: 48px;
        position: relative;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        color: #fff;
        z-index: 99;
    }
    .slide-content p {
        font-size: 16px;
        line-height: 20px;
        padding-top: 25px;
        margin-bottom: 20px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        color: #fff;
        z-index: 99;
    }
    .btn {
        color: #fff;
        display: inline-block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        font-weight: 700;
        padding: 8px 30px 9px;
        z-index: 99;
        position: relative;
        background: #00B3CC;
        border-radius: 0;
        text-transform: uppercase;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .btn:hover {
        background: #fff;
        color: #00B3CC;
    }
    .sticky .header-top {
        display: none;
    }
    /* Default Slider Animations */
    
    .owl-item.active .slide-content h1,
    .home-banner-content h1 {
        -webkit-animation: fadeInUp 1300ms ease-in-out;
        animation: fadeInUp 1300ms ease-in-out;
    }
    .owl-item.active .slide-content p {
        -webkit-animation: fadeInUp 1400ms ease-in-out;
        animation: fadeInUp 1400ms ease-in-out;
    }
    .owl-item.active .btn {
        -webkit-animation: fadeInUp 1500ms ease-in-out;
        animation: 1500ms ease-in-out 0s normal none 1 running fadeInUp;
    }
    .about-area .btn {
        animation: inherit
    }
    .owl-item.active .hs-image img {
        -webkit-animation: fadeInUp 1300ms ease-in-out;
        animation: fadeInUp 1300ms ease-in-out;
    }
    .hs-image {
        margin-top: -80px;
    }


    .owl-dots {
        margin-top: 5px;
    }
    .owl-carousel .owl-controls .owl-dots .owl-dot {
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #ffffff;
        display: inline-block;
        height: 10px;
        margin-right: 12px;
        width: 36px;
        z-index: 999;
    }
    .owl-carousel .owl-controls .owl-dots .owl-dot.active {
        background-color: #ffffff;
        border: 1px solid #ffffff;
    }
    #slider-container .owl-controls {
        position: absolute;
        bottom: 90px;
        text-align: center;
        left: 0;
        right: 0;
    }
    /*----------------------------------------*/
    /*  04. Choose area
/*----------------------------------------*/
    
    .section-title {
        margin-left: 70px;
        width: 35%;
        margin-bottom: 52px
    }
    .section-title h2 {
        color: #6c6b6b;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 30px;
        margin-bottom: 13px;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
    }
    .section-title h2:before {
        position: absolute;
        left: -70px;
        top: 49%;
        background: #00B3CC;
        height: 2px;
        width: 50px;
        content: "";
    }
    .section-title p {
        color: #6c6c6c;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }
    .single-choose {
        border: 1px solid #C1C1C1;
        padding: 30px 40px 22px;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .single-choose-content p {
        margin-bottom: 0;
        font-size: 24px;
        color: #6c6c6c;
        line-height: 32px;
        font-family: 'Roto Condensed', sans-serif;
        text-transform: capitalize;
    }
    .single-choose-icon {
        display: block;
        left: 0;
        margin-bottom: 15px;
        position: relative;
        text-align: center;
        top: 0;
    }
    .single-choose-icon img.primary {
        position: relative;
    }
    .single-choose-icon img.secondary {
        content: "";
        left: 0;
        margin: 0 auto;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .single-choose:hover .secondary {
        opacity: 1;
    }
    .single-choose:hover {
        border: 1px solid rgba(0, 0, 0, 0);
        box-shadow: -1px -1px 7px 0px #dddddd;
    }
    /*----------------------------------------*/
    /*  05. Service Area
/*----------------------------------------*/
    
    .service-area {
        background: #F6F6F6
    }
    .single-service-icon {
        display: inline-block;
        float: left;
        margin-right: 25px
    }
    .single-service-content {
        display: table-cell
    }
    .single-service-content h3 {
        color: #6c6c6c;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        text-transform: capitalize;
    }
    .single-service-content p {
        color: #666666;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 0;
    }
    /*----------------------------------------*/
    /*  06. About area
/*----------------------------------------*/
    
    .about-area {} 
    
    .about-center {
        -webkit-background-size: cover;
        background-size: cover;
        background-position: bottom right;
        background-repeat: no-repeat;
        height: 230px;
        width: 100%;
        display: inline-block;
        float: left;
    }
    .about-right {
        width: 40%;
    }
    .about-content {
        padding: 30px
    }
    .about-content h3 {
        color: #fff;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 24px;
        text-transform: capitalize;
    }
    .about-content p,
    .about-content ul li {
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
    }
    .about-content ul li span {
        float: right
    }
    .about-content ul li {
        text-transform: capitalize;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        font-family: 'Roboto Condensed', sans-serif;
        padding-bottom: 7px
    }
    .about-content ul li:last-child {
        border-bottom: inherit
    }
    a.default-button,
    .about-content button {
        font-size: 12px;
        color: #00b3cc;
        background: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        padding: 4px 18px 5px;
        font-weight: 700;
        display: inline-block;
        margin-top: 5px;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .about-content button {
        padding: 0px 18px 0px;
        margin-top: 0;
    }
    a.default-button:hover,
    .about-content button:hover {
        color: #6C6C6C;
    }
    .about-content input,
    .about-content select {
        background: transparent;
        border: 1px solid #fff;
        width: 46%;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        float: left;
        height: 35px;
        text-transform: capitalize;
    }
    .about-content select {
        width: 30%;
        margin-right: 25px;
    }
    #contact-form-all input::-moz-placeholder {
        opacity: 1;
        color: #fff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    option {
        background: #00b2cc none repeat scroll 0 0;
        border: none;
    }
    /*chosen */
    .chosen-container-single .chosen-single span {
      margin-right: 8px;
      text-transform: capitalize;
      font-size: 14px;
    }
    .orderby-wrapper .chosen-container .chosen-single div b {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }
    .chosen-container-single .chosen-single {
      background: transparent none repeat scroll 0 0;
      border: 1px solid #fff;
      border-radius: inherit;
      box-shadow: none;
      color: #fff;
      display: block;
      height: 32px;
      line-height: 32px;
    }
    .chosen-container {
        display: block;
    }
    .chosen-container .chosen-single div b::before {
        color: #fff;
        content: "";
        font-family: FontAwesome;
        font-size: 14px;
        margin-left: 0px;
    }
    .chosen-container-active.chosen-with-drop .chosen-single {
        background-image: inherit;
        border: 1px solid #fff;
        box-shadow: inherit;
    }
    .orderby-wrapper .chosen-container.chosen-with-drop .chosen-drop {
        left: auto;
        right: 0;
    }
    .orderby-wrapper .chosen-container .chosen-drop {
        border: 1px solid #fff;
        border-radius: inherit;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
        margin-top: 0px;
    }
    .chosen-container .chosen-drop ul li.highlighted {
        background: #00b3cc;
    }
    .chosen-submit {
        margin-top: 37px;
    }
    .chosen-container .chosen-results {
      color: #333 !important;
      margin: 0;
      padding: 0;
    }

    .orderby-wrapper {
      float: left;
      width: 30%;
      margin-right: 25px;
    }

    .about-content .orderby-wrapper ul li {
      color: #555;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 15px;
    }
    .orderby-wrapper {
      font-family: 'Roboto Condensed', sans-serif;
    }

    .about-content #contact-form-all input::-webkit-input-placeholder {
        /* Chrome */
        color: #fff;
        opacity: 1;
    }
    .about-content #contact-form-all input::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        opacity: 1;
    }
    /*----------------------------------------*/
    /*  07. Fun area
/*----------------------------------------*/
    
    .fun-factor-area {
        background: url("images/fun/1.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
    }
    .single-fun-factor {
        z-index: 9;
        position: relative
    }
    .fun-factor-area:after {
        background: rgba(0, 0, 0, 0.75);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        content: "";
    }
    .fun-icon {
        color: #fff;
        font-size: 48px;
        margin-right: 18px;
    }
    .fun-content h3 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 5px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
    }
    .fun-content h5 {
        color: #fff;
        font-size: 24px;
        text-transform: capitalize;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
    }
    /*----------------------------------------*/
    /*  08. Team area
/*----------------------------------------*/
    
    .member-content {
        background: #555555;
        padding: 25px 0 15px;
        border-radius: 20px 20px 0 0
    }
    .member-content h3,
    .member-content p {
        font-size: 18px;
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
    }
    .team-owl .col-md-3 {
        width: 100%
    }
    .team-owl .owl-controls {
        display: none
    }
    .member-content p {
        margin-bottom: 5px
    }
    .member-content ul,
    .footer-widget ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .member-content ul li,
    .footer-widget ul li {
        display: inline-block;
        margin: 0 8px;
    }
    .member-content ul li a,
    .footer-widget ul li a {
        background: transparent;
        font-size: 14px;
        height: 28px;
        width: 28px;
        display: block;
        border-radius: 50%;
        border: 1px solid #fff;
        color: #fff;
        line-height: 28px;
    }
    .member-content ul li:hover a,
    .footer-widget ul li:hover a {
        border: 1px solid #fff;
        background: #fff;
        color: #00B3CC;
    }
    .member-content p {
        font-size: 14px
    }
    .single-member {
        position: relative;
        border: 1px solid #E5E5E5
    }
    .member-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 21%;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .single-member:hover .member-content {
        height: 33%;
        background: #00B3CC;
    }
    .single-member:hover .member-content span {
        background: #00B3CC;
    }
    .single-member:hover .member-content span:last-child {
        display: block;
    }
    .member-content span {
        position: absolute;
        left: 46.5%;
        top: -14px;
        background: #555555;
        color: #fff;
        border-radius: 50%;
        height: 28px;
        width: 28px;
        line-height: 28px;
        font-size: 14px;
        border: 1px solid #fff;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .member-content span:last-child {
        display: none;
    }
    /*----------------------------------------*/
    /*  09. Testimonial css
/*----------------------------------------*/
    
    .testimonial-area {
        background: url("images/testimonial/bg.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    .testimonial-area:after {
        position: absolute;
        background: rgba(0, 0, 0, 0.67);
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .testimonial-image-slider {
        margin-top: 5px
    }
    .slick-list {
        margin: 0 5px
    }
    .sin-opacity {
        cursor: pointer;
        display: inline-block;
        height: 60px;
        margin-top: 25px;
        outline: 0 none;
        overflow: hidden;
        position: relative;
        width: 50px;
        z-index: 99
    }
    .slick-list {
        z-index: 99;
    }
    .sin-opacity img {
        width: 100%;
        height: 100%
    }
    .sin-testiImage {
        display: inline-block;
        margin-bottom: 0px;
        outline: medium none;
    }
    .sin-testiImage.slick-current .sin-opacity {
        background-color: rgba(0, 0, 0, 0);
        border: 0 none;
        height: 95px;
        margin-top: 0px;
        opacity: 1;
        width: 80px;
    }
    .sin-testiImage.slick-current {
        height: 105px;
        margin-top: 7px;
        opacity: 1;
        filter: alpha(opacity=100);
        width: 80px;
    }
    .testimonial-text-slider h2 {
        display: block;
        font-size: 17px;
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        margin-bottom: 3px;
        text-transform: capitalize;
        font-weight: 700;
    }
    .testimonial-text-slider h5 {
        color: #fff;
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 12px;
        margin-top: 8px;
        text-transform: capitalize;
    }
    .testimonial-text-slider {
        margin: auto;
        padding: 0px 55px 4px;
        position: relative;
        width: 71%;
        z-index: 9;
    }
    .sin-testiText {
        outline: none
    }
    .sin-testiText p {
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        padding: 0 20px;
    }
    .client-rating {
        margin-bottom: 5px
    }
    .client-rating i {
        color: #7d7d7d;
        font-size: 18px;
    }
    .client-rating i.color {
        color: #f1c30d
    }
    .slick-prev,
    .slick-next {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        color: rgba(0, 0, 0, 0);
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 25px;
        outline: medium none;
        padding: 0;
        position: absolute;
        top: 38%;
        width: 16px;
    }
    .slick-prev {
        left: -31px
    }
    .slick-next {
        right: -31px
    }
    .slick-prev::before,
    .slick-next::before {
        color: #2d3e50;
        content: "";
        font-family: "Material-Design-Iconic-Font";
        font-size: 50px !important;
        height: 25px;
        left: 0;
        position: absolute;
        top: -23px;
        transition: all 0.3s ease 0s;
        width: 16px;
    }
    .slick-prev:hover:before,
    .slick-next:hover:before {
        color: #7a9757
    }
    .slick-next:before {
        right: 0;
        content: "";
    }
    /*----------------------------------------*/
    /*  10. Emergency area
/*----------------------------------------*/
    
    .emergency-left {
        text-align: center;
        position: relative
    }
    .emergency-left::before {
        color: #555555;
        content: "before";
        font-family: "Roboto Condensed", sans-serif;
        font-size: 30px;
        position: absolute;
        right: 60px;
        text-transform: capitalize;
        top: 75px;
        transform: rotate(-35deg);
    }
    .single-emergency {
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .emergency-left::after {
        bottom: 75px;
        color: #555555;
        content: "after";
        font-family: "Roboto Condensed", sans-serif;
        font-size: 30px;
        left: 75px;
        position: absolute;
        text-transform: capitalize;
        transform: rotate(-35deg);
    }
    .emergency-right .section-title {
        width: 70%;
    }
    .emergency-icon {
        position: relative;
        margin-right: 30px;
        float: left;
    }
    .emergency-icon .secondary {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .single-emergency:hover .secondary {
        display: block
    }
    .single-emergency .single-content h3 {
        color: #6c6c6c;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 20px;
        margin-bottom: 12px;
        text-transform: capitalize;
        font-weight: bold;
    }
    .single-emergency .single-content p {
        font-size: 14px;
        color: 666666;
        font-family: 'Poppins', sans-serif;
    }
    /*----------------------------------------*/
    /*  11. Gallery area
/*----------------------------------------*/
    
    .single-port {
        position: relative;
    }
    .portfolio-hover {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        content: "";
        opacity: 0;
        text-align: center;
        z-index: 999;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .portfolio-hover a {
        top: 50%;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        transform: translateY(-50%);
    }
    .portfolio-hover i {
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        display: block;
        margin: 0 auto;
        line-height: 60px;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .portfolio-hover i:hover {
        color: #00B3CC;
    }
    .portfolio-hover p {
        font-size: 20px;
        color: #fff;
        font-family: 'Lato', sans-serif;
        text-transform: capitalize;
        display: inline-table;
        top: 50%;
    }
    .grid-item:hover .portfolio-hover {
        opacity: 1;
    }
    .grid {
        margin-left: -15px;
        margin-right: -15px
    }
    .portfolio-menu button {
        color: #6c6c6c;
        cursor: pointer;
        display: inline-block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 12px;
        font-weight: 700;
        padding: 0 18px;
        text-transform: uppercase;
        background: transparent;
    }
    .portfolio-menu button:last-child {
        margin-right: 0;
    }
    .portfolio-menu button:hover,
    .portfolio-menu button.active {
        color: #00b3cc;
        box-shadow: 0 0 4px 0 #ddd;
    }
    .single-portfolio {
        position: relative;
    }
    .single-portfolio-item {
        height: 280px;
        overflow: hidden;
        position: relative;
    }
    .gallery-area .section-title {
        margin-bottom: 52px;
    }
    .portfolio-menu {
        margin-left: 70px;
    }
    /*----------------------------------------*/
    /*  12. Blog area
/*----------------------------------------*/
    
    .single-blog {
        box-shadow: -2px 0px 7px -2px #dddddd;
    }
    .blog-info {
        padding: 20px 30px
    }
    .blog-info h4 {
        margin-bottom: 10px;
    }
    .blog-info h4 a {
        font-size: 18px;
        color: #777777;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .blog-info ul {
        margin-bottom: 5px;
        padding: 0;
        list-style: none;
    }
    .blog-info ul li {
        display: inline-block;
        margin-right: 15px;
        font-size: 12px;
        color: #777777;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .blog-info ul li:last-child {
        margin-right: 0px;
    }
    .blog-info ul li i {
        margin-right: 8px;
        color: #777777;
        font-size: 14px;
    }
    .blog-info h4:hover a {
        color: #00B3CC;
    }
    .blog-info p {
        font-size: 14px;
        color: #666666;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 0;
    }
    a.read-more {
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
        color: #777777;
        font-family: 'Roboto Condensed', sans-serif;
        box-shadow: 0 0 4px 0 #ddd;
        padding: 6px 20px;
        margin-top: 22px;
        font-weight: 700;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    a.read-more:hover {
        background: #00B3CC;
        color: #fff;
    }
    .blog-img > img {
        width: 100%;
    }
    /*----------------------------------------*/
    /*  13. Footer area
/*----------------------------------------*/
    
    .footer-area {
        background: #005966;
    }
    .footer-logo {
        margin-bottom: 30px;
    }
    .footer-widget .widget-icon {
        color: #fff;
        font-size: 15px;
        background: transparent;
        border-radius: 50%;
        border: 1px solid #fff;
        height: 30px;
        width: 30px;
        text-align: center;
        vertical-align: middle;
        line-height: 30px;
        margin-right: 15px;
        float: left;
    }
    .widget-info {
        display: table
    }
    .widget-info h6 {
        color: #fff;
        font-size: 14px;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .footer-widget p {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 18px;
    }
    .widget-info p {
        margin-bottom: 5px;
    }
    .footer-widget h3 {
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 35px;
    }
    .footer-widget.about-content {
        padding: 0px;
    }
    .footer-widget.about-content ul li {
        border-bottom: medium none;
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        margin: 0;
        display: block;
        text-align: left;
    }
    .single-content {
        display: table;
    }
    .footer-widget.about-content ul li span {
        float: right;
    }
    .footer-widget li {
        text-align: center
    }
    .main-footer {
        padding-bottom: 30px;
    }
    .footer-icons {
        margin-bottom: 25px;
    }
    .footer-bottom {
        background: #FFFFFF
    }
    .footer-icons ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .footer-icons ul li {
        display: inline-block;
        margin: 0 8px;
        color: #fff;
        font-size: 14px;
        line-height: 27px;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .footer-icons ul li a {
        display: block;
        border: 1px solid #fff;
        border-radius: 50%;
        height: 30px;
        width: 30px;
    }
    .footer-icons ul li:hover a {
        color: #222222;
        background: #fff;
    }
    .footer-icons ul li a {
        color: #fff;
        font-size: 14px;
    }
    .footer-bottom p,
    .footer-bottom p a {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        color: #535353;
        margin-bottom: 0px;
        padding: 16px 0;
    }
    .footer-bottom p a:hover {
        text-decoration: underline;
        color: #00B3CC;
    }
    /*----------------------------------------*/
    /*  14. Breadcrumbs
/*----------------------------------------*/

.bg-3
{
        background-image: url("images/bg-img/3.jpg");
        background-position: center center;
        background-size: cover;
    }
    
.bg-2
{
        background-image: url("images/bg-img/2.jpg");
        background-position: center center;
        background-size: cover;
    }

    .bg-1 {
        background-image: url("images/bg-img/1.jpg");
        background-position: center center;
        background-size: cover;
    }
    h2.page-title {
        color: #fff;
        font-size: 30px;
        letter-spacing: 2px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    .breadcrumbs > ul li {
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
    }
    .breadcrumbs > ul li a {
        color: #fff;
        padding-right: 17px;
        position: relative;
    }
    .breadcrumbs ul li a::after {
        background-color: #fff;
        content: "";
        font-size: 8px;
        height: 15px;
        margin-left: 11px;
        position: absolute;
        right: 5px;
        top: 1px;
        transform: rotate(33deg);
        width: 1.5px;
    }
    .breadcrumbs ul li a.active {
        color: #fff;
    }
    .breadcrumbs ul li a.active:hover {
        color: #00b3cc;
    }
    .breadcrumbs-area {
        position: relative;
    }
    .breadcrumbs-area::before {
        background-color: #00b3cc;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0.5;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
    /*----------------------------------------*/
    /*  15. Blog sidebar
/*----------------------------------------*/
    
    h3.leave-comment-text {
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 30px;
        padding-bottom: 10px;
        position: relative;
        text-transform: capitalize;
    }
    h3.leave-comment-text::before {
        background: #00b3cc none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        transition: all 0.4s ease 0s;
        width: 50%;
    }
    .blog-search > form {
        position: relative;
    }
    .blog-search input[type="text"] {
        background-color: #fff;
        border: 1px solid #00b3cc;
        color: #666666;
        height: 40px;
        line-height: 28.8px;
        margin: 0;
        outline: medium none;
        padding: 5px 46px 5px 15px;
        position: relative;
        transition: all 0.4s ease 0s;
        width: 100%;
    }
    .blog-search button.submit {
        background-color: #00b3cc;
        border: 1px solid #00b3cc;
        color: #fff;
        font-size: 13px;
        height: 40px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.4s ease 0s;
        width: 45px;
    }
    .blog-right-sidebar-top li {
        margin-bottom: 12px;
    }
    .blog-right-sidebar-top a {
        color: #666666;
        font-size: 14px;
    }
    .blog-right-sidebar-bottom li {
        display: inline-block;
        margin-bottom: 20px;
        margin-right: 14px;
    }
    .blog-right-sidebar-bottom a {
        border: 1px solid #00b3cc;
        color: #666;
        display: inline-block;
        padding: 9px 15px;
        transition: all 0.4s ease 0s;
    }
    .blog-search button.submit:hover {
        background-color: #464646;
        border: 1px solid #464646;
        color: #fff;
    }
    .blog-right-sidebar-bottom a:hover {
        background-color: #00b3cc;
        border: 1px solid #00b3cc;
        color: #fff;
    }
    .blog-right-sidebar-top a:hover {
        color: #00b3cc;
    }
    /*----- 16. Blog details ------*/
    
    .blog-3-column .blog-meta > span {
        padding-right: 15px;
    }
    .news-allreply {
        display: inline-block;
        float: left;
        text-align: center;
    }
    blockquote {
        background-color: #f6f6f6;
        border-left: 2px solid #00b3cc;
        color: #666666;
        font-size: 14px;
        line-height: 26px;
        margin: 23px 0;
        padding: 14px 50px;
    }
    .blog-info-2 > p {
        color: #666;
    }
    h3.leave-comment-text {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 30px;
        padding-bottom: 10px;
        position: relative;
    }
    h3.leave-comment-text::before {
        background: #00b3cc none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        transition: all 0.4s ease 0s;
        width: 50%;
    }
    .nes-icon > a i {
        color: #666666;
        font-size: 14px;
        margin-top: 10px;
    }
    .news-allreply img {
        border-radius: 100%;
        width: 100%;
    }
    .blog-img-details {
        padding-left: 90px;
    }
    .blog-title > h3 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 6px;
        text-transform: capitalize;
    }
    .blog-title > span {
        color: #666666;
        display: block;
        margin-bottom: 7px;
    }
    .blog-middle-mrg {
        margin: 32px 0 33px 90px;
    }
    .leave-form input {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #c1c1c1;
        color: #666666;
        font-size: 14px;
        height: 35px;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .leave-form input::-webkit-input-placeholder,
    .text-leave textarea::-webkit-input-placeholder,
    .main-input input::-webkit-input-placeholder,
    .text-leave2 textarea::-webkit-input-placeholder {
        /* Chrome */
        
        color: #666666;
        opacity: 1;
    }
    .leave-form input::-moz-placeholder,
    .text-leave textarea::-moz-placeholder,
    .main-input input::-moz-placeholder,
    .text-leave2 textarea::-moz-placeholder {
        /* Firefox 19+ */
        
        color: #666666;
        opacity: 1;
    }
    .leave-form input:focus,
    .text-leave textarea:focus {
        border: 1px solid #00b3cc;
    }
    .text-leave textarea {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #c1c1c1;
        color: #666666;
        height: 165px;
        margin-bottom: 30px;
        padding: 20px;
        font-size: 14px;
    }
    .text-leave button.submit {
        background-color: #00b3cc;
        border: 1px solid #00b3cc;
        color: #fff;
        font-size: 12px;
        line-height: 30px;
        padding: 5px 20px 2px;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
    }
    button.submit:hover {
        background-color: transparent;
        color: #464646;
    }
    .nes-icon > a {
        border: 1px solid #ddd;
        color: #666;
        display: inline-block;
        margin-top: 8px;
        padding: 0 5px;
        text-transform: capitalize;
        transition: all .3s ease 0s;
    }
    .nes-icon > a:hover {
        border: 1px solid #00b3cc;
        color: #fff;
        background-color: #00b3cc;
    }
    .blog-meta > span {
        margin-right: 15px;
    }
    .blog-meta > span a {
        color: #444;
        transition: all .3s ease 0s;
    }
    .blog-meta > span a:hover {
        color: #00b3cc;
    }
    .blog-meta > span i {
        padding-right: 5px;
    }
    .blog-info-2 {
        margin-top: 17px;
    }
    .blog-info-2 h3 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 25px;
        margin: 15px 0 20px;
        text-transform: uppercase;
    }
    /*............. 17. Contact ................*/
    
    .main-contact input,
    .tnm-textarea textarea {
        background-color: #fff;
        border: inherit;
        border-radius: 0px;
        box-shadow: inherit;
        color: #666;
        font-size: 13px;
        height: 40px;
        outline: medium none;
        padding: 0 10px;
        transition: all 0.3s ease 0s;
        width: 100%;
    }
    .main-contact {
        margin-bottom: 15px;
    }
    .tnm-textarea textarea {
        height: 130px;
        padding: 15px 20px;
    }
    .submit input {
        background-color: #00b3cc;
        border: 1px solid #00b3cc;
        color: #fff;
        display: inline-block;
        font-size: 13px;
        font-weight: normal;
        margin-top: 35px;
        padding: 10px 40px 8px;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
    }
    .submit input:hover {
        background-color: transparent;
        color: #666;
        border: 1px solid #00b3cc;
    }
    .form-control:focus {
        box-shadow: none;
        outline: 0 none;
    }
    .main-contact input::-webkit-input-placeholder,
    .tnm-textarea textarea::-webkit-input-placeholder {
        /* Chrome */
        
        color: #666666;
        opacity: 1;
    }
    .main-contact input::-moz-placeholder,
    .tnm-textarea textarea::-moz-placeholder {
        /* Firefox 19+ */
        
        color: #666666;
        opacity: 1;
    }
    #hastech {
        height: 360px;
        width: 100%;
    }
    .submit {
        text-align: center;
    }
    .footer-widget.info-color p,
    .footer-widget.info-color p a,
    .footer-widget.info-color h3 {
        color: #444;
    }
    .footer-widget.info-color p,
    .footer-widget.info-color p a {
        font-size: 13px;
    }
    .footer-widget.info-color p a:hover {
        color: #00b3cc;
    }
    .footer-widget.info-color .widget-icon {
        border: 1px solid #444;
        color: #444;
    }
    .info-color h3.leave-comment-text {
        font-size: 18px;
        font-weight: bold;
    }


    /* style */
    .green
    {
        color: #00badb;
        font-weight: bold;
    }
    .para
    {
        color: black;
    }


.single-slide
{
    height: 450px
}


@media only screen and (max-width: 600px) {
 .top-logo {
    width: 200px
  }
}


@media only screen and (max-width: 600px) {
  .about-center{
    width:100%;
    height: 350px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 600px) {
 .about-area{
    width:100%;
    height: 420px;
    margin-top:0px;
  }
}


@media only screen and (max-width: 600px) {
 .header-top1{
    width:100%;
  }
}
@media only screen and (max-width: 600px) {
 .header-top2{
   margin-right: 90px;
  }
}

.section{
    float:left;
    width:100%;
    background: #fff;  /* fallback for old browsers */
    padding:30px 0;
}
h1{float:left; width:100%; color:#232323; margin-bottom:30px; font-size: 14px;}
h1 span{font-family: 'Libre Baskerville', serif; display:block; font-size:45px; text-transform:none; margin-bottom:20px; margin-top:30px; font-weight:700}
h1 a{color:#131313; font-weight:bold;}

/*Profile Card 1*/
.profile-card-1 {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  height:368px;
  border:none;
}
.profile-card-1 .background {
  width:100%;
  vertical-align: top;
  opacity: 0.9;
  -webkit-filter: blur(5px);
  filter: blur(5px);
   -webkit-transform: scale(1.8);
  transform: scale(2.8);
}
.profile-card-1 .card-content {
  width: 100%;
  padding: 15px 25px;
  position: absolute;
  left: 0;
  top: 50%;
}
.profile-card-1 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  max-width: 100px;
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.profile-card-1 h2 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size:25px;
}
.profile-card-1 h2 small {
  display: block;
  font-size: 15px;
  margin-top:10px;
}
.profile-card-1 i {
  display: inline-block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-1 .icon-block{
    float:left;
    width:100%;
    margin-top:15px;
}
.profile-card-1 .icon-block a{
    text-decoration:none;
}
.profile-card-1 i:hover {
  background-color:#fff;
  color:#2E3434;
  text-decoration:none;
}

/*Profile card 2*/
.profile-card-2 .card-img-block{
    float:left;
    width:100%;
    height:150px;
    overflow:hidden;
}
.profile-card-2 .card-body{
    position:relative;
}
.profile-card-2 .profile {
  border-radius: 50%;
  position: absolute;
  top: -42px;
  left: 15%;
  max-width: 75px;
  border: 3px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.profile-card-2 h5{
    font-weight:600;
    color:#6ab04c;
}
.profile-card-2 .card-text{
    font-weight:300;
    font-size:15px;
}
.profile-card-2 .icon-block{
    float:left;
    width:100%;
}
.profile-card-2 .icon-block a{
    text-decoration:none;
}
.profile-card-2 i {
  display: inline-block;
    font-size: 16px;
    color: #6ab04c;
    text-align: center;
    border: 1px solid #6ab04c;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-2 i:hover {
  background-color:#6ab04c;
  color:#fff;
}

/*Profile Card 3*/
.profile-card-3 {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height:368px;
  border:none;
}
.profile-card-3 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.profile-card-3 .background-block .background {
  width:100%;
  vertical-align: top;
  opacity: 0.9;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
   -webkit-transform: scale(1.8);
  transform: scale(2.8);
}
.profile-card-3 .card-content {
  width: 100%;
  padding: 15px 25px;
  color:#232323;
  float:left;
  background:#efefef;
  height:50%;
  border-radius:0 0 5px 5px;
  position: relative;
  z-index: 9999;
}
.profile-card-3 .card-content::before {
    content: '';
    background: #efefef;
    width: 120%;
    height: 100%;
    left: 11px;
    bottom: 51px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}
.profile-card-3 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  max-width: 100px;
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index:99999;
}
.profile-card-3 h2 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size:25px;
}
.profile-card-3 h2 small {
  display: block;
  font-size: 15px;
  margin-top:10px;
}
.profile-card-3 i {
  display: inline-block;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 1px solid #232323;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-3 .icon-block{
    float:left;
    width:100%;
    margin-top:15px;
}
.profile-card-3 .icon-block a{
    text-decoration:none;
}
.profile-card-3 i:hover {
  background-color:#232323;
  color:#fff;
  text-decoration:none;
}


/*Profile card 4*/
.profile-card-4 .card-img-block{
    float:left;
    width:100%;
    height:150px;
    overflow:hidden;
}
.profile-card-4 .card-body{
    position:relative;
}
.profile-card-4 .profile {
    border-radius: 50%;
    position: absolute;
    top: -62px;
    left: 50%;
    width:100px;
    border: 3px solid rgba(255, 255, 255, 1);
    margin-left: -50px;
}
.profile-card-4 .card-img-block{
    position:relative;
}
.profile-card-4 .card-img-block > .info-box{
    position:absolute;
    background:rgba(217,11,225,0.6);
    width:100%;
    height:100%;
    color:#fff;
    padding:20px;
    text-align:center;
    font-size:14px;
   -webkit-transition: 1s ease;
    transition: 1s ease;
    opacity:0;
}
.profile-card-4 .card-img-block:hover > .info-box{
    opacity:1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.profile-card-4 h5{
    font-weight:600;
    color:#d90be1;
}
.profile-card-4 .card-text{
    font-weight:300;
    font-size:15px;
}
.profile-card-4 .icon-block{
    float:left;
    width:100%;
}
.profile-card-4 .icon-block a{
    text-decoration:none;
}
.profile-card-4 i {
  display: inline-block;
    font-size: 16px;
    color: #d90be1;
    text-align: center;
    border: 1px solid #d90be1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-4 i:hover {
  background-color:#d90be1;
  color:#fff;
}

/*Profile Card 5*/
.profile-card-5{
    margin-top:20px;
}
.profile-card-5 .btn{
    border-radius:2px;
    text-transform:uppercase;
    font-size:12px;
    padding:7px 20px;
}
.profile-card-5 .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;
    
}
.profile-card-5 .card-img-block img{
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.63);
}
.profile-card-5 h5{
    color:#4E5E30;
    font-weight:600;
}
.profile-card-5 p{
    font-size:14px;
    font-weight:300;
}
.profile-card-5 .btn-primary{
    background-color:#4E5E30;
    border-color:#4E5E30;
}

@media only screen and (max-width: 600px) {
 .profile-card-3{
   padding-top: 35px;
  }
}


@media only screen and (max-width: 600px) {
 .top-top{
   font-size: 10px;

  }
}

@media only screen and (max-width: 600px) {
 .profile-card-3{
   width: 135px;
  }
  .card-content h2
  {
    font-size: 12px;
  }
   .card-content p
  {
    font-size: 10px;
  }
  .profile-card
  {
    margin-top: -100px;
  }
}

























