/*-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------*/


/* -----------Css-variable------ */

:root {
    --light-purple: #D2E6F8;
    --purple: #1C5EA0;
    --bg-purple: #1C5EA0;
    --dark-purple: #144572;
    --body-text-purple: #0D4F8D;
    --text-white: #ffffff;
    --bg-white: #ffffff;
    --slider-dots-color: #D4D2DD;
    --light-bg: #DFDAF3;
}

.pt100 {padding-top:100px;}

.portfoliowidth {
    width: 80% !important;
}

.hurricaneicon {
    width: 400px;
    height: 400px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.upbutton {
    color: #FFFFFF;
    font-size: 50px;
    background-color: #1C5EA0;
    border-radius: 50%;
}

.fax {
    position: absolute;
    left: -9999px;
}

.landline {
    display: none;
}

.interface_section .screen_slider {
    min-height: 120px;
}

.hurricanepreloader {
    width: 100px;
    height: 100px;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
#hurricane-spinner {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hurricane-loader {
    animation-duration: 0.8s;
    /* Things added */
    animation-iteration-count: infinite;
    display: inline-block;
}

.icon-size {
    font-size: 52px!important;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}


    @-moz-keyframes spin {
        100% {
            -moz-transform: rotate(360deg);
        }
    }

    @-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }


.free_app_section .container .free_app_inner .free_img img:last-child {
     margin-left: 20px; 
}
.contactimage{
border-radius: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;}

/* ------Media-Query-Start--------- */
@media screen and (max-width:1300px) {
}


    @media screen and (max-width:1200px) {

        .hurricaneicon {
            width: 350px;
            height: 350px;
        }
    }

    @media screen and (max-width:992px) {
        .portfoliowidth {
            width: 100% !important;
        }

        .item {
            height: 500px !important;
        }

        .hurricaneicon {
            width: 300px;
            height: 300px;
        }
        .free_app_section .container .free_app_inner .free_img img:last-child {
             margin-left: -40px; 
        }

    }

    @media screen and (max-width:767px) {

        .portfoliowidth {
            width: 100% !important;
        }

        .item {
            height: 300px !important;
        }

        interface_section, .screen_slider {
            min-height: 300px;
        }

        .hurricaneicon {
            margin-top: -60px;
            width: 300px;
            height: 300px;
        }
    }

    @media screen and (max-width:640px) {

        .portfoliowidth {
            width: 100% !important;
        }

        .item {
            height: 300px !important;
        }
    }



    @media screen and (max-width:479px) {
    }