 @import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
    /* Flaticon icon */
    @font-face {
        font-family: "Flaticon";
        src: url("/resources/9d7e2ab9/snippet/snippet-9/other/Flaticon.eot");
        src: url("/resources/9d7e2ab9/snippet/snippet-9/other/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("/resources/9d7e2ab9/snippet/snippet-9/other/Flaticon.woff") format("woff"),
        url("/resources/9d7e2ab9/snippet/snippet-9/other/Flaticon.ttf") format("truetype"),
        url("/resources/9d7e2ab9/snippet/snippet-9/other/Flaticon.svg#Flaticon") format("svg");
        font-weight: normal;
        font-style: normal;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        @font-face {
            font-family: "Flaticon";
            src: url("/resources/9d7e2ab9/snippet/snippet-9/other/Flaticon.svg#Flaticon") format("svg");
        }
    }
    [class^="flaticon-"]:before, [class*=" flaticon-"]:before,
    [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
        font-family: Flaticon;
        font-size: 20px;
        font-style: normal;
        margin-left: 20px;
    }

    .flaticon-right-arrow:before { content: "\f111"; }

    /* END Flaticon icon */
    body.widget-snippet {
        padding: 40px;
    }
 .widget-snippet .snippet-callus .container {
     max-width: 1170px;
     width: auto;
 }
    .padding-tb-100 {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .widget-snippet .snippet-callus *::-moz-selection {
        background-color: #fff;
        color: #f8b139;
    }
    .widget-snippet .snippet-callus section {
        background-color: #f8b139;
        padding-bottom: 45px;
        padding-top: 50px;
    }
    .widget-snippet .snippet-callus p {
        color: #fff;
        font-family: "Open Sans",sans-serif;
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 5px;
    }
    .widget-snippet .snippet-callus h2 {
        color: #fff;
        font-family: "Open Sans",sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .widget-snippet .snippet-callus a:link,
    .widget-snippet .snippet-callus a:visited,
    .widget-snippet .snippet-callus a:active,
    .widget-snippet .snippet-callus a:focus {
        border: 2px solid #fff;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        font-family: "Open Sans",sans-serif;
        font-size: 14px;
        font-weight: 600;
        margin-top: 0;
        float: right;
        line-height: 1.5;
        padding: 10px 25px;
        text-transform: uppercase;
        transition: all 300ms ease-out 0s;
        -webkit-transition: all 300ms ease-out 0s;
        -moz-transition: all 300ms ease-out 0s;
        -ms-transition: all 300ms ease-out 0s;
        -o-transition: all 300ms ease-out 0s;
        transition: all 300ms ease-out 0s;
    }
    .widget.widget-snippet .snippet-callus a:focus {
        outline: medium none;
    }
    .widget-snippet .snippet-callus a:hover {
        background-color: #fff;
        border: 2px solid #fff;
        color: #f8b139;
        text-decoration: none;
    }
    .widget-snippet .snippet-callus a:after {
        content: '\f111';
        font-family: Flaticon;
        font-size: 18px;
        margin-left: 10px;
    }
    @media (max-width: 991px) {
        .snippet-callus .col-md-9 {
            padding-bottom: 25px;
        }
        .widget-snippet .snippet-callus section {
            background-color: #f8b139;
            padding-bottom: 30px;
            padding-top: 30px;
        }
        .widget-snippet .snippet-callus a:link, .widget-snippet .snippet-callus a:visited,
        .widget-snippet .snippet-callus a:active, .widget-snippet .snippet-callus a:focus {
            float: none;
        }
    }
    @media (max-width: 767px) {
        .widget-snippet .snippet-callus section {
            background-color: #f8b139;
            padding-bottom: 20px;
            padding-top: 20px;
        }
        .snippet-callus .col-md-9 {
            padding-bottom: 20px;
        }
        .widget-snippet .snippet-callus h2 {
            font-size: 22px;
        }
    }
