:root {
    --accent-color: #245f97;
    --accent-color2: #253755;
    --accent-color3: #2e8acc;
    --content-color: #282d30;
    --menutext-color: #696969;
    --link-hover: #577194;
    --title-color: #143966;
    --footer-title: #294575;
    --tab-color: #5281a1;
    --news-icon: #6399bd;
    --border-input: #3b7fae;
    --border-color: #cfe0e8;
    --slider-bg: url(../images/homeslider/bg.rtl.jpg);
    --container-icon: url(images/Bt1_bg.rtl.jpg);
    --readmore-bg: url(../images/homeslider/readmore.rtl.png);
}
body.color-blue {
    --accent-color: #245f97;
    --accent-color2: #253755;
    --accent-color3: #2e8acc;
    --content-color: #282d30;
    --menutext-color: #696969;
    --link-hover: #577194;
    --title-color: #143966;
    --footer-title: #294575;
    --tab-color: #5281a1;
    --news-icon: #6399bd;
    --border-input: #3b7fae;
    --border-color: #cfe0e8;
    --slider-bg: url(../images/homeslider/bg.rtl.jpg);
    --container-icon: url(images/Bt1_bg.rtl.jpg);
    --readmore-bg: url(../images/homeslider/readmore.rtl.png);
}
body.color-green {
    --accent-color: #025c03;
    --accent-color2: #064d0c;
    --accent-color3: #36a52f;
    --menutext-color: #4a4a4a;
    --content-color: #1e2b1d;
    --link-hover: #3da645;
    --title-color: #0f3f09;
    --footer-title: #1e4a1b;
    --tab-color: #379e0f;
    --news-icon: #50c22c;
    --border-input: #2f7e19;
    --border-color: #cfe8de;
    --slider-bg: url(../images/homeslider/bg.green.rtl.jpg);
    --container-icon: url(images/Bt1_bg.green.rtl.jpg);
    --readmore-bg: url(../images/homeslider/readmore-green.png);
}
body.color-orange {
    --container-icon: url(images/Bt1_bg.orange.rtl.jpg);
    --slider-bg: url(../images/homeslider/bg.rtl.orange.jpg);
    --readmore-bg: url(../images/homeslider/readmore.orange.png);
    --accent-color: #e76d02;
    --accent-color2: #b14f01;
    --accent-color3: #ff9b39;
    --menutext-color: #5c4b3a;
    --content-color: #2c2017;
    --link-hover: #ff7f2a;
    --title-color: #8b3e00;
    --footer-title: #7a3000;
    --tab-color: #ff8c29;
    --news-icon: #ffae6d;
    --border-input: #d96200;
    --border-color: #e8dacf;
}
